Trace number 3694550

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
pb2satCp2 2012-05-19? (TO) 1800.04 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_4.opb
MD5SUMb9760eca078029bee17418839cb4525f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3452273
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
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 77399784670
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 77399784670
Number of bits of the biggest sum of numbers37
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

1.77/1.83	c model valid
1.77/1.83	c current solution ok
3.36/3.42	o 192239363
3.36/3.42	c fallback to adder encoding
21.46/21.58	c model valid
21.46/21.58	c current solution ok
21.55/21.63	o 128256781
21.55/21.63	c fallback to adder encoding
30.56/30.60	c model valid
30.56/30.60	c current solution ok
30.56/30.65	o 54209979
30.56/30.65	c fallback to adder encoding
65.46/65.56	c model valid
65.46/65.56	c current solution ok
65.53/65.61	o 53147965
65.53/65.61	c fallback to adder encoding
102.34/102.50	c model valid
102.34/102.50	c current solution ok
102.46/102.54	o 31176869
102.46/102.54	c fallback to adder encoding
169.63/169.73	c model valid
169.63/169.73	c current solution ok
169.63/169.77	o 19163231
169.63/169.77	c fallback to adder encoding
378.18/378.34	c model valid
378.18/378.34	c current solution ok
378.18/378.38	o 19142211
378.18/378.38	c fallback to adder encoding
522.14/522.34	c model valid
522.14/522.34	c current solution ok
522.14/522.38	o 13901979
522.14/522.38	c fallback to adder encoding
547.57/547.95	c model valid
547.57/547.95	c current solution ok
547.57/547.99	o 13047223
547.57/547.99	c fallback to adder encoding
566.47/566.82	c model valid
566.47/566.82	c current solution ok
566.47/566.87	o 12311849
566.47/566.87	c fallback to adder encoding
637.72/638.19	c model valid
637.72/638.19	c current solution ok
637.83/638.23	o 12106205
637.83/638.23	c fallback to adder encoding
794.48/794.91	c model valid
794.48/794.91	c current solution ok
794.48/794.95	o 9876421
794.48/794.95	c fallback to adder encoding
830.96/831.46	c model valid
830.96/831.46	c current solution ok
831.02/831.50	o 9764579
831.02/831.50	c fallback to adder encoding
870.43/870.94	c model valid
870.43/870.94	c current solution ok
870.43/870.98	o 5658561
870.43/870.98	c fallback to adder encoding
1800.04/1800.71	c error: unexpected solver exit code
1800.04/1800.71	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-3694550-1338183720/watcher-3694550-1338183720 -o /tmp/evaluation-result-3694550-1338183720/solver-3694550-1338183720 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694550-1338183720.opb 1365390720 HOME HOME 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19468
/proc/meminfo: memFree=30888616/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0

[startup+0.0473481 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19468
/proc/meminfo: memFree=30888616/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19468
/proc/meminfo: memFree=30888616/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300312 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19468
/proc/meminfo: memFree=30888616/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.869314 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 19468
/proc/meminfo: memFree=30888616/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50653 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19472
/proc/meminfo: memFree=30922912/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=30476 CPUtime=0.33 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 6012 0 0 0 30 3 0 0 20 0 1 0 284496526 31207424 6538 33554432000 4194304 5873084 140733250223072 140733250219496 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 7619 6538 169 410 0 7201 0
[pid=19471] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19471/stat : 19471 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284496560 9367552 266 33554432000 4194304 5064252 140734802718352 140734802717264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19471/statm: 2287 266 226 213 0 72 0
[pid=19472] ppid=19471 vsize=85824 CPUtime=1.14 cores=0,2,4,6
/proc/19472/stat : 19472 (glucose_static) R 19471 19468 17405 0 -1 4202496 17717 0 0 0 112 2 0 0 20 0 1 0 284496561 87883776 18071 33554432000 4194304 4896791 140733747320192 140733747317400 4224921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19472/statm: 21456 18071 78 172 0 21282 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 134596

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19472
/proc/meminfo: memFree=30971520/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=35800 CPUtime=3.06 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) R 19468 19468 17405 0 -1 4202496 7441 18537 0 0 48 116 139 3 20 0 1 0 284496526 36659200 7875 33554432000 4194304 5873084 140733250223072 140733250218504 5127520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 8950 7875 177 410 0 8532 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44948

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19476
/proc/meminfo: memFree=30359912/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=189736 CPUtime=5.04 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 15081 19050 0 0 198 161 139 6 20 0 1 0 284496526 194289664 39435 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 47434 39435 183 410 0 47016 0
[pid=19475] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19475/stat : 19475 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284497032 9367552 267 33554432000 4194304 5064252 140733279681008 140733279679920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19475/statm: 2287 267 226 213 0 72 0
[pid=19476] ppid=19475 vsize=364100 CPUtime=1.22 cores=0,2,4,6
/proc/19476/stat : 19476 (glucose_static) R 19475 19468 17405 0 -1 4202496 44966 0 0 0 111 11 0 0 20 0 1 0 284497033 372838400 67567 33554432000 4194304 4896791 140735850634688 140735849583480 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19476/statm: 91025 67567 58 172 0 90851 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 572132

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19478
/proc/meminfo: memFree=29083712/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=189736 CPUtime=5.04 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 15081 19050 0 0 198 161 139 6 20 0 1 0 284496526 194289664 39435 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19469/statm: 47434 39435 183 410 0 47016 0
[pid=19475] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19475/stat : 19475 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284497032 9367552 267 33554432000 4194304 5064252 140733279681008 140733279679920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19475/statm: 2287 267 226 213 0 72 0
[pid=19476] ppid=19475 vsize=352532 CPUtime=7.61 cores=0,2,4,6
/proc/19476/stat : 19476 (glucose_static) R 19475 19468 17405 0 -1 4202496 58229 0 0 0 746 15 0 0 20 0 1 0 284497033 360992768 77965 33554432000 4194304 4896791 140735850634688 140735850632008 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19476/statm: 88133 77965 78 172 0 87959 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 560564

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 19481
/proc/meminfo: memFree=29252948/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=214596 CPUtime=23.28 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 27578 79263 0 0 355 181 1761 31 20 0 1 0 284496526 219746304 44627 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 53649 44627 184 410 0 53231 0
[pid=19480] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19480/stat : 19480 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284498858 9367552 267 33554432000 4194304 5064252 140734264432624 140734264431536 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19480/statm: 2287 267 226 213 0 72 0
[pid=19481] ppid=19480 vsize=349196 CPUtime=2.17 cores=0,2,4,6
/proc/19481/stat : 19481 (glucose_static) R 19480 19468 17405 0 -1 4202496 57019 0 0 0 202 15 0 0 20 0 1 0 284498858 357576704 75983 33554432000 4194304 4896791 140733760129808 140733760126936 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19481/statm: 87299 75983 76 172 0 87125 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 582088

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 19484
/proc/meminfo: memFree=29257412/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=214596 CPUtime=32.2 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 39971 138860 0 0 504 201 2461 54 20 0 1 0 284496526 219746304 43091 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 53649 43091 184 410 0 53231 0
[pid=19483] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19483/stat : 19483 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284499749 9367552 267 33554432000 4194304 5064252 140737116225744 140737116224656 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19483/statm: 2287 267 226 213 0 72 0
[pid=19484] ppid=19483 vsize=346208 CPUtime=18.85 cores=0,2,4,6
/proc/19484/stat : 19484 (glucose_static) R 19483 19468 17405 0 -1 4202496 57399 0 0 0 1870 15 0 0 20 0 1 0 284499750 354516992 76665 33554432000 4194304 4896791 140734809407072 140734809404296 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19484/statm: 86552 76665 78 172 0 86378 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 579100

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19487
/proc/meminfo: memFree=29267320/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=214596 CPUtime=67.15 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 52278 197990 0 0 652 219 5767 77 20 0 1 0 284496526 219746304 43091 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 53649 43091 184 410 0 53231 0
[pid=19486] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19486/stat : 19486 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284503245 9367552 266 33554432000 4194304 5064252 140733365828800 140733365827712 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19486/statm: 2287 266 226 213 0 72 0
[pid=19487] ppid=19486 vsize=346904 CPUtime=35.1 cores=0,2,4,6
/proc/19487/stat : 19487 (glucose_static) R 19486 19468 17405 0 -1 4202496 55758 0 0 0 3495 15 0 0 20 0 1 0 284503245 355229696 72718 33554432000 4194304 4896791 140734109128448 140734109126088 4423776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19487/statm: 86726 72718 79 172 0 86552 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 579796

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 19493
/proc/meminfo: memFree=29286116/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=214596 CPUtime=103.92 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 64250 254867 0 0 788 236 9270 98 20 0 1 0 284496526 219746304 41043 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19469/statm: 53649 41043 184 410 0 53231 0
[pid=19489] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19489/stat : 19489 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284506924 9367552 267 33554432000 4194304 5064252 140734511376400 140734511375312 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19489/statm: 2287 267 226 213 0 72 0
[pid=19490] ppid=19489 vsize=308288 CPUtime=58.29 cores=0,2,4,6
/proc/19490/stat : 19490 (glucose_static) R 19489 19468 17405 0 -1 4202496 58714 0 0 0 5813 16 0 0 20 0 1 0 284506924 315686912 69879 33554432000 4194304 4896791 140736394768784 140736394765992 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19490/statm: 77072 69879 78 172 0 76898 0
Current children cumulated CPU time (s) 162.21

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

/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 72323 0 0 0 54985 34 0 0 20 0 1 0 284583724 284364800 64760 33554432000 4194304 4896791 140737469071088 140737469068232 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 69425 64760 78 172 0 69251 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 445056

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19559
/proc/meminfo: memFree=29407128/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=279392 CPUtime=610.19 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 74797 0 0 0 60983 36 0 0 20 0 1 0 284583724 286097408 63720 33554432000 4194304 4896791 140737469071088 140737469068616 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 69848 63720 78 172 0 69674 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 446748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19560
/proc/meminfo: memFree=29401268/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=330236 CPUtime=670.17 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 76531 0 0 0 66981 36 0 0 20 0 1 0 284583724 338161664 67383 33554432000 4194304 4896791 140737469071088 140737469068600 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 82559 67383 78 172 0 82385 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 497592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19560
/proc/meminfo: memFree=29393636/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=281020 CPUtime=730.16 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 77352 0 0 0 72979 37 0 0 20 0 1 0 284583724 287764480 66249 33554432000 4194304 4896791 140737469071088 140737469068296 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 70255 66249 78 172 0 70081 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 448376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19560
/proc/meminfo: memFree=29379552/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=331812 CPUtime=790.16 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 78596 0 0 0 78978 38 0 0 20 0 1 0 284583724 339775488 69501 33554432000 4194304 4896791 140737469071088 140737469068600 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 82953 69501 78 172 0 82779 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 499168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19563
/proc/meminfo: memFree=29396224/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=282952 CPUtime=850.14 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 80226 0 0 0 84974 40 0 0 20 0 1 0 284583724 289742848 64033 33554432000 4194304 4896791 140737469071088 140737469068232 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 70738 64033 78 172 0 70564 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 450308

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19563
/proc/meminfo: memFree=29375316/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=283572 CPUtime=910.14 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 81032 0 0 0 90974 40 0 0 20 0 1 0 284583724 290377728 67791 33554432000 4194304 4896791 140737469071088 140737469068296 4205066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 70893 67791 78 172 0 70719 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 450928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19606
/proc/meminfo: memFree=30387036/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=334024 CPUtime=928.53 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 81578 0 0 0 92812 41 0 0 20 0 1 0 284583724 342040576 68332 33554432000 4194304 4896791 140737469071088 140737469068616 4225141 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 83506 68332 78 172 0 83332 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 501380

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19606
/proc/meminfo: memFree=30387036/32873844 swapFree=6080/6080
[pid=19468] ppid=19466 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19468/stat : 19468 (runPb2satCp2.sh) S 19466 19468 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284496526 9367552 275 33554432000 4194304 5064252 140737192163424 140737192162336 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19468/statm: 2287 275 233 213 0 72 0
[pid=19469] ppid=19468 vsize=149060 CPUtime=871.51 cores=0,2,4,6
/proc/19469/stat : 19469 (pb2sat) S 19468 19468 17405 0 -1 4202496 165050 730673 0 0 1793 365 84700 293 20 0 1 0 284496526 152637440 34899 33554432000 4194304 5873084 140733250223072 140733250216888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19469/statm: 37265 34899 184 410 0 36847 0
[pid=19530] ppid=19469 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19530/stat : 19530 (satsolver.sh) S 19469 19468 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284583724 9367552 266 33554432000 4194304 5064252 140736764019552 140736764018464 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19530/statm: 2287 266 226 213 0 72 0
[pid=19531] ppid=19530 vsize=334024 CPUtime=928.53 cores=0,2,4,6
/proc/19531/stat : 19531 (glucose_static) R 19530 19468 17405 0 -1 4202496 81578 0 0 0 92812 41 0 0 20 0 1 0 284583724 342040576 68332 33554432000 4194304 4896791 140737469071088 140737469068616 4225141 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19531/statm: 83506 68332 78 172 0 83332 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 501380

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19468 and gives
#  childrusage.ru_utime.tv_sec=864
#  childrusage.ru_utime.tv_usec=945508
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=598996
# CPU time returned by wait4() is 871.544
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.04
CPU user time (s): 1793.05
CPU system time (s): 6.99
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 703584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 864.946
system time used= 6.599
maximum resident set size= 391680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 896701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2733824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276
involuntary context switches= 1400

runsolver used 3.49447 second user time and 14.9207 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 07:42:00
IDJOB=3694550
IDBENCH=92725
IDSOLVER=2273
FILE ID=node139/3694550-1338183720
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71612 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_4.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694550-1338183720/watcher-3694550-1338183720 -o /tmp/evaluation-result-3694550-1338183720/solver-3694550-1338183720 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694550-1338183720.opb 1365390720 HOME HOME

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

MD5SUM BENCH= b9760eca078029bee17418839cb4525f
RANDOM SEED=1365390720

node139.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		: 2666.750
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	: 5333.50
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		: 2666.750
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	: 5331.91
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		: 2666.750
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	: 5331.90
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		: 2666.750
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	: 5331.91
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		: 2666.750
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	: 5331.92
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		: 2666.750
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	: 5331.91
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		: 2666.750
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	: 5331.91
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		: 2666.750
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30888988 kB
Buffers:          411900 kB
Cached:           479896 kB
SwapCached:          828 kB
Active:           931952 kB
Inactive:         197388 kB
Active(anon):     231088 kB
Inactive(anon):     7968 kB
Active(file):     700864 kB
Inactive(file):   189420 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             48876 kB
Writeback:             0 kB
AnonPages:        381176 kB
Mapped:            12724 kB
Shmem:                 8 kB
Slab:             718216 kB
SReclaimable:     160252 kB
SUnreclaim:       557964 kB
KernelStack:        1520 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     369292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71524 MiB
End job on node139 at 2012-05-28 08:12:00