Trace number 3700221

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 incOPT3 963.687 964.065

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
MD5SUM2eab9a3df979d0268940cd1121c39af7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
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 constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

Quality of the solution as a function of time


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

Solver Data

9.39/9.45	c run inc solver
9.39/9.45	c [INC SYSTEM] run initial solver
9.39/9.45	c [INC SYSTEM] preprocess with white file
29.56/29.84	c [INC SYSTEM] finished preprocessing in 20 s
29.56/29.84	c [INC SYSTEM] execute solver
107.95/108.22	c [INC SEARCH] formula is SAT
107.95/108.23	c [INC SYSTEM] solved the initial formula
107.95/108.23	c model valid
107.95/108.23	c current solution ok
112.73/113.25	o 71
112.73/113.25	c execute binary inc search
113.34/113.62	c [INC SEARCH] current bound: 35
113.34/113.62	c [INC SEARCH] iteration: 0
113.34/113.62	c [INC SEARCH] lower bound: 0 upperbound 71 current bound: 35 best value:71
113.34/113.62	c [INC SYSTEM] there exists a inc, kill it!
113.34/113.62	c write failed with 2
113.34/113.62	c [INC SYSTEM] create new solver instance
113.34/113.62	c [INC] encode full formula
113.34/113.62	c set iterative enc to: swc
113.34/113.62	c [INC SEARCH] isOptimum variable: 0
299.50/299.81	c [INC SEARCH] formula is SAT
299.50/299.82	c [INC SEARCH] copied best model
299.50/299.82	c sat variable: 1 optimum/unsat variable: 0
299.50/299.82	c model valid
299.50/299.82	c current solution ok
299.50/299.82	o 7
299.50/299.82	c [INC SEARCH] current bound: 3
299.50/299.82	c [INC SEARCH] iteration: 1
299.50/299.82	c [INC SEARCH] lower bound: 0 upperbound 7 current bound: 3 best value:7
299.50/299.82	c [INC ENCODE] setup new number of clauses ...
299.50/299.82	c [INC] encode incremental formula
299.50/299.82	c return only the limitting unit clause for 3
299.50/299.82	c [INC SYSTEM] transmit new clauses to solver: 1
299.50/299.82	c [INC SEARCH] isOptimum variable: 0
686.93/687.37	c [INC SEARCH] formula is SAT
686.93/687.39	c [INC SEARCH] copied best model
686.93/687.39	c sat variable: 1 optimum/unsat variable: 0
686.93/687.39	c model valid
686.93/687.39	c current solution ok
686.93/687.39	o 3
686.93/687.39	c [INC SEARCH] current bound: 1
686.93/687.39	c [INC SEARCH] iteration: 2
686.93/687.39	c [INC SEARCH] lower bound: 0 upperbound 3 current bound: 1 best value:3
686.93/687.39	c [INC ENCODE] setup new number of clauses ...
686.93/687.39	c [INC] encode incremental formula
686.93/687.39	c return only the limitting unit clause for 1
686.93/687.39	c [INC SYSTEM] transmit new clauses to solver: 1
686.93/687.39	c [INC SEARCH] isOptimum variable: 0
686.93/687.39	c [INC SEARCH] formula is UNSAT
686.93/687.39	c [INC SYSTEM] there exists a inc, kill it!
686.93/687.39	c write failed with 2
687.03/687.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x15f2db0)
687.03/687.40	c sat variable: 0 optimum/unsat variable: 1
687.03/687.40	c [INC SEARCH] set lower bound to 2 upperbound 3
687.03/687.40	c [INC SEARCH] current bound: 2
687.03/687.40	c [INC SEARCH] iteration: 3
687.03/687.40	c [INC SEARCH] lower bound: 2 upperbound 3 current bound: 2 best value:3
687.03/687.40	c [INC SYSTEM] create new solver instance
687.03/687.40	c [INC] encode full formula
687.03/687.40	c set iterative enc to: swc
687.05/687.67	c [INC SEARCH] isOptimum variable: 0
963.61/964.01	c [INC SEARCH] formula is UNSAT
963.61/964.01	c [INC SYSTEM] there exists a inc, kill it!
963.61/964.01	c write failed with 2
963.61/964.02	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x15f2db0)
963.61/964.02	c sat variable: 0 optimum/unsat variable: 1
963.61/964.02	c [INC SEARCH] set lower bound to 3 upperbound 3
963.61/964.02	c display solution
963.61/964.02	s OPTIMUM FOUND
963.61/964.02	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 

Verifier Data

OK	3

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-3700221-1338075007/watcher-3700221-1338075007 -o /tmp/evaluation-result-3700221-1338075007/solver-3700221-1338075007 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700221-1338075007.opb 1387081298 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.04 2.02 2.00 2/179 12153
/proc/meminfo: memFree=30710184/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0

[startup+0.047122 s]
/proc/loadavg: 2.04 2.02 2.00 2/179 12153
/proc/meminfo: memFree=30710184/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10014 s]
/proc/loadavg: 2.04 2.02 2.00 2/179 12153
/proc/meminfo: memFree=30710184/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300114 s]
/proc/loadavg: 2.04 2.02 2.00 2/179 12153
/proc/meminfo: memFree=30710184/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7001 s]
/proc/loadavg: 2.04 2.02 2.00 2/179 12153
/proc/meminfo: memFree=30710184/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 12155
/proc/meminfo: memFree=30690332/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=34888 CPUtime=1.49 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) R 12153 12153 10532 0 -1 4202496 2976 0 0 0 148 1 0 0 20 0 1 0 273626658 35725312 7546 33554432000 4194304 5992684 140736256025200 140736256020376 4569817 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 8722 7546 146 440 0 8278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44036

[startup+3.10014 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 12155
/proc/meminfo: memFree=30669232/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=67656 CPUtime=3.08 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) R 12153 12153 10532 0 -1 4202496 3517 0 0 0 307 1 0 0 20 0 1 0 273626658 69279744 14714 33554432000 4194304 5992684 140736256025200 140736256020728 5044320 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 16914 14714 146 440 0 16470 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76804

[startup+6.30015 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 12155
/proc/meminfo: memFree=30609412/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=133192 CPUtime=6.29 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) R 12153 12153 10532 0 -1 4202496 4088 0 0 0 626 3 0 0 20 0 1 0 273626658 136388608 29050 33554432000 4194304 5992684 140736256025200 140736256020376 4768803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 33298 29050 146 440 0 32854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142340

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 12157
/proc/meminfo: memFree=30066972/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315524 CPUtime=9.44 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 12964 0 0 0 910 34 0 0 20 0 1 0 273626658 323096576 56702 33554432000 4194304 5992684 140736256025200 140736256019648 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78881 56702 164 440 0 78437 0
[pid=12156] ppid=12154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12156/stat : 12156 (cp2_pre.sh) S 12154 12153 10532 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273627603 9367552 276 33554432000 4194304 5064252 140735237296912 140735237295616 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12156/statm: 2287 276 234 213 0 72 0
[pid=12157] ppid=12156 vsize=414288 CPUtime=3.23 cores=0,2,4,6
/proc/12157/stat : 12157 (coprocessor) R 12156 12153 10532 0 -1 4202496 70602 0 0 0 309 14 0 0 20 0 1 0 273627603 424230912 98258 33554432000 4194304 6586260 140733777548560 140733777545320 4496492 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12157/statm: 103572 98258 166 584 0 102984 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 748108

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 12157
/proc/meminfo: memFree=29600756/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315524 CPUtime=9.44 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 12964 0 0 0 910 34 0 0 20 0 1 0 273626658 323096576 56702 33554432000 4194304 5992684 140736256025200 140736256019648 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78881 56702 164 440 0 78437 0
[pid=12156] ppid=12154 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12156/stat : 12156 (cp2_pre.sh) S 12154 12153 10532 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273627603 9367552 276 33554432000 4194304 5064252 140735237296912 140735237295616 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12156/statm: 2287 276 234 213 0 72 0
[pid=12157] ppid=12156 vsize=696148 CPUtime=16.03 cores=0,2,4,6
/proc/12157/stat : 12157 (coprocessor) R 12156 12153 10532 0 -1 4202496 107194 0 0 0 1567 36 0 0 20 0 1 0 273627603 712855552 166021 33554432000 4194304 6586260 140733777548560 140733777544312 5122321 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12157/statm: 174037 166021 195 584 0 173449 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1029968

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 12159
/proc/meminfo: memFree=29988992/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315524 CPUtime=29.62 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 12980 108098 0 0 910 34 1954 64 20 0 1 0 273626658 323096576 56704 33554432000 4194304 5992684 140736256025200 140736256011464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78881 56704 166 440 0 78437 0
[pid=12159] ppid=12154 vsize=342780 CPUtime=21.24 cores=0,2,4,6
/proc/12159/stat : 12159 (glucosInc) R 12154 12153 10532 0 -1 4202496 29929 0 0 0 2113 11 0 0 20 0 1 0 273629642 351006720 79777 33554432000 4194304 5654031 140735455978944 140735455976728 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12159/statm: 85695 79777 130 357 0 85335 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 667452

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12159
/proc/meminfo: memFree=29987884/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315524 CPUtime=29.62 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 12980 108098 0 0 910 34 1954 64 20 0 1 0 273626658 323096576 56704 33554432000 4194304 5992684 140736256025200 140736256011464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78881 56704 166 440 0 78437 0
[pid=12159] ppid=12154 vsize=343456 CPUtime=72.43 cores=0,2,4,6
/proc/12159/stat : 12159 (glucosInc) R 12154 12153 10532 0 -1 4202496 30148 0 0 0 7232 11 0 0 20 0 1 0 273629642 351698944 79996 33554432000 4194304 5654031 140735455978944 140735455966760 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12159/statm: 85864 79996 140 357 0 85504 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 668128

[startup+162.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/180 12202
/proc/meminfo: memFree=29835564/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=113.29 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13245 155148 0 0 1000 421 9775 133 20 0 1 0 273626658 323100672 56717 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56717 178 440 0 78438 0
[pid=12162] ppid=12154 vsize=385844 CPUtime=48.74 cores=0,2,4,6
/proc/12162/stat : 12162 (glucosInc) R 12154 12153 10532 0 -1 4202496 40303 0 0 0 4860 14 0 0 20 0 1 0 273638012 395104256 89210 33554432000 4194304 5654031 140737080815872 140737080813480 4232925 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12162/statm: 96461 89210 140 357 0 96101 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 710520

[startup+222.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 12205
/proc/meminfo: memFree=26635820/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=113.29 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13245 155148 0 0 1000 421 9775 133 20 0 1 0 273626658 323100672 56717 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56717 178 440 0 78438 0
[pid=12162] ppid=12154 vsize=602264 CPUtime=108.72 cores=0,2,4,6
/proc/12162/stat : 12162 (glucosInc) R 12154 12153 10532 0 -1 4202496 57072 0 0 0 10855 17 0 0 20 0 1 0 273638012 616718336 107476 33554432000 4194304 5654031 140737080815872 140737080813864 4232784 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12162/statm: 150566 107476 140 357 0 150206 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 926940

[startup+282.3 s]
/proc/loadavg: 2.25 2.11 2.03 3/181 12205
/proc/meminfo: memFree=22749220/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/12263/statm: 149240 108704 140 357 0 148880 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 921636

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 12263
/proc/meminfo: memFree=30143316/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=633468 CPUtime=134.59 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 63247 0 0 0 13441 18 0 0 20 0 1 0 273695425 648671232 119181 33554432000 4194304 5654031 140736855611008 140736855608840 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 158367 119181 140 357 0 158007 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 958144

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12263
/proc/meminfo: memFree=30103032/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=647688 CPUtime=194.59 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 65729 0 0 0 19439 20 0 0 20 0 1 0 273695425 663232512 124725 33554432000 4194304 5654031 140736855611008 140736855609000 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 161922 124725 140 357 0 161562 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 972364

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30214492/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=436740 CPUtime=254.57 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 66833 0 0 0 25436 21 0 0 20 0 1 0 273695425 447221760 96725 33554432000 4194304 5654031 140736855611008 140736855609016 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 109185 96725 141 357 0 108825 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 761416

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

[startup+947.507 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30214492/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=436740 CPUtime=259.77 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 66833 0 0 0 25956 21 0 0 20 0 1 0 273695425 447221760 96725 33554432000 4194304 5654031 140736855611008 140736855609016 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 109185 96725 141 357 0 108825 0
Current children cumulated CPU time (s) 947.1
Current children cumulated vsize (KiB) 761416

[startup+953.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30212444/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=436740 CPUtime=266.17 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 66834 0 0 0 26596 21 0 0 20 0 1 0 273695425 447221760 97237 33554432000 4194304 5654031 140736855611008 140736855609016 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 109185 97237 141 357 0 108825 0
Current children cumulated CPU time (s) 953.5
Current children cumulated vsize (KiB) 761416

[startup+960.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30212444/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=436740 CPUtime=272.56 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 66834 0 0 0 27235 21 0 0 20 0 1 0 273695425 447221760 97237 33554432000 4194304 5654031 140736855611008 140736855609016 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 109185 97237 141 357 0 108825 0
Current children cumulated CPU time (s) 959.89
Current children cumulated vsize (KiB) 761416

[startup+961.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30294488/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=355832 CPUtime=274.17 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 67191 0 0 0 27395 22 0 0 20 0 1 0 273695425 364371968 76799 33554432000 4194304 5654031 140736855611008 140736855609016 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 88958 76799 141 357 0 88598 0
Current children cumulated CPU time (s) 961.5
Current children cumulated vsize (KiB) 680508

[startup+962.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30294488/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=355832 CPUtime=274.97 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 67191 0 0 0 27475 22 0 0 20 0 1 0 273695425 364371968 76799 33554432000 4194304 5654031 140736855611008 140736855609016 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 88958 76799 141 357 0 88598 0
Current children cumulated CPU time (s) 962.3
Current children cumulated vsize (KiB) 680508

[startup+963.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30279036/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=336864 CPUtime=275.77 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 67626 0 0 0 27554 23 0 0 20 0 1 0 273695425 344948736 73804 33554432000 4194304 5654031 140736855611008 140736855609016 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 84216 73804 141 357 0 83856 0
Current children cumulated CPU time (s) 963.1
Current children cumulated vsize (KiB) 661540

[startup+963.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30314348/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=325188 CPUtime=276.18 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 68121 0 0 0 27595 23 0 0 20 0 1 0 273695425 332992512 71817 33554432000 4194304 5654031 140736855611008 140736855609016 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 81297 71817 141 357 0 80937 0
Current children cumulated CPU time (s) 963.51
Current children cumulated vsize (KiB) 649864

[startup+964.007 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 12264
/proc/meminfo: memFree=30314348/32873648 swapFree=7112/7112
[pid=12153] ppid=12151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12153/stat : 12153 (npSolver-pbo-I.) S 12151 12153 10532 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273626657 9367552 274 33554432000 4194304 5064252 140736757555648 140736757554560 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12153/statm: 2287 274 233 213 0 72 0
[pid=12154] ppid=12153 vsize=315528 CPUtime=687.33 cores=0,2,4,6
/proc/12154/stat : 12154 (npSolver-pbo) S 12153 12153 10532 0 -1 4202496 13827 222819 0 0 1004 422 67124 183 20 0 1 0 273626658 323100672 56718 33554432000 4194304 5992684 140736256025200 140736256010104 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12154/statm: 78882 56718 179 440 0 78438 0
[pid=12263] ppid=12154 vsize=325188 CPUtime=276.28 cores=0,2,4,6
/proc/12263/stat : 12263 (glucosInc) R 12154 12153 10532 0 -1 4202496 68121 0 0 0 27605 23 0 0 20 0 1 0 273695425 332992512 71817 33554432000 4194304 5654031 140736855611008 140736855609016 4233213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12263/statm: 81297 71817 141 357 0 80937 0
Current children cumulated CPU time (s) 963.61
Current children cumulated vsize (KiB) 649864

Child status: 0
Real time (s): 964.065
CPU time (s): 963.687
CPU user time (s): 957.358
CPU system time (s): 6.32804
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 1105292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 957.358
system time used= 6.32804
maximum resident set size= 664092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2055632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1741
involuntary context switches= 1440

runsolver used 2.07168 second user time and 5.77412 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 01:30:07
IDJOB=3700221
IDBENCH=47990
IDSOLVER=2276
FILE ID=node126/3700221-1338075007
RUNJOBID= node126-1338071287-10548
PBS_JOBID= 14624419
Free space on /tmp= 71156 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700221-1338075007/watcher-3700221-1338075007 -o /tmp/evaluation-result-3700221-1338075007/solver-3700221-1338075007 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700221-1338075007.opb 1387081298 HOME HOME

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

MD5SUM BENCH= 2eab9a3df979d0268940cd1121c39af7
RANDOM SEED=1387081298

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30710184 kB
Buffers:          240304 kB
Cached:           687260 kB
SwapCached:        17756 kB
Active:          1333240 kB
Inactive:          39836 kB
Active(anon):     427424 kB
Inactive(anon):    20464 kB
Active(file):     905816 kB
Inactive(file):    19372 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        389276 kB
Mapped:            10984 kB
Shmem:                 0 kB
Slab:             650056 kB
SReclaimable:      94296 kB
SUnreclaim:       555760 kB
KernelStack:        1512 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     615660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71132 MiB
End job on node126 at 2012-05-27 01:46:12