Trace number 3694591

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.21 1801.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_8_ic.opb
MD5SUM579086081fadd70cb8f17f26654d7fe6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20224039
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48881177800
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48881177800
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

122.03/122.19	c model valid
122.03/122.19	c current solution ok
124.53/124.68	o 588062753
124.53/124.68	c fallback to adder encoding
138.02/138.19	c model valid
138.02/138.19	c current solution ok
138.13/138.28	o 411362717
138.13/138.28	c fallback to adder encoding
154.60/155.49	c model valid
154.60/155.49	c current solution ok
154.70/155.57	o 391794589
154.70/155.57	c fallback to adder encoding
296.67/297.56	c model valid
296.67/297.56	c current solution ok
296.74/297.65	o 369974093
296.74/297.65	c fallback to adder encoding
307.58/308.48	c model valid
307.58/308.48	c current solution ok
307.66/308.56	o 312530435
307.66/308.56	c fallback to adder encoding
373.31/374.29	c model valid
373.31/374.29	c current solution ok
373.42/374.38	o 284766475
373.42/374.38	c fallback to adder encoding
610.09/611.15	c model valid
610.09/611.15	c current solution ok
610.15/611.23	o 280678689
610.15/611.23	c fallback to adder encoding
889.58/890.71	c model valid
889.58/890.71	c current solution ok
889.59/890.80	o 215062575
889.59/890.80	c fallback to adder encoding
919.06/920.23	c model valid
919.06/920.23	c current solution ok
919.09/920.31	o 200402255
919.09/920.31	c fallback to adder encoding
1412.40/1413.72	c model valid
1412.40/1413.72	c current solution ok
1412.43/1413.81	o 189562777
1412.43/1413.81	c fallback to adder encoding
1430.58/1431.98	c model valid
1430.58/1431.98	c current solution ok
1430.67/1432.06	o 186555835
1430.67/1432.06	c fallback to adder encoding
1788.06/1789.52	c model valid
1788.06/1789.52	c current solution ok
1788.15/1789.60	o 174498329
1788.15/1789.60	c fallback to adder encoding
1798.04/1799.53	c model valid
1798.04/1799.53	c current solution ok
1798.07/1799.62	o 172429613
1798.07/1799.62	c fallback to adder encoding
1800.21/1801.71	c error: unexpected solver exit code
1800.21/1801.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-3694591-1338229292/watcher-3694591-1338229292 -o /tmp/evaluation-result-3694591-1338229292/solver-3694591-1338229292 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694591-1338229292.opb 1827381437 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.01 2.02 1.86 3/177 25699
/proc/meminfo: memFree=30996808/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0

[startup+0.0377121 s]
/proc/loadavg: 2.01 2.02 1.86 3/177 25699
/proc/meminfo: memFree=30996808/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.01 2.02 1.86 3/177 25699
/proc/meminfo: memFree=30996808/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300297 s]
/proc/loadavg: 2.01 2.02 1.86 3/177 25699
/proc/meminfo: memFree=30996808/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.01 2.02 1.86 3/177 25699
/proc/meminfo: memFree=30996808/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.01 2.02 1.86 3/181 25709
/proc/meminfo: memFree=30942864/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=136776 CPUtime=1.48 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) R 25699 25699 25529 0 -1 4202496 12680 0 0 0 142 6 0 0 20 0 1 0 289055305 140058624 26440 33554432000 4194304 5873084 140736566534208 140736566531160 5129975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 34194 26440 166 410 0 33776 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145924

[startup+3.10044 s]
/proc/loadavg: 2.01 2.02 1.86 3/183 25711
/proc/meminfo: memFree=30715004/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 12684 0 0 0 142 10 0 0 20 0 1 0 289055305 105086976 17905 33554432000 4194304 5873084 140736566534208 140736566530632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 25656 17905 169 410 0 25238 0
[pid=25710] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25710/stat : 25710 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289055458 9367552 266 33554432000 4194304 5064252 140735842585776 140735842584688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25710/statm: 2287 266 226 213 0 72 0
[pid=25711] ppid=25710 vsize=168192 CPUtime=1.55 cores=1,3,5,7
/proc/25711/stat : 25711 (glucose_static) R 25710 25699 25529 0 -1 4202496 30759 0 0 0 148 7 0 0 20 0 1 0 289055459 172228608 36205 33554432000 4194304 4896791 140735280093776 140735280090984 4225134 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25711/statm: 42048 36205 76 172 0 41874 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289112

[startup+6.30045 s]
/proc/loadavg: 2.09 2.03 1.87 3/183 25717
/proc/meminfo: memFree=30708284/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 12684 0 0 0 142 10 0 0 20 0 1 0 289055305 105086976 17905 33554432000 4194304 5873084 140736566534208 140736566530632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 25656 17905 169 410 0 25238 0
[pid=25710] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25710/stat : 25710 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289055458 9367552 266 33554432000 4194304 5064252 140735842585776 140735842584688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25710/statm: 2287 266 226 213 0 72 0
[pid=25711] ppid=25710 vsize=168324 CPUtime=4.75 cores=1,3,5,7
/proc/25711/stat : 25711 (glucose_static) R 25710 25699 25529 0 -1 4202496 30788 0 0 0 468 7 0 0 20 0 1 0 289055459 172363776 36234 33554432000 4194304 4896791 140735280093776 140735280090984 4225514 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25711/statm: 42081 36234 76 172 0 41907 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 289244

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 1.87 3/183 25726
/proc/meminfo: memFree=30717980/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 12684 0 0 0 142 10 0 0 20 0 1 0 289055305 105086976 17905 33554432000 4194304 5873084 140736566534208 140736566530632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 25656 17905 169 410 0 25238 0
[pid=25710] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25710/stat : 25710 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289055458 9367552 266 33554432000 4194304 5064252 140735842585776 140735842584688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25710/statm: 2287 266 226 213 0 72 0
[pid=25711] ppid=25710 vsize=168456 CPUtime=11.15 cores=1,3,5,7
/proc/25711/stat : 25711 (glucose_static) R 25710 25699 25529 0 -1 4202496 31257 0 0 0 1107 8 0 0 20 0 1 0 289055459 172498944 35562 33554432000 4194304 4896791 140735280093776 140735280091352 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25711/statm: 42114 35562 76 172 0 41940 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289376

[startup+25.5005 s]
/proc/loadavg: 2.06 2.03 1.87 3/183 25738
/proc/meminfo: memFree=30703960/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 12684 0 0 0 142 10 0 0 20 0 1 0 289055305 105086976 17905 33554432000 4194304 5873084 140736566534208 140736566530632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 25656 17905 169 410 0 25238 0
[pid=25710] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25710/stat : 25710 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289055458 9367552 266 33554432000 4194304 5064252 140735842585776 140735842584688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25710/statm: 2287 266 226 213 0 72 0
[pid=25711] ppid=25710 vsize=187824 CPUtime=23.95 cores=1,3,5,7
/proc/25711/stat : 25711 (glucose_static) R 25710 25699 25529 0 -1 4202496 31779 0 0 0 2386 9 0 0 20 0 1 0 289055459 192331776 38637 33554432000 4194304 4896791 140735280093776 140735280091304 4225124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25711/statm: 46956 38637 76 172 0 46782 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 308744

[startup+51.1005 s]
/proc/loadavg: 2.04 2.03 1.87 3/183 25756
/proc/meminfo: memFree=30702700/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 12684 0 0 0 142 10 0 0 20 0 1 0 289055305 105086976 17905 33554432000 4194304 5873084 140736566534208 140736566530632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 25656 17905 169 410 0 25238 0
[pid=25710] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25710/stat : 25710 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289055458 9367552 266 33554432000 4194304 5064252 140735842585776 140735842584688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25710/statm: 2287 266 226 213 0 72 0
[pid=25711] ppid=25710 vsize=188568 CPUtime=49.55 cores=1,3,5,7
/proc/25711/stat : 25711 (glucose_static) R 25710 25699 25529 0 -1 4202496 32868 0 0 0 4943 12 0 0 20 0 1 0 289055459 193093632 38831 33554432000 4194304 4896791 140735280093776 140735280091352 4206292 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25711/statm: 47142 38831 76 172 0 46968 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309488

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.87 3/183 25759
/proc/meminfo: memFree=30690116/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=102624 CPUtime=1.52 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 12684 0 0 0 142 10 0 0 20 0 1 0 289055305 105086976 17905 33554432000 4194304 5873084 140736566534208 140736566530632 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25700/statm: 25656 17905 169 410 0 25238 0
[pid=25710] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25710/stat : 25710 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289055458 9367552 266 33554432000 4194304 5064252 140735842585776 140735842584688 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25710/statm: 2287 266 226 213 0 72 0
[pid=25711] ppid=25710 vsize=220800 CPUtime=100.72 cores=1,3,5,7
/proc/25711/stat : 25711 (glucose_static) R 25710 25699 25529 0 -1 4202496 36560 0 0 0 10051 21 0 0 20 0 1 0 289055459 226099200 42790 33554432000 4194304 4896791 140735280093776 140735280091304 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25711/statm: 55200 42790 76 172 0 55026 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 341720

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 1.89 3/183 25795
/proc/meminfo: memFree=30281684/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=156.14 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 30759 164230 0 0 689 264 14569 92 20 0 1 0 289055305 289320960 51352 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 72 0 0
/proc/25700/statm: 70635 51352 184 410 0 70217 0
[pid=25791] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25791/stat : 25791 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289070999 9367552 266 33554432000 4194304 5064252 140734668518192 140734668517104 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25791/statm: 2287 266 226 213 0 72 0
[pid=25792] ppid=25791 vsize=350420 CPUtime=5.35 cores=1,3,5,7
/proc/25792/stat : 25792 (glucose_static) R 25791 25699 25529 0 -1 4202496 59454 0 0 0 514 21 0 0 20 0 1 0 289070999 358830080 80685 33554432000 4194304 4896791 140735573730960 140735573728168 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25792/statm: 87605 80685 76 172 0 87431 0
Current children cumulated CPU time (s) 161.49

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

/proc/25851/statm: 86567 79472 78 172 0 86393 0
Current children cumulated CPU time (s) 1420.98
Current children cumulated vsize (KiB) 647104

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/182 25855
/proc/meminfo: memFree=30259488/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1432.06 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 75078 691632 0 0 2013 401 140410 382 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25853] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25853/stat : 25853 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289198643 9367552 266 33554432000 4194304 5064252 140733220995712 140733220994624 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25853/statm: 2287 266 226 213 0 72 0
[pid=25854] ppid=25853 vsize=354312 CPUtime=48.89 cores=1,3,5,7
/proc/25854/stat : 25854 (glucose_static) R 25853 25699 25529 0 -1 4202496 62772 0 0 0 4872 17 0 0 20 0 1 0 289198643 362815488 83233 33554432000 4194304 4896791 140736160069360 140736160066568 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25854/statm: 88578 83233 78 172 0 88404 0
Current children cumulated CPU time (s) 1480.95
Current children cumulated vsize (KiB) 655148

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 25856
/proc/meminfo: memFree=30249476/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1432.06 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 75078 691632 0 0 2013 401 140410 382 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25853] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25853/stat : 25853 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289198643 9367552 266 33554432000 4194304 5064252 140733220995712 140733220994624 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25853/statm: 2287 266 226 213 0 72 0
[pid=25854] ppid=25853 vsize=356260 CPUtime=108.88 cores=1,3,5,7
/proc/25854/stat : 25854 (glucose_static) R 25853 25699 25529 0 -1 4202496 63480 0 0 0 10870 18 0 0 20 0 1 0 289198643 364810240 85279 33554432000 4194304 4896791 140736160069360 140736160066568 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25854/statm: 89065 85279 78 172 0 88891 0
Current children cumulated CPU time (s) 1540.94
Current children cumulated vsize (KiB) 657096

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/183 25856
/proc/meminfo: memFree=30255284/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1432.06 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 75078 691632 0 0 2013 401 140410 382 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25853] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25853/stat : 25853 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289198643 9367552 266 33554432000 4194304 5064252 140733220995712 140733220994624 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25853/statm: 2287 266 226 213 0 72 0
[pid=25854] ppid=25853 vsize=357792 CPUtime=168.87 cores=1,3,5,7
/proc/25854/stat : 25854 (glucose_static) R 25853 25699 25529 0 -1 4202496 65088 0 0 0 16866 21 0 0 20 0 1 0 289198643 366379008 83598 33554432000 4194304 4896791 140736160069360 140736160066568 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25854/statm: 89448 83598 78 172 0 89274 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 658628

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/183 25856
/proc/meminfo: memFree=30231844/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1432.06 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 75078 691632 0 0 2013 401 140410 382 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25853] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25853/stat : 25853 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289198643 9367552 266 33554432000 4194304 5064252 140733220995712 140733220994624 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25853/statm: 2287 266 226 213 0 72 0
[pid=25854] ppid=25853 vsize=412788 CPUtime=228.84 cores=1,3,5,7
/proc/25854/stat : 25854 (glucose_static) R 25853 25699 25529 0 -1 4202496 68200 0 0 0 22861 23 0 0 20 0 1 0 289198643 422694912 88225 33554432000 4194304 4896791 140736160069360 140736160066584 4204538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25854/statm: 103197 88225 78 172 0 103023 0
Current children cumulated CPU time (s) 1660.9
Current children cumulated vsize (KiB) 713624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 25859
/proc/meminfo: memFree=30228124/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1432.06 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 75078 691632 0 0 2013 401 140410 382 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25853] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25853/stat : 25853 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289198643 9367552 266 33554432000 4194304 5064252 140733220995712 140733220994624 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25853/statm: 2287 266 226 213 0 72 0
[pid=25854] ppid=25853 vsize=413468 CPUtime=288.81 cores=1,3,5,7
/proc/25854/stat : 25854 (glucose_static) R 25853 25699 25529 0 -1 4202496 69330 0 0 0 28857 24 0 0 20 0 1 0 289198643 423391232 89923 33554432000 4194304 4896791 140736160069360 140736160066568 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25854/statm: 103367 89923 78 172 0 103193 0
Current children cumulated CPU time (s) 1720.87
Current children cumulated vsize (KiB) 714304

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/183 25860
/proc/meminfo: memFree=30225004/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1432.06 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 75078 691632 0 0 2013 401 140410 382 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25853] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25853/stat : 25853 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289198643 9367552 266 33554432000 4194304 5064252 140733220995712 140733220994624 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25853/statm: 2287 266 226 213 0 72 0
[pid=25854] ppid=25853 vsize=414072 CPUtime=348.8 cores=1,3,5,7
/proc/25854/stat : 25854 (glucose_static) R 25853 25699 25529 0 -1 4202496 69636 0 0 0 34856 24 0 0 20 0 1 0 289198643 424009728 91107 33554432000 4194304 4896791 140736160069360 140736160065096 4224934 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25854/statm: 103518 91107 78 172 0 103344 0
Current children cumulated CPU time (s) 1780.86
Current children cumulated vsize (KiB) 714908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.12 2.03 1.95 3/183 25908
/proc/meminfo: memFree=30425952/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1799.46 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 84824 823607 0 0 2340 434 176723 449 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25895] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25895/stat : 25895 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289235399 9367552 265 33554432000 4194304 5064252 140734312227696 140734312226608 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25895/statm: 2287 265 226 213 0 72 0
[pid=25897] ppid=25895 vsize=205472 CPUtime=0.75 cores=1,3,5,7
/proc/25897/stat : 25897 (glucose_static) R 25895 25699 25529 0 -1 4202496 33780 0 0 0 66 9 0 0 20 0 1 0 289235399 210403328 48101 33554432000 4194304 4896791 140735910431696 140735909380488 4591626 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25897/statm: 51368 48102 58 172 0 51194 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 506308

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

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

[startup+1801.7 s]
/proc/loadavg: 2.12 2.03 1.95 3/183 25908
/proc/meminfo: memFree=30425952/32873844 swapFree=7372/7372
[pid=25699] ppid=25697 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25699/stat : 25699 (runPb2satCp2.sh) S 25697 25699 25529 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289055305 9367552 274 33554432000 4194304 5064252 140734496113104 140734496112016 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25699/statm: 2287 274 233 213 0 72 0
[pid=25700] ppid=25699 vsize=282540 CPUtime=1799.46 cores=1,3,5,7
/proc/25700/stat : 25700 (pb2sat) S 25699 25699 25529 0 -1 4202496 84824 823607 0 0 2340 434 176723 449 20 0 1 0 289055305 289320960 50328 33554432000 4194304 5873084 140736566534208 140736566528024 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 72 0 0
/proc/25700/statm: 70635 50328 184 410 0 70217 0
[pid=25895] ppid=25700 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25895/stat : 25895 (satsolver.sh) S 25700 25699 25529 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 289235399 9367552 265 33554432000 4194304 5064252 140734312227696 140734312226608 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25895/statm: 2287 265 226 213 0 72 0
[pid=25897] ppid=25895 vsize=205472 CPUtime=0.75 cores=1,3,5,7
/proc/25897/stat : 25897 (glucose_static) R 25895 25699 25529 0 -1 4202496 33780 0 0 0 66 9 0 0 20 0 1 0 289235399 210403328 48101 33554432000 4194304 4896791 140735910431696 140735909380488 4591626 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25897/statm: 51368 48102 58 172 0 51194 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 506308

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25699 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=643780
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=850654
# CPU time returned by wait4() is 1799.49
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.72
CPU time (s): 1800.21
CPU user time (s): 1791.29
CPU system time (s): 8.92
CPU usage (%): 99.916
Max. virtual memory (cumulated for all children) (KiB): 839756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.64
system time used= 8.85065
maximum resident set size= 464120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 909406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3311912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 588
involuntary context switches= 3014

runsolver used 4.41033 second user time and 11.6142 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 20:21:32
IDJOB=3694591
IDBENCH=92775
IDSOLVER=2273
FILE ID=node118/3694591-1338229292
RUNJOBID= node118-1338227491-25546
PBS_JOBID= 14624627
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 579086081fadd70cb8f17f26654d7fe6
RANDOM SEED=1827381437

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:        31000756 kB
Buffers:          431116 kB
Cached:           572616 kB
SwapCached:            0 kB
Active:           613008 kB
Inactive:         410960 kB
Active(anon):      10504 kB
Inactive(anon):    11320 kB
Active(file):     602504 kB
Inactive(file):   399640 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31004 kB
Writeback:             0 kB
AnonPages:         26656 kB
Mapped:            12264 kB
Shmem:               200 kB
Slab:             708556 kB
SReclaimable:     149436 kB
SUnreclaim:       559120 kB
KernelStack:        1440 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71492 MiB
End job on node118 at 2012-05-28 20:51:34