Trace number 3747169

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
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.76
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 constraints472
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 constraints472
Minimum length of a constraint3
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.20	c [INC SEARCH] formula is SAT
0.00/0.20	c [INC SYSTEM] solved the initial formula
0.00/0.20	c model valid
0.00/0.20	c current solution ok
0.00/0.24	o 460
0.00/0.24	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.24	c write failed with 2
0.00/0.24	c [INC SEARCH] iteration: 0
0.00/0.24	c [INC BOUNDS] best value:460 search for 459
0.00/0.24	c [INC SYSTEM] create new solver instance
0.00/0.24	c [INC] encode full formula
0.00/0.24	c (debug) using card networks
0.00/0.24	c old isEQ: 41, new EQ is 0
0.00/0.25	c set iterative enc to: card
0.00/0.25	c set iterative enc to: none
0.00/0.25	c [INC SEARCH] isOptimum variable: 0
0.00/0.29	c formula is SAT
0.00/0.29	c [INC SEARCH] copied best model
0.00/0.29	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.29	c model valid
0.00/0.29	c current solution ok
0.00/0.29	o 231
0.00/0.29	c [INC SEARCH] iteration: 1
0.00/0.29	c [INC BOUNDS] best value:231 search for 230
0.00/0.29	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.29	c write failed with 2
0.00/0.29	c [INC SYSTEM] create new solver instance
0.00/0.29	c [INC] encode full formula
0.00/0.29	c (debug) using card networks
0.00/0.29	c old isEQ: 208, new EQ is 0
0.00/0.30	c set iterative enc to: card
0.00/0.30	c set iterative enc to: none
0.00/0.30	c [INC SEARCH] isOptimum variable: 0
0.00/0.35	c formula is SAT
0.00/0.35	c [INC SEARCH] copied best model
0.00/0.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.35	c model valid
0.00/0.35	c current solution ok
0.00/0.35	o 230
0.00/0.35	c [INC SEARCH] iteration: 2
0.00/0.35	c [INC BOUNDS] best value:230 search for 229
0.00/0.35	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.35	c write failed with 2
0.00/0.35	c [INC SYSTEM] create new solver instance
0.00/0.35	c [INC] encode full formula
0.00/0.35	c (debug) using card networks
0.00/0.35	c old isEQ: 208, new EQ is 0
0.00/0.36	c set iterative enc to: card
0.00/0.36	c set iterative enc to: none
0.00/0.36	c [INC SEARCH] isOptimum variable: 0
0.00/0.51	c formula is SAT
0.00/0.51	c [INC SEARCH] copied best model
0.00/0.51	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.51	c model valid
0.00/0.51	c current solution ok
0.00/0.51	o 228
0.00/0.51	c [INC SEARCH] iteration: 3
0.00/0.51	c [INC BOUNDS] best value:228 search for 227
0.00/0.51	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.51	c write failed with 2
0.00/0.52	c [INC SYSTEM] create new solver instance
0.00/0.52	c [INC] encode full formula
0.00/0.52	c (debug) using card networks
0.00/0.52	c old isEQ: 208, new EQ is 0
0.00/0.52	c set iterative enc to: card
0.00/0.52	c set iterative enc to: none
0.00/0.53	c [INC SEARCH] isOptimum variable: 0
2.26/2.39	c formula is SAT
2.26/2.39	c [INC SEARCH] copied best model
2.26/2.39	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.26/2.39	c model valid
2.26/2.39	c current solution ok
2.26/2.39	o 227
2.26/2.39	c [INC SEARCH] iteration: 4
2.26/2.39	c [INC BOUNDS] best value:227 search for 226
2.26/2.39	c [INC SYSTEM] there exists a inc, kill it!
2.26/2.39	c write failed with 2
2.26/2.40	c [INC SYSTEM] create new solver instance
2.26/2.40	c [INC] encode full formula
2.26/2.40	c (debug) using card networks
2.26/2.40	c old isEQ: 208, new EQ is 0
2.37/2.40	c set iterative enc to: card
2.37/2.40	c set iterative enc to: none
2.37/2.41	c [INC SEARCH] isOptimum variable: 0
7.16/7.27	c formula is SAT
7.16/7.27	c [INC SEARCH] copied best model
7.16/7.27	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.16/7.28	c model valid
7.16/7.28	c current solution ok
7.16/7.28	o 225
7.16/7.28	c [INC SEARCH] iteration: 5
7.16/7.28	c [INC BOUNDS] best value:225 search for 224
7.16/7.28	c [INC SYSTEM] there exists a inc, kill it!
7.16/7.28	c write failed with 2
7.16/7.28	c [INC SYSTEM] create new solver instance
7.16/7.28	c [INC] encode full formula
7.16/7.28	c (debug) using card networks
7.16/7.28	c old isEQ: 208, new EQ is 0
7.16/7.29	c set iterative enc to: card
7.16/7.29	c set iterative enc to: none
7.16/7.29	c [INC SEARCH] isOptimum variable: 0
14.85/14.90	c formula is SAT
14.85/14.92	c [INC SEARCH] copied best model
14.85/14.92	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
14.85/14.92	c model valid
14.85/14.92	c current solution ok
14.85/14.92	o 223
14.85/14.92	c [INC SEARCH] iteration: 6
14.85/14.92	c [INC BOUNDS] best value:223 search for 222
14.85/14.92	c [INC SYSTEM] there exists a inc, kill it!
14.85/14.92	c write failed with 2
14.85/14.92	c [INC SYSTEM] create new solver instance
14.85/14.92	c [INC] encode full formula
14.85/14.92	c (debug) using card networks
14.85/14.92	c old isEQ: 208, new EQ is 0
14.85/14.92	c set iterative enc to: card
14.85/14.92	c set iterative enc to: none
14.85/14.92	c [INC SEARCH] isOptimum variable: 0
15.93/16.01	c formula is SAT
15.93/16.02	c [INC SEARCH] copied best model
15.93/16.02	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
15.93/16.02	c model valid
15.93/16.02	c current solution ok
15.93/16.02	o 220
15.93/16.02	c [INC SEARCH] iteration: 7
15.93/16.02	c [INC BOUNDS] best value:220 search for 219
15.93/16.02	c [INC SYSTEM] there exists a inc, kill it!
15.93/16.02	c write failed with 2
15.93/16.02	c [INC SYSTEM] create new solver instance
15.93/16.02	c [INC] encode full formula
15.93/16.02	c (debug) using card networks
15.93/16.02	c old isEQ: 208, new EQ is 0
15.93/16.03	c set iterative enc to: card
15.93/16.03	c set iterative enc to: none
15.93/16.03	c [INC SEARCH] isOptimum variable: 0
19.65/19.71	c formula is SAT
19.65/19.71	c [INC SEARCH] copied best model
19.65/19.71	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
19.65/19.71	c model valid
19.65/19.71	c current solution ok
19.65/19.71	o 214
19.65/19.71	c [INC SEARCH] iteration: 8
19.65/19.71	c [INC BOUNDS] best value:214 search for 213
19.65/19.71	c [INC SYSTEM] there exists a inc, kill it!
19.65/19.71	c write failed with 2
19.65/19.71	c [INC SYSTEM] create new solver instance
19.65/19.71	c [INC] encode full formula
19.65/19.71	c (debug) using card networks
19.65/19.71	c old isEQ: 208, new EQ is 0
19.65/19.72	c set iterative enc to: card
19.65/19.72	c set iterative enc to: none
19.65/19.72	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.51	HOME/npSolver-pbo-Itd.sh: line 18:  8637 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=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-3747169-1339098214/watcher-3747169-1339098214 -o /tmp/evaluation-result-3747169-1339098214/solver-3747169-1339098214 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747169-1339098214.opb 1488219470 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: 0.69 0.17 0.06 3/181 8636
/proc/meminfo: memFree=30833104/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0

[startup+0.0683871 s]
/proc/loadavg: 0.69 0.17 0.06 3/181 8636
/proc/meminfo: memFree=30833104/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 0.69 0.17 0.06 3/181 8636
/proc/meminfo: memFree=30833104/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 0.69 0.17 0.06 3/181 8636
/proc/meminfo: memFree=30833104/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700144 s]
/proc/loadavg: 0.69 0.17 0.06 3/181 8636
/proc/meminfo: memFree=30833104/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 0.80 0.20 0.07 3/184 8659
/proc/meminfo: memFree=30819328/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=0.5 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 4286 14143 0 0 6 4 37 3 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8657] ppid=8637 vsize=12712 CPUtime=0.96 cores=0,2,4,6
/proc/8657/stat : 8657 (glucosInc) R 8637 8636 8372 0 -1 4202496 2948 0 0 0 96 0 0 0 20 0 1 0 19788427 13017088 2401 33554432000 4194304 5654031 140733661257440 140733661255224 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8657/statm: 3178 2401 132 357 0 2818 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 26724

[startup+3.10015 s]
/proc/loadavg: 0.80 0.20 0.07 3/184 8669
/proc/meminfo: memFree=30819772/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=2.39 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 4817 18412 0 0 8 4 223 4 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 14012
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 0.80 0.20 0.07 3/184 8683
/proc/meminfo: memFree=30811024/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=2.39 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 4817 18412 0 0 8 4 223 4 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8671] ppid=8637 vsize=33500 CPUtime=3.87 cores=0,2,4,6
/proc/8671/stat : 8671 (glucosInc) R 8637 8636 8372 0 -1 4202496 4942 0 0 0 386 1 0 0 20 0 1 0 19788615 34304000 5997 33554432000 4194304 5654031 140736901073328 140736901061144 4215132 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8671/statm: 8375 5997 141 357 0 8015 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 47512

[startup+12.7003 s]
/proc/loadavg: 0.98 0.26 0.09 3/184 8703
/proc/meminfo: memFree=30796464/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=7.26 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 5347 23889 0 0 9 4 707 6 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8693] ppid=8637 vsize=27400 CPUtime=5.4 cores=0,2,4,6
/proc/8693/stat : 8693 (glucosInc) R 8637 8636 8372 0 -1 4202496 5842 0 0 0 539 1 0 0 20 0 1 0 19789104 28057600 6042 33554432000 4194304 5654031 140735249206016 140735249203816 4233464 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8693/statm: 6850 6042 141 357 0 6490 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41412

[startup+25.5003 s]
/proc/loadavg: 1.14 0.32 0.11 3/184 8717
/proc/meminfo: memFree=30792380/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=22036 CPUtime=5.76 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 5148 0 0 0 575 1 0 0 20 0 1 0 19790347 22564864 4964 33554432000 4194304 5654031 140736975435040 140736975432968 4218754 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 5509 4964 142 357 0 5149 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 36048

[startup+51.1003 s]
/proc/loadavg: 1.43 0.45 0.16 3/183 8729
/proc/meminfo: memFree=30757664/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=72824 CPUtime=31.35 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 7045 0 0 0 3133 2 0 0 20 0 1 0 19790347 74571776 17149 33554432000 4194304 5654031 140736975435040 140736975432920 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 18206 17149 142 357 0 17846 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 86836

[startup+102.306 s]
/proc/loadavg: 1.82 0.73 0.26 3/183 8762
/proc/meminfo: memFree=30752952/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=72824 CPUtime=82.55 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 7047 0 0 0 8253 2 0 0 20 0 1 0 19790347 74571776 17661 33554432000 4194304 5654031 140736975435040 140736975422856 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 18206 17661 142 357 0 17846 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 86836

[startup+162.3 s]
/proc/loadavg: 1.96 0.97 0.38 3/183 8813
/proc/meminfo: memFree=30747984/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=129904 CPUtime=142.53 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 9734 0 0 0 14248 5 0 0 20 0 1 0 19790347 133021696 27550 33554432000 4194304 5654031 140736975435040 140736975422856 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 32476 27550 142 357 0 32116 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 143916

[startup+222.3 s]
/proc/loadavg: 2.02 1.17 0.48 3/183 8837
/proc/meminfo: memFree=30726828/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=81420 CPUtime=202.52 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 11098 0 0 0 20244 8 0 0 20 0 1 0 19790347 83374080 19810 33554432000 4194304 5654031 140736975435040 140736975422856 4215194 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 20355 19810 142 357 0 19995 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 95432

[startup+282.3 s]
/proc/loadavg: 2.01 1.32 0.57 3/183 8839
/proc/meminfo: memFree=30682844/32873844 swapFree=7120/7120

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

/proc/loadavg: 2.07 2.02 1.56 3/183 8897
/proc/meminfo: memFree=30576360/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=232048 CPUtime=1342.27 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 49109 0 0 0 134138 89 0 0 20 0 1 0 19790347 237617152 54152 33554432000 4194304 5654031 140736975435040 140736975433128 4233201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 58012 54152 142 357 0 57652 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 246060

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 1.58 3/183 8897
/proc/meminfo: memFree=30587580/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=232048 CPUtime=1402.27 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 50848 0 0 0 140134 93 0 0 20 0 1 0 19790347 237617152 52616 33554432000 4194304 5654031 140736975435040 140736975433128 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 58012 52616 142 357 0 57652 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 246060

[startup+1482.3 s]
/proc/loadavg: 2.09 2.04 1.61 3/183 8897
/proc/meminfo: memFree=30462084/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=363524 CPUtime=1462.24 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 51718 0 0 0 146129 95 0 0 20 0 1 0 19790347 372248576 75957 33554432000 4194304 5654031 140736975435040 140736975433128 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 90881 75957 142 357 0 90521 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 377536

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 1.64 3/183 8897
/proc/meminfo: memFree=30525396/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=282136 CPUtime=1522.22 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 52954 0 0 0 152123 99 0 0 20 0 1 0 19790347 288907264 59573 33554432000 4194304 5654031 140736975435040 140736975422856 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 70534 59573 142 357 0 70174 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 296148

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.65 3/184 8900
/proc/meminfo: memFree=30564160/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=232048 CPUtime=1582.2 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 54389 0 0 0 158118 102 0 0 20 0 1 0 19790347 237617152 50568 33554432000 4194304 5654031 140736975435040 140736975433128 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 58012 50568 142 357 0 57652 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 246060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.67 3/183 8903
/proc/meminfo: memFree=30623124/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=201228 CPUtime=1642.19 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 55540 0 0 0 164114 105 0 0 20 0 1 0 19790347 206057472 45381 33554432000 4194304 5654031 140736975435040 140736975433064 4215061 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 50307 45381 142 357 0 49947 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 215240

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.70 3/183 8903
/proc/meminfo: memFree=30517116/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=282136 CPUtime=1702.19 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 56466 0 0 0 170111 108 0 0 20 0 1 0 19790347 288907264 68277 33554432000 4194304 5654031 140736975435040 140736975433128 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 70534 68277 142 357 0 70174 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 296148

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.71 3/183 8903
/proc/meminfo: memFree=30552980/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=236556 CPUtime=1762.18 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 58506 0 0 0 176107 111 0 0 20 0 1 0 19790347 242233344 52207 33554432000 4194304 5654031 140736975435040 140736975433128 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 59139 52207 142 357 0 58779 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 250568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.94 2.00 1.71 3/183 9055
/proc/meminfo: memFree=30582164/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=286644 CPUtime=1780.37 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 58830 0 0 0 177925 112 0 0 20 0 1 0 19790347 293523456 61212 33554432000 4194304 5654031 140736975435040 140736975433128 4233216 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 71661 61212 142 357 0 71301 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 300656

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.94 2.00 1.71 3/183 9055
/proc/meminfo: memFree=30582164/32873844 swapFree=7120/7120
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8636/stat : 8636 (npSolver-pbo-It) S 8634 8636 8372 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 19788374 9367552 275 33554432000 4194304 5064252 140736213422608 140736213421520 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=4864 CPUtime=19.69 cores=0,2,4,6
/proc/8637/stat : 8637 (npSolver-pbo) S 8636 8636 8372 0 -1 4202496 6937 39787 0 0 13 5 1941 10 20 0 1 0 19788375 4980736 830 33554432000 4194304 6004724 140735700901824 140735700887672 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8637/statm: 1216 830 176 442 0 770 0
[pid=8711] ppid=8637 vsize=286644 CPUtime=1780.37 cores=0,2,4,6
/proc/8711/stat : 8711 (glucosInc) R 8637 8636 8372 0 -1 4202496 58830 0 0 0 177925 112 0 0 20 0 1 0 19790347 293523456 61212 33554432000 4194304 5654031 140736975435040 140736975433128 4233216 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8711/statm: 71661 61212 142 357 0 71301 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 300656

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8636 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=542029
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=159975
# CPU time returned by wait4() is 19.702
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.79
CPU system time (s): 1.27
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 377536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.542
system time used= 0.159975
maximum resident set size= 30232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 471
involuntary context switches= 124

runsolver used 2.71259 second user time and 7.12292 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-07 21:43:34
IDJOB=3747169
IDBENCH=1962
IDSOLVER=2332
FILE ID=node132/3747169-1339098214
RUNJOBID= node132-1339098176-8388
PBS_JOBID= 14643721
Free space on /tmp= 71036 MiB

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

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=1488219470

node132.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.213
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.42
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.56
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30833476 kB
Buffers:          125560 kB
Cached:          1122304 kB
SwapCached:            0 kB
Active:           324472 kB
Inactive:         951404 kB
Active(anon):      30724 kB
Inactive(anon):        0 kB
Active(file):     293748 kB
Inactive(file):   951404 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19748 kB
Writeback:             0 kB
AnonPages:         35440 kB
Mapped:            15636 kB
Shmem:               212 kB
Slab:             624964 kB
SReclaimable:      66684 kB
SUnreclaim:       558280 kB
KernelStack:        1520 kB
PageTables:         3892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71028 MiB
End job on node132 at 2012-06-07 22:13:34