Trace number 3750532

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)OPT1 1139.85 1140.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.1726
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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.13	c run usual solver
1.04/1.11	c model valid
1.04/1.11	c current solution ok
1.27/1.37	o 979
1.27/1.37	c current bound: 489
774.36/774.60	c model valid
774.36/774.60	c current solution ok
774.36/774.61	o 1
774.36/774.61	c current bound: 0
774.36/774.61	c [SWC] exit 4
1139.77/1140.05	c display solution
1139.77/1140.05	s OPTIMUM FOUND
1139.77/1140.05	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 -x75 -x76 x77 x78 x79 x80 x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 x93 x94 

Verifier Data

OK	1

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-3750532-1339127082/watcher-3750532-1339127082 -o /tmp/evaluation-result-3750532-1339127082/solver-3750532-1339127082 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750532-1339127082.opb 1614051318 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11002
/proc/meminfo: memFree=28305080/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0

[startup+0.020902 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11002
/proc/meminfo: memFree=28305080/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100349 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11002
/proc/meminfo: memFree=28305080/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300174 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11002
/proc/meminfo: memFree=28305080/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11002
/proc/meminfo: memFree=28305080/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11009
/proc/meminfo: memFree=28283888/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 20528

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28261984/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=34336 CPUtime=1.69 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 7456 0 0 0 168 1 0 0 20 0 1 0 378836831 35160064 7656 33554432000 4194304 5208918 140736362290160 140736362288104 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 8584 7656 95 248 0 8333 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 64012

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28260264/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=37340 CPUtime=4.89 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 7674 0 0 0 488 1 0 0 20 0 1 0 378836831 38236160 7872 33554432000 4194304 5208918 140736362290160 140736362288312 4229277 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 9335 7872 95 248 0 9084 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 67016

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28259720/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=37628 CPUtime=11.29 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 8684 0 0 0 1128 1 0 0 20 0 1 0 378836831 38531072 7922 33554432000 4194304 5208918 140736362290160 140736362288312 4212881 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 9407 7922 96 248 0 9156 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 67304

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28248860/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=42388 CPUtime=24.09 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 10053 0 0 0 2407 2 0 0 20 0 1 0 378836831 43405312 8693 33554432000 4194304 5208918 140736362290160 140736362288104 4229299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 10597 8693 96 248 0 10346 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 72064

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28230424/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=52516 CPUtime=49.68 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 11263 0 0 0 4966 2 0 0 20 0 1 0 378836831 53776384 12270 33554432000 4194304 5208918 140736362290160 140736362288024 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 13129 12270 96 248 0 12878 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 82192

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28225952/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=56936 CPUtime=100.88 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 12515 0 0 0 10085 3 0 0 20 0 1 0 378836831 58302464 13362 33554432000 4194304 5208918 140736362290160 140736362288104 4229853 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 14234 13362 96 248 0 13983 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86612

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11016
/proc/meminfo: memFree=28225248/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=1.38 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 4872 22591 0 0 20 21 91 6 20 0 1 0 378836692 11653120 1830 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1830 162 442 0 2399 0
[pid=11015] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11015/stat : 11015 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378836831 9367552 266 33554432000 4194304 5064252 140735045485504 140735045484416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11015/statm: 2287 266 226 213 0 72 0
[pid=11016] ppid=11015 vsize=56936 CPUtime=160.86 cores=0,2,4,6
/proc/11016/stat : 11016 (glucose) R 11015 11002 7856 0 -1 4202496 12527 0 0 0 16083 3 0 0 20 0 1 0 378836831 58302464 13372 33554432000 4194304 5208918 140736362290160 140736362288104 4211740 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11016/statm: 14234 13372 96 248 0 13983 0
Current children cumulated CPU time (s) 162.24

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

/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=287.63 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 28760 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 72072

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=347.62 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 34759 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4205185 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 72072

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

[startup+1126.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=351.62 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 35159 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4205238 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1126.07
Current children cumulated vsize (KiB) 72072

[startup+1132.7 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=358.02 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 35799 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1132.47
Current children cumulated vsize (KiB) 72072

[startup+1135.9 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=361.22 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 36119 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4229254 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1135.67
Current children cumulated vsize (KiB) 72072

[startup+1137.5 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=362.82 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 36279 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1137.27
Current children cumulated vsize (KiB) 72072

[startup+1139.1 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=364.42 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 36439 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1138.87
Current children cumulated vsize (KiB) 72072

[startup+1139.5 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=364.82 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 36479 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4214071 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1139.27
Current children cumulated vsize (KiB) 72072

[startup+1139.9 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=365.22 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 36519 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1139.67
Current children cumulated vsize (KiB) 72072

[startup+1140 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 11056
/proc/meminfo: memFree=28204820/32873844 swapFree=7384/7384
[pid=11002] ppid=11000 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11002/stat : 11002 (npSolver-pbo.sh) S 11000 11002 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378836691 9367552 274 33554432000 4194304 5064252 140736181669760 140736181668672 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11002/statm: 2287 274 233 213 0 72 0
[pid=11003] ppid=11002 vsize=11380 CPUtime=774.45 cores=0,2,4,6
/proc/11003/stat : 11003 (npSolver-pbo) S 11002 11002 7856 0 -1 4202496 5405 41917 0 0 20 21 77389 15 20 0 1 0 378836692 11653120 1833 33554432000 4194304 6004724 140733262095872 140733262088224 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11003/statm: 2845 1833 165 442 0 2399 0
[pid=11027] ppid=11003 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11027/stat : 11027 (satsolver.sh) S 11003 11002 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378914153 9367552 267 33554432000 4194304 5064252 140735245416688 140735245415600 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11027/statm: 2287 267 226 213 0 72 0
[pid=11028] ppid=11027 vsize=42396 CPUtime=365.32 cores=0,2,4,6
/proc/11028/stat : 11028 (glucose) R 11027 11002 7856 0 -1 4202496 8547 0 0 0 36529 3 0 0 20 0 1 0 378914153 43413504 9945 33554432000 4194304 5208918 140735696563696 140735696561560 4222874 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11028/statm: 10599 9945 96 248 0 10348 0
Current children cumulated CPU time (s) 1139.77
Current children cumulated vsize (KiB) 72072

Child status: 0
Real time (s): 1140.06
CPU time (s): 1139.85
CPU user time (s): 1139.43
CPU system time (s): 0.420936
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 129072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1139.43
system time used= 0.420936
maximum resident set size= 84996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 382
involuntary context switches= 1349

runsolver used 2.56061 second user time and 6.98494 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-08 05:44:42
IDJOB=3750532
IDBENCH=2928
IDSOLVER=2334
FILE ID=node106/3750532-1339127082
RUNJOBID= node106-1339112327-9431
PBS_JOBID= 14643747
Free space on /tmp= 71076 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750532-1339127082/watcher-3750532-1339127082 -o /tmp/evaluation-result-3750532-1339127082/solver-3750532-1339127082 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750532-1339127082.opb 1614051318 HOME HOME

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1614051318

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.065
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.065
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		: 2667.065
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:        28305344 kB
Buffers:          421220 kB
Cached:          3093408 kB
SwapCached:         2340 kB
Active:          1529260 kB
Inactive:        2120332 kB
Active(anon):     132080 kB
Inactive(anon):     5500 kB
Active(file):    1397180 kB
Inactive(file):  2114832 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100732 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        152612 kB
Mapped:            10088 kB
Shmem:                 0 kB
Slab:             765412 kB
SReclaimable:     207472 kB
SUnreclaim:       557940 kB
KernelStack:        1464 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     276496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71064 MiB
End job on node106 at 2012-06-08 06:03:42