Trace number 3695274

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.02 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUM8e8a9709ab0638484b49ff5cae7622ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-94333
Best CPU time to get the best result obtained on this benchmark1797.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 250772
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 250772
Number of bits of the biggest sum of numbers18
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.46	c fallback to adder encoding
5.38/5.46	c model valid
5.38/5.46	c current solution ok
7.17/7.27	o -12446
7.17/7.27	c fallback to adder encoding
23.36/23.42	c model valid
23.36/23.42	c current solution ok
23.36/23.47	o -13298
23.36/23.47	c fallback to adder encoding
129.25/129.35	c model valid
129.25/129.35	c current solution ok
129.30/129.40	o -14766
129.30/129.40	c fallback to adder encoding
205.43/205.55	c model valid
205.43/205.55	c current solution ok
205.53/205.61	o -16219
205.53/205.61	c fallback to adder encoding
231.22/231.35	c model valid
231.22/231.35	c current solution ok
231.27/231.40	o -22077
231.27/231.40	c fallback to adder encoding
297.80/297.92	c model valid
297.80/297.92	c current solution ok
297.80/297.97	o -28358
297.80/297.97	c fallback to adder encoding
456.06/456.22	c model valid
456.06/456.22	c current solution ok
456.06/456.28	o -29049
456.06/456.28	c fallback to adder encoding
634.74/634.96	c model valid
634.74/634.96	c current solution ok
634.81/635.02	o -31488
634.81/635.02	c fallback to adder encoding
972.09/972.39	c model valid
972.09/972.39	c current solution ok
972.18/972.44	o -32599
972.18/972.44	c fallback to adder encoding
1189.24/1189.56	c model valid
1189.24/1189.56	c current solution ok
1189.31/1189.61	o -33487
1189.31/1189.61	c fallback to adder encoding
1206.13/1206.42	c model valid
1206.13/1206.42	c current solution ok
1206.13/1206.48	o -41526
1206.13/1206.48	c fallback to adder encoding
1586.05/1586.44	c model valid
1586.05/1586.44	c current solution ok
1586.05/1586.49	o -42443
1586.05/1586.49	c fallback to adder encoding
1758.23/1758.63	c model valid
1758.23/1758.63	c current solution ok
1758.23/1758.68	o -45462
1758.23/1758.68	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	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-3695274-1338124186/watcher-3695274-1338124186 -o /tmp/evaluation-result-3695274-1338124186/solver-3695274-1338124186 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695274-1338124186.opb 1695344179 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.06 2.02 2.00 3/179 10479
/proc/meminfo: memFree=31248164/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0

[startup+0.028277 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10479
/proc/meminfo: memFree=31248164/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100211 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10479
/proc/meminfo: memFree=31248164/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30019 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10479
/proc/meminfo: memFree=31248164/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700249 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 10479
/proc/meminfo: memFree=31248164/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 10483
/proc/meminfo: memFree=31125976/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=61072 CPUtime=0.84 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 9993 0 0 0 78 6 0 0 20 0 1 0 278544734 62537728 13559 33554432000 4194304 5873084 140736635715792 140736635712216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10480/statm: 15268 13559 171 410 0 14850 0
[pid=10482] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10482/stat : 10482 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278544819 9367552 267 33554432000 4194304 5064252 140736061322608 140736061321520 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10482/statm: 2287 267 226 213 0 72 0
[pid=10483] ppid=10482 vsize=91632 CPUtime=0.64 cores=1,3,5,7
/proc/10483/stat : 10483 (glucose_static) R 10482 10479 10279 0 -1 4202496 17779 0 0 0 59 5 0 0 20 0 1 0 278544819 93831168 18873 33554432000 4194304 4896791 140736216729888 140736216727096 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10483/statm: 22908 18873 76 172 0 22734 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 171000

[startup+3.10041 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 10483
/proc/meminfo: memFree=31089428/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=61072 CPUtime=0.84 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 9993 0 0 0 78 6 0 0 20 0 1 0 278544734 62537728 13559 33554432000 4194304 5873084 140736635715792 140736635712216 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10480/statm: 15268 13559 171 410 0 14850 0
[pid=10482] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10482/stat : 10482 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278544819 9367552 267 33554432000 4194304 5064252 140736061322608 140736061321520 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10482/statm: 2287 267 226 213 0 72 0
[pid=10483] ppid=10482 vsize=91900 CPUtime=2.24 cores=1,3,5,7
/proc/10483/stat : 10483 (glucose_static) R 10482 10479 10279 0 -1 4202496 17828 0 0 0 219 5 0 0 20 0 1 0 278544819 94105600 18922 33554432000 4194304 4896791 140736216729888 140736216727016 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10483/statm: 22975 18922 76 172 0 22801 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 171268

[startup+6.30022 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 10483
/proc/meminfo: memFree=31157640/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=64440 CPUtime=6.27 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) R 10479 10479 10279 0 -1 4202496 11333 18540 0 0 103 74 444 6 20 0 1 0 278544734 65986560 14439 33554432000 4194304 5873084 140736635715792 140736635711224 5127520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 16110 14439 179 410 0 15692 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 73588

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 10486
/proc/meminfo: memFree=31046944/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=66488 CPUtime=7.27 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 12364 19054 0 0 120 152 444 11 20 0 1 0 278544734 68083712 14855 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 16622 14855 180 410 0 16204 0
[pid=10485] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10485/stat : 10485 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278545464 9367552 267 33554432000 4194304 5064252 140735953577408 140735953576320 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10485/statm: 2287 267 226 213 0 72 0
[pid=10486] ppid=10485 vsize=93776 CPUtime=5.39 cores=1,3,5,7
/proc/10486/stat : 10486 (glucose_static) R 10485 10479 10279 0 -1 4202496 19270 0 0 0 533 6 0 0 20 0 1 0 278545464 96026624 19948 33554432000 4194304 4896791 140736612971472 140736612968984 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10486/statm: 23444 19948 77 172 0 23270 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 178560

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 10492
/proc/meminfo: memFree=31064112/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68024 CPUtime=23.46 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 14912 40575 0 0 132 153 2038 23 20 0 1 0 278544734 69656576 15239 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17006 15239 180 410 0 16588 0
[pid=10491] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10491/stat : 10491 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278547084 9367552 267 33554432000 4194304 5064252 140735176935440 140735176934352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10491/statm: 2287 267 226 213 0 72 0
[pid=10492] ppid=10491 vsize=93584 CPUtime=1.98 cores=1,3,5,7
/proc/10492/stat : 10492 (glucose_static) R 10491 10479 10279 0 -1 4202496 19186 0 0 0 194 4 0 0 20 0 1 0 278547084 95830016 19456 33554432000 4194304 4896791 140737442857904 140737442855416 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10492/statm: 23396 19456 77 172 0 23222 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 179904

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 10492
/proc/meminfo: memFree=31053216/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68024 CPUtime=23.46 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 14912 40575 0 0 132 153 2038 23 20 0 1 0 278544734 69656576 15239 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17006 15239 180 410 0 16588 0
[pid=10491] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10491/stat : 10491 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278547084 9367552 267 33554432000 4194304 5064252 140735176935440 140735176934352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10491/statm: 2287 267 226 213 0 72 0
[pid=10492] ppid=10491 vsize=94936 CPUtime=27.59 cores=1,3,5,7
/proc/10492/stat : 10492 (glucose_static) R 10491 10479 10279 0 -1 4202496 20633 0 0 0 2754 5 0 0 20 0 1 0 278547084 97214464 19850 33554432000 4194304 4896791 140737442857904 140737442855416 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10492/statm: 23734 19850 78 172 0 23560 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 181256

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10492
/proc/meminfo: memFree=31046656/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68024 CPUtime=23.46 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 14912 40575 0 0 132 153 2038 23 20 0 1 0 278544734 69656576 15239 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17006 15239 180 410 0 16588 0
[pid=10491] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10491/stat : 10491 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278547084 9367552 267 33554432000 4194304 5064252 140735176935440 140735176934352 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10491/statm: 2287 267 226 213 0 72 0
[pid=10492] ppid=10491 vsize=95696 CPUtime=78.78 cores=1,3,5,7
/proc/10492/stat : 10492 (glucose_static) R 10491 10479 10279 0 -1 4202496 21828 0 0 0 7873 5 0 0 20 0 1 0 278547084 97992704 20705 33554432000 4194304 4896791 140737442857904 140737442855048 4203088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10492/statm: 23924 20705 78 172 0 23750 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 182016

[startup+162.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 10496
/proc/meminfo: memFree=31045964/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=129.39 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 17364 64003 0 0 145 154 12605 35 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10495] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10495/stat : 10495 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278557678 9367552 267 33554432000 4194304 5064252 140735128452512 140735128451424 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10495/statm: 2287 267 226 213 0 72 0
[pid=10496] ppid=10495 vsize=95888 CPUtime=32.84 cores=1,3,5,7
/proc/10496/stat : 10496 (glucose_static) R 10495 10479 10279 0 -1 4202496 23552 0 0 0 3276 8 0 0 20 0 1 0 278557678 98189312 20385 33554432000 4194304 4896791 140734170582240 140734170579752 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10496/statm: 23972 20385 78 172 0 23798 0
Current children cumulated CPU time (s) 162.23

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

/proc/10568/stat : 10568 (glucose_static) R 10567 10479 10279 0 -1 4202496 32297 0 0 0 15560 14 0 0 20 0 1 0 278665385 115617792 24407 33554432000 4194304 4896791 140735818222720 140735818220232 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10568/statm: 28227 24407 78 172 0 28053 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 199740

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10572
/proc/meminfo: memFree=30599764/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1206.24 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 37459 290134 0 0 245 159 120062 158 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10567] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10567/stat : 10567 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278665385 9367552 267 33554432000 4194304 5064252 140734818677760 140734818676672 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10567/statm: 2287 267 226 213 0 72 0
[pid=10568] ppid=10567 vsize=115160 CPUtime=215.73 cores=1,3,5,7
/proc/10568/stat : 10568 (glucose_static) R 10567 10479 10279 0 -1 4202496 34937 0 0 0 21558 15 0 0 20 0 1 0 278665385 117923840 26376 33554432000 4194304 4896791 140735818222720 140735818220248 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10568/statm: 28790 26376 78 172 0 28616 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 201992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10572
/proc/meminfo: memFree=30585584/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1206.24 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 37459 290134 0 0 245 159 120062 158 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10567] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10567/stat : 10567 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278665385 9367552 267 33554432000 4194304 5064252 140734818677760 140734818676672 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10567/statm: 2287 267 226 213 0 72 0
[pid=10568] ppid=10567 vsize=135960 CPUtime=275.72 cores=1,3,5,7
/proc/10568/stat : 10568 (glucose_static) R 10567 10479 10279 0 -1 4202496 36819 0 0 0 27555 17 0 0 20 0 1 0 278665385 139223040 28437 33554432000 4194304 4896791 140735818222720 140735818219928 4203968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10568/statm: 33990 28437 78 172 0 33816 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 222792

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 10572
/proc/meminfo: memFree=30577428/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1206.24 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 37459 290134 0 0 245 159 120062 158 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10567] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10567/stat : 10567 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278665385 9367552 267 33554432000 4194304 5064252 140734818677760 140734818676672 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10567/statm: 2287 267 226 213 0 72 0
[pid=10568] ppid=10567 vsize=137136 CPUtime=335.72 cores=1,3,5,7
/proc/10568/stat : 10568 (glucose_static) R 10567 10479 10279 0 -1 4202496 38075 0 0 0 33553 19 0 0 20 0 1 0 278665385 140427264 28750 33554432000 4194304 4896791 140735818222720 140735818220232 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10568/statm: 34284 28750 78 172 0 34110 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 223968

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10575
/proc/meminfo: memFree=30604280/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1586.17 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 39910 330754 0 0 257 160 158016 184 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10574] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10574/stat : 10574 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278703386 9367552 266 33554432000 4194304 5064252 140734656004912 140734656003824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10574/statm: 2287 266 226 213 0 72 0
[pid=10575] ppid=10574 vsize=95696 CPUtime=15.76 cores=1,3,5,7
/proc/10575/stat : 10575 (glucose_static) R 10574 10479 10279 0 -1 4202496 22093 0 0 0 1569 7 0 0 20 0 1 0 278703387 97992704 20953 33554432000 4194304 4896791 140735382601184 140735382598392 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 23924 20953 78 172 0 23750 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 182528

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 10576
/proc/meminfo: memFree=30591320/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1586.17 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 39910 330754 0 0 257 160 158016 184 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10574] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10574/stat : 10574 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278703386 9367552 266 33554432000 4194304 5064252 140734656004912 140734656003824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10574/statm: 2287 266 226 213 0 72 0
[pid=10575] ppid=10574 vsize=111160 CPUtime=75.74 cores=1,3,5,7
/proc/10575/stat : 10575 (glucose_static) R 10574 10479 10279 0 -1 4202496 29254 0 0 0 7564 10 0 0 20 0 1 0 278703387 113827840 23171 33554432000 4194304 4896791 140735382601184 140735382598696 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 27790 23171 78 172 0 27616 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 197992

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 10576
/proc/meminfo: memFree=30577888/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1586.17 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 39910 330754 0 0 257 160 158016 184 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10574] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10574/stat : 10574 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278703386 9367552 266 33554432000 4194304 5064252 140734656004912 140734656003824 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10574/statm: 2287 266 226 213 0 72 0
[pid=10575] ppid=10574 vsize=113604 CPUtime=135.73 cores=1,3,5,7
/proc/10575/stat : 10575 (glucose_static) R 10574 10479 10279 0 -1 4202496 34348 0 0 0 13559 14 0 0 20 0 1 0 278703387 116330496 25295 33554432000 4194304 4896791 140735382601184 140735382598696 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10575/statm: 28401 25295 78 172 0 28227 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 200436

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 10579
/proc/meminfo: memFree=30595180/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1758.34 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 42361 369058 0 0 270 161 175196 207 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10578] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278720605 9367552 267 33554432000 4194304 5064252 140734445588432 140734445587344 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10578/statm: 2287 267 226 213 0 72 0
[pid=10579] ppid=10578 vsize=93804 CPUtime=23.57 cores=1,3,5,7
/proc/10579/stat : 10579 (glucose_static) R 10578 10479 10279 0 -1 4202496 18851 0 0 0 2352 5 0 0 20 0 1 0 278720606 96055296 19333 33554432000 4194304 4896791 140733840576592 140733840573800 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10579/statm: 23451 19333 77 172 0 23277 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 180636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10579
/proc/meminfo: memFree=30593132/32873844 swapFree=7372/7372
[pid=10479] ppid=10477 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10479/stat : 10479 (runPb2satCp2.sh) S 10477 10479 10279 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278544734 9367552 274 33554432000 4194304 5064252 140733865759344 140733865758256 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10479/statm: 2287 274 233 213 0 72 0
[pid=10480] ppid=10479 vsize=68536 CPUtime=1758.34 cores=1,3,5,7
/proc/10480/stat : 10480 (pb2sat) S 10479 10479 10279 0 -1 4202496 42361 369058 0 0 270 161 175196 207 20 0 1 0 278544734 70180864 15240 33554432000 4194304 5873084 140736635715792 140736635709608 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10480/statm: 17134 15240 180 410 0 16716 0
[pid=10578] ppid=10480 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (satsolver.sh) S 10480 10479 10279 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 278720605 9367552 267 33554432000 4194304 5064252 140734445588432 140734445587344 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10578/statm: 2287 267 226 213 0 72 0
[pid=10579] ppid=10578 vsize=94332 CPUtime=41.68 cores=1,3,5,7
/proc/10579/stat : 10579 (glucose_static) R 10578 10479 10279 0 -1 4202496 18967 0 0 0 4163 5 0 0 20 0 1 0 278720606 96595968 19446 33554432000 4194304 4896791 140733840576592 140733840573816 4203003 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10579/statm: 23583 19446 78 172 0 23409 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 181164

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10479 and gives
#  childrusage.ru_utime.tv_sec=1754
#  childrusage.ru_utime.tv_usec=667250
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=692438
# CPU time returned by wait4() is 1758.36
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1796.29
CPU system time (s): 3.73
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 255528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1754.67
system time used= 3.69244
maximum resident set size= 150312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 878848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308
involuntary context switches= 1961

runsolver used 2.91056 second user time and 8.71767 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 15:09:46
IDJOB=3695274
IDBENCH=90353
IDSOLVER=2273
FILE ID=node118/3695274-1338124186
RUNJOBID= node118-1338122383-10296
PBS_JOBID= 14624484
Free space on /tmp= 71660 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695274-1338124186/watcher-3695274-1338124186 -o /tmp/evaluation-result-3695274-1338124186/solver-3695274-1338124186 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695274-1338124186.opb 1695344179 HOME HOME

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

MD5SUM BENCH= 8e8a9709ab0638484b49ff5cae7622ac
RANDOM SEED=1695344179

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31248692 kB
Buffers:          334284 kB
Cached:           362300 kB
SwapCached:            0 kB
Active:           556884 kB
Inactive:         228792 kB
Active(anon):      79564 kB
Inactive(anon):    11324 kB
Active(file):     477320 kB
Inactive(file):   217468 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:         97732 kB
Mapped:            12632 kB
Shmem:               200 kB
Slab:             693632 kB
SReclaimable:     135196 kB
SUnreclaim:       558436 kB
KernelStack:        1488 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     218652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71500 MiB
End job on node118 at 2012-05-27 15:39:47