Trace number 3695332

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.13 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
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-70
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
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)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Quality of the solution as a function of time


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

Solver Data

10.37/10.44	c model valid
10.37/10.44	c current solution ok
12.51/12.71	o -50
12.51/12.71	c (debug) using card networks
25.42/25.69	c model valid
25.42/25.69	c current solution ok
25.52/25.73	o -53
25.52/25.73	c (debug) using card networks
34.42/34.65	c model valid
34.42/34.65	c current solution ok
34.42/34.69	o -54
34.42/34.69	c (debug) using card networks
49.12/49.35	c model valid
49.12/49.35	c current solution ok
49.12/49.38	o -56
49.12/49.38	c (debug) using card networks
173.67/173.96	c model valid
173.67/173.96	c current solution ok
173.74/174.00	o -57
173.74/174.00	c (debug) using card networks
249.66/249.92	c model valid
249.66/249.92	c current solution ok
249.66/249.96	o -58
249.66/249.96	c (debug) using card networks
302.64/303.00	c model valid
302.64/303.00	c current solution ok
302.74/303.03	o -61
302.74/303.03	c (debug) using card networks
583.07/583.43	c model valid
583.07/583.43	c current solution ok
583.07/583.46	o -64
583.07/583.46	c (debug) using card networks
1181.83/1182.38	c model valid
1181.83/1182.38	c current solution ok
1181.92/1182.42	o -65
1181.92/1182.42	c (debug) using card networks
1800.09/1800.71	./satsolver.sh: line 5:  6716 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.71	c error: unexpected solver exit code
1800.09/1800.71	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695332-1338089428/watcher-3695332-1338089428 -o /tmp/evaluation-result-3695332-1338089428/solver-3695332-1338089428 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695332-1338089428.opb 991486236 HOME HOME 

running on 4 cores: 0,2,4,6

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 1.89 3/180 6662
/proc/meminfo: memFree=28363160/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0

[startup+0.0622761 s]
/proc/loadavg: 2.00 2.00 1.89 3/180 6662
/proc/meminfo: memFree=28363160/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.00 2.00 1.89 3/180 6662
/proc/meminfo: memFree=28363160/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 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.00 2.00 1.89 3/180 6662
/proc/meminfo: memFree=28363160/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 1.89 3/180 6662
/proc/meminfo: memFree=28363160/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 6666
/proc/meminfo: memFree=28203272/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=49996 CPUtime=0.61 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 7293 0 0 0 56 5 0 0 20 0 1 0 275069783 51195904 9355 33554432000 4194304 5873084 140736788671536 140736788667960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6663/statm: 12499 9355 167 410 0 12081 0
[pid=6665] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6665/stat : 6665 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275069845 9367552 267 33554432000 4194304 5064252 140733508428912 140733508427824 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6665/statm: 2287 267 226 213 0 72 0
[pid=6666] ppid=6665 vsize=125576 CPUtime=0.86 cores=0,2,4,6
/proc/6666/stat : 6666 (glucose_static) R 6665 6662 6267 0 -1 4202496 23496 0 0 0 82 4 0 0 20 0 1 0 275069846 128589824 26066 33554432000 4194304 4896791 140734118169200 140734117117992 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6666/statm: 31394 26066 78 172 0 31220 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 193868

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 6666
/proc/meminfo: memFree=28199468/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=49996 CPUtime=0.61 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 7293 0 0 0 56 5 0 0 20 0 1 0 275069783 51195904 9355 33554432000 4194304 5873084 140736788671536 140736788667960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6663/statm: 12499 9355 167 410 0 12081 0
[pid=6665] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6665/stat : 6665 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275069845 9367552 267 33554432000 4194304 5064252 140733508428912 140733508427824 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6665/statm: 2287 267 226 213 0 72 0
[pid=6666] ppid=6665 vsize=127292 CPUtime=2.46 cores=0,2,4,6
/proc/6666/stat : 6666 (glucose_static) R 6665 6662 6267 0 -1 4202496 23904 0 0 0 242 4 0 0 20 0 1 0 275069846 130347008 26474 33554432000 4194304 4896791 140734118169200 140734118166504 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6666/statm: 31823 26474 78 172 0 31649 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 195584

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 6666
/proc/meminfo: memFree=28197484/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=49996 CPUtime=0.61 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 7293 0 0 0 56 5 0 0 20 0 1 0 275069783 51195904 9355 33554432000 4194304 5873084 140736788671536 140736788667960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6663/statm: 12499 9355 167 410 0 12081 0
[pid=6665] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6665/stat : 6665 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275069845 9367552 267 33554432000 4194304 5064252 140733508428912 140733508427824 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6665/statm: 2287 267 226 213 0 72 0
[pid=6666] ppid=6665 vsize=128612 CPUtime=5.66 cores=0,2,4,6
/proc/6666/stat : 6666 (glucose_static) R 6665 6662 6267 0 -1 4202496 24252 0 0 0 562 4 0 0 20 0 1 0 275069846 131698688 26822 33554432000 4194304 4896791 140734118169200 140734118166504 4224103 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6666/statm: 32153 26822 78 172 0 31979 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 196904

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.89 3/182 6666
/proc/meminfo: memFree=28279576/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=59332 CPUtime=12.51 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 9306 25126 0 0 106 175 964 6 20 0 1 0 275069783 60755968 11698 33554432000 4194304 5873084 140736788671536 140736788666872 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/6663/statm: 14833 11698 176 410 0 14415 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 68480

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.89 3/184 6672
/proc/meminfo: memFree=28152464/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=59332 CPUtime=12.57 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 10302 25639 0 0 108 175 964 10 20 0 1 0 275069783 60755968 11699 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/6663/statm: 14833 11699 177 410 0 14415 0
[pid=6668] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6668/stat : 6668 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275071057 9367552 267 33554432000 4194304 5064252 140734164162752 140734164161664 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6668/statm: 2287 267 226 213 0 72 0
[pid=6669] ppid=6668 vsize=134308 CPUtime=12.75 cores=0,2,4,6
/proc/6669/stat : 6669 (glucose_static) R 6668 6662 6267 0 -1 4202496 26596 0 0 0 1271 4 0 0 20 0 1 0 275071058 137531392 30676 33554432000 4194304 4896791 140734823182192 140734823179400 4223809 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6669/statm: 33577 30676 78 172 0 33403 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 211936

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 1.90 3/183 6681
/proc/meminfo: memFree=28144080/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=49.23 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 18823 107973 0 0 146 177 4561 39 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6680] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6680/stat : 6680 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275074724 9367552 266 33554432000 4194304 5064252 140733957942432 140733957941344 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6680/statm: 2287 266 226 213 0 72 0
[pid=6681] ppid=6680 vsize=133140 CPUtime=1.68 cores=0,2,4,6
/proc/6681/stat : 6681 (glucose_static) R 6680 6662 6267 0 -1 4202496 25062 0 0 0 162 6 0 0 20 0 1 0 275074725 136335360 30318 33554432000 4194304 4896791 140737374193728 140737374191032 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6681/statm: 33285 30318 78 172 0 33111 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 214864

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.90 3/183 6682
/proc/meminfo: memFree=28136612/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=49.23 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 18823 107973 0 0 146 177 4561 39 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6680] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6680/stat : 6680 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275074724 9367552 266 33554432000 4194304 5064252 140733957942432 140733957941344 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6680/statm: 2287 266 226 213 0 72 0
[pid=6681] ppid=6680 vsize=135816 CPUtime=52.86 cores=0,2,4,6
/proc/6681/stat : 6681 (glucose_static) R 6680 6662 6267 0 -1 4202496 25794 0 0 0 5280 6 0 0 20 0 1 0 275074725 139075584 31547 33554432000 4194304 4896791 140737374193728 140737374190936 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6681/statm: 33954 31547 78 172 0 33780 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 217540

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 6682
/proc/meminfo: memFree=28128048/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=49.23 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 18823 107973 0 0 146 177 4561 39 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6680] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6680/stat : 6680 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275074724 9367552 266 33554432000 4194304 5064252 140733957942432 140733957941344 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6680/statm: 2287 266 226 213 0 72 0
[pid=6681] ppid=6680 vsize=137976 CPUtime=112.83 cores=0,2,4,6
/proc/6681/stat : 6681 (glucose_static) R 6680 6662 6267 0 -1 4202496 26328 0 0 0 11277 6 0 0 20 0 1 0 275074725 141287424 33100 33554432000 4194304 4896791 140737374193728 140737374190936 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6681/statm: 34494 33100 78 172 0 34320 0
Current children cumulated CPU time (s) 162.06

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.95 3/183 6717
/proc/meminfo: memFree=28115876/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=140852 CPUtime=239.76 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 26879 0 0 0 23970 6 0 0 20 0 1 0 275188029 144232448 34249 33554432000 4194304 4896791 140736555579200 140736555576408 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 35213 34249 78 172 0 35039 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 222576

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 6717
/proc/meminfo: memFree=28118704/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=142280 CPUtime=299.75 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 27561 0 0 0 29968 7 0 0 20 0 1 0 275188029 145694720 33296 33554432000 4194304 4896791 140736555579200 140736555576408 4224802 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 35570 33296 78 172 0 35396 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 224004

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/183 6717
/proc/meminfo: memFree=28112480/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=143480 CPUtime=359.74 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 27856 0 0 0 35966 8 0 0 20 0 1 0 275188029 146923520 34613 33554432000 4194304 4896791 140736555579200 140736555574936 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 35870 34613 78 172 0 35696 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 225204

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/183 6717
/proc/meminfo: memFree=28107128/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=163504 CPUtime=419.74 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 28523 0 0 0 41965 9 0 0 20 0 1 0 275188029 167428096 35777 33554432000 4194304 4896791 140736555579200 140736555576408 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 40876 35777 78 172 0 40702 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 245228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/183 6718
/proc/meminfo: memFree=28101764/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=145460 CPUtime=479.72 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 28942 0 0 0 47963 9 0 0 20 0 1 0 275188029 148951040 35152 33554432000 4194304 4896791 140736555579200 140736555574936 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 36365 35152 78 172 0 36191 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 227184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 6718
/proc/meminfo: memFree=28098584/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=165580 CPUtime=539.71 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 29545 0 0 0 53961 10 0 0 20 0 1 0 275188029 169553920 36253 33554432000 4194304 4896791 140736555579200 140736555576408 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 41395 36253 78 172 0 41221 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 247304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/184 6763
/proc/meminfo: memFree=27736032/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=147668 CPUtime=599.7 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 29992 0 0 0 59959 11 0 0 20 0 1 0 275188029 151212032 35645 33554432000 4194304 4896791 140736555579200 140736555574936 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 36917 35645 78 172 0 36743 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 229392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.95 4/184 6763
/proc/meminfo: memFree=27732092/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=147800 CPUtime=618.11 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 30043 0 0 0 61800 11 0 0 20 0 1 0 275188029 151347200 35696 33554432000 4194304 4896791 140736555579200 140736555576408 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 36950 35696 78 172 0 36776 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 229524

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.95 4/184 6763
/proc/meminfo: memFree=27732092/32873844 swapFree=7100/7100
[pid=6662] ppid=6660 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6662/stat : 6662 (runPb2satCp2.sh) S 6660 6662 6267 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275069783 9367552 274 33554432000 4194304 5064252 140734291631808 140734291630720 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6662/statm: 2287 274 233 213 0 72 0
[pid=6663] ppid=6662 vsize=63428 CPUtime=1181.98 cores=0,2,4,6
/proc/6663/stat : 6663 (pb2sat) S 6662 6662 6267 0 -1 4202496 32635 254661 0 0 213 180 117702 103 20 0 1 0 275069783 64950272 12637 33554432000 4194304 5873084 140736788671536 140736788665352 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/6663/statm: 15857 12637 177 410 0 15439 0
[pid=6715] ppid=6663 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6715/stat : 6715 (satsolver.sh) S 6663 6662 6267 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275188029 9367552 267 33554432000 4194304 5064252 140734100826320 140734100825232 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6715/statm: 2287 267 226 213 0 72 0
[pid=6716] ppid=6715 vsize=147800 CPUtime=618.11 cores=0,2,4,6
/proc/6716/stat : 6716 (glucose_static) R 6715 6662 6267 0 -1 4202496 30043 0 0 0 61800 11 0 0 20 0 1 0 275188029 151347200 35696 33554432000 4194304 4896791 140736555579200 140736555576408 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6716/statm: 36950 35696 78 172 0 36776 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 229524

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.13
CPU user time (s): 1797.16
CPU system time (s): 2.96155
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 278580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.16
system time used= 2.96155
maximum resident set size= 177212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 522248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321
involuntary context switches= 2096

runsolver used 3.45647 second user time and 9.63654 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 05:30:28
IDJOB=3695332
IDBENCH=48276
IDSOLVER=2273
FILE ID=node111/3695332-1338089428
RUNJOBID= node111-1338087406-6283
PBS_JOBID= 14624442
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=991486236

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28363804 kB
Buffers:          306160 kB
Cached:          3293668 kB
SwapCached:            0 kB
Active:          1016296 kB
Inactive:        2676452 kB
Active(anon):      95300 kB
Inactive(anon):        0 kB
Active(file):     920996 kB
Inactive(file):  2676452 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             38848 kB
Writeback:            16 kB
AnonPages:         99924 kB
Mapped:            15312 kB
Shmem:               200 kB
Slab:             677372 kB
SReclaimable:     119668 kB
SUnreclaim:       557704 kB
KernelStack:        1488 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     216116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 71564 MiB
End job on node111 at 2012-05-27 06:00:29