Trace number 3695334

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
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.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

Quality of the solution as a function of time


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

Solver Data

12.58/12.64	c model valid
12.58/12.64	c current solution ok
14.68/14.79	o -54
14.68/14.79	c (debug) using card networks
29.28/29.31	c model valid
29.28/29.31	c current solution ok
29.28/29.35	o -55
29.28/29.35	c (debug) using card networks
65.78/65.88	c model valid
65.78/65.88	c current solution ok
65.87/65.92	o -58
65.87/65.92	c (debug) using card networks
177.42/177.59	c model valid
177.42/177.59	c current solution ok
177.52/177.63	o -59
177.52/177.63	c (debug) using card networks
265.70/265.85	c model valid
265.70/265.85	c current solution ok
265.70/265.89	o -60
265.70/265.89	c (debug) using card networks
355.98/356.18	c model valid
355.98/356.18	c current solution ok
356.06/356.22	o -61
356.06/356.22	c (debug) using card networks
713.72/713.95	c model valid
713.72/713.95	c current solution ok
713.77/714.00	o -62
713.77/714.00	c (debug) using card networks
1232.90/1233.27	c model valid
1232.90/1233.27	c current solution ok
1232.99/1233.32	o -63
1232.99/1233.32	c (debug) using card networks
1627.72/1628.15	c model valid
1627.72/1628.15	c current solution ok
1627.72/1628.19	o -64
1627.72/1628.19	c (debug) using card networks
1800.07/1800.51	./satsolver.sh: line 5: 23513 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.51	c error: unexpected solver exit code
1800.07/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-3695334-1338085685/watcher-3695334-1338085685 -o /tmp/evaluation-result-3695334-1338085685/solver-3695334-1338085685 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695334-1338085685.opb 1967601557 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23405
/proc/meminfo: memFree=28146032/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0

[startup+0.0449911 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23405
/proc/meminfo: memFree=28146032/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23405
/proc/meminfo: memFree=28146032/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23405
/proc/meminfo: memFree=28146032/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70033 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23405
/proc/meminfo: memFree=28146032/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23409
/proc/meminfo: memFree=27986252/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=49988 CPUtime=0.62 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 7063 0 0 0 58 4 0 0 20 0 1 0 274694390 51187712 9128 33554432000 4194304 5873084 140735463771872 140735463768296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 12497 9128 167 410 0 12079 0
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274694453 9367552 267 33554432000 4194304 5064252 140736275516800 140736275515712 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23408/statm: 2287 267 226 213 0 72 0
[pid=23409] ppid=23408 vsize=126328 CPUtime=0.86 cores=1,3,5,7
/proc/23409/stat : 23409 (glucose_static) R 23408 23405 18174 0 -1 4202496 23985 0 0 0 81 5 0 0 20 0 1 0 274694453 129359872 26004 33554432000 4194304 4896791 140735809894288 140735808843080 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23409/statm: 31582 26004 76 172 0 31408 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 194612

[startup+3.10044 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23409
/proc/meminfo: memFree=27977684/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=49988 CPUtime=0.62 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 7063 0 0 0 58 4 0 0 20 0 1 0 274694390 51187712 9128 33554432000 4194304 5873084 140735463771872 140735463768296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 12497 9128 167 410 0 12079 0
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274694453 9367552 267 33554432000 4194304 5064252 140736275516800 140736275515712 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23408/statm: 2287 267 226 213 0 72 0
[pid=23409] ppid=23408 vsize=127516 CPUtime=2.45 cores=1,3,5,7
/proc/23409/stat : 23409 (glucose_static) R 23408 23405 18174 0 -1 4202496 24419 0 0 0 240 5 0 0 20 0 1 0 274694453 130576384 26438 33554432000 4194304 4896791 140735809894288 140735809891496 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23409/statm: 31879 26438 77 172 0 31705 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 195800

[startup+6.30045 s]
/proc/loadavg: 2.09 2.02 2.01 3/181 23409
/proc/meminfo: memFree=27968376/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=49988 CPUtime=0.62 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 7063 0 0 0 58 4 0 0 20 0 1 0 274694390 51187712 9128 33554432000 4194304 5873084 140735463771872 140735463768296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 12497 9128 167 410 0 12079 0
[pid=23408] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274694453 9367552 267 33554432000 4194304 5064252 140736275516800 140736275515712 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23408/statm: 2287 267 226 213 0 72 0
[pid=23409] ppid=23408 vsize=128192 CPUtime=5.65 cores=1,3,5,7
/proc/23409/stat : 23409 (glucose_static) R 23408 23405 18174 0 -1 4202496 24587 0 0 0 560 5 0 0 20 0 1 0 274694453 131268608 26606 33554432000 4194304 4896791 140735809894288 140735809891592 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23409/statm: 32048 26606 77 172 0 31874 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 196476

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 23409
/proc/meminfo: memFree=27947916/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=59316 CPUtime=12.68 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) R 23405 23405 18174 0 -1 4202496 9072 25621 0 0 69 9 1183 7 20 0 1 0 274694390 60739584 11469 33554432000 4194304 5873084 140735463771872 140735463768296 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 14829 11469 176 410 0 14411 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68464

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 23412
/proc/meminfo: memFree=27869188/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=59316 CPUtime=14.8 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 10068 26135 0 0 108 178 1183 11 20 0 1 0 274694390 60739584 11470 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 14829 11470 177 410 0 14411 0
[pid=23411] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23411/stat : 23411 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274695872 9367552 266 33554432000 4194304 5064252 140737006361888 140737006360800 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23411/statm: 2287 266 226 213 0 72 0
[pid=23412] ppid=23411 vsize=133720 CPUtime=10.66 cores=1,3,5,7
/proc/23412/stat : 23412 (glucose_static) R 23411 23405 18174 0 -1 4202496 26707 0 0 0 1061 5 0 0 20 0 1 0 274695872 136929280 30243 33554432000 4194304 4896791 140735649645440 140735649642648 4224752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23412/statm: 33430 30243 78 172 0 33256 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 211332

[startup+51.1005 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 23415
/proc/meminfo: memFree=27952276/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=29.37 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 12904 54178 0 0 121 179 2615 22 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23414] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23414/stat : 23414 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274697328 9367552 267 33554432000 4194304 5064252 140735650130336 140735650129248 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23414/statm: 2287 267 226 213 0 72 0
[pid=23415] ppid=23414 vsize=134112 CPUtime=21.7 cores=1,3,5,7
/proc/23415/stat : 23415 (glucose_static) R 23414 23405 18174 0 -1 4202496 26688 0 0 0 2162 8 0 0 20 0 1 0 274697328 137330688 30725 33554432000 4194304 4896791 140736855944608 140736855941816 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23415/statm: 33528 30725 78 172 0 33354 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 215820

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 23418
/proc/meminfo: memFree=27959924/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=65.92 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 15745 82277 0 0 134 179 6244 35 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23417] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23417/stat : 23417 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274700985 9367552 267 33554432000 4194304 5064252 140734083778080 140734083776992 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23417/statm: 2287 267 226 213 0 72 0
[pid=23418] ppid=23417 vsize=134800 CPUtime=36.33 cores=1,3,5,7
/proc/23418/stat : 23418 (glucose_static) R 23417 23405 18174 0 -1 4202496 26625 0 0 0 3626 7 0 0 20 0 1 0 274700985 138035200 30314 33554432000 4194304 4896791 140736433303120 140736433300440 4224934 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23418/statm: 33700 30314 78 172 0 33526 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216508

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 23421
/proc/meminfo: memFree=27955980/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=65.92 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 15745 82277 0 0 134 179 6244 35 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23417] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23417/stat : 23417 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274700985 9367552 267 33554432000 4194304 5064252 140734083778080 140734083776992 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23417/statm: 2287 267 226 213 0 72 0
[pid=23418] ppid=23417 vsize=136332 CPUtime=96.3 cores=1,3,5,7
/proc/23418/stat : 23418 (glucose_static) R 23417 23405 18174 0 -1 4202496 27041 0 0 0 9623 7 0 0 20 0 1 0 274700985 139603968 31726 33554432000 4194304 4896791 140736433303120 140736433300328 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23418/statm: 34083 31726 78 172 0 33909 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23509
/proc/meminfo: memFree=27827388/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1233.05 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 29556 230715 0 0 197 183 122820 105 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23502] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23502/stat : 23502 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274817725 9367552 267 33554432000 4194304 5064252 140736384585856 140736384584768 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23502/statm: 2287 267 226 213 0 72 0
[pid=23503] ppid=23502 vsize=138668 CPUtime=188.9 cores=1,3,5,7
/proc/23503/stat : 23503 (glucose_static) R 23502 23405 18174 0 -1 4202496 27431 0 0 0 18883 7 0 0 20 0 1 0 274817725 141996032 31452 33554432000 4194304 4896791 140735938778784 140735938776360 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23503/statm: 34667 31452 78 172 0 34493 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 220376

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 23509
/proc/meminfo: memFree=27822608/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1233.05 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 29556 230715 0 0 197 183 122820 105 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23502] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23502/stat : 23502 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274817725 9367552 267 33554432000 4194304 5064252 140736384585856 140736384584768 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23502/statm: 2287 267 226 213 0 72 0
[pid=23503] ppid=23502 vsize=139884 CPUtime=248.88 cores=1,3,5,7
/proc/23503/stat : 23503 (glucose_static) R 23502 23405 18174 0 -1 4202496 27699 0 0 0 24881 7 0 0 20 0 1 0 274817725 143241216 32742 33554432000 4194304 4896791 140735938778784 140735938775992 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23503/statm: 34971 32742 78 172 0 34797 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 221592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23510
/proc/meminfo: memFree=27816404/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1233.05 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 29556 230715 0 0 197 183 122820 105 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23502] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23502/stat : 23502 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274817725 9367552 267 33554432000 4194304 5064252 140736384585856 140736384584768 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23502/statm: 2287 267 226 213 0 72 0
[pid=23503] ppid=23502 vsize=140676 CPUtime=308.87 cores=1,3,5,7
/proc/23503/stat : 23503 (glucose_static) R 23502 23405 18174 0 -1 4202496 27904 0 0 0 30880 7 0 0 20 0 1 0 274817725 144052224 33458 33554432000 4194304 4896791 140735938778784 140735938775992 4223862 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23503/statm: 35169 33458 78 172 0 34995 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 222384

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 23510
/proc/meminfo: memFree=27815196/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1233.05 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 29556 230715 0 0 197 183 122820 105 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23502] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23502/stat : 23502 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274817725 9367552 267 33554432000 4194304 5064252 140736384585856 140736384584768 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23502/statm: 2287 267 226 213 0 72 0
[pid=23503] ppid=23502 vsize=141468 CPUtime=368.87 cores=1,3,5,7
/proc/23503/stat : 23503 (glucose_static) R 23502 23405 18174 0 -1 4202496 28271 0 0 0 36879 8 0 0 20 0 1 0 274817725 144863232 33817 33554432000 4194304 4896791 140735938778784 140735938773864 4224844 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23503/statm: 35367 33817 78 172 0 35193 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 223176

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23513
/proc/meminfo: memFree=27821816/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1627.85 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 32394 260590 0 0 209 184 162273 119 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23512] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23512/stat : 23512 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274857212 9367552 266 33554432000 4194304 5064252 140737002405024 140737002403936 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23512/statm: 2287 266 226 213 0 72 0
[pid=23513] ppid=23512 vsize=134744 CPUtime=34.06 cores=1,3,5,7
/proc/23513/stat : 23513 (glucose_static) R 23512 23405 18174 0 -1 4202496 26842 0 0 0 3399 7 0 0 20 0 1 0 274857213 137977856 30876 33554432000 4194304 4896791 140734056184640 140734056181960 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23513/statm: 33686 30876 78 172 0 33512 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 216452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23513
/proc/meminfo: memFree=27816664/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1627.85 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 32394 260590 0 0 209 184 162273 119 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23512] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23512/stat : 23512 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274857212 9367552 266 33554432000 4194304 5064252 140737002405024 140737002403936 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23512/statm: 2287 266 226 213 0 72 0
[pid=23513] ppid=23512 vsize=136280 CPUtime=94.02 cores=1,3,5,7
/proc/23513/stat : 23513 (glucose_static) R 23512 23405 18174 0 -1 4202496 27270 0 0 0 9395 7 0 0 20 0 1 0 274857213 139550720 31787 33554432000 4194304 4896791 140734056184640 140734056182184 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23513/statm: 34070 31787 78 172 0 33896 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 217988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23513
/proc/meminfo: memFree=27814068/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1627.85 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 32394 260590 0 0 209 184 162273 119 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23512] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23512/stat : 23512 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274857212 9367552 266 33554432000 4194304 5064252 140737002405024 140737002403936 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23512/statm: 2287 266 226 213 0 72 0
[pid=23513] ppid=23512 vsize=137600 CPUtime=154.01 cores=1,3,5,7
/proc/23513/stat : 23513 (glucose_static) R 23512 23405 18174 0 -1 4202496 27612 0 0 0 15393 8 0 0 20 0 1 0 274857213 140902400 32638 33554432000 4194304 4896791 140734056184640 140734056181848 4225417 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23513/statm: 34400 32638 78 172 0 34226 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 219308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23513
/proc/meminfo: memFree=27811648/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1627.85 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 32394 260590 0 0 209 184 162273 119 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23512] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23512/stat : 23512 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274857212 9367552 266 33554432000 4194304 5064252 140737002405024 140737002403936 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23512/statm: 2287 266 226 213 0 72 0
[pid=23513] ppid=23512 vsize=138104 CPUtime=172.22 cores=1,3,5,7
/proc/23513/stat : 23513 (glucose_static) R 23512 23405 18174 0 -1 4202496 27739 0 0 0 17214 8 0 0 20 0 1 0 274857213 141418496 33276 33554432000 4194304 4896791 140734056184640 140734056181784 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23513/statm: 34526 33276 78 172 0 34352 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 219812

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23513
/proc/meminfo: memFree=27811648/32873852 swapFree=6848/6848
[pid=23405] ppid=23403 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (runPb2satCp2.sh) S 23403 23405 18174 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274694390 9367552 275 33554432000 4194304 5064252 140734607786624 140734607785536 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2287 275 233 213 0 72 0
[pid=23406] ppid=23405 vsize=63412 CPUtime=1627.85 cores=1,3,5,7
/proc/23406/stat : 23406 (pb2sat) S 23405 23405 18174 0 -1 4202496 32394 260590 0 0 209 184 162273 119 20 0 1 0 274694390 64933888 12409 33554432000 4194304 5873084 140735463771872 140735463765688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23406/statm: 15853 12409 177 410 0 15435 0
[pid=23512] ppid=23406 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23512/stat : 23512 (satsolver.sh) S 23406 23405 18174 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274857212 9367552 266 33554432000 4194304 5064252 140737002405024 140737002403936 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23512/statm: 2287 266 226 213 0 72 0
[pid=23513] ppid=23512 vsize=138104 CPUtime=172.22 cores=1,3,5,7
/proc/23513/stat : 23513 (glucose_static) R 23512 23405 18174 0 -1 4202496 27739 0 0 0 17214 8 0 0 20 0 1 0 274857213 141418496 33276 33554432000 4194304 4896791 140734056184640 140734056181784 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23513/statm: 34526 33276 78 172 0 34352 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 219812

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1796.97
CPU system time (s): 3.12552
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 273088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.97
system time used= 3.12552
maximum resident set size= 163896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 338
involuntary context switches= 2319

runsolver used 3.2815 second user time and 9.33958 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 04:28:05
IDJOB=3695334
IDBENCH=48225
IDSOLVER=2273
FILE ID=node128/3695334-1338085685
RUNJOBID= node128-1338053110-18191
PBS_JOBID= 14624418
Free space on /tmp= 71344 MiB

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

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=1967601557

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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:       32873852 kB
MemFree:        28146792 kB
Buffers:          352448 kB
Cached:          3420544 kB
SwapCached:            0 kB
Active:          1066632 kB
Inactive:        2836104 kB
Active(anon):     131600 kB
Inactive(anon):        0 kB
Active(file):     935032 kB
Inactive(file):  2836104 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10528 kB
Writeback:             4 kB
AnonPages:        137576 kB
Mapped:            15380 kB
Shmem:               204 kB
Slab:             679208 kB
SReclaimable:     121680 kB
SUnreclaim:       557528 kB
KernelStack:        1488 kB
PageTables:         3952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     269948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71256 MiB
End job on node128 at 2012-05-27 04:58:05