Trace number 3694881

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.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
MD5SUM98c81efbf429745622d6705fab70d2ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109601
Number of constraints which are clauses109601
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.34	c model valid
0.00/0.34	c current solution ok
0.00/0.52	o 0
0.00/0.52	c (debug) using card networks
0.00/0.94	c model valid
0.00/0.94	c current solution ok
0.00/0.94	o -37
0.00/0.94	c (debug) using card networks
2.87/2.94	c model valid
2.87/2.94	c current solution ok
2.87/2.95	o -40
2.87/2.95	c (debug) using card networks
11.87/11.94	c model valid
11.87/11.94	c current solution ok
11.87/11.94	o -41
11.87/11.94	c (debug) using card networks
19.57/19.60	c model valid
19.57/19.60	c current solution ok
19.57/19.61	o -42
19.57/19.61	c (debug) using card networks
31.04/31.18	c model valid
31.04/31.18	c current solution ok
31.04/31.18	o -43
31.04/31.18	c (debug) using card networks
42.33/42.49	c model valid
42.33/42.49	c current solution ok
42.33/42.49	o -44
42.33/42.49	c (debug) using card networks
53.13/53.21	c model valid
53.13/53.21	c current solution ok
53.13/53.22	o -46
53.13/53.22	c (debug) using card networks
73.23/73.30	c model valid
73.23/73.30	c current solution ok
73.23/73.31	o -47
73.23/73.31	c (debug) using card networks
91.32/91.48	c model valid
91.32/91.48	c current solution ok
91.32/91.49	o -48
91.32/91.49	c (debug) using card networks
123.12/123.22	c model valid
123.12/123.22	c current solution ok
123.12/123.22	o -49
123.12/123.22	c (debug) using card networks
157.89/158.02	c model valid
157.89/158.02	c current solution ok
157.89/158.02	o -50
157.89/158.02	c (debug) using card networks
265.57/265.72	c model valid
265.57/265.72	c current solution ok
265.57/265.73	o -51
265.57/265.73	c (debug) using card networks
1168.26/1168.66	c model valid
1168.26/1168.66	c current solution ok
1168.26/1168.67	o -52
1168.26/1168.67	c (debug) using card networks
1800.09/1800.61	./satsolver.sh: line 5: 11264 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.61	c error: unexpected solver exit code
1800.09/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3694881-1338061402/watcher-3694881-1338061402 -o /tmp/evaluation-result-3694881-1338061402/solver-3694881-1338061402 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694881-1338061402.opb 807760085 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 2.00 2/179 11183
/proc/meminfo: memFree=28175736/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0

[startup+0.075339 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 11183
/proc/meminfo: memFree=28175736/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100217 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 11183
/proc/meminfo: memFree=28175736/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 11183
/proc/meminfo: memFree=28175736/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700145 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 11183
/proc/meminfo: memFree=28175736/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11191
/proc/meminfo: memFree=28160556/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=0.97 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 5217 12527 0 0 56 16 22 3 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 23048

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11193
/proc/meminfo: memFree=28124696/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=2.98 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 7371 24158 0 0 73 17 203 5 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23048

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11196
/proc/meminfo: memFree=28123132/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=2.98 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 7371 24158 0 0 73 17 203 5 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11195] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11195/stat : 11195 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272264875 9367552 266 33554432000 4194304 5064252 140733485638528 140733485637440 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11195/statm: 2287 266 226 213 0 72 0
[pid=11196] ppid=11195 vsize=37736 CPUtime=3.28 cores=0,2,4,6
/proc/11196/stat : 11196 (glucose_static) R 11195 11183 10094 0 -1 4202496 12209 0 0 0 326 2 0 0 20 0 1 0 272264875 38641664 8285 33554432000 4194304 4896791 140736165351376 140736165348888 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11196/statm: 9434 8285 78 172 0 9260 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 69932

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11197
/proc/meminfo: memFree=28156584/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=11.97 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 9525 43274 0 0 90 17 1080 10 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 23048

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11202
/proc/meminfo: memFree=28115000/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=19.64 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 11679 60829 0 0 108 18 1824 14 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11201] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11201/stat : 11201 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272266541 9367552 266 33554432000 4194304 5064252 140735775883664 140735775882576 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11201/statm: 2287 266 226 213 0 72 0
[pid=11202] ppid=11201 vsize=37904 CPUtime=5.8 cores=0,2,4,6
/proc/11202/stat : 11202 (glucose_static) R 11201 11183 10094 0 -1 4202496 14681 0 0 0 578 2 0 0 20 0 1 0 272266541 38813696 8825 33554432000 4194304 4896791 140736831966128 140736831963640 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11202/statm: 9476 8825 78 172 0 9302 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 70100

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11208
/proc/meminfo: memFree=28105488/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=42.49 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 15777 102012 0 0 142 19 4064 24 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11207] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11207/stat : 11207 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272268829 9367552 267 33554432000 4194304 5064252 140735543253600 140735543252512 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11207/statm: 2287 267 226 213 0 72 0
[pid=11208] ppid=11207 vsize=38232 CPUtime=8.53 cores=0,2,4,6
/proc/11208/stat : 11208 (glucose_static) R 11207 11183 10094 0 -1 4202496 17742 0 0 0 850 3 0 0 20 0 1 0 272268829 39149568 8602 33554432000 4194304 4896791 140735434346640 140735434344152 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11208/statm: 9558 8602 78 172 0 9384 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 70428

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 11217
/proc/meminfo: memFree=28100652/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=91.47 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 22135 173764 0 0 193 21 8892 41 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11216] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11216/stat : 11216 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272273729 9367552 267 33554432000 4194304 5064252 140736603624784 140736603623696 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11216/statm: 2287 267 226 213 0 72 0
[pid=11217] ppid=11216 vsize=38536 CPUtime=10.74 cores=0,2,4,6
/proc/11217/stat : 11217 (glucose_static) R 11216 11183 10094 0 -1 4202496 19954 0 0 0 1071 3 0 0 20 0 1 0 272273729 39460864 8677 33554432000 4194304 4896791 140735577277520 140735577275032 4203041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11217/statm: 9634 8677 78 172 0 9460 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 70732

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 11226
/proc/meminfo: memFree=28113664/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=157.98 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 26443 238267 0 0 228 22 15491 57 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11225] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11225/stat : 11225 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272280382 9367552 267 33554432000 4194304 5064252 140733823129296 140733823128208 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11225/statm: 2287 267 226 213 0 72 0
[pid=11226] ppid=11225 vsize=37780 CPUtime=4.2 cores=0,2,4,6
/proc/11226/stat : 11226 (glucose_static) R 11225 11183 10094 0 -1 4202496 13108 0 0 0 418 2 0 0 20 0 1 0 272280382 38686720 8309 33554432000 4194304 4896791 140735223211584 140735223209096 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11226/statm: 9445 8309 76 172 0 9271 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 69976

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11226
/proc/meminfo: memFree=28090096/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=157.98 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 26443 238267 0 0 228 22 15491 57 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11225] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11264
/proc/meminfo: memFree=28035364/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=63552 CPUtime=193.51 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 48627 0 0 0 19332 19 0 0 20 0 1 0 272381447 65077248 14481 33554432000 4194304 4896791 140735178130496 140735178127704 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 15888 14481 78 172 0 15714 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 95748

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 11264
/proc/meminfo: memFree=28021340/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=66864 CPUtime=253.5 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 51942 0 0 0 25328 22 0 0 20 0 1 0 272381447 68468736 15890 33554432000 4194304 4896791 140735178130496 140735178128024 4225061 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 16716 15890 78 172 0 16542 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 99060

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11265
/proc/meminfo: memFree=28008116/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=81544 CPUtime=313.48 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 56787 0 0 0 31322 26 0 0 20 0 1 0 272381447 83501056 18691 33554432000 4194304 4896791 140735178130496 140735178127704 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 20386 18691 78 172 0 20212 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 113740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11319
/proc/meminfo: memFree=28086236/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=84152 CPUtime=373.46 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 60589 0 0 0 37317 29 0 0 20 0 1 0 272381447 86171648 19923 33554432000 4194304 4896791 140735178130496 140735178127704 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 21038 19923 78 172 0 20864 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 116348

[startup+1602.3 s]
/proc/loadavg: 2.18 2.05 2.01 3/182 11338
/proc/meminfo: memFree=28124408/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=76576 CPUtime=433.44 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 65300 0 0 0 43311 33 0 0 20 0 1 0 272381447 78413824 17730 33554432000 4194304 4896791 140735178130496 140735178128072 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 19144 17730 78 172 0 18970 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 108772

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 11346
/proc/meminfo: memFree=28072184/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=91140 CPUtime=493.43 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 69276 0 0 0 49307 36 0 0 20 0 1 0 272381447 93327360 20973 33554432000 4194304 4896791 140735178130496 140735178127704 4224787 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 22785 20973 78 172 0 22611 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 123336

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 11349
/proc/meminfo: memFree=28064408/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=94436 CPUtime=553.41 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 71758 0 0 0 55302 39 0 0 20 0 1 0 272381447 96702464 20002 33554432000 4194304 4896791 140735178130496 140735178128072 4225662 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 23609 20002 78 172 0 23435 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 126632

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 11353
/proc/meminfo: memFree=28050264/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=116236 CPUtime=613.39 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 73746 0 0 0 61297 42 0 0 20 0 1 0 272381447 119025664 25548 33554432000 4194304 4896791 140735178130496 140735178127784 4224816 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 29059 25548 78 172 0 28885 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 148432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 11353
/proc/meminfo: memFree=28063000/32873844 swapFree=7616/7616
[pid=11183] ppid=11181 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11183/stat : 11183 (runPb2satCp2.sh) S 11181 11183 10094 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272264574 9367552 274 33554432000 4194304 5064252 140733299528272 140733299527184 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11183/statm: 2287 274 233 213 0 72 0
[pid=11184] ppid=11183 vsize=13900 CPUtime=1168.38 cores=0,2,4,6
/proc/11184/stat : 11184 (pb2sat) S 11183 11183 10094 0 -1 4202496 30645 393418 0 0 262 23 116419 134 20 0 1 0 272264574 14233600 2715 33554432000 4194304 5873084 140734473139280 140734473133096 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11184/statm: 3475 2715 172 410 0 3057 0
[pid=11263] ppid=11184 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11263/stat : 11263 (satsolver.sh) S 11184 11183 10094 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272381447 9367552 267 33554432000 4194304 5064252 140737215617392 140737215616304 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11263/statm: 2287 267 226 213 0 72 0
[pid=11264] ppid=11263 vsize=97756 CPUtime=631.71 cores=0,2,4,6
/proc/11264/stat : 11264 (glucose_static) R 11263 11183 10094 0 -1 4202496 74963 0 0 0 63128 43 0 0 20 0 1 0 272381447 100102144 22196 33554432000 4194304 4896791 140735178130496 140735178128024 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11264/statm: 24439 22196 78 172 0 24265 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 129952

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.13
CPU user time (s): 1798.11
CPU system time (s): 2.02169
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 204316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.02169
maximum resident set size= 144292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 147296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 337
involuntary context switches= 2216

runsolver used 2.58261 second user time and 7.27189 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-26 21:43:22
IDJOB=3694881
IDBENCH=2247
IDSOLVER=2273
FILE ID=node141/3694881-1338061402
RUNJOBID= node141-1338052046-10110
PBS_JOBID= 14624387
Free space on /tmp= 71488 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694881-1338061402/watcher-3694881-1338061402 -o /tmp/evaluation-result-3694881-1338061402/solver-3694881-1338061402 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694881-1338061402.opb 807760085 HOME HOME

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

MD5SUM BENCH= 98c81efbf429745622d6705fab70d2ee
RANDOM SEED=807760085

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28175596 kB
Buffers:          291492 kB
Cached:          3548304 kB
SwapCached:            0 kB
Active:           729364 kB
Inactive:        3169968 kB
Active(anon):      62240 kB
Inactive(anon):        0 kB
Active(file):     667124 kB
Inactive(file):  3169968 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15668 kB
Writeback:            16 kB
AnonPages:         67124 kB
Mapped:            15288 kB
Shmem:               200 kB
Slab:             658304 kB
SReclaimable:     100468 kB
SUnreclaim:       557836 kB
KernelStack:        1496 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     178184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71476 MiB
End job on node141 at 2012-05-26 22:13:23