Trace number 3696136

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 NameAnswerCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.09 1800.91

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_0.opb
MD5SUMd0955493ad3dd18776a949983101631a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2908167
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 41352812606
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 41352812606
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.85	c model valid
0.00/0.85	c current solution ok
1.51/2.01	o 171526455
1.51/2.01	c current bound: 85763252
1.51/2.01	c fallback to adder encoding
22.19/22.78	c model valid
22.19/22.78	c current solution ok
22.31/22.80	o 80509231
22.31/22.80	c current bound: 40254640
22.31/22.80	c fallback to adder encoding
30.32/30.81	c model valid
30.32/30.81	c current solution ok
30.32/30.83	o 25778641
30.32/30.83	c current bound: 12889345
30.32/30.83	c fallback to adder encoding
57.49/58.03	c model valid
57.49/58.03	c current solution ok
57.49/58.06	o 11203761
57.49/58.06	c current bound: 5601905
57.49/58.06	c fallback to adder encoding
596.88/597.50	c model valid
596.88/597.50	c current solution ok
596.88/597.52	o 4481695
596.88/597.52	c current bound: 2240872
596.88/597.52	c fallback to adder encoding
1800.05/1800.91	./satsolver.sh: line 5: 20361 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.91	c error: unexpected solver exit code
1800.05/1800.91	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3696136-1338171318/watcher-3696136-1338171318 -o /tmp/evaluation-result-3696136-1338171318/solver-3696136-1338171318 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696136-1338171318.opb 1683900574 HOME HOME 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20331
/proc/meminfo: memFree=27586972/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0

[startup+0.0732361 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20331
/proc/meminfo: memFree=27586972/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20331
/proc/meminfo: memFree=27586972/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20331
/proc/meminfo: memFree=27586972/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20331
/proc/meminfo: memFree=27586972/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.88316 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20331
/proc/meminfo: memFree=27586972/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20339
/proc/meminfo: memFree=27320120/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=94876 CPUtime=2.37 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 10125 9068 0 0 98 72 64 3 20 0 1 0 283257191 97153024 19628 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20332/statm: 23719 19628 184 410 0 23301 0
[pid=20338] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20338/stat : 20338 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283257477 9367552 267 33554432000 4194304 5064252 140736337451536 140736337450448 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20338/statm: 2287 267 226 213 0 72 0
[pid=20339] ppid=20338 vsize=68180 CPUtime=0.23 cores=1,3,5,7
/proc/20339/stat : 20339 (glucose_static) R 20338 20331 17634 0 -1 4202496 13669 0 0 0 21 2 0 0 20 0 1 0 283257477 69816320 15633 33554432000 4194304 4896791 140736511120656 140736337450472 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20339/statm: 17045 15633 58 172 0 16871 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 181352

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20339
/proc/meminfo: memFree=27053928/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=94876 CPUtime=2.37 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 10125 9068 0 0 98 72 64 3 20 0 1 0 283257191 97153024 19628 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20332/statm: 23719 19628 184 410 0 23301 0
[pid=20338] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20338/stat : 20338 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283257477 9367552 267 33554432000 4194304 5064252 140736337451536 140736337450448 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20338/statm: 2287 267 226 213 0 72 0
[pid=20339] ppid=20338 vsize=176112 CPUtime=3.42 cores=1,3,5,7
/proc/20339/stat : 20339 (glucose_static) R 20338 20331 17634 0 -1 4202496 31677 0 0 0 334 8 0 0 20 0 1 0 283257477 180338688 37383 33554432000 4194304 4896791 140736511120656 140736511118296 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20339/statm: 44028 37383 78 172 0 43854 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 289284

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20341
/proc/meminfo: memFree=26228900/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=94876 CPUtime=2.37 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 10125 9068 0 0 98 72 64 3 20 0 1 0 283257191 97153024 19628 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20332/statm: 23719 19628 184 410 0 23301 0
[pid=20338] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20338/stat : 20338 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283257477 9367552 267 33554432000 4194304 5064252 140736337451536 140736337450448 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20338/statm: 2287 267 226 213 0 72 0
[pid=20339] ppid=20338 vsize=177172 CPUtime=9.82 cores=1,3,5,7
/proc/20339/stat : 20339 (glucose_static) R 20338 20331 17634 0 -1 4202496 31990 0 0 0 974 8 0 0 20 0 1 0 283257477 181424128 38207 33554432000 4194304 4896791 140736511120656 140736511117864 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20339/statm: 44293 38207 78 172 0 44119 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 290344

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20344
/proc/meminfo: memFree=26229988/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=123060 CPUtime=23.09 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 17669 42907 0 0 169 83 2042 15 20 0 1 0 283257191 126013440 25138 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 30765 25138 184 410 0 30347 0
[pid=20343] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20343/stat : 20343 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283259548 9367552 267 33554432000 4194304 5064252 140736882936144 140736882935056 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20343/statm: 2287 267 226 213 0 72 0
[pid=20344] ppid=20343 vsize=152164 CPUtime=1.91 cores=1,3,5,7
/proc/20344/stat : 20344 (glucose_static) R 20343 20331 17634 0 -1 4202496 29547 0 0 0 184 7 0 0 20 0 1 0 283259548 155815936 34315 33554432000 4194304 4896791 140737211288032 140737211285176 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20344/statm: 38041 34315 76 172 0 37867 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 293520

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20347
/proc/meminfo: memFree=26258128/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=123060 CPUtime=30.95 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 24965 74012 0 0 226 91 2751 27 20 0 1 0 283257191 126013440 23090 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 30765 23090 184 410 0 30347 0
[pid=20346] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20346/stat : 20346 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283260335 9367552 266 33554432000 4194304 5064252 140735781087968 140735781086880 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20346/statm: 2287 266 226 213 0 72 0
[pid=20347] ppid=20346 vsize=131320 CPUtime=19.64 cores=1,3,5,7
/proc/20347/stat : 20347 (glucose_static) R 20346 20331 17634 0 -1 4202496 28424 0 0 0 1957 7 0 0 20 0 1 0 283260335 134471680 29943 33554432000 4194304 4896791 140733979901840 140733979899480 4206030 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20347/statm: 32830 29943 78 172 0 32656 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 272676

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 20350
/proc/meminfo: memFree=26208536/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=58.05 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 30534 105653 0 0 273 96 5396 40 20 0 1 0 283257191 92459008 21554 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 21554 184 410 0 22155 0
[pid=20349] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20349/stat : 20349 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283263046 9367552 267 33554432000 4194304 5064252 140736744356288 140736744355200 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20349/statm: 2287 267 226 213 0 72 0
[pid=20350] ppid=20349 vsize=118584 CPUtime=43.74 cores=1,3,5,7
/proc/20350/stat : 20350 (glucose_static) R 20349 20331 17634 0 -1 4202496 25203 0 0 0 4368 6 0 0 20 0 1 0 283263046 121430016 27690 33554432000 4194304 4896791 140735363801088 140735363798600 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20350/statm: 29646 27690 78 172 0 29472 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 227172

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 20350
/proc/meminfo: memFree=26228336/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=58.05 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 30534 105653 0 0 273 96 5396 40 20 0 1 0 283257191 92459008 21554 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 21554 184 410 0 22155 0
[pid=20349] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20349/stat : 20349 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283263046 9367552 267 33554432000 4194304 5064252 140736744356288 140736744355200 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20349/statm: 2287 267 226 213 0 72 0
[pid=20350] ppid=20349 vsize=121004 CPUtime=103.72 cores=1,3,5,7
/proc/20350/stat : 20350 (glucose_static) R 20349 20331 17634 0 -1 4202496 27779 0 0 0 10364 8 0 0 20 0 1 0 283263046 123908096 27761 33554432000 4194304 4896791 140735363801088 140735363798296 4203806 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20350/statm: 30251 27761 78 172 0 30077 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 229592

[startup+222.3 s]

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20366
/proc/meminfo: memFree=26458320/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=179436 CPUtime=824.2 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 48282 0 0 0 82386 34 0 0 20 0 1 0 283316985 183742464 36776 33554432000 4194304 4896791 140734515377728 140734515375256 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 44859 36776 78 172 0 44685 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 288024

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20366
/proc/meminfo: memFree=26501780/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=149728 CPUtime=884.17 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 49343 0 0 0 88381 36 0 0 20 0 1 0 283316985 153321472 35478 33554432000 4194304 4896791 140734515377728 140734515375240 4204129 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 37432 35478 78 172 0 37258 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 258316

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/186 20370
/proc/meminfo: memFree=26494340/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=151324 CPUtime=944.16 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 50576 0 0 0 94378 38 0 0 20 0 1 0 283316985 154955776 32713 33554432000 4194304 4896791 140734515377728 140734515375304 4204079 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 37831 32713 78 172 0 37657 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 259912

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 20370
/proc/meminfo: memFree=26447680/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=182812 CPUtime=1004.15 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 51264 0 0 0 100376 39 0 0 20 0 1 0 283316985 187199488 41663 33554432000 4194304 4896791 140734515377728 140734515374872 4203968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 45703 41663 78 172 0 45529 0
Current children cumulated CPU time (s) 1601.47
Current children cumulated vsize (KiB) 291400

[startup+1662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/185 20370
/proc/meminfo: memFree=26452352/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=184076 CPUtime=1064.14 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 52615 0 0 0 106373 41 0 0 20 0 1 0 283316985 188493824 40437 33554432000 4194304 4896791 140734515377728 140734515375256 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 46019 40437 78 172 0 45845 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 292664

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/185 20370
/proc/meminfo: memFree=26447996/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=154232 CPUtime=1124.13 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 53981 0 0 0 112369 44 0 0 20 0 1 0 283316985 157933568 37058 33554432000 4194304 4896791 140734515377728 140734515375256 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 38558 37058 78 172 0 38384 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 262820

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/185 20370
/proc/meminfo: memFree=26375824/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=236056 CPUtime=1184.13 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 55305 0 0 0 118367 46 0 0 20 0 1 0 283316985 241721344 45834 33554432000 4194304 4896791 140734515377728 140734515374936 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 59014 45834 78 172 0 58840 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 344644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 20414
/proc/meminfo: memFree=27304612/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=155424 CPUtime=1202.73 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 55428 0 0 0 120226 47 0 0 20 0 1 0 283316985 159154176 35810 33554432000 4194304 4896791 140734515377728 140734515375304 4203936 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 38856 35810 78 172 0 38682 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 264012

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 20414
/proc/meminfo: memFree=27304612/32873844 swapFree=7124/7124
[pid=20331] ppid=20329 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20331/stat : 20331 (runPb2sat.sh) S 20329 20331 17634 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283257191 9367552 274 33554432000 4194304 5064252 140736818068704 140736818067616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20331/statm: 2287 274 233 213 0 72 0
[pid=20332] ppid=20331 vsize=90292 CPUtime=597.32 cores=1,3,5,7
/proc/20332/stat : 20332 (pb2sat) S 20331 20331 17634 0 -1 4202496 35483 148648 0 0 314 101 59254 63 20 0 1 0 283257191 92459008 20530 33554432000 4194304 5873084 140736599999296 140736599993112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20332/statm: 22573 20530 184 410 0 22155 0
[pid=20360] ppid=20332 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20360/stat : 20360 (satsolver.sh) S 20332 20331 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283316985 9367552 267 33554432000 4194304 5064252 140737218011152 140737218010064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20360/statm: 2287 267 226 213 0 72 0
[pid=20361] ppid=20360 vsize=155424 CPUtime=1202.73 cores=1,3,5,7
/proc/20361/stat : 20361 (glucose_static) R 20360 20331 17634 0 -1 4202496 55428 0 0 0 120226 47 0 0 20 0 1 0 283316985 159154176 35810 33554432000 4194304 4896791 140734515377728 140734515375304 4203936 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20361/statm: 38856 35810 78 172 0 38682 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 264012

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.09
CPU user time (s): 1797.96
CPU system time (s): 2.13668
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 394240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.96
system time used= 2.13667
maximum resident set size= 227444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 462688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164
involuntary context switches= 1901

runsolver used 3.18851 second user time and 8.46971 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 04:15:18
IDJOB=3696136
IDBENCH=92760
IDSOLVER=2274
FILE ID=node134/3696136-1338171318
RUNJOBID= node134-1338158703-17652
PBS_JOBID= 14624546
Free space on /tmp= 70968 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_0.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696136-1338171318/watcher-3696136-1338171318 -o /tmp/evaluation-result-3696136-1338171318/solver-3696136-1338171318 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696136-1338171318.opb 1683900574 HOME HOME

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

MD5SUM BENCH= d0955493ad3dd18776a949983101631a
RANDOM SEED=1683900574

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27586600 kB
Buffers:          437536 kB
Cached:          3904580 kB
SwapCached:            0 kB
Active:          1700280 kB
Inactive:        2724016 kB
Active(anon):      78068 kB
Inactive(anon):     5996 kB
Active(file):    1622212 kB
Inactive(file):  2718020 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             52752 kB
Writeback:             4 kB
AnonPages:        106812 kB
Mapped:            15044 kB
Shmem:               212 kB
Slab:             718152 kB
SReclaimable:     159976 kB
SUnreclaim:       558176 kB
KernelStack:        1520 kB
PageTables:         4308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     205220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node134 at 2012-05-28 04:45:19