Trace number 3695407

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.12 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
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-31
Best CPU time to get the best result obtained on this benchmark1796.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

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.02	c model valid
0.00/0.02	c current solution ok
0.00/0.06	o 0
0.00/0.06	c (debug) using card networks
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.09	o -21
0.00/0.09	c (debug) using card networks
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.12	o -22
0.00/0.12	c (debug) using card networks
0.00/0.15	c model valid
0.00/0.15	c current solution ok
0.00/0.15	o -23
0.00/0.15	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 -25
0.00/0.22	c (debug) using card networks
0.95/1.05	c model valid
0.95/1.05	c current solution ok
0.95/1.05	o -26
0.95/1.05	c (debug) using card networks
67.64/67.73	c model valid
67.64/67.73	c current solution ok
67.64/67.74	o -27
67.64/67.74	c (debug) using card networks
1295.30/1295.75	c model valid
1295.30/1295.75	c current solution ok
1295.30/1295.76	o -28
1295.30/1295.76	c (debug) using card networks
1800.09/1800.61	./satsolver.sh: line 5: 15581 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	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-3695407-1338084330/watcher-3695407-1338084330 -o /tmp/evaluation-result-3695407-1338084330/solver-3695407-1338084330 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695407-1338084330.opb 304274059 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.07 3/179 15540
/proc/meminfo: memFree=28149636/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0

[startup+0.024504 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15540
/proc/meminfo: memFree=28149636/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10023 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15540
/proc/meminfo: memFree=28149636/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15540
/proc/meminfo: memFree=28149636/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70019 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15540
/proc/meminfo: memFree=28149636/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15559
/proc/meminfo: memFree=28136680/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1.02 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 1971 14177 0 0 6 2 91 3 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 12584

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15562
/proc/meminfo: memFree=28131408/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1.02 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 1971 14177 0 0 6 2 91 3 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15561] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15561/stat : 15561 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274557474 9367552 265 33554432000 4194304 5064252 140734930371392 140734930370304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15561/statm: 2287 265 226 213 0 72 0
[pid=15562] ppid=15561 vsize=10348 CPUtime=2.03 cores=1,3,5,7
/proc/15562/stat : 15562 (glucose_static) R 15561 15540 10094 0 -1 4202496 3537 0 0 0 203 0 0 0 20 0 1 0 274557474 10596352 2141 33554432000 4194304 4896791 140733366945616 140733366943144 4203730 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15562/statm: 2587 2141 78 172 0 2413 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 32080

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15562
/proc/meminfo: memFree=28117692/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1.02 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 1971 14177 0 0 6 2 91 3 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15561] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15561/stat : 15561 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274557474 9367552 265 33554432000 4194304 5064252 140734930371392 140734930370304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15561/statm: 2287 265 226 213 0 72 0
[pid=15562] ppid=15561 vsize=11044 CPUtime=5.23 cores=1,3,5,7
/proc/15562/stat : 15562 (glucose_static) R 15561 15540 10094 0 -1 4202496 5419 0 0 0 522 1 0 0 20 0 1 0 274557474 11309056 2249 33554432000 4194304 4896791 140733366945616 140733366942824 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15562/statm: 2761 2249 78 172 0 2587 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 32776

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15562
/proc/meminfo: memFree=28096864/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1.02 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 1971 14177 0 0 6 2 91 3 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15561] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15561/stat : 15561 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274557474 9367552 265 33554432000 4194304 5064252 140734930371392 140734930370304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15561/statm: 2287 265 226 213 0 72 0
[pid=15562] ppid=15561 vsize=12172 CPUtime=11.63 cores=1,3,5,7
/proc/15562/stat : 15562 (glucose_static) R 15561 15540 10094 0 -1 4202496 9156 0 0 0 1161 2 0 0 20 0 1 0 274557474 12464128 2564 33554432000 4194304 4896791 140733366945616 140733366943144 4203820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15562/statm: 3043 2564 78 172 0 2869 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 33904

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15562
/proc/meminfo: memFree=28146436/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1.02 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 1971 14177 0 0 6 2 91 3 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15561] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15561/stat : 15561 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274557474 9367552 265 33554432000 4194304 5064252 140734930371392 140734930370304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15561/statm: 2287 265 226 213 0 72 0
[pid=15562] ppid=15561 vsize=16572 CPUtime=24.42 cores=1,3,5,7
/proc/15562/stat : 15562 (glucose_static) R 15561 15540 10094 0 -1 4202496 13076 0 0 0 2439 3 0 0 20 0 1 0 274557474 16969728 3386 33554432000 4194304 4896791 140733366945616 140733366943144 4203826 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15562/statm: 4143 3386 78 172 0 3969 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 38304

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 15562
/proc/meminfo: memFree=28141644/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1.02 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 1971 14177 0 0 6 2 91 3 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15561] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15561/stat : 15561 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274557474 9367552 265 33554432000 4194304 5064252 140734930371392 140734930370304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15561/statm: 2287 265 226 213 0 72 0
[pid=15562] ppid=15561 vsize=19600 CPUtime=50.02 cores=1,3,5,7
/proc/15562/stat : 15562 (glucose_static) R 15561 15540 10094 0 -1 4202496 18414 0 0 0 4996 6 0 0 20 0 1 0 274557474 20070400 4369 33554432000 4194304 4896791 140733366945616 140733366943192 4225183 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15562/statm: 4900 4369 78 172 0 4726 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 41332

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 15565
/proc/meminfo: memFree=28083236/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=67.7 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2225 36160 0 0 7 3 6750 10 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15564] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15564/stat : 15564 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274564143 9367552 265 33554432000 4194304 5064252 140737404810080 140737404808992 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15564/statm: 2287 265 226 213 0 72 0
[pid=15565] ppid=15564 vsize=29552 CPUtime=34.55 cores=1,3,5,7
/proc/15565/stat : 15565 (glucose_static) R 15564 15540 10094 0 -1 4202496 17327 0 0 0 3450 5 0 0 20 0 1 0 274564143 30261248 5864 33554432000 4194304 4896791 140734171991792 140734171989320 4225449 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15565/statm: 7388 5864 78 172 0 7214 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 51284

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 15565
/proc/meminfo: memFree=28126900/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=67.7 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2225 36160 0 0 7 3 6750 10 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15564] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15564/stat : 15564 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274564143 9367552 265 33554432000 4194304 5064252 140737404810080 140737404808992 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15564/statm: 2287 265 226 213 0 72 0
[pid=15565] ppid=15564 vsize=27492 CPUtime=94.52 cores=1,3,5,7
/proc/15565/stat : 15565 (glucose_static) R 15564 15540 10094 0 -1 4202496 26167 0 0 0 9442 10 0 0 20 0 1 0 274564143 28151808 6410 33554432000 4194304 4896791 140734171991792 140734171989368 4203968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15565/statm: 6873 6410 78 172 0 6699 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15581
/proc/meminfo: memFree=28005452/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=24420 CPUtime=66.51 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 28457 0 0 0 6644 7 0 0 20 0 1 0 274686945 25006080 5490 33554432000 4194304 4896791 140736451289984 140736451287512 4204079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 6105 5490 78 172 0 5931 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 46152

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15581
/proc/meminfo: memFree=28103332/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=35792 CPUtime=126.5 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 39605 0 0 0 12637 13 0 0 20 0 1 0 274686945 36651008 8359 33554432000 4194304 4896791 140736451289984 140736451287192 4225449 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 8948 8359 78 172 0 8774 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 57524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15626
/proc/meminfo: memFree=28037148/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=39732 CPUtime=186.49 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 46057 0 0 0 18632 17 0 0 20 0 1 0 274686945 40685568 8745 33554432000 4194304 4896791 140736451289984 140736451287192 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 9933 8745 78 172 0 9759 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 61464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15633
/proc/meminfo: memFree=27983740/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=43080 CPUtime=246.48 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 51238 0 0 0 24627 21 0 0 20 0 1 0 274686945 44113920 10224 33554432000 4194304 4896791 140736451289984 140736451287512 4204099 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 10770 10224 78 172 0 10596 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 64812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15633
/proc/meminfo: memFree=27978224/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=45464 CPUtime=306.46 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 56377 0 0 0 30622 24 0 0 20 0 1 0 274686945 46555136 10680 33554432000 4194304 4896791 140736451289984 140736451287192 4224992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 11366 10680 78 172 0 11192 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 67196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15636
/proc/meminfo: memFree=27969260/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=59604 CPUtime=366.44 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 60914 0 0 0 36618 26 0 0 20 0 1 0 274686945 61034496 12465 33554432000 4194304 4896791 140736451289984 140736451287192 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 14901 12465 78 172 0 14727 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 81336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15636
/proc/meminfo: memFree=27962652/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=61912 CPUtime=426.43 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 63879 0 0 0 42615 28 0 0 20 0 1 0 274686945 63397888 13247 33554432000 4194304 4896791 140736451289984 140736451287416 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 15478 13247 78 172 0 15304 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 83644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15636
/proc/meminfo: memFree=27944856/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=82636 CPUtime=486.42 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 67494 0 0 0 48611 31 0 0 20 0 1 0 274686945 84619264 16035 33554432000 4194304 4896791 140736451289984 140736451287512 4203709 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 20659 16035 78 172 0 20485 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 104368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 15636
/proc/meminfo: memFree=27956708/32873844 swapFree=7616/7616
[pid=15540] ppid=15538 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15540/stat : 15540 (runPb2satCp2.sh) S 15538 15540 10094 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274557369 9367552 275 33554432000 4194304 5064252 140735342972816 140735342971728 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15540/statm: 2287 275 233 213 0 72 0
[pid=15541] ppid=15540 vsize=3436 CPUtime=1295.36 cores=1,3,5,7
/proc/15541/stat : 15541 (pb2sat) S 15540 15540 10094 0 -1 4202496 2480 122009 0 0 8 3 129454 71 20 0 1 0 274557369 3518464 494 33554432000 4194304 5873084 140733926698832 140733926692648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15541/statm: 859 494 174 410 0 441 0
[pid=15580] ppid=15541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15580/stat : 15580 (satsolver.sh) S 15541 15540 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274686945 9367552 267 33554432000 4194304 5064252 140737451844560 140737451843472 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15580/statm: 2287 267 226 213 0 72 0
[pid=15581] ppid=15580 vsize=64188 CPUtime=504.73 cores=1,3,5,7
/proc/15581/stat : 15581 (glucose_static) R 15580 15540 10094 0 -1 4202496 68705 0 0 0 50441 32 0 0 20 0 1 0 274686945 65728512 14508 33554432000 4194304 4896791 140736451289984 140736451287192 4203783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15581/statm: 16047 14508 78 172 0 15873 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 85920

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.12
CPU user time (s): 1799.05
CPU system time (s): 1.07384
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 138996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.07384
maximum resident set size= 111720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298
involuntary context switches= 1881

runsolver used 3.19051 second user time and 8.94564 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 04:05:30
IDJOB=3695407
IDBENCH=48207
IDSOLVER=2273
FILE ID=node141/3695407-1338084330
RUNJOBID= node141-1338052046-10111
PBS_JOBID= 14624387
Free space on /tmp= 71544 MiB

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

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=304274059

node141.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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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		: 2666.744
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:        28151956 kB
Buffers:          316376 kB
Cached:          3498856 kB
SwapCached:            0 kB
Active:           758504 kB
Inactive:        3151568 kB
Active(anon):      97212 kB
Inactive(anon):        0 kB
Active(file):     661292 kB
Inactive(file):  3151568 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        237204 kB
Mapped:            15152 kB
Shmem:               200 kB
Slab:             667544 kB
SReclaimable:     110124 kB
SUnreclaim:       557420 kB
KernelStack:        1520 kB
PageTables:         4048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     221344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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 node141 at 2012-05-27 04:35:31