Trace number 3695331

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.09 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
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-130
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -152
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)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

Quality of the solution as a function of time


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

Solver Data

13.67/13.76	c model valid
13.67/13.76	c current solution ok
14.77/14.83	o -88
14.77/14.83	c (debug) using card networks
18.87/18.94	c model valid
18.87/18.94	c current solution ok
18.87/18.97	o -90
18.87/18.97	c (debug) using card networks
35.55/35.69	c model valid
35.55/35.69	c current solution ok
35.65/35.71	o -91
35.65/35.71	c (debug) using card networks
64.23/64.38	c model valid
64.23/64.38	c current solution ok
64.35/64.41	o -92
64.35/64.41	c (debug) using card networks
87.73/87.82	c model valid
87.73/87.82	c current solution ok
87.73/87.85	o -96
87.73/87.85	c (debug) using card networks
131.50/131.61	c model valid
131.50/131.61	c current solution ok
131.50/131.64	o -97
131.50/131.64	c (debug) using card networks
149.40/149.51	c model valid
149.40/149.51	c current solution ok
149.40/149.53	o -99
149.40/149.53	c (debug) using card networks
219.14/219.37	c model valid
219.14/219.37	c current solution ok
219.23/219.40	o -103
219.23/219.40	c (debug) using card networks
274.91/275.19	c model valid
274.91/275.19	c current solution ok
275.02/275.22	o -104
275.02/275.22	c (debug) using card networks
378.28/378.57	c model valid
378.28/378.57	c current solution ok
378.28/378.59	o -105
378.28/378.59	c (debug) using card networks
457.36/457.61	c model valid
457.36/457.61	c current solution ok
457.36/457.64	o -111
457.36/457.64	c (debug) using card networks
689.39/689.72	c model valid
689.39/689.72	c current solution ok
689.39/689.75	o -114
689.39/689.75	c (debug) using card networks
1691.40/1691.92	c model valid
1691.40/1691.92	c current solution ok
1691.40/1691.95	o -115
1691.40/1691.95	c (debug) using card networks
1800.06/1800.61	./satsolver.sh: line 5: 11239 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.61	c error: unexpected solver exit code
1800.06/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3695331-1338088983/watcher-3695331-1338088983 -o /tmp/evaluation-result-3695331-1338088983/solver-3695331-1338088983 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695331-1338088983.opb 247447315 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.03 2.02 1.97 2/174 11143
/proc/meminfo: memFree=29236492/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0

[startup+0.067266 s]
/proc/loadavg: 2.03 2.02 1.97 2/174 11143
/proc/meminfo: memFree=29236492/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 2.03 2.02 1.97 2/174 11143
/proc/meminfo: memFree=29236492/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300155 s]
/proc/loadavg: 2.03 2.02 1.97 2/174 11143
/proc/meminfo: memFree=29236492/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.03 2.02 1.97 2/174 11143
/proc/meminfo: memFree=29236492/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.03 2.02 1.97 3/181 11150
/proc/meminfo: memFree=29103456/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=31124 CPUtime=0.34 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 6001 0 0 0 32 2 0 0 20 0 1 0 275023728 31870976 6667 33554432000 4194304 5873084 140736404357136 140736404353560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 7781 6667 167 410 0 7363 0
[pid=11148] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11148/stat : 11148 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275023764 9367552 267 33554432000 4194304 5064252 140734410881696 140734410880608 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11148/statm: 2287 267 226 213 0 72 0
[pid=11149] ppid=11148 vsize=75240 CPUtime=1.13 cores=0,2,4,6
/proc/11149/stat : 11149 (glucose_static) R 11148 11143 10926 0 -1 4202496 15111 0 0 0 111 2 0 0 20 0 1 0 275023764 77045760 15918 33554432000 4194304 4896791 140735242808224 140735242805528 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11149/statm: 18810 15918 77 172 0 18636 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 124660

[startup+3.10035 s]
/proc/loadavg: 2.03 2.02 1.97 3/181 11153
/proc/meminfo: memFree=29093768/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=31124 CPUtime=0.34 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 6001 0 0 0 32 2 0 0 20 0 1 0 275023728 31870976 6667 33554432000 4194304 5873084 140736404357136 140736404353560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 7781 6667 167 410 0 7363 0
[pid=11148] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11148/stat : 11148 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275023764 9367552 267 33554432000 4194304 5064252 140734410881696 140734410880608 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11148/statm: 2287 267 226 213 0 72 0
[pid=11149] ppid=11148 vsize=76032 CPUtime=2.72 cores=0,2,4,6
/proc/11149/stat : 11149 (glucose_static) R 11148 11143 10926 0 -1 4202496 15344 0 0 0 270 2 0 0 20 0 1 0 275023764 77856768 16150 33554432000 4194304 4896791 140735242808224 140735242805528 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11149/statm: 19008 16150 77 172 0 18834 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 125452

[startup+6.30041 s]
/proc/loadavg: 2.02 2.02 1.97 2/181 11156
/proc/meminfo: memFree=29113560/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=31124 CPUtime=0.34 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 6001 0 0 0 32 2 0 0 20 0 1 0 275023728 31870976 6667 33554432000 4194304 5873084 140736404357136 140736404353560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 7781 6667 167 410 0 7363 0
[pid=11148] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11148/stat : 11148 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275023764 9367552 267 33554432000 4194304 5064252 140734410881696 140734410880608 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11148/statm: 2287 267 226 213 0 72 0
[pid=11149] ppid=11148 vsize=76484 CPUtime=5.93 cores=0,2,4,6
/proc/11149/stat : 11149 (glucose_static) R 11148 11143 10926 0 -1 4202496 15566 0 0 0 590 3 0 0 20 0 1 0 275023764 78319616 16367 33554432000 4194304 4896791 140735242808224 140735242805432 4203058 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11149/statm: 19121 16367 77 172 0 18947 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 125904

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 1.97 3/181 11156
/proc/meminfo: memFree=29083692/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=31124 CPUtime=0.34 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 6001 0 0 0 32 2 0 0 20 0 1 0 275023728 31870976 6667 33554432000 4194304 5873084 140736404357136 140736404353560 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 7781 6667 167 410 0 7363 0
[pid=11148] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11148/stat : 11148 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275023764 9367552 267 33554432000 4194304 5064252 140734410881696 140734410880608 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11148/statm: 2287 267 226 213 0 72 0
[pid=11149] ppid=11148 vsize=77308 CPUtime=12.33 cores=0,2,4,6
/proc/11149/stat : 11149 (glucose_static) R 11148 11143 10926 0 -1 4202496 15984 0 0 0 1230 3 0 0 20 0 1 0 275023764 79163392 16765 33554432000 4194304 4896791 140735242808224 140735242805544 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11149/statm: 19327 16765 77 172 0 19153 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 126728

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 1.97 3/181 11168
/proc/meminfo: memFree=29052556/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=38864 CPUtime=18.96 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 10900 36629 0 0 67 87 1730 12 20 0 1 0 275023728 39796736 8612 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11144/statm: 9716 8612 177 410 0 9298 0
[pid=11164] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11164/stat : 11164 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275025628 9367552 267 33554432000 4194304 5064252 140733381064672 140733381063584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11164/statm: 2287 267 226 213 0 72 0
[pid=11165] ppid=11164 vsize=87796 CPUtime=6.49 cores=0,2,4,6
/proc/11165/stat : 11165 (glucose_static) R 11164 11143 10926 0 -1 4202496 18712 0 0 0 645 4 0 0 20 0 1 0 275025628 89903104 19676 33554432000 4194304 4896791 140733407675952 140733407673160 4224958 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11165/statm: 21949 19676 78 172 0 21775 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 144956

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 1.97 3/181 11174
/proc/meminfo: memFree=29045536/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=35.7 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 13598 56806 0 0 75 87 3388 20 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11173] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11173/stat : 11173 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275027302 9367552 267 33554432000 4194304 5064252 140737453499952 140737453498864 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11173/statm: 2287 267 226 213 0 72 0
[pid=11174] ppid=11173 vsize=88616 CPUtime=15.34 cores=0,2,4,6
/proc/11174/stat : 11174 (glucose_static) R 11173 11143 10926 0 -1 4202496 17890 0 0 0 1531 3 0 0 20 0 1 0 275027302 90742784 20131 33554432000 4194304 4896791 140734027617056 140734027614264 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11174/statm: 22154 20131 78 172 0 21980 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 148196

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 1.98 3/181 11183
/proc/meminfo: memFree=29041376/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=87.8 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 18984 95551 0 0 89 88 8571 32 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11182] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11182/stat : 11182 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275032516 9367552 267 33554432000 4194304 5064252 140735422409008 140735422407920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11182/statm: 2287 267 226 213 0 72 0
[pid=11183] ppid=11182 vsize=88700 CPUtime=14.41 cores=0,2,4,6
/proc/11183/stat : 11183 (glucose_static) R 11182 11143 10926 0 -1 4202496 18494 0 0 0 1438 3 0 0 20 0 1 0 275032516 90828800 19922 33554432000 4194304 4896791 140735642189488 140735642186696 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11183/statm: 22175 19922 78 172 0 22001 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 148280

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/181 11192
/proc/meminfo: memFree=29039012/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=149.45 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 23892 135359 0 0 104 89 14707 45 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11191] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11232
/proc/meminfo: memFree=28978360/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=689.46 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 36885 244016 0 0 141 91 68630 84 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11223] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11223/stat : 11223 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275092706 9367552 266 33554432000 4194304 5064252 140735873019008 140735873017920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11223/statm: 2287 266 226 213 0 72 0
[pid=11224] ppid=11223 vsize=122736 CPUtime=672.38 cores=0,2,4,6
/proc/11224/stat : 11224 (glucose_static) R 11223 11143 10926 0 -1 4202496 29044 0 0 0 67223 15 0 0 20 0 1 0 275092706 125681664 28095 33554432000 4194304 4896791 140736345325296 140736345322872 4225136 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11224/statm: 30684 28095 78 172 0 30510 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 182316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11232
/proc/meminfo: memFree=28970476/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=689.46 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 36885 244016 0 0 141 91 68630 84 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11223] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11223/stat : 11223 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275092706 9367552 266 33554432000 4194304 5064252 140735873019008 140735873017920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11223/statm: 2287 266 226 213 0 72 0
[pid=11224] ppid=11223 vsize=142364 CPUtime=732.38 cores=0,2,4,6
/proc/11224/stat : 11224 (glucose_static) R 11223 11143 10926 0 -1 4202496 29567 0 0 0 73223 15 0 0 20 0 1 0 275092706 145780736 29631 33554432000 4194304 4896791 140736345325296 140736345322440 4223980 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11224/statm: 35591 29631 78 172 0 35417 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 201944

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11232
/proc/meminfo: memFree=28959284/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=689.46 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 36885 244016 0 0 141 91 68630 84 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11223] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11223/stat : 11223 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275092706 9367552 266 33554432000 4194304 5064252 140735873019008 140735873017920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11223/statm: 2287 266 226 213 0 72 0
[pid=11224] ppid=11223 vsize=124440 CPUtime=792.36 cores=0,2,4,6
/proc/11224/stat : 11224 (glucose_static) R 11223 11143 10926 0 -1 4202496 30198 0 0 0 79220 16 0 0 20 0 1 0 275092706 127426560 29575 33554432000 4194304 4896791 140736345325296 140736345322504 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11224/statm: 31110 29575 78 172 0 30936 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 184020

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11233
/proc/meminfo: memFree=28963848/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=689.46 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 36885 244016 0 0 141 91 68630 84 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11223] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11223/stat : 11223 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275092706 9367552 266 33554432000 4194304 5064252 140735873019008 140735873017920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11223/statm: 2287 266 226 213 0 72 0
[pid=11224] ppid=11223 vsize=126160 CPUtime=852.35 cores=0,2,4,6
/proc/11224/stat : 11224 (glucose_static) R 11223 11143 10926 0 -1 4202496 31329 0 0 0 85218 17 0 0 20 0 1 0 275092706 129187840 29500 33554432000 4194304 4896791 140736345325296 140736345322584 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11224/statm: 31540 29500 78 172 0 31366 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 185740

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 11233
/proc/meminfo: memFree=28942392/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=689.46 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 36885 244016 0 0 141 91 68630 84 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11223] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11223/stat : 11223 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275092706 9367552 266 33554432000 4194304 5064252 140735873019008 140735873017920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11223/statm: 2287 266 226 213 0 72 0
[pid=11224] ppid=11223 vsize=146180 CPUtime=912.33 cores=0,2,4,6
/proc/11224/stat : 11224 (glucose_static) R 11223 11143 10926 0 -1 4202496 32189 0 0 0 91215 18 0 0 20 0 1 0 275092706 149688320 31866 33554432000 4194304 4896791 140736345325296 140736345322824 4224947 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11224/statm: 36545 31866 78 172 0 36371 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 205760

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 11236
/proc/meminfo: memFree=28954052/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=689.46 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 36885 244016 0 0 141 91 68630 84 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11223] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11223/stat : 11223 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 275092706 9367552 266 33554432000 4194304 5064252 140735873019008 140735873017920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11223/statm: 2287 266 226 213 0 72 0
[pid=11224] ppid=11223 vsize=148112 CPUtime=972.32 cores=0,2,4,6
/proc/11224/stat : 11224 (glucose_static) R 11223 11143 10926 0 -1 4202496 33099 0 0 0 97213 19 0 0 20 0 1 0 275092706 151666688 31042 33554432000 4194304 4896791 140736345325296 140736345322824 4225038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11224/statm: 37028 31042 78 172 0 36854 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 207692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11239
/proc/meminfo: memFree=28988824/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=1691.48 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 39580 278547 0 0 148 92 168801 107 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11238] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11238/stat : 11238 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275192926 9367552 267 33554432000 4194304 5064252 140735607285744 140735607284656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11238/statm: 2287 267 226 213 0 72 0
[pid=11239] ppid=11238 vsize=89328 CPUtime=30.3 cores=0,2,4,6
/proc/11239/stat : 11239 (glucose_static) R 11238 11143 10926 0 -1 4202496 18382 0 0 0 3026 4 0 0 20 0 1 0 275192927 91471872 20601 33554432000 4194304 4896791 140734288227712 140734288224920 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11239/statm: 22332 20601 78 172 0 22158 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 148908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11239
/proc/meminfo: memFree=28980160/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=1691.48 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 39580 278547 0 0 148 92 168801 107 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11238] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11238/stat : 11238 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275192926 9367552 267 33554432000 4194304 5064252 140735607285744 140735607284656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11238/statm: 2287 267 226 213 0 72 0
[pid=11239] ppid=11238 vsize=92160 CPUtime=90.29 cores=0,2,4,6
/proc/11239/stat : 11239 (glucose_static) R 11238 11143 10926 0 -1 4202496 19406 0 0 0 9025 4 0 0 20 0 1 0 275192927 94371840 21215 33554432000 4194304 4896791 140734288227712 140734288224920 4224722 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11239/statm: 23040 21215 78 172 0 22866 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 151740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11239
/proc/meminfo: memFree=28968104/32873624 swapFree=7104/7104
[pid=11143] ppid=11141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11143/stat : 11143 (runPb2satCp2.sh) S 11141 11143 10926 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275023728 9367552 275 33554432000 4194304 5064252 140733249003472 140733249002384 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11143/statm: 2287 275 233 213 0 72 0
[pid=11144] ppid=11143 vsize=41284 CPUtime=1691.48 cores=0,2,4,6
/proc/11144/stat : 11144 (pb2sat) S 11143 11143 10926 0 -1 4202496 39580 278547 0 0 148 92 168801 107 20 0 1 0 275023728 42274816 8888 33554432000 4194304 5873084 140736404357136 140736404350952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11144/statm: 10321 8888 177 410 0 9903 0
[pid=11238] ppid=11144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11238/stat : 11238 (satsolver.sh) S 11144 11143 10926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275192926 9367552 267 33554432000 4194304 5064252 140735607285744 140735607284656 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11238/statm: 2287 267 226 213 0 72 0
[pid=11239] ppid=11238 vsize=92972 CPUtime=108.58 cores=0,2,4,6
/proc/11239/stat : 11239 (glucose_static) R 11238 11143 10926 0 -1 4202496 19628 0 0 0 10854 4 0 0 20 0 1 0 275192927 95203328 21953 33554432000 4194304 4896791 140734288227712 140734288224856 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11239/statm: 23243 21953 78 172 0 23069 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 152552

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.09
CPU user time (s): 1798.04
CPU system time (s): 2.04669
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 237516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.04669
maximum resident set size= 159220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338745
page faults= 0
swaps= 0
block input operations= 8
block output operations= 430776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 419
involuntary context switches= 2405

runsolver used 2.74758 second user time and 7.08592 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 05:23:03
IDJOB=3695331
IDBENCH=48269
IDSOLVER=2273
FILE ID=node121/3695331-1338088983
RUNJOBID= node121-1338087182-10942
PBS_JOBID= 14624437
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=247447315

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        29238152 kB
Buffers:          314496 kB
Cached:          2508264 kB
SwapCached:            0 kB
Active:           573912 kB
Inactive:        2260712 kB
Active(anon):      14288 kB
Inactive(anon):        0 kB
Active(file):     559624 kB
Inactive(file):  2260712 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17908 kB
Writeback:             0 kB
AnonPages:        147228 kB
Mapped:            14704 kB
Shmem:               200 kB
Slab:             662968 kB
SReclaimable:     107428 kB
SUnreclaim:       555540 kB
KernelStack:        1496 kB
PageTables:         3336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     115380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node121 at 2012-05-27 05:53:03