Trace number 3467456

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MinisatID 2.4.8-gmp? (TO) 1800.09 1800.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612.opb
MD5SUM5541a5401e00525728267c7fde4b721b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark10.9693
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables73151
Total number of constraints217741
Number of constraints which are clauses217740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.05/1800.01	>>> Terminate signal received

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3467456-1307410390/watcher-3467456-1307410390 -o /tmp/evaluation-result-3467456-1307410390/solver-3467456-1307410390 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3467456-1307410390.opb --verbosity=0 --format=opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 2/477 21019
/proc/meminfo: memFree=20658984/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=8532 CPUtime=0.01 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 651 0 0 0 1 0 0 0 25 0 1 0 833454425 8736768 599 33554432000 4194304 6736272 140734911635280 18446744073709551615 5306192 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 2133 599 248 621 0 1503 0

[startup+0.071518 s]
/proc/loadavg: 1.92 2.00 1.99 2/477 21019
/proc/meminfo: memFree=20658984/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=13300 CPUtime=0.06 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 1844 0 0 0 6 0 0 0 25 0 1 0 833454425 13619200 1792 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 3325 1793 248 621 0 2695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13300

[startup+0.10051 s]
/proc/loadavg: 1.92 2.00 1.99 2/477 21019
/proc/meminfo: memFree=20658984/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=15680 CPUtime=0.09 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 2450 0 0 0 9 0 0 0 25 0 1 0 833454425 16056320 2398 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 3920 2399 248 621 0 3290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15680

[startup+0.300478 s]
/proc/loadavg: 1.92 2.00 1.99 2/477 21019
/proc/meminfo: memFree=20658984/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=32272 CPUtime=0.29 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 6598 0 0 0 29 0 0 0 25 0 1 0 833454425 33046528 6546 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 8068 6547 248 621 0 7438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32272

[startup+0.700443 s]
/proc/loadavg: 1.92 2.00 1.99 2/477 21019
/proc/meminfo: memFree=20658984/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=65072 CPUtime=0.69 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 14726 0 0 0 67 2 0 0 25 0 1 0 833454425 66633728 14625 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 16268 14626 248 621 0 15638 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65072

[startup+1.50029 s]
/proc/loadavg: 1.92 2.00 1.99 3/478 21020
/proc/meminfo: memFree=20577256/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=128516 CPUtime=1.49 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 30588 0 0 0 144 5 0 0 25 0 1 0 833454425 131600384 30235 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809611 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 32129 30236 248 621 0 31499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128516

[startup+3.10102 s]
/proc/loadavg: 1.92 2.00 1.99 3/478 21020
/proc/meminfo: memFree=20496656/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=244100 CPUtime=3.09 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 62364 0 0 0 298 11 0 0 25 0 1 0 833454425 249958400 58623 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 61025 58624 265 621 0 60395 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 244100

[startup+6.30042 s]
/proc/loadavg: 1.93 2.00 1.99 3/478 21020
/proc/meminfo: memFree=20203764/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=554948 CPUtime=6.3 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 155704 0 0 0 607 23 0 0 25 0 1 0 833454425 568266752 136343 33554432000 4194304 6736272 140734911635280 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 138737 136345 265 621 0 138107 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 554948

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.99 3/478 21020
/proc/meminfo: memFree=20011972/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=653992 CPUtime=12.69 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 180352 0 0 0 1243 26 0 0 25 0 1 0 833454425 669687808 160991 33554432000 4194304 6736272 140734911635280 18446744073709551615 5818635 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163498 160991 275 621 0 162868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 653992

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 1.99 3/478 21021
/proc/meminfo: memFree=20012084/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=654428 CPUtime=25.5 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 180354 0 0 0 2524 26 0 0 25 0 1 0 833454425 670134272 160993 33554432000 4194304 6736272 140734911635280 18446744073709551615 5146846 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163607 160993 275 621 0 162977 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 654428

[startup+51.1005 s]
/proc/loadavg: 1.96 2.00 1.99 3/478 21021
/proc/meminfo: memFree=20010004/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656348 CPUtime=51.1 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 180877 0 0 0 5084 26 0 0 25 0 1 0 833454425 672100352 161515 33554432000 4194304 6736272 140734911635280 18446744073709551615 5146800 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164087 161515 284 621 0 163457 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 656348

[startup+102.317 s]
/proc/loadavg: 1.98 2.00 1.99 3/478 21023
/proc/meminfo: memFree=20008812/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656348 CPUtime=102.31 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 180927 0 0 0 10205 26 0 0 25 0 1 0 833454425 672100352 161562 33554432000 4194304 6736272 140734911635280 18446744073709551615 5818597 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164087 161562 284 621 0 163457 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 656348

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/478 21024
/proc/meminfo: memFree=20007164/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=162.29 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181112 0 0 0 16203 26 0 0 25 0 1 0 833454425 672428032 161746 33554432000 4194304 6736272 140734911635280 18446744073709551615 5148038 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161746 285 621 0 163537 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 656668

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/478 21026
/proc/meminfo: memFree=20008876/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=222.29 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181120 0 0 0 22203 26 0 0 25 0 1 0 833454425 672428032 161754 33554432000 4194304 6736272 140734911635280 18446744073709551615 4734638 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161754 285 621 0 163537 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 656668

[startup+282.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/478 21027
/proc/meminfo: memFree=20009348/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=282.29 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181129 0 0 0 28203 26 0 0 25 0 1 0 833454425 672428032 161760 33554432000 4194304 6736272 140734911635280 18446744073709551615 5149379 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161760 285 621 0 163537 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 656668

[startup+342.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/478 21029
/proc/meminfo: memFree=20009316/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=342.3 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181134 0 0 0 34204 26 0 0 25 0 1 0 833454425 672428032 161764 33554432000 4194304 6736272 140734911635280 18446744073709551615 4750634 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161764 285 621 0 163537 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 656668

[startup+402.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/478 21031
/proc/meminfo: memFree=20009288/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=402.3 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181142 0 0 0 40204 26 0 0 25 0 1 0 833454425 672428032 161771 33554432000 4194304 6736272 140734911635280 18446744073709551615 5817984 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161771 285 621 0 163537 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 656668

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/478 21032
/proc/meminfo: memFree=20009488/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=462.3 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181165 0 0 0 46204 26 0 0 25 0 1 0 833454425 672428032 161790 33554432000 4194304 6736272 140734911635280 18446744073709551615 5803203 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161790 285 621 0 163537 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 656668

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 21034
/proc/meminfo: memFree=20009588/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=522.3 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181170 0 0 0 52204 26 0 0 25 0 1 0 833454425 672428032 161794 33554432000 4194304 6736272 140734911635280 18446744073709551615 5817948 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161794 285 621 0 163537 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 656668

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 21035
/proc/meminfo: memFree=20009068/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=582.3 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181172 0 0 0 58204 26 0 0 25 0 1 0 833454425 672428032 161796 33554432000 4194304 6736272 140734911635280 18446744073709551615 5149185 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161796 285 621 0 163537 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 656668


################
# More data... #
################

[startup+822.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/478 21070
/proc/meminfo: memFree=20490724/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=822.31 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181173 0 0 0 82204 27 0 0 25 0 1 0 833454425 672428032 161797 33554432000 4194304 6736272 140734911635280 18446744073709551615 5803333 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161797 285 621 0 163537 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 656668

[startup+882.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/478 21071
/proc/meminfo: memFree=20491432/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=882.31 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181173 0 0 0 88204 27 0 0 25 0 1 0 833454425 672428032 161797 33554432000 4194304 6736272 140734911635280 18446744073709551615 5141856 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161797 285 621 0 163537 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 656668

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 21073
/proc/meminfo: memFree=20491772/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=942.31 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181175 0 0 0 94204 27 0 0 25 0 1 0 833454425 672428032 161799 33554432000 4194304 6736272 140734911635280 18446744073709551615 5811961 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161799 285 621 0 163537 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 656668

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 21075
/proc/meminfo: memFree=20491368/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1002.31 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181176 0 0 0 100204 27 0 0 25 0 1 0 833454425 672428032 161800 33554432000 4194304 6736272 140734911635280 18446744073709551615 5219596 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161800 285 621 0 163537 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 656668

[startup+1062.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/478 21076
/proc/meminfo: memFree=20491572/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1062.32 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181177 0 0 0 106205 27 0 0 25 0 1 0 833454425 672428032 161801 33554432000 4194304 6736272 140734911635280 18446744073709551615 5148018 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161801 285 621 0 163537 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 656668

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/478 21078
/proc/meminfo: memFree=20491428/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1122.32 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181178 0 0 0 112205 27 0 0 25 0 1 0 833454425 672428032 161802 33554432000 4194304 6736272 140734911635280 18446744073709551615 4732864 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161802 285 621 0 163537 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 656668

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 21079
/proc/meminfo: memFree=20490912/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1182.32 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181178 0 0 0 118205 27 0 0 25 0 1 0 833454425 672428032 161802 33554432000 4194304 6736272 140734911635280 18446744073709551615 4735004 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161802 285 621 0 163537 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 656668

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 21081
/proc/meminfo: memFree=20489896/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1242.32 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181178 0 0 0 124205 27 0 0 25 0 1 0 833454425 672428032 161802 33554432000 4194304 6736272 140734911635280 18446744073709551615 5806446 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161802 285 621 0 163537 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 656668

[startup+1302.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/478 21083
/proc/meminfo: memFree=20488388/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1302.34 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181179 0 0 0 130207 27 0 0 25 0 1 0 833454425 672428032 161803 33554432000 4194304 6736272 140734911635280 18446744073709551615 4753686 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161803 285 621 0 163537 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 656668

[startup+1362.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/478 21084
/proc/meminfo: memFree=20489848/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1362.33 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181179 0 0 0 136205 28 0 0 25 0 1 0 833454425 672428032 161803 33554432000 4194304 6736272 140734911635280 18446744073709551615 5219552 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161803 285 621 0 163537 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 656668

[startup+1422.32 s]
/proc/loadavg: 2.04 2.04 2.00 3/478 21086
/proc/meminfo: memFree=20489584/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1422.35 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181181 0 0 0 142207 28 0 0 25 0 1 0 833454425 672428032 161804 33554432000 4194304 6736272 140734911635280 18446744073709551615 5154709 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161804 285 621 0 163537 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 656668

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 21087
/proc/meminfo: memFree=20488676/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1482.33 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181343 0 0 0 148205 28 0 0 25 0 1 0 833454425 672428032 161966 33554432000 4194304 6736272 140734911635280 18446744073709551615 4732938 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 161966 285 621 0 163537 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 656668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 21089
/proc/meminfo: memFree=20487032/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=656668 CPUtime=1542.33 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 181745 0 0 0 154205 28 0 0 25 0 1 0 833454425 672428032 162368 33554432000 4194304 6736272 140734911635280 18446744073709551615 5806367 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 164167 162368 285 621 0 163537 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 656668

[startup+1602.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/478 21091
/proc/meminfo: memFree=20489744/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=654400 CPUtime=1602.33 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 182005 0 0 0 160205 28 0 0 25 0 1 0 833454425 670105600 161837 33554432000 4194304 6736272 140734911635280 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163600 161837 285 621 0 162970 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 654400

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/478 21092
/proc/meminfo: memFree=20488588/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=654400 CPUtime=1662.33 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 182100 0 0 0 166205 28 0 0 25 0 1 0 833454425 670105600 161928 33554432000 4194304 6736272 140734911635280 18446744073709551615 5150750 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163600 161928 285 621 0 162970 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 654400

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/478 21103
/proc/meminfo: memFree=20488520/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=654400 CPUtime=1722.34 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 182108 0 0 0 172206 28 0 0 25 0 1 0 833454425 670105600 161935 33554432000 4194304 6736272 140734911635280 18446744073709551615 5141856 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163600 161935 285 621 0 162970 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 654400

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 21576
/proc/meminfo: memFree=20486096/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=654400 CPUtime=1782.34 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 182109 0 0 0 178206 28 0 0 25 0 1 0 833454425 670105600 161936 33554432000 4194304 6736272 140734911635280 18446744073709551615 5818527 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163600 161936 285 621 0 162970 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 654400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 21577
/proc/meminfo: memFree=20486832/32951124 swapFree=67057928/67111528
[pid=21019] ppid=21017 vsize=654400 CPUtime=1800.05 cores=0,2,4,6
/proc/21019/stat : 21019 (minisatid-gmp) R 21017 21019 18780 0 -1 4202496 182109 0 0 0 179977 28 0 0 25 0 1 0 833454425 670105600 161936 33554432000 4194304 6736272 140734911635280 18446744073709551615 5219596 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/21019/statm: 163600 161936 285 621 0 162970 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 654400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.05
CPU time (s): 1800.09
CPU user time (s): 1799.78
CPU system time (s): 0.315951
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 656668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 3816

runsolver used 9.03962 second user time and 18.7721 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-07 03:33:11
IDJOB=3467456
IDBENCH=3028
IDSOLVER=1957
FILE ID=node140/3467456-1307410390
RUNJOBID= node140-1307407444-20825
PBS_JOBID= 13514167
Free space on /tmp= 73716 MiB

SOLVER NAME= MinisatID 2.4.8-gmp
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3467456-1307410390/watcher-3467456-1307410390 -o /tmp/evaluation-result-3467456-1307410390/solver-3467456-1307410390 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3467456-1307410390.opb --verbosity=0 --format=opb 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5541a5401e00525728267c7fde4b721b
RANDOM SEED=1158023351

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20659256 kB
Buffers:        333868 kB
Cached:        4183536 kB
SwapCached:       6932 kB
Active:        8073448 kB
Inactive:      3879696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20659256 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           15552 kB
Writeback:           0 kB
AnonPages:     7433768 kB
Mapped:          39136 kB
Slab:           216276 kB
PageTables:      53004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141925984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73720 MiB
End job on node140 at 2011-06-07 04:03:13