Trace number 3466413

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.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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.06/1800.02	>>> 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-3466413-1307410574/watcher-3466413-1307410574 -o /tmp/evaluation-result-3466413-1307410574/solver-3466413-1307410574 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466413-1307410574.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: 2.11 2.06 2.01 2/575 21380
/proc/meminfo: memFree=23387888/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=8504 CPUtime=0.01 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 658 0 0 0 1 0 0 0 25 0 1 0 852655152 8708096 605 33554432000 4194304 6736272 140733975776384 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 2126 605 248 621 0 1496 0

[startup+0.034617 s]
/proc/loadavg: 2.11 2.06 2.01 2/575 21380
/proc/meminfo: memFree=23387888/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=10368 CPUtime=0.03 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 1117 0 0 0 3 0 0 0 25 0 1 0 852655152 10616832 1064 33554432000 4194304 6736272 140733975776384 18446744073709551615 5601872 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 2592 1064 248 621 0 1962 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10368

[startup+0.100602 s]
/proc/loadavg: 2.11 2.06 2.01 2/575 21380
/proc/meminfo: memFree=23387888/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=16268 CPUtime=0.09 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 2579 0 0 0 9 0 0 0 25 0 1 0 852655152 16658432 2526 33554432000 4194304 6736272 140733975776384 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 4067 2526 248 621 0 3437 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16268

[startup+0.30056 s]
/proc/loadavg: 2.11 2.06 2.01 2/575 21380
/proc/meminfo: memFree=23387888/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=34072 CPUtime=0.29 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 6983 0 0 0 28 1 0 0 25 0 1 0 852655152 34889728 6930 33554432000 4194304 6736272 140733975776384 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 8518 6931 248 621 0 7888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34072

[startup+0.700494 s]
/proc/loadavg: 2.11 2.06 2.01 2/575 21380
/proc/meminfo: memFree=23387888/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=69204 CPUtime=0.69 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 15670 0 0 0 67 2 0 0 25 0 1 0 852655152 70864896 15617 33554432000 4194304 6736272 140733975776384 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 17301 15618 248 621 0 16671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69204

[startup+1.50034 s]
/proc/loadavg: 2.11 2.06 2.01 3/576 21381
/proc/meminfo: memFree=23301860/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=137776 CPUtime=1.49 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 33672 0 0 0 144 5 0 0 25 0 1 0 852655152 141082624 32548 33554432000 4194304 6736272 140733975776384 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 34444 32549 265 621 0 33814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137776

[startup+3.10106 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 21381
/proc/meminfo: memFree=23191748/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=3.09 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70035 0 0 0 299 10 0 0 25 0 1 0 852655152 269656064 63815 33554432000 4194304 6736272 140733975776384 18446744073709551615 5806460 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63815 274 621 0 65204 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263336

[startup+6.30044 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 21381
/proc/meminfo: memFree=23129272/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=6.29 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70062 0 0 0 619 10 0 0 25 0 1 0 852655152 269656064 63842 33554432000 4194304 6736272 140733975776384 18446744073709551615 5219603 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63842 275 621 0 65204 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263336

[startup+12.7003 s]
/proc/loadavg: 2.08 2.05 2.01 3/576 21381
/proc/meminfo: memFree=23128748/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=12.69 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70070 0 0 0 1259 10 0 0 25 0 1 0 852655152 269656064 63849 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803209 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63849 281 621 0 65204 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263336

[startup+25.5009 s]
/proc/loadavg: 2.07 2.05 2.01 3/576 21381
/proc/meminfo: memFree=23128284/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=25.49 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70082 0 0 0 2539 10 0 0 25 0 1 0 852655152 269656064 63861 33554432000 4194304 6736272 140733975776384 18446744073709551615 5806437 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63861 281 621 0 65204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 263336

[startup+51.1003 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 21382
/proc/meminfo: memFree=23128100/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=51.09 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70087 0 0 0 5099 10 0 0 25 0 1 0 852655152 269656064 63866 33554432000 4194304 6736272 140733975776384 18446744073709551615 5148089 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63866 281 621 0 65204 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 263336

[startup+102.322 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 21383
/proc/meminfo: memFree=23126848/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=102.32 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70114 0 0 0 10222 10 0 0 25 0 1 0 852655152 269656064 63893 33554432000 4194304 6736272 140733975776384 18446744073709551615 5811937 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63893 284 621 0 65204 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 263336

[startup+162.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/576 21385
/proc/meminfo: memFree=23124468/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=162.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70125 0 0 0 16220 10 0 0 25 0 1 0 852655152 269656064 63903 33554432000 4194304 6736272 140733975776384 18446744073709551615 5818362 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63903 284 621 0 65204 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 263336

[startup+222.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 21387
/proc/meminfo: memFree=23125444/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=222.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70166 0 0 0 22220 10 0 0 25 0 1 0 852655152 269656064 63944 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803333 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63944 284 621 0 65204 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 263336

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 21388
/proc/meminfo: memFree=23126664/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=263336 CPUtime=282.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70170 0 0 0 28220 10 0 0 25 0 1 0 852655152 269656064 63947 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803157 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 65834 63947 284 621 0 65204 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 263336

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 21390
/proc/meminfo: memFree=23126140/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=264168 CPUtime=342.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 70618 0 0 0 34220 10 0 0 25 0 1 0 852655152 270508032 64392 33554432000 4194304 6736272 140733975776384 18446744073709551615 5818012 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 66042 64392 284 621 0 65412 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 264168

[startup+402.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/576 21391
/proc/meminfo: memFree=23120044/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=268832 CPUtime=402.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 72131 0 0 0 40220 10 0 0 25 0 1 0 852655152 275283968 65902 33554432000 4194304 6736272 140733975776384 18446744073709551615 5222025 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 67208 65902 284 621 0 66578 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 268832

[startup+462.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/576 21393
/proc/meminfo: memFree=23116184/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=273800 CPUtime=462.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 73079 0 0 0 46220 10 0 0 25 0 1 0 852655152 280371200 66850 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803162 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 68450 66850 284 621 0 67820 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 273800

[startup+522.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/576 21395
/proc/meminfo: memFree=23115184/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=273800 CPUtime=522.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 73313 0 0 0 52220 10 0 0 25 0 1 0 852655152 280371200 67083 33554432000 4194304 6736272 140733975776384 18446744073709551615 5818610 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 68450 67083 284 621 0 67820 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 273800

[startup+582.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/576 21396
/proc/meminfo: memFree=23113548/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=273800 CPUtime=582.3 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 73610 0 0 0 58220 10 0 0 25 0 1 0 852655152 280371200 67379 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803170 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 68450 67379 285 621 0 67820 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 273800


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

[startup+822.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/576 21430
/proc/meminfo: memFree=23057608/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=273800 CPUtime=822.32 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 76742 0 0 0 82220 12 0 0 25 0 1 0 852655152 280371200 67148 33554432000 4194304 6736272 140733975776384 18446744073709551615 4753672 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 68450 67148 285 621 0 67820 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 273800

[startup+882.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 21431
/proc/meminfo: memFree=23062592/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=267520 CPUtime=882.32 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 77541 0 0 0 88220 12 0 0 25 0 1 0 852655152 273940480 65180 33554432000 4194304 6736272 140733975776384 18446744073709551615 4758624 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 66880 65180 285 621 0 66250 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 267520

[startup+942.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/576 21433
/proc/meminfo: memFree=23061208/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=267520 CPUtime=942.32 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 77695 0 0 0 94220 12 0 0 25 0 1 0 852655152 273940480 65334 33554432000 4194304 6736272 140733975776384 18446744073709551615 5818068 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 66880 65334 285 621 0 66250 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 267520

[startup+1002.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/576 21434
/proc/meminfo: memFree=23060064/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=267520 CPUtime=1002.32 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 77993 0 0 0 100220 12 0 0 25 0 1 0 852655152 273940480 65632 33554432000 4194304 6736272 140733975776384 18446744073709551615 5154782 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 66880 65632 285 621 0 66250 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 267520

[startup+1062.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/576 21436
/proc/meminfo: memFree=23053216/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=279056 CPUtime=1062.33 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 79655 0 0 0 106220 13 0 0 25 0 1 0 852655152 285753344 67290 33554432000 4194304 6736272 140733975776384 18446744073709551615 5811878 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 69764 67290 285 621 0 69134 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 279056

[startup+1122.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/576 21438
/proc/meminfo: memFree=23047616/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1122.33 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 112220 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5806341 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 280812

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 21439
/proc/meminfo: memFree=23047476/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1182.33 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 118220 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5149169 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 280812

[startup+1242.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 21441
/proc/meminfo: memFree=23046708/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1242.33 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 124220 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5148212 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 280812

[startup+1302.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/576 21442
/proc/meminfo: memFree=23046800/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1302.35 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 130222 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5148069 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 280812

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/576 21444
/proc/meminfo: memFree=23046772/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1362.33 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 136220 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 4734671 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 280812

[startup+1422.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 21446
/proc/meminfo: memFree=23047240/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1422.36 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 142223 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803305 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 280812

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 21447
/proc/meminfo: memFree=23047224/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1482.34 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 148221 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 280812

[startup+1542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/576 21458
/proc/meminfo: memFree=23047172/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1542.34 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 154221 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5154752 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 280812

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/576 21931
/proc/meminfo: memFree=23047144/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1602.34 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 160221 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5818807 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 280812

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/576 21933
/proc/meminfo: memFree=23046640/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1662.34 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 166221 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5818029 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 280812

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 21938
/proc/meminfo: memFree=23046852/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1722.35 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 172222 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 4734944 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 280812

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/576 21939
/proc/meminfo: memFree=23045816/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1782.35 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 178222 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5803333 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 280812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.04 2.00 3/576 21940
/proc/meminfo: memFree=23045936/32951124 swapFree=58940260/67111528
[pid=21380] ppid=21378 vsize=280812 CPUtime=1800.06 cores=0,2,4,6
/proc/21380/stat : 21380 (minisatid-gmp) R 21378 21380 19155 0 -1 4202496 81254 0 0 0 179993 13 0 0 25 0 1 0 852655152 287551488 68882 33554432000 4194304 6736272 140733975776384 18446744073709551615 5817966 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/21380/statm: 70203 68882 285 621 0 69573 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 280812

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.04
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.145977
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 280980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81259
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= 2234

runsolver used 11.0243 second user time and 23.1925 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-07 03:36:14
IDJOB=3466413
IDBENCH=3032
IDSOLVER=1957
FILE ID=node139/3466413-1307410574
RUNJOBID= node139-1307406970-21139
PBS_JOBID= 13514168
Free space on /tmp= 73960 MiB

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

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

MD5SUM BENCH= c58b6100663d5c2a4dc369548046ddd4
RANDOM SEED=192129167

node139.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.852
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.70
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.852
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	: 5332.75
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.852
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.74
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.852
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.75
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23388052 kB
Buffers:        306404 kB
Cached:         739368 kB
SwapCached:       3628 kB
Active:        8708004 kB
Inactive:       551228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23388052 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           10116 kB
Writeback:           0 kB
AnonPages:     8211024 kB
Mapped:          34124 kB
Slab:           154172 kB
PageTables:      78508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170903312 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= 73956 MiB
End job on node139 at 2011-06-07 04:06:16