Trace number 3750429

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
npSolver 1.0 (fixed)? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUMed36462db2ffa04ea65b986069441496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.050991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2642
Optimality of the best value was proved YES
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
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 old isEQ: 0, new EQ is 0
0.00/0.01	c old isEQ: 0, new EQ is 0
0.00/0.02	c old isEQ: 0, new EQ is 0
0.00/0.02	c old isEQ: 0, new EQ is 0
0.00/0.02	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.03	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.04	c old isEQ: 0, new EQ is 0
0.00/0.05	c old isEQ: 0, new EQ is 0
0.00/0.06	c old isEQ: 0, new EQ is 0
0.00/0.07	c run usual solver
0.98/1.02	c model valid
0.98/1.02	c current solution ok
1.08/1.11	o 9115
1.08/1.11	c current bound: 4765
1.08/1.11	c fallback to adder encoding
128.64/128.80	c model valid
128.64/128.80	c current solution ok
128.76/128.80	o 4277
128.76/128.80	c current bound: 2346
128.76/128.80	c fallback to adder encoding
260.10/260.26	c current bound: 3519
260.10/260.26	c fallback to adder encoding
430.73/430.92	c model valid
430.73/430.92	c current solution ok
430.73/430.92	o 3073
430.73/430.92	c current bound: 2917
430.73/430.92	c fallback to adder encoding
1800.02/1800.40	./satsolver.sh: line 5: 16084 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	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-3750429-1339120190/watcher-3750429-1339120190 -o /tmp/evaluation-result-3750429-1339120190/solver-3750429-1339120190 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750429-1339120190.opb 1734693677 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.02 2.01 3/179 15950
/proc/meminfo: memFree=31743424/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0

[startup+0.0178119 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15950
/proc/meminfo: memFree=31743424/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100343 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15950
/proc/meminfo: memFree=31743424/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300308 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15950
/proc/meminfo: memFree=31743424/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700318 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15950
/proc/meminfo: memFree=31743424/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 15960
/proc/meminfo: memFree=31700976/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 22644

[startup+3.10042 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 15964
/proc/meminfo: memFree=31674396/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
[pid=15963] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378144153 9367552 267 33554432000 4194304 5064252 140734957913856 140734957912768 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15963/statm: 2287 267 226 213 0 72 0
[pid=15964] ppid=15963 vsize=33232 CPUtime=1.91 cores=1,3,5,7
/proc/15964/stat : 15964 (glucose) R 15963 15950 12469 0 -1 4202496 6817 0 0 0 190 1 0 0 20 0 1 0 378144153 34029568 6993 33554432000 4194304 5208918 140737385186784 140737385184872 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15964/statm: 8308 6993 104 248 0 8057 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 65024

[startup+6.30043 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 15964
/proc/meminfo: memFree=31658448/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
[pid=15963] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378144153 9367552 267 33554432000 4194304 5064252 140734957913856 140734957912768 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15963/statm: 2287 267 226 213 0 72 0
[pid=15964] ppid=15963 vsize=37648 CPUtime=5.12 cores=1,3,5,7
/proc/15964/stat : 15964 (glucose) R 15963 15950 12469 0 -1 4202496 7728 0 0 0 510 2 0 0 20 0 1 0 378144153 38551552 8488 33554432000 4194304 5208918 140737385186784 140737385183160 4213200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15964/statm: 9412 8488 104 248 0 9161 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 69440

[startup+12.7004 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 15967
/proc/meminfo: memFree=31648776/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
[pid=15963] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378144153 9367552 267 33554432000 4194304 5064252 140734957913856 140734957912768 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15963/statm: 2287 267 226 213 0 72 0
[pid=15964] ppid=15963 vsize=44788 CPUtime=11.51 cores=1,3,5,7
/proc/15964/stat : 15964 (glucose) R 15963 15950 12469 0 -1 4202496 7975 0 0 0 1149 2 0 0 20 0 1 0 378144153 45862912 10260 33554432000 4194304 5208918 140737385186784 140737385183160 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15964/statm: 11197 10260 104 248 0 10946 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 76580

[startup+25.5005 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 15967
/proc/meminfo: memFree=31680932/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
[pid=15963] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378144153 9367552 267 33554432000 4194304 5064252 140734957913856 140734957912768 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15963/statm: 2287 267 226 213 0 72 0
[pid=15964] ppid=15963 vsize=68076 CPUtime=24.31 cores=1,3,5,7
/proc/15964/stat : 15964 (glucose) R 15963 15950 12469 0 -1 4202496 9680 0 0 0 2428 3 0 0 20 0 1 0 378144153 69709824 11989 33554432000 4194304 5208918 140737385186784 140737385184728 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15964/statm: 17019 11989 104 248 0 16768 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 99868

[startup+51.1005 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 15967
/proc/meminfo: memFree=31629860/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
[pid=15963] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378144153 9367552 267 33554432000 4194304 5064252 140734957913856 140734957912768 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15963/statm: 2287 267 226 213 0 72 0
[pid=15964] ppid=15963 vsize=68076 CPUtime=49.91 cores=1,3,5,7
/proc/15964/stat : 15964 (glucose) R 15963 15950 12469 0 -1 4202496 10219 0 0 0 4987 4 0 0 20 0 1 0 378144153 69709824 16108 33554432000 4194304 5208918 140737385186784 140737385183160 4229504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15964/statm: 17019 16108 104 248 0 16768 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 99868

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15968
/proc/meminfo: memFree=31606144/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=1.14 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 4505 17361 0 0 13 9 85 7 20 0 1 0 378144036 13819904 2871 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2871 180 442 0 2928 0
[pid=15963] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378144153 9367552 267 33554432000 4194304 5064252 140734957913856 140734957912768 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15963/statm: 2287 267 226 213 0 72 0
[pid=15964] ppid=15963 vsize=86928 CPUtime=101.1 cores=1,3,5,7
/proc/15964/stat : 15964 (glucose) R 15963 15950 12469 0 -1 4202496 10341 0 0 0 10106 4 0 0 20 0 1 0 378144153 89014272 20948 33554432000 4194304 5208918 140737385186784 140737385183096 4229403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15964/statm: 21732 20948 104 248 0 21481 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 118720

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15975
/proc/meminfo: memFree=31679812/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=128.8 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 5535 32388 0 0 18 9 12839 14 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=15974] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378156921 9367552 267 33554432000 4194304 5064252 140734835335008 140734835333920 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2287 267 226 213 0 72 0
[pid=15975] ppid=15974 vsize=51636 CPUtime=33.42 cores=1,3,5,7
/proc/15975/stat : 15975 (glucose) R 15974 15950 12469 0 -1 4202496 9617 0 0 0 3339 3 0 0 20 0 1 0 378156921 52875264 11008 33554432000 4194304 5208918 140735449235696 140735449233688 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15975/statm: 12909 11008 105 248 0 12658 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16117
/proc/meminfo: memFree=31411240/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=186672 CPUtime=931.16 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 23942 0 0 0 93085 31 0 0 20 0 1 0 378187134 191152128 40654 33554432000 4194304 5208918 140733532986688 140733532983064 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 46668 40654 105 248 0 46417 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 218464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16117
/proc/meminfo: memFree=31390176/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=186672 CPUtime=991.15 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 24545 0 0 0 99082 33 0 0 20 0 1 0 378187134 191152128 40654 33554432000 4194304 5208918 140733532986688 140733532983064 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 46668 40654 105 248 0 46417 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 218464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16117
/proc/meminfo: memFree=31408964/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=186672 CPUtime=1051.14 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 25140 0 0 0 105079 35 0 0 20 0 1 0 378187134 191152128 40654 33554432000 4194304 5208918 140733532986688 140733532983000 4229311 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 46668 40654 105 248 0 46417 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 218464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16117
/proc/meminfo: memFree=31401980/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=186672 CPUtime=1111.13 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 25734 0 0 0 111076 37 0 0 20 0 1 0 378187134 191152128 39630 33554432000 4194304 5208918 140733532986688 140733532984840 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 46668 39630 105 248 0 46417 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 218464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31393760/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=186672 CPUtime=1171.12 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 26330 0 0 0 117073 39 0 0 20 0 1 0 378187134 191152128 40654 33554432000 4194304 5208918 140733532986688 140733532982456 4215136 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 46668 40654 105 248 0 46417 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 218464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31453632/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=155852 CPUtime=1231.11 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 26919 0 0 0 123071 40 0 0 20 0 1 0 378187134 159592448 38043 33554432000 4194304 5208918 140733532986688 140733532983064 4229504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 38963 38043 105 248 0 38712 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 187644

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31419220/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=155852 CPUtime=1291.09 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 27499 0 0 0 129068 41 0 0 20 0 1 0 378187134 159592448 38027 33554432000 4194304 5208918 140733532986688 140733532983064 4229695 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 38963 38027 105 248 0 38712 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 187644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31385876/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=186672 CPUtime=1351.07 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 27595 0 0 0 135065 42 0 0 20 0 1 0 378187134 191152128 43726 33554432000 4194304 5208918 140733532986688 140733532983000 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 46668 43726 105 248 0 46417 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 218464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16118
/proc/meminfo: memFree=31391700/32873844 swapFree=7124/7124
[pid=15950] ppid=15948 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15950/stat : 15950 (npSolver-pbo.sh) S 15948 15950 12469 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378144036 9367552 275 33554432000 4194304 5064252 140736282785984 140736282784896 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15950/statm: 2287 275 233 213 0 72 0
[pid=15951] ppid=15950 vsize=13496 CPUtime=430.85 cores=1,3,5,7
/proc/15951/stat : 15951 (npSolver-pbo) S 15950 15950 12469 0 -1 4202496 7261 64288 0 0 27 10 43017 31 20 0 1 0 378144036 13819904 2872 33554432000 4194304 6004724 140736506820976 140736506813328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15951/statm: 3374 2872 181 442 0 2928 0
[pid=16083] ppid=15951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16083/stat : 16083 (satsolver.sh) S 15951 15950 12469 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378187133 9367552 267 33554432000 4194304 5064252 140735080861488 140735080860400 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16083/statm: 2287 267 226 213 0 72 0
[pid=16084] ppid=16083 vsize=155852 CPUtime=1369.17 cores=1,3,5,7
/proc/16084/stat : 16084 (glucose) R 16083 15950 12469 0 -1 4202496 28170 0 0 0 136874 43 0 0 20 0 1 0 378187134 159592448 37515 33554432000 4194304 5208918 140733532986688 140733532983064 4229512 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16084/statm: 38963 37515 105 248 0 38712 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 187644

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.41
CPU time (s): 1800.08
CPU user time (s): 1799.21
CPU system time (s): 0.869867
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 267784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.869867
maximum resident set size= 209664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 44328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 475
involuntary context switches= 1926

runsolver used 2.98655 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 03:49:50
IDJOB=3750429
IDBENCH=2231
IDSOLVER=2334
FILE ID=node138/3750429-1339120190
RUNJOBID= node138-1339110951-13766
PBS_JOBID= 14643715
Free space on /tmp= 70700 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750429-1339120190/watcher-3750429-1339120190 -o /tmp/evaluation-result-3750429-1339120190/solver-3750429-1339120190 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750429-1339120190.opb 1734693677 HOME HOME

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

MD5SUM BENCH= ed36462db2ffa04ea65b986069441496
RANDOM SEED=1734693677

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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		: 2667.347
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:        31744060 kB
Buffers:          100276 kB
Cached:           135752 kB
SwapCached:        19640 kB
Active:           222164 kB
Inactive:         133280 kB
Active(anon):     101392 kB
Inactive(anon):    20456 kB
Active(file):     120772 kB
Inactive(file):   112824 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67082140 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        240476 kB
Mapped:             9680 kB
Shmem:                 0 kB
Slab:             631396 kB
SReclaimable:      72748 kB
SUnreclaim:       558648 kB
KernelStack:        1520 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     226548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 70680 MiB
End job on node138 at 2012-06-08 04:19:50