Trace number 3694877

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.03 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
MD5SUM20471e978018d28aed0ca16c46de4e3d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -51
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94226
Number of constraints which are clauses94226
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
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.29	c model valid
0.00/0.29	c current solution ok
0.00/0.45	o 0
0.00/0.45	c (debug) using card networks
0.00/1.09	c model valid
0.00/1.09	c current solution ok
0.00/1.10	o -33
0.00/1.10	c (debug) using card networks
1.46/1.57	c model valid
1.46/1.57	c current solution ok
1.46/1.57	o -35
1.46/1.57	c (debug) using card networks
6.78/6.83	c model valid
6.78/6.83	c current solution ok
6.78/6.84	o -37
6.78/6.84	c (debug) using card networks
15.47/15.51	c model valid
15.47/15.51	c current solution ok
15.47/15.52	o -40
15.47/15.52	c (debug) using card networks
27.17/27.24	c model valid
27.17/27.24	c current solution ok
27.17/27.25	o -41
27.17/27.25	c (debug) using card networks
37.86/37.95	c model valid
37.86/37.95	c current solution ok
37.86/37.96	o -42
37.86/37.96	c (debug) using card networks
50.26/50.34	c model valid
50.26/50.34	c current solution ok
50.26/50.35	o -43
50.26/50.35	c (debug) using card networks
63.14/63.22	c model valid
63.14/63.22	c current solution ok
63.14/63.23	o -44
63.14/63.23	c (debug) using card networks
80.43/80.56	c model valid
80.43/80.56	c current solution ok
80.43/80.57	o -45
80.43/80.57	c (debug) using card networks
94.22/94.33	c model valid
94.22/94.33	c current solution ok
94.22/94.33	o -46
94.22/94.33	c (debug) using card networks
113.10/113.23	c model valid
113.10/113.23	c current solution ok
113.10/113.24	o -47
113.10/113.24	c (debug) using card networks
136.89/137.01	c model valid
136.89/137.01	c current solution ok
136.89/137.01	o -48
136.89/137.01	c (debug) using card networks
268.86/269.07	c model valid
268.86/269.07	c current solution ok
268.86/269.08	o -49
268.86/269.08	c (debug) using card networks
368.74/368.90	c model valid
368.74/368.90	c current solution ok
368.74/368.91	o -50
368.74/368.91	c (debug) using card networks
1800.03/1800.51	c error: unexpected solver exit code
1800.03/1800.51	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-3694877-1338061963/watcher-3694877-1338061963 -o /tmp/evaluation-result-3694877-1338061963/solver-3694877-1338061963 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694877-1338061963.opb 595692660 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8391
/proc/meminfo: memFree=29386352/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0

[startup+0.07935 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8391
/proc/meminfo: memFree=29386352/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8391
/proc/meminfo: memFree=29386352/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.31472 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8391
/proc/meminfo: memFree=29386352/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700318 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8391
/proc/meminfo: memFree=29386352/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8399
/proc/meminfo: memFree=29374760/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=1.46 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) R 8391 8391 7219 0 -1 4202496 6264 21333 0 0 53 14 73 6 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5127424 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 23052

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8404
/proc/meminfo: memFree=29352428/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=1.62 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 7576 21846 0 0 66 15 74 7 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8403] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8403/stat : 8403 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272321556 9367552 266 33554432000 4194304 5064252 140735619055696 140735619054608 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8403/statm: 2287 266 226 213 0 72 0
[pid=8404] ppid=8403 vsize=36632 CPUtime=1.45 cores=1,3,5,7
/proc/8404/stat : 8404 (glucose_static) R 8403 8391 7219 0 -1 4202496 9571 0 0 0 144 1 0 0 20 0 1 0 272321556 37511168 8023 33554432000 4194304 4896791 140735522501120 140735522498632 4205066 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8404/statm: 9158 8023 76 172 0 8984 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 68832

[startup+6.30045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8407
/proc/meminfo: memFree=29336740/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=1.62 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 7576 21846 0 0 66 15 74 7 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8403] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8403/stat : 8403 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272321556 9367552 266 33554432000 4194304 5064252 140735619055696 140735619054608 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8403/statm: 2287 266 226 213 0 72 0
[pid=8404] ppid=8403 vsize=36816 CPUtime=4.65 cores=1,3,5,7
/proc/8404/stat : 8404 (glucose_static) R 8403 8391 7219 0 -1 4202496 12900 0 0 0 463 2 0 0 20 0 1 0 272321556 37699584 8127 33554432000 4194304 4896791 140735522501120 140735522498632 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8404/statm: 9204 8127 78 172 0 9030 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 69016

[startup+12.7005 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8413
/proc/meminfo: memFree=29334464/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=6.87 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 9740 36280 0 0 82 15 580 10 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8409] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8409/stat : 8409 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272322082 9367552 266 33554432000 4194304 5064252 140736553185488 140736553184400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8409/statm: 2287 266 226 213 0 72 0
[pid=8410] ppid=8409 vsize=36916 CPUtime=5.79 cores=1,3,5,7
/proc/8410/stat : 8410 (glucose_static) R 8409 8391 7219 0 -1 4202496 13767 0 0 0 576 3 0 0 20 0 1 0 272322083 37801984 8180 33554432000 4194304 4896791 140734262247680 140734262245192 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8410/statm: 9229 8180 78 172 0 9055 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69116

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 8422
/proc/meminfo: memFree=29329056/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=15.56 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 11904 53477 0 0 98 16 1427 15 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8418] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8418/stat : 8418 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272322950 9367552 267 33554432000 4194304 5064252 140736383683168 140736383682080 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8418/statm: 2287 267 226 213 0 72 0
[pid=8419] ppid=8418 vsize=37304 CPUtime=9.9 cores=1,3,5,7
/proc/8419/stat : 8419 (glucose_static) R 8418 8391 7219 0 -1 4202496 17899 0 0 0 987 3 0 0 20 0 1 0 272322951 38199296 8807 33554432000 4194304 4896791 140735766258256 140735766255768 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8419/statm: 9326 8807 78 172 0 9152 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 69504

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 8437
/proc/meminfo: memFree=29329736/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=50.36 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 18080 113931 0 0 145 18 4841 32 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8436] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8436/stat : 8436 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272326433 9367552 267 33554432000 4194304 5064252 140736214109712 140736214108624 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8436/statm: 2287 267 226 213 0 72 0
[pid=8437] ppid=8436 vsize=36592 CPUtime=0.67 cores=1,3,5,7
/proc/8437/stat : 8437 (glucose_static) R 8436 8391 7219 0 -1 4202496 7868 0 0 0 66 1 0 0 20 0 1 0 272326433 37470208 8004 33554432000 4194304 4896791 140733992578112 140733992575624 4224784 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8437/statm: 9148 8004 76 172 0 8974 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 68792

[startup+102.301 s]
/proc/loadavg: 1.96 1.99 1.99 3/183 8449
/proc/meminfo: memFree=29320640/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=94.31 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 24572 182108 0 0 191 20 9168 52 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8448] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8448/stat : 8448 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272330832 9367552 266 33554432000 4194304 5064252 140734492853008 140734492851920 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8448/statm: 2287 266 226 213 0 72 0
[pid=8449] ppid=8448 vsize=37168 CPUtime=7.88 cores=1,3,5,7
/proc/8449/stat : 8449 (glucose_static) R 8448 8391 7219 0 -1 4202496 15887 0 0 0 785 3 0 0 20 0 1 0 272330832 38060032 8328 33554432000 4194304 4896791 140736084026208 140736084023720 4203058 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8449/statm: 9292 8328 78 172 0 9118 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 69368

[startup+162.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 8455
/proc/meminfo: memFree=29301076/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=136.97 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 28900 234068 0 0 222 22 13385 68 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8454] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8454/stat : 8454 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272335100 9367552 267 33554432000 4194304 5064252 140735210485408 140735210484320 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8454/statm: 2287 267 226 213 0 72 0
[pid=8455] ppid=8454 vsize=43492 CPUtime=25.2 cores=1,3,5,7
/proc/8455/stat : 8455 (glucose_static) R 8454 8391 7219 0 -1 4202496 26549 0 0 0 2513 7 0 0 20 0 1 0 272335100 44535808 10329 33554432000 4194304 4896791 140733268691424 140733268688632 4225376 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8455/statm: 10873 10329 78 172 0 10699 0
Current children cumulated CPU time (s) 162.17

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

/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 105562 0 0 0 99237 72 0 0 20 0 1 0 272358289 132407296 31107 33554432000 4194304 4896791 140733322798656 140733322796184 4204951 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 32326 31107 78 172 0 32152 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 161504

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8500
/proc/meminfo: memFree=29195216/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=112056 CPUtime=1053.08 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 108977 0 0 0 105232 76 0 0 20 0 1 0 272358289 114745344 26376 33554432000 4194304 4896791 140733322798656 140733322795944 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 28014 26376 78 172 0 27840 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 144256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8500
/proc/meminfo: memFree=29185672/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=133592 CPUtime=1113.07 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 111923 0 0 0 111228 79 0 0 20 0 1 0 272358289 136798208 31633 33554432000 4194304 4896791 140733322798656 140733322795912 4225212 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 33398 31633 78 172 0 33224 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 165792

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8500
/proc/meminfo: memFree=29183232/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=115464 CPUtime=1173.05 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 115265 0 0 0 117223 82 0 0 20 0 1 0 272358289 118235136 26795 33554432000 4194304 4896791 140733322798656 140733322796184 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 28866 26795 78 172 0 28692 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 147664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8501
/proc/meminfo: memFree=29185808/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=135952 CPUtime=1233.04 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 117939 0 0 0 123219 85 0 0 20 0 1 0 272358289 139214848 30625 33554432000 4194304 4896791 140733322798656 140733322795864 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 33988 30625 78 172 0 33814 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 168152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8504
/proc/meminfo: memFree=29164272/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=138912 CPUtime=1293.03 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 119785 0 0 0 129216 87 0 0 20 0 1 0 272358289 142245888 32797 33554432000 4194304 4896791 140733322798656 140733322795864 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 34728 32797 78 172 0 34554 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 171112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8504
/proc/meminfo: memFree=29173320/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=171404 CPUtime=1353.02 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 121992 0 0 0 135213 89 0 0 20 0 1 0 272358289 175517696 34836 33554432000 4194304 4896791 140733322798656 140733322796184 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 42851 34836 78 172 0 42677 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 203604

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 8504
/proc/meminfo: memFree=29174408/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=141572 CPUtime=1413.01 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 124877 0 0 0 141209 92 0 0 20 0 1 0 272358289 144969728 30922 33554432000 4194304 4896791 140733322798656 140733322795864 4225417 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 35393 30922 78 172 0 35219 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 173772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 8570
/proc/meminfo: memFree=29229976/32873844 swapFree=7116/7116
[pid=8391] ppid=8389 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (runPb2satCp2.sh) S 8389 8391 7219 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272321392 9367552 274 33554432000 4194304 5064252 140735079522048 140735079520960 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8391/statm: 2287 274 233 213 0 72 0
[pid=8392] ppid=8391 vsize=13904 CPUtime=368.81 cores=1,3,5,7
/proc/8392/stat : 8392 (pb2sat) S 8391 8391 7219 0 -1 4202496 33017 332598 0 0 254 23 36496 108 20 0 1 0 272321392 14237696 2671 33554432000 4194304 5873084 140737201732768 140737201726584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8392/statm: 3476 2671 172 410 0 3058 0
[pid=8464] ppid=8392 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8464/stat : 8464 (satsolver.sh) S 8392 8391 7219 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272358289 9367552 267 33554432000 4194304 5064252 140736322963024 140736322961936 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8464/statm: 2287 267 226 213 0 72 0
[pid=8465] ppid=8464 vsize=172956 CPUtime=1431.22 cores=1,3,5,7
/proc/8465/stat : 8465 (glucose_static) R 8464 8391 7219 0 -1 4202496 125591 0 0 0 143029 93 0 0 20 0 1 0 272358289 177106944 35198 33554432000 4194304 4896791 140733322798656 140733322796184 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8465/statm: 43239 35198 78 172 0 43065 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 205156

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 8391 and gives
#  childrusage.ru_utime.tv_sec=367
#  childrusage.ru_utime.tv_usec=505130
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=324798
# CPU time returned by wait4() is 368.83
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1797.79
CPU system time (s): 2.24
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 230464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.505
system time used= 1.3248
maximum resident set size= 72704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 150048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 240
involuntary context switches= 474

runsolver used 3.85041 second user time and 9.16961 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-26 21:52:43
IDJOB=3694877
IDBENCH=2258
IDSOLVER=2273
FILE ID=node138/3694877-1338061963
RUNJOBID= node138-1338052933-7236
PBS_JOBID= 14624399
Free space on /tmp= 71508 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694877-1338061963/watcher-3694877-1338061963 -o /tmp/evaluation-result-3694877-1338061963/solver-3694877-1338061963 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694877-1338061963.opb 595692660 HOME HOME

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

MD5SUM BENCH= 20471e978018d28aed0ca16c46de4e3d
RANDOM SEED=595692660

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29387368 kB
Buffers:          299328 kB
Cached:          2333348 kB
SwapCached:          232 kB
Active:           755940 kB
Inactive:        1909680 kB
Active(anon):      24092 kB
Inactive(anon):    11384 kB
Active(file):     731848 kB
Inactive(file):  1898296 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:             23600 kB
Writeback:             0 kB
AnonPages:         39044 kB
Mapped:            15316 kB
Shmem:               200 kB
Slab:             683016 kB
SReclaimable:     124960 kB
SUnreclaim:       558056 kB
KernelStack:        1512 kB
PageTables:         3816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151852 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= 71496 MiB
End job on node138 at 2012-05-26 22:22:44