Trace number 3695414

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_5.opb
MD5SUM40141f2f083fa5e1f8a41aa043de0b1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -69
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

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.06	c model valid
0.00/0.06	c current solution ok
0.00/0.16	o 0
0.00/0.16	c (debug) using card networks
0.00/0.22	c model valid
0.00/0.22	c current solution ok
0.00/0.22	o -53
0.00/0.22	c (debug) using card networks
0.00/0.28	c model valid
0.00/0.28	c current solution ok
0.00/0.29	o -54
0.00/0.29	c (debug) using card networks
1.86/1.95	c model valid
1.86/1.95	c current solution ok
1.86/1.96	o -57
1.86/1.96	c (debug) using card networks
2.07/2.19	c model valid
2.07/2.19	c current solution ok
2.07/2.20	o -59
2.07/2.20	c (debug) using card networks
2.17/2.29	c model valid
2.17/2.29	c current solution ok
2.17/2.29	o -61
2.17/2.29	c (debug) using card networks
31.86/31.93	c model valid
31.86/31.93	c current solution ok
31.86/31.94	o -62
31.86/31.94	c (debug) using card networks
68.94/69.09	c model valid
68.94/69.09	c current solution ok
69.05/69.10	o -63
69.05/69.10	c (debug) using card networks
302.30/302.43	c model valid
302.30/302.43	c current solution ok
302.30/302.44	o -66
302.30/302.44	c (debug) using card networks
1800.05/1800.51	c error: unexpected solver exit code
1800.05/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-3695414-1338083223/watcher-3695414-1338083223 -o /tmp/evaluation-result-3695414-1338083223/solver-3695414-1338083223 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695414-1338083223.opb 1619436977 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.02 2.10 3/179 12347
/proc/meminfo: memFree=28807368/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0

[startup+0.0143891 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 12347
/proc/meminfo: memFree=28807368/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 12347
/proc/meminfo: memFree=28807368/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 12347
/proc/meminfo: memFree=28807368/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700214 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 12347
/proc/meminfo: memFree=28807368/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.02 2.10 3/183 12360
/proc/meminfo: memFree=28789260/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=0.27 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 2701 9218 0 0 10 8 7 2 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12359] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12359/stat : 12359 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274447241 9367552 267 33554432000 4194304 5064252 140735173406752 140735173405664 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12359/statm: 2287 267 226 213 0 72 0
[pid=12360] ppid=12359 vsize=17076 CPUtime=1.18 cores=1,3,5,7
/proc/12360/stat : 12360 (glucose_static) R 12359 12347 6780 0 -1 4202496 4042 0 0 0 118 0 0 0 20 0 1 0 274447241 17485824 3431 33554432000 4194304 4896791 140736517678672 140736517676072 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12360/statm: 4269 3431 78 172 0 4095 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 40692

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.10 3/183 12363
/proc/meminfo: memFree=28785348/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=2.28 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 4493 22497 0 0 15 8 199 6 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 14468
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 2.10 3/183 12369
/proc/meminfo: memFree=28770516/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=2.28 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 4493 22497 0 0 15 8 199 6 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12368] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12368/stat : 12368 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274447442 9367552 267 33554432000 4194304 5064252 140736664511776 140736664510688 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12368/statm: 2287 267 226 213 0 72 0
[pid=12369] ppid=12368 vsize=17672 CPUtime=3.97 cores=1,3,5,7
/proc/12369/stat : 12369 (glucose_static) R 12368 12347 6780 0 -1 4202496 7168 0 0 0 396 1 0 0 20 0 1 0 274447442 18096128 4076 33554432000 4194304 4896791 140734516938000 140734516935384 4225393 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12369/statm: 4418 4076 78 172 0 4244 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 41288

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.10 3/183 12369
/proc/meminfo: memFree=28795700/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=2.28 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 4493 22497 0 0 15 8 199 6 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12368] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12368/stat : 12368 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274447442 9367552 267 33554432000 4194304 5064252 140736664511776 140736664510688 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12368/statm: 2287 267 226 213 0 72 0
[pid=12369] ppid=12368 vsize=23280 CPUtime=10.38 cores=1,3,5,7
/proc/12369/stat : 12369 (glucose_static) R 12368 12347 6780 0 -1 4202496 12244 0 0 0 1035 3 0 0 20 0 1 0 274447442 23838720 5504 33554432000 4194304 4896791 140734516938000 140734516935528 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12369/statm: 5820 5504 78 172 0 5646 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 46896

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.10 3/183 12369
/proc/meminfo: memFree=28786788/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=2.28 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 4493 22497 0 0 15 8 199 6 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12368] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12368/stat : 12368 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274447442 9367552 267 33554432000 4194304 5064252 140736664511776 140736664510688 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12368/statm: 2287 267 226 213 0 72 0
[pid=12369] ppid=12368 vsize=24720 CPUtime=23.17 cores=1,3,5,7
/proc/12369/stat : 12369 (glucose_static) R 12368 12347 6780 0 -1 4202496 18227 0 0 0 2312 5 0 0 20 0 1 0 274447442 25313280 4841 33554432000 4194304 4896791 140734516938000 140734516935208 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12369/statm: 6180 4841 78 172 0 6006 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 48336

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.09 3/183 12372
/proc/meminfo: memFree=28768612/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=31.92 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 5154 43741 0 0 17 9 3153 13 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12371] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12371/stat : 12371 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274450406 9367552 267 33554432000 4194304 5064252 140733994557888 140733994556800 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12371/statm: 2287 267 226 213 0 72 0
[pid=12372] ppid=12371 vsize=31380 CPUtime=19.13 cores=1,3,5,7
/proc/12372/stat : 12372 (glucose_static) R 12371 12347 6780 0 -1 4202496 13820 0 0 0 1909 4 0 0 20 0 1 0 274450407 32133120 6951 33554432000 4194304 4896791 140737133911296 140737133908504 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12372/statm: 7845 6951 78 172 0 7671 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 54996

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 12375
/proc/meminfo: memFree=28726676/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=69.07 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 5812 63481 0 0 19 9 6859 20 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12374] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12374/stat : 12374 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274454122 9367552 267 33554432000 4194304 5064252 140734514484448 140734514483360 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12374/statm: 2287 267 226 213 0 72 0
[pid=12375] ppid=12374 vsize=44536 CPUtime=33.18 cores=1,3,5,7
/proc/12375/stat : 12375 (glucose_static) R 12374 12347 6780 0 -1 4202496 17483 0 0 0 3312 6 0 0 20 0 1 0 274454122 45604864 9403 33554432000 4194304 4896791 140733999793424 140733999790952 4225657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12375/statm: 11134 9403 78 172 0 10960 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 68152

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 12376
/proc/meminfo: memFree=28760240/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=69.07 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 5812 63481 0 0 19 9 6859 20 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12374] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12374/stat : 12374 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274454122 9367552 267 33554432000 4194304 5064252 140734514484448 140734514483360 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12374/statm: 2287 267 226 213 0 72 0
[pid=12375] ppid=12374 vsize=48476 CPUtime=93.16 cores=1,3,5,7
/proc/12375/stat : 12375 (glucose_static) R 12374 12347 6780 0 -1 4202496 29538 0 0 0 9304 12 0 0 20 0 1 0 274454122 49639424 10385 33554432000 4194304 4896791 140733999793424 140733999790952 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12375/statm: 12119 10385 78 172 0 11945 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12418
/proc/meminfo: memFree=28742628/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=92160 CPUtime=1119.59 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 122959 0 0 0 111864 95 0 0 20 0 1 0 274477457 94371840 20309 33554432000 4194304 4896791 140735979448272 140735979445672 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 23040 20309 78 172 0 22866 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 115776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12418
/proc/meminfo: memFree=28670464/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=93456 CPUtime=1179.58 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 126075 0 0 0 117860 98 0 0 20 0 1 0 274477457 95698944 22929 33554432000 4194304 4896791 140735979448272 140735979445480 4203866 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 23364 22929 78 172 0 23190 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 117072

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12418
/proc/meminfo: memFree=28677248/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=124960 CPUtime=1239.56 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 129124 0 0 0 123854 102 0 0 20 0 1 0 274477457 127959040 25458 33554432000 4194304 4896791 140735979448272 140735979445800 4203841 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 31240 25458 78 172 0 31066 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 148576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12418
/proc/meminfo: memFree=28687112/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=127004 CPUtime=1299.55 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 131645 0 0 0 129848 107 0 0 20 0 1 0 274477457 130052096 24896 33554432000 4194304 4896791 140735979448272 140735979445800 4224653 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 31751 24896 78 172 0 31577 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 150620

[startup+1662.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 12487
/proc/meminfo: memFree=28776108/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=127280 CPUtime=1359.54 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 134062 0 0 0 135844 110 0 0 20 0 1 0 274477457 130334720 25541 33554432000 4194304 4896791 140735979448272 140735979445800 4224992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 31820 25541 78 172 0 31646 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 150896

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 12491
/proc/meminfo: memFree=28785848/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=128564 CPUtime=1419.51 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 136978 0 0 0 141838 113 0 0 20 0 1 0 274477457 131649536 25331 33554432000 4194304 4896791 140735979448272 140735979445800 4205537 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 32141 25331 78 172 0 31967 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 152180

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12491
/proc/meminfo: memFree=28774188/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=129548 CPUtime=1479.48 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 139188 0 0 0 147831 117 0 0 20 0 1 0 274477457 132657152 25963 33554432000 4194304 4896791 140735979448272 140735979445800 4203775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 32387 25963 78 172 0 32213 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 153164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12491
/proc/meminfo: memFree=28732096/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=179936 CPUtime=1497.69 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 139766 0 0 0 149651 118 0 0 20 0 1 0 274477457 184254464 33182 33554432000 4194304 4896791 140735979448272 140735979445800 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 44984 33182 78 172 0 44810 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 203552

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 12491
/proc/meminfo: memFree=28732096/32873844 swapFree=7116/7116
[pid=12347] ppid=12345 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12347/stat : 12347 (runPb2satCp2.sh) S 12345 12347 6780 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274447211 9367552 275 33554432000 4194304 5064252 140734357025824 140734357024736 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12347/statm: 2287 275 233 213 0 72 0
[pid=12348] ppid=12347 vsize=5320 CPUtime=302.36 cores=1,3,5,7
/proc/12348/stat : 12348 (pb2sat) S 12347 12347 6780 0 -1 4202496 6471 112551 0 0 21 9 30157 49 20 0 1 0 274447211 5447680 956 33554432000 4194304 5873084 140733951926416 140733951920232 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12348/statm: 1330 956 174 410 0 912 0
[pid=12381] ppid=12348 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12381/stat : 12381 (satsolver.sh) S 12348 12347 6780 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274477457 9367552 267 33554432000 4194304 5064252 140734878485856 140734878484768 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12381/statm: 2287 267 226 213 0 72 0
[pid=12382] ppid=12381 vsize=179936 CPUtime=1497.69 cores=1,3,5,7
/proc/12382/stat : 12382 (glucose_static) R 12381 12347 6780 0 -1 4202496 139766 0 0 0 149651 118 0 0 20 0 1 0 274477457 184254464 33182 33554432000 4194304 4896791 140735979448272 140735979445800 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12382/statm: 44984 33182 78 172 0 44810 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 203552

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1798.31
CPU system time (s): 1.77873
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 231060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 1.77873
maximum resident set size= 185088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298
involuntary context switches= 2116

runsolver used 6.11607 second user time and 17.4863 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 03:47:03
IDJOB=3695414
IDBENCH=48182
IDSOLVER=2273
FILE ID=node146/3695414-1338083223
RUNJOBID= node146-1338052923-6797
PBS_JOBID= 14624393
Free space on /tmp= 71168 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_5.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695414-1338083223/watcher-3695414-1338083223 -o /tmp/evaluation-result-3695414-1338083223/solver-3695414-1338083223 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695414-1338083223.opb 1619436977 HOME HOME

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=1619436977

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28807376 kB
Buffers:          311468 kB
Cached:          2847784 kB
SwapCached:         2616 kB
Active:          1032780 kB
Inactive:        2219212 kB
Active(anon):      91192 kB
Inactive(anon):     3384 kB
Active(file):     941588 kB
Inactive(file):  2215828 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:        222252 kB
Mapped:             9004 kB
Shmem:                 0 kB
Slab:             670368 kB
SReclaimable:     111812 kB
SUnreclaim:       558556 kB
KernelStack:        1520 kB
PageTables:         4424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     229372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71168 MiB
End job on node146 at 2012-05-27 04:17:03