Trace number 3695246

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUMbb6edae9b271ecf76d3d6c31c88b027d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
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 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)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.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 172
0.00/0.01	c (debug) using card networks
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.03	o 171
0.00/0.03	c (debug) using card networks
0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.05	o 170
0.00/0.05	c (debug) using card networks
0.00/0.07	c model valid
0.00/0.07	c current solution ok
0.00/0.07	o 169
0.00/0.07	c (debug) using card networks
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.09	o 168
0.00/0.09	c (debug) using card networks
0.00/0.11	c model valid
0.00/0.11	c current solution ok
0.00/0.12	o 167
0.00/0.12	c (debug) using card networks
0.00/0.31	c model valid
0.00/0.31	c current solution ok
0.00/0.31	o 166
0.00/0.31	c (debug) using card networks
2.17/2.29	c model valid
2.17/2.29	c current solution ok
2.17/2.29	o 164
2.17/2.29	c (debug) using card networks
2.28/3.55	c model valid
2.28/3.55	c current solution ok
4.47/4.58	o 163
4.47/4.58	c (debug) using card networks
223.12/223.20	c model valid
223.12/223.20	c current solution ok
223.12/223.20	o 162
223.12/223.20	c (debug) using card networks
1533.78/1534.14	c model valid
1533.78/1534.14	c current solution ok
1533.78/1534.14	o 161
1533.78/1534.14	c (debug) using card networks
1800.11/1800.50	./satsolver.sh: line 5: 20515 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.11/1800.50	c error: unexpected solver exit code
1800.11/1800.50	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-3695246-1338113606/watcher-3695246-1338113606 -o /tmp/evaluation-result-3695246-1338113606/solver-3695246-1338113606 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695246-1338113606.opb 1843897418 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.25 2.22 3/178 20285
/proc/meminfo: memFree=29049728/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0

[startup+0.0298679 s]
/proc/loadavg: 2.08 2.25 2.22 3/178 20285
/proc/meminfo: memFree=29049728/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100228 s]
/proc/loadavg: 2.08 2.25 2.22 3/178 20285
/proc/meminfo: memFree=29049728/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 2.08 2.25 2.22 3/178 20285
/proc/meminfo: memFree=29049728/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 2.08 2.25 2.22 3/178 20285
/proc/meminfo: memFree=29049728/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.08 2.25 2.22 3/183 20311
/proc/meminfo: memFree=28712476/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=0.3 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 1652 12331 0 0 4 0 23 3 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20309] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20309/stat : 20309 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488034 9367552 266 33554432000 4194304 5064252 140733920002304 140733920001216 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20309/statm: 2287 266 226 213 0 72 0
[pid=20310] ppid=20309 vsize=7064 CPUtime=1.17 cores=1,3,5,7
/proc/20310/stat : 20310 (glucose_static) R 20309 20285 9063 0 -1 4202496 1979 0 0 0 117 0 0 0 20 0 1 0 277488034 7233536 1149 33554432000 4194304 4896791 140734515979392 140734515976920 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20310/statm: 1766 1149 78 172 0 1592 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27988

[startup+3.10027 s]
/proc/loadavg: 2.08 2.25 2.22 2/183 20311
/proc/meminfo: memFree=28377676/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=2.28 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 1847 16444 0 0 5 0 219 4 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 11776
heavy processes:
  %CPU=45 pid=20311 uid=0 cmd=

[startup+6.30025 s]
/proc/loadavg: 2.15 2.27 2.22 2/183 20317
/proc/meminfo: memFree=28377432/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=3.54 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2046 19920 0 0 5 1 343 5 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20316] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20316/stat : 20316 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488358 9367552 266 33554432000 4194304 5064252 140735354247888 140735354246800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20316/statm: 2287 266 226 213 0 72 0
[pid=20317] ppid=20316 vsize=9124 CPUtime=2.73 cores=1,3,5,7
/proc/20317/stat : 20317 (glucose_static) R 20316 20285 9063 0 -1 4202496 3829 0 0 0 273 0 0 0 20 0 1 0 277488358 9342976 1739 33554432000 4194304 4896791 140736417980496 140736417978024 4204062 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20317/statm: 2281 1739 78 172 0 2107 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30048

[startup+12.7004 s]
/proc/loadavg: 2.30 2.29 2.23 3/176 20345
/proc/meminfo: memFree=29634852/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=3.54 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2046 19920 0 0 5 1 343 5 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20316] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20316/stat : 20316 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488358 9367552 266 33554432000 4194304 5064252 140735354247888 140735354246800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20316/statm: 2287 266 226 213 0 72 0
[pid=20317] ppid=20316 vsize=13168 CPUtime=9.13 cores=1,3,5,7
/proc/20317/stat : 20317 (glucose_static) R 20316 20285 9063 0 -1 4202496 8056 0 0 0 911 2 0 0 20 0 1 0 277488358 13484032 2841 33554432000 4194304 4896791 140736417980496 140736417977704 4225201 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20317/statm: 3292 2841 78 172 0 3118 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34092

[startup+25.5004 s]
/proc/loadavg: 2.25 2.28 2.23 3/184 20361
/proc/meminfo: memFree=29460236/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=3.54 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2046 19920 0 0 5 1 343 5 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20316] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20316/stat : 20316 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488358 9367552 266 33554432000 4194304 5064252 140735354247888 140735354246800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20316/statm: 2287 266 226 213 0 72 0
[pid=20317] ppid=20316 vsize=14848 CPUtime=21.92 cores=1,3,5,7
/proc/20317/stat : 20317 (glucose_static) R 20316 20285 9063 0 -1 4202496 13608 0 0 0 2189 3 0 0 20 0 1 0 277488358 15204352 3264 33554432000 4194304 4896791 140736417980496 140736417977704 4205068 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20317/statm: 3712 3264 78 172 0 3538 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35772

[startup+51.107 s]
/proc/loadavg: 2.22 2.27 2.22 3/184 20373
/proc/meminfo: memFree=29464948/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=3.54 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2046 19920 0 0 5 1 343 5 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20316] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20316/stat : 20316 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488358 9367552 266 33554432000 4194304 5064252 140735354247888 140735354246800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20316/statm: 2287 266 226 213 0 72 0
[pid=20317] ppid=20316 vsize=22564 CPUtime=47.52 cores=1,3,5,7
/proc/20317/stat : 20317 (glucose_static) R 20316 20285 9063 0 -1 4202496 19863 0 0 0 4746 6 0 0 20 0 1 0 277488358 23105536 4180 33554432000 4194304 4896791 140736417980496 140736417978072 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20317/statm: 5641 4180 78 172 0 5467 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43488

[startup+102.3 s]
/proc/loadavg: 2.26 2.27 2.23 3/183 20397
/proc/meminfo: memFree=29441336/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=3.54 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2046 19920 0 0 5 1 343 5 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20316] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20316/stat : 20316 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488358 9367552 266 33554432000 4194304 5064252 140735354247888 140735354246800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20316/statm: 2287 266 226 213 0 72 0
[pid=20317] ppid=20316 vsize=34652 CPUtime=98.7 cores=1,3,5,7
/proc/20317/stat : 20317 (glucose_static) R 20316 20285 9063 0 -1 4202496 27968 0 0 0 9860 10 0 0 20 0 1 0 277488358 35483648 8108 33554432000 4194304 4896791 140736417980496 140736417976232 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20317/statm: 8663 8108 78 172 0 8489 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 55576

[startup+162.3 s]
/proc/loadavg: 2.20 2.25 2.22 3/183 20425
/proc/meminfo: memFree=29439828/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=3.54 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2046 19920 0 0 5 1 343 5 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20316] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20316/stat : 20316 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 277488358 9367552 266 33554432000 4194304 5064252 140735354247888 140735354246800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20316/statm: 2287 266 226 213 0 72 0
[pid=20317] ppid=20316 vsize=38908 CPUtime=158.69 cores=1,3,5,7
/proc/20317/stat : 20317 (glucose_static) R 20316 20285 9063 0 -1 4202496 35901 0 0 0 15854 15 0 0 20 0 1 0 277488358 39841792 8987 33554432000 4194304 4896791 140736417980496 140736417977704 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/183 20512
/proc/meminfo: memFree=29266724/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=223.13 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2241 62397 0 0 6 1 22281 25 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20451] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20451/stat : 20451 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277510323 9367552 267 33554432000 4194304 5064252 140734888592800 140734888591712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20451/statm: 2287 267 226 213 0 72 0
[pid=20452] ppid=20451 vsize=89476 CPUtime=1138.89 cores=1,3,5,7
/proc/20452/stat : 20452 (glucose_static) R 20451 20285 9063 0 -1 4202496 88903 0 0 0 113833 56 0 0 20 0 1 0 277510323 91623424 19445 33554432000 4194304 4896791 140736128862256 140736128859784 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20452/statm: 22369 19445 78 172 0 22195 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 110400

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 20512
/proc/meminfo: memFree=29159268/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=223.13 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2241 62397 0 0 6 1 22281 25 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20451] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20451/stat : 20451 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277510323 9367552 267 33554432000 4194304 5064252 140734888592800 140734888591712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20451/statm: 2287 267 226 213 0 72 0
[pid=20452] ppid=20451 vsize=109408 CPUtime=1198.86 cores=1,3,5,7
/proc/20452/stat : 20452 (glucose_static) R 20451 20285 9063 0 -1 4202496 91366 0 0 0 119829 57 0 0 20 0 1 0 277510323 112033792 22886 33554432000 4194304 4896791 140736128862256 140736128859464 4225168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20452/statm: 27352 22886 78 172 0 27178 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 130332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 20512
/proc/meminfo: memFree=29169912/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=223.13 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2241 62397 0 0 6 1 22281 25 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20451] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20451/stat : 20451 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277510323 9367552 267 33554432000 4194304 5064252 140734888592800 140734888591712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20451/statm: 2287 267 226 213 0 72 0
[pid=20452] ppid=20451 vsize=110208 CPUtime=1258.86 cores=1,3,5,7
/proc/20452/stat : 20452 (glucose_static) R 20451 20285 9063 0 -1 4202496 92855 0 0 0 125827 59 0 0 20 0 1 0 277510323 112852992 24211 33554432000 4194304 4896791 140736128862256 140736128859512 4203956 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20452/statm: 27552 24211 78 172 0 27378 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 131132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 20515
/proc/meminfo: memFree=29277960/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=1533.83 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2440 158671 0 0 6 1 153289 87 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20514] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20514/stat : 20514 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277641417 9367552 267 33554432000 4194304 5064252 140735343739648 140735343738560 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20514/statm: 2287 267 226 213 0 72 0
[pid=20515] ppid=20514 vsize=10384 CPUtime=8.13 cores=1,3,5,7
/proc/20515/stat : 20515 (glucose_static) R 20514 20285 9063 0 -1 4202496 7697 0 0 0 811 2 0 0 20 0 1 0 277641417 10633216 1822 33554432000 4194304 4896791 140736119184352 140736119181720 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20515/statm: 2596 1822 78 172 0 2422 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 31308

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/184 20518
/proc/meminfo: memFree=29260072/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=1533.83 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2440 158671 0 0 6 1 153289 87 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20514] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20514/stat : 20514 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277641417 9367552 267 33554432000 4194304 5064252 140735343739648 140735343738560 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20514/statm: 2287 267 226 213 0 72 0
[pid=20515] ppid=20514 vsize=31124 CPUtime=68.13 cores=1,3,5,7
/proc/20515/stat : 20515 (glucose_static) R 20514 20285 9063 0 -1 4202496 28630 0 0 0 6804 9 0 0 20 0 1 0 277641417 31870976 6501 33554432000 4194304 4896791 140736119184352 140736119181880 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20515/statm: 7781 6501 78 172 0 7607 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 52048

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.03 3/183 20519
/proc/meminfo: memFree=29213880/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=1533.83 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2440 158671 0 0 6 1 153289 87 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20514] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20514/stat : 20514 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277641417 9367552 267 33554432000 4194304 5064252 140735343739648 140735343738560 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20514/statm: 2287 267 226 213 0 72 0
[pid=20515] ppid=20514 vsize=36152 CPUtime=128.12 cores=1,3,5,7
/proc/20515/stat : 20515 (glucose_static) R 20514 20285 9063 0 -1 4202496 39632 0 0 0 12798 14 0 0 20 0 1 0 277641417 37019648 8204 33554432000 4194304 4896791 140736119184352 140736119181560 4224963 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20515/statm: 9038 8204 78 172 0 8864 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 57076

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/183 20519
/proc/meminfo: memFree=29319204/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=1533.83 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2440 158671 0 0 6 1 153289 87 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20514] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20514/stat : 20514 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277641417 9367552 267 33554432000 4194304 5064252 140735343739648 140735343738560 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20514/statm: 2287 267 226 213 0 72 0
[pid=20515] ppid=20514 vsize=39912 CPUtime=188.1 cores=1,3,5,7
/proc/20515/stat : 20515 (glucose_static) R 20514 20285 9063 0 -1 4202496 48168 0 0 0 18793 17 0 0 20 0 1 0 277641417 40869888 8271 33554432000 4194304 4896791 140736119184352 140736119181560 4225201 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20515/statm: 9978 8271 78 172 0 9804 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 60836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 20519
/proc/meminfo: memFree=29191304/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=1533.83 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2440 158671 0 0 6 1 153289 87 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20514] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20514/stat : 20514 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277641417 9367552 267 33554432000 4194304 5064252 140735343739648 140735343738560 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20514/statm: 2287 267 226 213 0 72 0
[pid=20515] ppid=20514 vsize=34688 CPUtime=248.08 cores=1,3,5,7
/proc/20515/stat : 20515 (glucose_static) R 20514 20285 9063 0 -1 4202496 54158 0 0 0 24787 21 0 0 20 0 1 0 277641417 35520512 8011 33554432000 4194304 4896791 140736119184352 140736119181736 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20515/statm: 8672 8011 78 172 0 8498 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 55612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.01 4/183 20519
/proc/meminfo: memFree=29305468/32873648 swapFree=7116/7116
[pid=20285] ppid=20283 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20285/stat : 20285 (runPb2satCp2.sh) S 20283 20285 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277488002 9367552 275 33554432000 4194304 5064252 140737238767792 140737238766704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20285/statm: 2287 275 233 213 0 72 0
[pid=20286] ppid=20285 vsize=2628 CPUtime=1533.83 cores=1,3,5,7
/proc/20286/stat : 20286 (pb2sat) S 20285 20285 9063 0 -1 4202496 2440 158671 0 0 6 1 153289 87 20 0 1 0 277488002 2691072 324 33554432000 4194304 5873084 140736159019248 140736159013064 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20286/statm: 657 324 172 410 0 239 0
[pid=20514] ppid=20286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20514/stat : 20514 (satsolver.sh) S 20286 20285 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277641417 9367552 267 33554432000 4194304 5064252 140735343739648 140735343738560 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20514/statm: 2287 267 226 213 0 72 0
[pid=20515] ppid=20514 vsize=42652 CPUtime=266.28 cores=1,3,5,7
/proc/20515/stat : 20515 (glucose_static) R 20514 20285 9063 0 -1 4202496 56051 0 0 0 26606 22 0 0 20 0 1 0 277641417 43675648 8508 33554432000 4194304 4896791 140736119184352 140736119181928 4225120 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20515/statm: 10663 8509 78 172 0 10489 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 63576

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.51
CPU time (s): 1800.15
CPU user time (s): 1799.03
CPU system time (s): 1.12383
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 162652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.12383
maximum resident set size= 125000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 2008

runsolver used 5.2382 second user time and 20.8758 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 12:13:26
IDJOB=3695246
IDBENCH=89835
IDSOLVER=2273
FILE ID=node114/3695246-1338113606
RUNJOBID= node114-1338088352-9080
PBS_JOBID= 14624459
Free space on /tmp= 71132 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695246-1338113606/watcher-3695246-1338113606 -o /tmp/evaluation-result-3695246-1338113606/solver-3695246-1338113606 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695246-1338113606.opb 1843897418 HOME HOME

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

MD5SUM BENCH= bb6edae9b271ecf76d3d6c31c88b027d
RANDOM SEED=1843897418

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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:       32873648 kB
MemFree:        29050256 kB
Buffers:          483916 kB
Cached:          2186132 kB
SwapCached:         2136 kB
Active:          1817780 kB
Inactive:        1160476 kB
Active(anon):     301468 kB
Inactive(anon):     7892 kB
Active(file):    1516312 kB
Inactive(file):  1152584 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103884 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        312376 kB
Mapped:            14924 kB
Shmem:               116 kB
Slab:             704696 kB
SReclaimable:     147080 kB
SUnreclaim:       557616 kB
KernelStack:        1464 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     658428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71408 MiB
End job on node114 at 2012-05-27 12:43:27