Trace number 3747160

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 inc-topDown (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.18	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.18	c [INC SYSTEM] execute solver
0.00/0.19	c [INC SEARCH] formula is SAT
0.00/0.19	c [INC SYSTEM] solved the initial formula
0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.23	o 458
0.00/0.23	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.23	c write failed with 2
0.00/0.23	c [INC SEARCH] iteration: 0
0.00/0.23	c [INC BOUNDS] best value:458 search for 457
0.00/0.23	c [INC SYSTEM] create new solver instance
0.00/0.23	c [INC] encode full formula
0.00/0.23	c (debug) using card networks
0.00/0.23	c old isEQ: 41, new EQ is 0
0.00/0.24	c set iterative enc to: card
0.00/0.24	c set iterative enc to: none
0.00/0.24	c [INC SEARCH] isOptimum variable: 0
0.00/0.27	c formula is SAT
0.00/0.28	c [INC SEARCH] copied best model
0.00/0.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.28	c model valid
0.00/0.28	c current solution ok
0.00/0.28	o 232
0.00/0.28	c [INC SEARCH] iteration: 1
0.00/0.28	c [INC BOUNDS] best value:232 search for 231
0.00/0.28	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.28	c write failed with 2
0.00/0.28	c [INC SYSTEM] create new solver instance
0.00/0.28	c [INC] encode full formula
0.00/0.28	c (debug) using card networks
0.00/0.28	c old isEQ: 144, new EQ is 0
0.00/0.29	c set iterative enc to: card
0.00/0.29	c set iterative enc to: none
0.00/0.29	c [INC SEARCH] isOptimum variable: 0
0.00/0.33	c formula is SAT
0.00/0.33	c [INC SEARCH] copied best model
0.00/0.33	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.33	c model valid
0.00/0.33	c current solution ok
0.00/0.33	o 230
0.00/0.33	c [INC SEARCH] iteration: 2
0.00/0.33	c [INC BOUNDS] best value:230 search for 229
0.00/0.33	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.33	c write failed with 2
0.00/0.33	c [INC SYSTEM] create new solver instance
0.00/0.33	c [INC] encode full formula
0.00/0.33	c (debug) using card networks
0.00/0.33	c old isEQ: 144, new EQ is 0
0.00/0.34	c set iterative enc to: card
0.00/0.34	c set iterative enc to: none
0.00/0.34	c [INC SEARCH] isOptimum variable: 0
0.00/0.42	c formula is SAT
0.00/0.43	c [INC SEARCH] copied best model
0.00/0.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.43	c model valid
0.00/0.43	c current solution ok
0.00/0.43	o 229
0.00/0.43	c [INC SEARCH] iteration: 3
0.00/0.43	c [INC BOUNDS] best value:229 search for 228
0.00/0.43	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.43	c write failed with 2
0.00/0.43	c [INC SYSTEM] create new solver instance
0.00/0.43	c [INC] encode full formula
0.00/0.43	c (debug) using card networks
0.00/0.43	c old isEQ: 144, new EQ is 0
0.00/0.44	c set iterative enc to: card
0.00/0.44	c set iterative enc to: none
0.00/0.44	c [INC SEARCH] isOptimum variable: 0
0.00/0.49	c formula is SAT
0.00/0.49	c [INC SEARCH] copied best model
0.00/0.49	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.49	c model valid
0.00/0.49	c current solution ok
0.00/0.49	o 227
0.00/0.49	c [INC SEARCH] iteration: 4
0.00/0.49	c [INC BOUNDS] best value:227 search for 226
0.00/0.49	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.49	c write failed with 2
0.00/0.49	c [INC SYSTEM] create new solver instance
0.00/0.49	c [INC] encode full formula
0.00/0.49	c (debug) using card networks
0.00/0.49	c old isEQ: 144, new EQ is 0
0.00/0.50	c set iterative enc to: card
0.00/0.50	c set iterative enc to: none
0.00/0.50	c [INC SEARCH] isOptimum variable: 0
8.26/8.33	c formula is SAT
8.26/8.33	c [INC SEARCH] copied best model
8.26/8.33	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
8.26/8.33	c model valid
8.26/8.33	c current solution ok
8.26/8.33	o 226
8.26/8.33	c [INC SEARCH] iteration: 5
8.26/8.33	c [INC BOUNDS] best value:226 search for 225
8.26/8.33	c [INC SYSTEM] there exists a inc, kill it!
8.26/8.33	c write failed with 2
8.26/8.33	c [INC SYSTEM] create new solver instance
8.26/8.33	c [INC] encode full formula
8.26/8.33	c (debug) using card networks
8.26/8.33	c old isEQ: 144, new EQ is 0
8.26/8.34	c set iterative enc to: card
8.26/8.34	c set iterative enc to: none
8.26/8.35	c [INC SEARCH] isOptimum variable: 0
13.66/13.76	c formula is SAT
13.66/13.76	c [INC SEARCH] copied best model
13.66/13.76	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
13.66/13.76	c model valid
13.66/13.76	c current solution ok
13.66/13.76	o 225
13.66/13.76	c [INC SEARCH] iteration: 6
13.66/13.76	c [INC BOUNDS] best value:225 search for 224
13.66/13.76	c [INC SYSTEM] there exists a inc, kill it!
13.66/13.76	c write failed with 2
13.66/13.76	c [INC SYSTEM] create new solver instance
13.66/13.76	c [INC] encode full formula
13.66/13.76	c (debug) using card networks
13.66/13.76	c old isEQ: 144, new EQ is 0
13.66/13.77	c set iterative enc to: card
13.66/13.77	c set iterative enc to: none
13.66/13.78	c [INC SEARCH] isOptimum variable: 0
22.36/22.48	c formula is SAT
22.36/22.48	c [INC SEARCH] copied best model
22.36/22.48	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
22.36/22.48	c model valid
22.36/22.48	c current solution ok
22.36/22.48	o 223
22.36/22.48	c [INC SEARCH] iteration: 7
22.36/22.48	c [INC BOUNDS] best value:223 search for 222
22.36/22.48	c [INC SYSTEM] there exists a inc, kill it!
22.36/22.48	c write failed with 2
22.36/22.48	c [INC SYSTEM] create new solver instance
22.36/22.48	c [INC] encode full formula
22.36/22.48	c (debug) using card networks
22.36/22.48	c old isEQ: 144, new EQ is 0
22.36/22.49	c set iterative enc to: card
22.36/22.49	c set iterative enc to: none
22.36/22.49	c [INC SEARCH] isOptimum variable: 0
31.35/31.46	c formula is SAT
31.35/31.46	c [INC SEARCH] copied best model
31.35/31.46	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
31.35/31.46	c model valid
31.35/31.46	c current solution ok
31.35/31.46	o 222
31.35/31.46	c [INC SEARCH] iteration: 8
31.35/31.46	c [INC BOUNDS] best value:222 search for 221
31.35/31.46	c [INC SYSTEM] there exists a inc, kill it!
31.35/31.46	c write failed with 2
31.35/31.46	c [INC SYSTEM] create new solver instance
31.35/31.46	c [INC] encode full formula
31.35/31.46	c (debug) using card networks
31.35/31.46	c old isEQ: 144, new EQ is 0
31.35/31.47	c set iterative enc to: card
31.35/31.47	c set iterative enc to: none
31.35/31.48	c [INC SEARCH] isOptimum variable: 0
72.14/72.23	c formula is SAT
72.14/72.23	c [INC SEARCH] copied best model
72.14/72.23	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
72.14/72.23	c model valid
72.14/72.23	c current solution ok
72.14/72.23	o 219
72.14/72.23	c [INC SEARCH] iteration: 9
72.14/72.23	c [INC BOUNDS] best value:219 search for 218
72.14/72.23	c [INC SYSTEM] there exists a inc, kill it!
72.14/72.23	c write failed with 2
72.14/72.23	c [INC SYSTEM] create new solver instance
72.14/72.23	c [INC] encode full formula
72.14/72.23	c (debug) using card networks
72.14/72.23	c old isEQ: 144, new EQ is 0
72.14/72.24	c set iterative enc to: card
72.14/72.24	c set iterative enc to: none
72.14/72.25	c [INC SEARCH] isOptimum variable: 0
179.32/179.40	c formula is SAT
179.32/179.40	c [INC SEARCH] copied best model
179.32/179.40	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
179.32/179.40	c model valid
179.32/179.40	c current solution ok
179.32/179.40	o 218
179.32/179.40	c [INC SEARCH] iteration: 10
179.32/179.40	c [INC BOUNDS] best value:218 search for 217
179.32/179.40	c [INC SYSTEM] there exists a inc, kill it!
179.32/179.40	c write failed with 2
179.32/179.40	c [INC SYSTEM] create new solver instance
179.32/179.40	c [INC] encode full formula
179.32/179.40	c (debug) using card networks
179.32/179.40	c old isEQ: 144, new EQ is 0
179.32/179.41	c set iterative enc to: card
179.32/179.41	c set iterative enc to: none
179.32/179.42	c [INC SEARCH] isOptimum variable: 0
240.80/240.98	c formula is SAT
240.80/240.98	c [INC SEARCH] copied best model
240.80/240.98	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
240.80/240.98	c model valid
240.80/240.98	c current solution ok
240.80/240.98	o 216
240.80/240.98	c [INC SEARCH] iteration: 11
240.80/240.98	c [INC BOUNDS] best value:216 search for 215
240.80/240.98	c [INC SYSTEM] there exists a inc, kill it!
240.80/240.98	c write failed with 2
240.80/240.98	c [INC SYSTEM] create new solver instance
240.80/240.98	c [INC] encode full formula
240.80/240.98	c (debug) using card networks
240.80/240.98	c old isEQ: 144, new EQ is 0
240.80/240.99	c set iterative enc to: card
240.80/240.99	c set iterative enc to: none
240.90/241.00	c [INC SEARCH] isOptimum variable: 0
1550.24/1550.68	c formula is SAT
1550.24/1550.68	c [INC SEARCH] copied best model
1550.24/1550.68	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1550.24/1550.68	c model valid
1550.24/1550.68	c current solution ok
1550.24/1550.68	o 215
1550.24/1550.68	c [INC SEARCH] iteration: 12
1550.24/1550.68	c [INC BOUNDS] best value:215 search for 214
1550.24/1550.68	c [INC SYSTEM] there exists a inc, kill it!
1550.24/1550.68	c write failed with 2
1550.24/1550.69	c [INC SYSTEM] create new solver instance
1550.24/1550.69	c [INC] encode full formula
1550.24/1550.69	c (debug) using card networks
1550.24/1550.69	c old isEQ: 144, new EQ is 0
1550.37/1550.70	c set iterative enc to: card
1550.37/1550.70	c set iterative enc to: none
1550.37/1550.71	c [INC SEARCH] isOptimum variable: 0
1800.00/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.00/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3747160-1339098207/watcher-3747160-1339098207 -o /tmp/evaluation-result-3747160-1339098207/solver-3747160-1339098207 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747160-1339098207.opb 658677749 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 0.67 0.16 0.05 3/177 30961
/proc/meminfo: memFree=24382196/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0

[startup+0.0698721 s]
/proc/loadavg: 0.67 0.16 0.05 3/177 30961
/proc/meminfo: memFree=24382196/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100333 s]
/proc/loadavg: 0.67 0.16 0.05 3/177 30961
/proc/meminfo: memFree=24382196/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300148 s]
/proc/loadavg: 0.67 0.16 0.05 3/177 30961
/proc/meminfo: memFree=24382196/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 0.67 0.16 0.05 3/177 30961
/proc/meminfo: memFree=24382196/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/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: 0.70 0.17 0.06 3/180 30978
/proc/meminfo: memFree=24293624/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=0.48 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 4308 16957 0 0 7 4 34 3 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30978] ppid=30962 vsize=12892 CPUtime=0.98 cores=1,3,5,7
/proc/30978/stat : 30978 (glucosInc) R 30962 30961 30741 0 -1 4202496 3019 0 0 0 98 0 0 0 20 0 1 0 375945174 13201408 2671 33554432000 4194304 5654031 140734946274640 140734946272424 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30978/statm: 3223 2671 141 357 0 2863 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 26904

[startup+3.10033 s]
/proc/loadavg: 0.70 0.17 0.06 3/180 30978
/proc/meminfo: memFree=24208784/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=0.48 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 4308 16957 0 0 7 4 34 3 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30978] ppid=30962 vsize=24660 CPUtime=2.57 cores=1,3,5,7
/proc/30978/stat : 30978 (glucosInc) R 30962 30961 30741 0 -1 4202496 5151 0 0 0 257 0 0 0 20 0 1 0 375945174 25251840 4446 33554432000 4194304 5654031 140734946274640 140734946272664 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30978/statm: 6165 4446 141 357 0 5805 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 38672

[startup+6.30034 s]
/proc/loadavg: 0.70 0.17 0.06 3/180 30978
/proc/meminfo: memFree=23981956/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=0.48 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 4308 16957 0 0 7 4 34 3 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30978] ppid=30962 vsize=27404 CPUtime=5.77 cores=1,3,5,7
/proc/30978/stat : 30978 (glucosInc) R 30962 30961 30741 0 -1 4202496 5895 0 0 0 577 0 0 0 20 0 1 0 375945174 28061696 6149 33554432000 4194304 5654031 140734946274640 140734946272440 4215251 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30978/statm: 6851 6149 141 357 0 6491 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 41416

[startup+12.7003 s]
/proc/loadavg: 0.97 0.25 0.08 3/180 30980
/proc/meminfo: memFree=23473452/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=8.33 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 4838 23823 0 0 9 4 815 5 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30980] ppid=30962 vsize=24720 CPUtime=4.33 cores=1,3,5,7
/proc/30980/stat : 30980 (glucosInc) R 30962 30961 30741 0 -1 4202496 4879 0 0 0 433 0 0 0 20 0 1 0 375945958 25313280 5544 33554432000 4194304 5654031 140734389569024 140734389556840 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30980/statm: 6180 5544 142 357 0 5820 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38732

[startup+25.5004 s]
/proc/loadavg: 1.13 0.31 0.10 3/180 30984
/proc/meminfo: memFree=22500760/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=22.46 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 5898 35209 0 0 11 5 2223 7 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30984] ppid=30962 vsize=24604 CPUtime=2.99 cores=1,3,5,7
/proc/30984/stat : 30984 (glucosInc) R 30962 30961 30741 0 -1 4202496 4374 0 0 0 299 0 0 0 20 0 1 0 375947373 25194496 4476 33554432000 4194304 5654031 140735474141600 140735474139480 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30984/statm: 6151 4476 132 357 0 5791 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 38616

[startup+51.1004 s]
/proc/loadavg: 1.42 0.44 0.15 3/180 30986
/proc/meminfo: memFree=20656908/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=31.44 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 6428 41141 0 0 12 5 3118 9 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30986] ppid=30962 vsize=36476 CPUtime=19.6 cores=1,3,5,7
/proc/30986/stat : 30986 (glucosInc) R 30962 30961 30741 0 -1 4202496 6446 0 0 0 1958 2 0 0 20 0 1 0 375948271 37351424 8316 33554432000 4194304 5654031 140737031915312 140737031903128 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30986/statm: 9119 8316 142 357 0 8759 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 50488

[startup+102.307 s]
/proc/loadavg: 2.50 0.88 0.31 3/182 30991
/proc/meminfo: memFree=12082012/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=72.21 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 6958 48889 0 0 14 5 7189 13 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30988] ppid=30962 vsize=49580 CPUtime=30.03 cores=1,3,5,7
/proc/30988/stat : 30988 (glucosInc) R 30962 30961 30741 0 -1 4202496 8782 0 0 0 3001 2 0 0 20 0 1 0 375952348 50769920 11845 33554432000 4194304 5654031 140734681783824 140734681771640 4214944 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30988/statm: 12395 11845 142 357 0 12035 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 63592

[startup+162.3 s]
/proc/loadavg: 2.88 1.29 0.49 3/181 31041
/proc/meminfo: memFree=26078272/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=72.21 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 6958 48889 0 0 14 5 7189 13 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=30988] ppid=30962 vsize=99304 CPUtime=90.01 cores=1,3,5,7
/proc/30988/stat : 30988 (glucosInc) R 30962 30961 30741 0 -1 4202496 9882 0 0 0 8997 4 0 0 20 0 1 0 375952348 101687296 18809 33554432000 4194304 5654031 140734681783824 140734681771640 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30988/statm: 24826 18809 142 357 0 24466 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 113316

[startup+222.3 s]
/proc/loadavg: 2.41 1.45 0.59 3/181 31045
/proc/meminfo: memFree=26044140/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=179.34 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 7488 59508 0 0 15 5 17896 18 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31045] ppid=30962 vsize=84344 CPUtime=42.86 cores=1,3,5,7
/proc/31045/stat : 31045 (glucosInc) R 30962 30961 30741 0 -1 4202496 10603 0 0 0 4281 5 0 0 20 0 1 0 375963065 86368256 15162 33554432000 4194304 5654031 140733884806432 140733884794248 4232880 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31045/statm: 21086 15162 142 357 0 20726 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 98356

[startup+282.3 s]

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

/proc/meminfo: memFree=25770124/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=240.9 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8018 70648 0 0 16 5 24045 24 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31047] ppid=30962 vsize=254836 CPUtime=1001.1 cores=1,3,5,7
/proc/31047/stat : 31047 (glucosInc) R 30962 30961 30741 0 -1 4202496 48280 0 0 0 100030 80 0 0 20 0 1 0 375969223 260952064 54732 33554432000 4194304 5654031 140735434067856 140735434065944 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31047/statm: 63709 54732 142 357 0 63349 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 268848

[startup+1302.3 s]
/proc/loadavg: 2.00 1.98 1.54 3/181 31080
/proc/meminfo: memFree=25763768/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=240.9 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8018 70648 0 0 16 5 24045 24 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31047] ppid=30962 vsize=254836 CPUtime=1061.11 cores=1,3,5,7
/proc/31047/stat : 31047 (glucosInc) R 30962 30961 30741 0 -1 4202496 50154 0 0 0 106025 86 0 0 20 0 1 0 375969223 260952064 51660 33554432000 4194304 5654031 140735434067856 140735434065944 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31047/statm: 63709 51660 142 357 0 63349 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 268848

[startup+1362.3 s]
/proc/loadavg: 2.00 1.98 1.56 3/181 31080
/proc/meminfo: memFree=25859240/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=240.9 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8018 70648 0 0 16 5 24045 24 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31047] ppid=30962 vsize=204748 CPUtime=1121.07 cores=1,3,5,7
/proc/31047/stat : 31047 (glucosInc) R 30962 30961 30741 0 -1 4202496 51755 0 0 0 112018 89 0 0 20 0 1 0 375969223 209661952 46751 33554432000 4194304 5654031 140735434067856 140735434065944 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31047/statm: 51187 46751 142 357 0 50827 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 218760

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.58 3/181 31080
/proc/meminfo: memFree=25833088/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=240.9 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8018 70648 0 0 16 5 24045 24 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31047] ppid=30962 vsize=173928 CPUtime=1181.08 cores=1,3,5,7
/proc/31047/stat : 31047 (glucosInc) R 30962 30961 30741 0 -1 4202496 52957 0 0 0 118015 93 0 0 20 0 1 0 375969223 178102272 40438 33554432000 4194304 5654031 140735434067856 140735434065880 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31047/statm: 43482 40438 142 357 0 43122 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 187940

[startup+1482.3 s]
/proc/loadavg: 2.05 1.99 1.61 3/181 31080
/proc/meminfo: memFree=25777848/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=240.9 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8018 70648 0 0 16 5 24045 24 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31047] ppid=30962 vsize=204748 CPUtime=1241.06 cores=1,3,5,7
/proc/31047/stat : 31047 (glucosInc) R 30962 30961 30741 0 -1 4202496 55623 0 0 0 124009 97 0 0 20 0 1 0 375969223 209661952 44249 33554432000 4194304 5654031 140735434067856 140735434055672 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31047/statm: 51187 44249 142 357 0 50827 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 218760

[startup+1542.3 s]
/proc/loadavg: 2.02 1.99 1.64 3/181 31080
/proc/meminfo: memFree=25759136/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=240.9 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8018 70648 0 0 16 5 24045 24 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31047] ppid=30962 vsize=254836 CPUtime=1301.04 cores=1,3,5,7
/proc/31047/stat : 31047 (glucosInc) R 30962 30961 30741 0 -1 4202496 57285 0 0 0 130003 101 0 0 20 0 1 0 375969223 260952064 52230 33554432000 4194304 5654031 140735434067856 140735434055672 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31047/statm: 63709 52230 142 357 0 63349 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 268848

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.65 3/182 31086
/proc/meminfo: memFree=25897560/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=1550.37 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8548 128476 0 0 18 6 154887 126 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31082] ppid=30962 vsize=50096 CPUtime=51.57 cores=1,3,5,7
/proc/31082/stat : 31082 (glucosInc) R 30962 30961 30741 0 -1 4202496 7778 0 0 0 5155 2 0 0 20 0 1 0 376100194 51298304 11852 33554432000 4194304 5654031 140733312895648 140733312893528 4232700 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31082/statm: 12524 11852 142 357 0 12164 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 64108

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/181 31086
/proc/meminfo: memFree=25900540/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=1550.37 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8548 128476 0 0 18 6 154887 126 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31082] ppid=30962 vsize=80444 CPUtime=111.55 cores=1,3,5,7
/proc/31082/stat : 31082 (glucosInc) R 30962 30961 30741 0 -1 4202496 9092 0 0 0 11151 4 0 0 20 0 1 0 376100194 82374656 19563 33554432000 4194304 5654031 140733312895648 140733312883464 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31082/statm: 20111 19563 142 357 0 19751 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 94456

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/181 31086
/proc/meminfo: memFree=25763832/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=1550.37 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8548 128476 0 0 18 6 154887 126 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31082] ppid=30962 vsize=129764 CPUtime=171.54 cores=1,3,5,7
/proc/31082/stat : 31082 (glucosInc) R 30962 30961 30741 0 -1 4202496 11569 0 0 0 17145 9 0 0 20 0 1 0 376100194 132878336 28115 33554432000 4194304 5654031 140733312895648 140733312893576 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31082/statm: 32441 28115 142 357 0 32081 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 143776

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/182 31087
/proc/meminfo: memFree=25751400/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=1550.37 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8548 128476 0 0 18 6 154887 126 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31082] ppid=30962 vsize=129764 CPUtime=231.53 cores=1,3,5,7
/proc/31082/stat : 31082 (glucosInc) R 30962 30961 30741 0 -1 4202496 13095 0 0 0 23141 12 0 0 20 0 1 0 376100194 132878336 29651 33554432000 4194304 5654031 140733312895648 140733312883464 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31082/statm: 32441 29651 142 357 0 32081 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 143776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 1.99 1.71 3/182 31087
/proc/meminfo: memFree=25836652/32873844 swapFree=6904/6904
[pid=30961] ppid=30959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30961/stat : 30961 (npSolver-pbo-It) S 30959 30961 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375945123 9367552 274 33554432000 4194304 5064252 140733367579264 140733367578176 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30961/statm: 2287 274 233 213 0 72 0
[pid=30962] ppid=30961 vsize=4864 CPUtime=1550.37 cores=1,3,5,7
/proc/30962/stat : 30962 (npSolver-pbo) S 30961 30961 30741 0 -1 4202496 8548 128476 0 0 18 6 154887 126 20 0 1 0 375945123 4980736 829 33554432000 4194304 6004724 140737142716544 140737142702392 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/30962/statm: 1216 829 176 442 0 770 0
[pid=31082] ppid=30962 vsize=129764 CPUtime=249.63 cores=1,3,5,7
/proc/31082/stat : 31082 (glucosInc) R 30962 30961 30741 0 -1 4202496 13480 0 0 0 24950 13 0 0 20 0 1 0 376100194 132878336 31187 33554432000 4194304 5654031 140733312895648 140733312883464 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31082/statm: 32441 31187 142 357 0 32081 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 143776

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.57
CPU system time (s): 1.47078
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 399556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.47078
maximum resident set size= 312332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 832
involuntary context switches= 2318

runsolver used 2.87756 second user time and 8.58869 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-07 21:43:27
IDJOB=3747160
IDBENCH=1953
IDSOLVER=2332
FILE ID=node140/3747160-1339098207
RUNJOBID= node140-1339098176-30758
PBS_JOBID= 14643713
Free space on /tmp= 70584 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747160-1339098207/watcher-3747160-1339098207 -o /tmp/evaluation-result-3747160-1339098207/solver-3747160-1339098207 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747160-1339098207.opb 658677749 HOME HOME

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=658677749

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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.88
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.094
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		: 2667.094
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:        24385136 kB
Buffers:         1445004 kB
Cached:          4335060 kB
SwapCached:         1644 kB
Active:          4990372 kB
Inactive:        2551688 kB
Active(anon):    1752720 kB
Inactive(anon):     9732 kB
Active(file):    3237652 kB
Inactive(file):  2541956 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67105336 kB
Dirty:            105928 kB
Writeback:             0 kB
AnonPages:       1728880 kB
Mapped:            11112 kB
Shmem:                 8 kB
Slab:             806980 kB
SReclaimable:     248332 kB
SUnreclaim:       558648 kB
KernelStack:        1456 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2199220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1005568 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= 70660 MiB
End job on node140 at 2012-06-07 22:13:27