Trace number 3747756

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.11 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1796.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

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.07	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.07	c [INC SYSTEM] execute solver
0.00/0.07	c [INC SEARCH] formula is SAT
0.00/0.07	c [INC SYSTEM] solved the initial formula
0.00/0.08	c model valid
0.00/0.08	c current solution ok
0.00/0.10	o 0
0.00/0.10	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.10	c write failed with 2
0.00/0.10	c [INC SEARCH] iteration: 0
0.00/0.10	c [INC BOUNDS] best value:200 search for 199
0.00/0.10	c [INC SYSTEM] create new solver instance
0.00/0.10	c [INC] encode full formula
0.00/0.10	c (debug) using card networks
0.00/0.10	c old isEQ: 41, new EQ is 0
0.00/0.10	c set iterative enc to: card
0.00/0.10	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
0.00/0.12	c formula is SAT
0.00/0.12	c [INC SEARCH] copied best model
0.00/0.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.12	o -19
0.00/0.12	c [INC SEARCH] iteration: 1
0.00/0.12	c [INC BOUNDS] best value:181 search for 180
0.00/0.12	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.12	c write failed with 2
0.00/0.12	c [INC SYSTEM] create new solver instance
0.00/0.12	c [INC] encode full formula
0.00/0.12	c (debug) using card networks
0.00/0.12	c old isEQ: 0, new EQ is 0
0.00/0.12	c set iterative enc to: card
0.00/0.12	c set iterative enc to: none
0.00/0.13	c [INC SEARCH] isOptimum variable: 0
0.00/0.14	c formula is SAT
0.00/0.14	c [INC SEARCH] copied best model
0.00/0.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.15	c model valid
0.00/0.15	c current solution ok
0.00/0.15	o -21
0.00/0.15	c [INC SEARCH] iteration: 2
0.00/0.15	c [INC BOUNDS] best value:179 search for 178
0.00/0.15	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.15	c write failed with 2
0.00/0.15	c [INC SYSTEM] create new solver instance
0.00/0.15	c [INC] encode full formula
0.00/0.15	c (debug) using card networks
0.00/0.15	c old isEQ: 48, new EQ is 0
0.00/0.15	c set iterative enc to: card
0.00/0.15	c set iterative enc to: none
0.00/0.15	c [INC SEARCH] isOptimum variable: 0
0.00/0.19	c formula is SAT
0.00/0.19	c [INC SEARCH] copied best model
0.00/0.19	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.19	c model valid
0.00/0.19	c current solution ok
0.00/0.19	o -23
0.00/0.19	c [INC SEARCH] iteration: 3
0.00/0.19	c [INC BOUNDS] best value:177 search for 176
0.00/0.19	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.19	c write failed with 2
0.00/0.19	c [INC SYSTEM] create new solver instance
0.00/0.19	c [INC] encode full formula
0.00/0.19	c (debug) using card networks
0.00/0.19	c old isEQ: 48, new EQ is 0
0.00/0.20	c set iterative enc to: card
0.00/0.20	c set iterative enc to: none
0.00/0.20	c [INC SEARCH] isOptimum variable: 0
0.00/0.26	c formula is SAT
0.00/0.26	c [INC SEARCH] copied best model
0.00/0.26	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.27	c model valid
0.00/0.27	c current solution ok
0.00/0.27	o -24
0.00/0.27	c [INC SEARCH] iteration: 4
0.00/0.27	c [INC BOUNDS] best value:176 search for 175
0.00/0.27	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.27	c write failed with 2
0.00/0.27	c [INC SYSTEM] create new solver instance
0.00/0.27	c [INC] encode full formula
0.00/0.27	c (debug) using card networks
0.00/0.27	c old isEQ: 48, new EQ is 0
0.00/0.27	c set iterative enc to: card
0.00/0.27	c set iterative enc to: none
0.00/0.27	c [INC SEARCH] isOptimum variable: 0
0.00/0.32	c formula is SAT
0.00/0.32	c [INC SEARCH] copied best model
0.00/0.32	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.32	c model valid
0.00/0.32	c current solution ok
0.00/0.32	o -25
0.00/0.32	c [INC SEARCH] iteration: 5
0.00/0.32	c [INC BOUNDS] best value:175 search for 174
0.00/0.32	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.32	c write failed with 2
0.00/0.32	c [INC SYSTEM] create new solver instance
0.00/0.32	c [INC] encode full formula
0.00/0.32	c (debug) using card networks
0.00/0.32	c old isEQ: 48, new EQ is 0
0.00/0.32	c set iterative enc to: card
0.00/0.32	c set iterative enc to: none
0.00/0.33	c [INC SEARCH] isOptimum variable: 0
6.66/6.72	c formula is SAT
6.66/6.72	c [INC SEARCH] copied best model
6.66/6.72	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.66/6.72	c model valid
6.66/6.72	c current solution ok
6.66/6.72	o -26
6.66/6.72	c [INC SEARCH] iteration: 6
6.66/6.72	c [INC BOUNDS] best value:174 search for 173
6.66/6.72	c [INC SYSTEM] there exists a inc, kill it!
6.66/6.72	c write failed with 2
6.66/6.72	c [INC SYSTEM] create new solver instance
6.66/6.72	c [INC] encode full formula
6.66/6.72	c (debug) using card networks
6.66/6.72	c old isEQ: 48, new EQ is 0
6.66/6.73	c set iterative enc to: card
6.66/6.73	c set iterative enc to: none
6.66/6.73	c [INC SEARCH] isOptimum variable: 0
9.46/9.54	c formula is SAT
9.46/9.54	c [INC SEARCH] copied best model
9.46/9.54	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
9.46/9.54	c model valid
9.46/9.54	c current solution ok
9.46/9.54	o -27
9.46/9.54	c [INC SEARCH] iteration: 7
9.46/9.54	c [INC BOUNDS] best value:173 search for 172
9.46/9.54	c [INC SYSTEM] there exists a inc, kill it!
9.46/9.54	c write failed with 2
9.46/9.55	c [INC SYSTEM] create new solver instance
9.46/9.55	c [INC] encode full formula
9.46/9.55	c (debug) using card networks
9.46/9.55	c old isEQ: 48, new EQ is 0
9.46/9.55	c set iterative enc to: card
9.46/9.55	c set iterative enc to: none
9.46/9.55	c [INC SEARCH] isOptimum variable: 0
251.92/252.04	c formula is SAT
251.92/252.04	c [INC SEARCH] copied best model
251.92/252.04	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
251.92/252.04	c model valid
251.92/252.04	c current solution ok
251.92/252.04	o -28
251.92/252.04	c [INC SEARCH] iteration: 8
251.92/252.04	c [INC BOUNDS] best value:172 search for 171
251.92/252.04	c [INC SYSTEM] there exists a inc, kill it!
251.92/252.04	c write failed with 2
251.92/252.04	c [INC SYSTEM] create new solver instance
251.92/252.04	c [INC] encode full formula
251.92/252.04	c (debug) using card networks
251.92/252.04	c old isEQ: 48, new EQ is 0
251.92/252.05	c set iterative enc to: card
251.92/252.05	c set iterative enc to: none
251.92/252.05	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/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-3747756-1339103605/watcher-3747756-1339103605 -o /tmp/evaluation-result-3747756-1339103605/solver-3747756-1339103605 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747756-1339103605.opb 1638437264 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: 1.96 2.01 2.00 3/176 8529
/proc/meminfo: memFree=22525564/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0

[startup+0.0234209 s]
/proc/loadavg: 1.96 2.01 2.00 3/176 8529
/proc/meminfo: memFree=22525564/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100339 s]
/proc/loadavg: 1.96 2.01 2.00 3/176 8529
/proc/meminfo: memFree=22525564/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300135 s]
/proc/loadavg: 1.96 2.01 2.00 3/176 8529
/proc/meminfo: memFree=22525564/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 1.96 2.01 2.00 3/176 8529
/proc/meminfo: memFree=22525564/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 8548
/proc/meminfo: memFree=22517588/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=0.3 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3155 12204 0 0 6 2 20 2 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8548] ppid=8530 vsize=8768 CPUtime=1.15 cores=0,2,4,6
/proc/8548/stat : 8548 (glucosInc) R 8530 8529 7832 0 -1 4202496 2524 0 0 0 115 0 0 0 20 0 1 0 376486010 8978432 1419 33554432000 4194304 5654031 140735210508512 140735210496328 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8548/statm: 2192 1419 142 357 0 1832 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 21876

[startup+3.10041 s]
/proc/loadavg: 1.96 2.01 2.00 3/179 8548
/proc/meminfo: memFree=22512572/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=0.3 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3155 12204 0 0 6 2 20 2 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8548] ppid=8530 vsize=14820 CPUtime=2.76 cores=0,2,4,6
/proc/8548/stat : 8548 (glucosInc) R 8530 8529 7832 0 -1 4202496 3795 0 0 0 275 1 0 0 20 0 1 0 376486010 15175680 3181 33554432000 4194304 5654031 140735210508512 140735210496328 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8548/statm: 3705 3181 142 357 0 3345 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 27928

[startup+6.30032 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8548
/proc/meminfo: memFree=22508604/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=0.3 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3155 12204 0 0 6 2 20 2 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8548] ppid=8530 vsize=17540 CPUtime=5.96 cores=0,2,4,6
/proc/8548/stat : 8548 (glucosInc) R 8530 8529 7832 0 -1 4202496 4502 0 0 0 595 1 0 0 20 0 1 0 376486010 17960960 3851 33554432000 4194304 5654031 140735210508512 140735210496328 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8548/statm: 4385 3851 142 357 0 4025 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 30648

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8552
/proc/meminfo: memFree=22510620/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=9.53 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3671 21152 0 0 8 2 938 5 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8552] ppid=8530 vsize=14808 CPUtime=3.13 cores=0,2,4,6
/proc/8552/stat : 8552 (glucosInc) R 8530 8529 7832 0 -1 4202496 3673 0 0 0 313 0 0 0 20 0 1 0 376486933 15163392 3178 33554432000 4194304 5654031 140734499199504 140734499197384 4215115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8552/statm: 3702 3178 142 357 0 3342 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27916

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 8552
/proc/meminfo: memFree=22497096/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=9.53 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3671 21152 0 0 8 2 938 5 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8552] ppid=8530 vsize=33560 CPUtime=15.93 cores=0,2,4,6
/proc/8552/stat : 8552 (glucosInc) R 8530 8529 7832 0 -1 4202496 4807 0 0 0 1592 1 0 0 20 0 1 0 376486933 34365440 6326 33554432000 4194304 5654031 140734499199504 140734499187320 4215353 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8552/statm: 8390 6326 142 357 0 8030 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 46668

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8552
/proc/meminfo: memFree=22489556/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=9.53 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3671 21152 0 0 8 2 938 5 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8552] ppid=8530 vsize=33560 CPUtime=41.53 cores=0,2,4,6
/proc/8552/stat : 8552 (glucosInc) R 8530 8529 7832 0 -1 4202496 4810 0 0 0 4152 1 0 0 20 0 1 0 376486933 34365440 7862 33554432000 4194304 5654031 140734499199504 140734499187320 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8552/statm: 8390 7862 142 357 0 8030 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 46668

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8552
/proc/meminfo: memFree=22480180/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=9.53 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3671 21152 0 0 8 2 938 5 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8552] ppid=8530 vsize=55148 CPUtime=92.72 cores=0,2,4,6
/proc/8552/stat : 8552 (glucosInc) R 8530 8529 7832 0 -1 4202496 6128 0 0 0 9271 1 0 0 20 0 1 0 376486933 56471552 9902 33554432000 4194304 5654031 140734499199504 140734499187320 4233190 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8552/statm: 13787 9902 142 357 0 13427 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 68256

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8552
/proc/meminfo: memFree=22451072/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=9.53 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3671 21152 0 0 8 2 938 5 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8552] ppid=8530 vsize=74004 CPUtime=152.71 cores=0,2,4,6
/proc/8552/stat : 8552 (glucosInc) R 8530 8529 7832 0 -1 4202496 6762 0 0 0 15269 2 0 0 20 0 1 0 376486933 75780096 16522 33554432000 4194304 5654031 140734499199504 140734499187320 4216285 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8552/statm: 18501 16522 142 357 0 18141 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 87112

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8553
/proc/meminfo: memFree=22443300/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=9.53 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3671 21152 0 0 8 2 938 5 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8552] ppid=8530 vsize=74004 CPUtime=212.69 cores=0,2,4,6
/proc/8552/stat : 8552 (glucosInc) R 8530 8529 7832 0 -1 4202496 7166 0 0 0 21267 2 0 0 20 0 1 0 376486933 75780096 17933 33554432000 4194304 5654031 140734499199504 140734499187320 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8552/statm: 18501 17933 142 357 0 18141 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87112

[startup+282.3 s]

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

/proc/meminfo: memFree=28806744/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=99320 CPUtime=990.07 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 12863 0 0 0 98991 16 0 0 20 0 1 0 376511183 101703680 24321 33554432000 4194304 5654031 140736194257344 140736194245160 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 24830 24321 142 357 0 24470 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 112428

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 8609
/proc/meminfo: memFree=28759604/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1050.07 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 13250 0 0 0 104989 18 0 0 20 0 1 0 376511183 152207360 33199 33554432000 4194304 5654031 140736194257344 140736194245160 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 33199 142 357 0 36800 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 161748

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8609
/proc/meminfo: memFree=28743796/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1110.06 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 13962 0 0 0 110986 20 0 0 20 0 1 0 376511183 152207360 35759 33554432000 4194304 5654031 140736194257344 140736194245160 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 35759 142 357 0 36800 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 161748

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8610
/proc/meminfo: memFree=28788704/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=99320 CPUtime=1170.05 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 14160 0 0 0 116985 20 0 0 20 0 1 0 376511183 101703680 24321 33554432000 4194304 5654031 140736194257344 140736194245160 4232782 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 24830 24321 142 357 0 24470 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 112428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8610
/proc/meminfo: memFree=28741716/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1230.03 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 15143 0 0 0 122981 22 0 0 20 0 1 0 376511183 152207360 33199 33554432000 4194304 5654031 140736194257344 140736194245160 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 33199 142 357 0 36800 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 161748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8610
/proc/meminfo: memFree=28726244/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1290.02 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 15400 0 0 0 128979 23 0 0 20 0 1 0 376511183 152207360 33711 33554432000 4194304 5654031 140736194257344 140736194245160 4233173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 33711 142 357 0 36800 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 161748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8613
/proc/meminfo: memFree=28714276/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1350.02 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 15598 0 0 0 134978 24 0 0 20 0 1 0 376511183 152207360 34223 33554432000 4194304 5654031 140736194257344 140736194245160 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 34223 142 357 0 36800 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 161748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8613
/proc/meminfo: memFree=28704168/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1410.01 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 15851 0 0 0 140976 25 0 0 20 0 1 0 376511183 152207360 35759 33554432000 4194304 5654031 140736194257344 140736194245160 4232782 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 35759 142 357 0 36800 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 161748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8614
/proc/meminfo: memFree=28690036/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=179460 CPUtime=1470 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 17242 0 0 0 146973 27 0 0 20 0 1 0 376511183 183767040 38386 33554432000 4194304 5654031 140736194257344 140736194255432 4243920 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 44865 38386 142 357 0 44505 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 192568

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 8614
/proc/meminfo: memFree=28742488/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=99320 CPUtime=1529.99 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 18030 0 0 0 152970 29 0 0 20 0 1 0 376511183 101703680 24321 33554432000 4194304 5654031 140736194257344 140736194245160 4215334 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 24830 24321 142 357 0 24470 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 112428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8614
/proc/meminfo: memFree=28709224/32873852 swapFree=6864/6864
[pid=8529] ppid=8527 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8529/stat : 8529 (npSolver-pbo-It) S 8527 8529 7832 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376485977 9367552 275 33554432000 4194304 5064252 140734351123648 140734351122560 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8529/statm: 2287 275 233 213 0 72 0
[pid=8530] ppid=8529 vsize=3960 CPUtime=251.98 cores=0,2,4,6
/proc/8530/stat : 8530 (npSolver-pbo) S 8529 8529 7832 0 -1 4202496 3929 28847 0 0 8 2 25180 8 20 0 1 0 376485977 4055040 583 33554432000 4194304 6004724 140736474801504 140736474787352 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8530/statm: 990 583 175 442 0 544 0
[pid=8555] ppid=8530 vsize=148640 CPUtime=1548.09 cores=0,2,4,6
/proc/8555/stat : 8555 (glucosInc) R 8530 8529 7832 0 -1 4202496 18220 0 0 0 154780 29 0 0 20 0 1 0 376511183 152207360 32687 33554432000 4194304 5654031 140736194257344 140736194245160 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8555/statm: 37160 32687 142 357 0 36800 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 161748

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.11
CPU user time (s): 1799.7
CPU system time (s): 0.409937
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 192568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.409937
maximum resident set size= 155592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253
involuntary context switches= 2134

runsolver used 8.22175 second user time and 16.6315 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-07 23:13:25
IDJOB=3747756
IDBENCH=48207
IDSOLVER=2332
FILE ID=node129/3747756-1339103605
RUNJOBID= node129-1339098175-7848
PBS_JOBID= 14643724
Free space on /tmp= 69472 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747756-1339103605/watcher-3747756-1339103605 -o /tmp/evaluation-result-3747756-1339103605/solver-3747756-1339103605 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747756-1339103605.opb 1638437264 HOME HOME

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=1638437264

node129.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.957
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	: 5333.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        22526548 kB
Buffers:           98144 kB
Cached:          1877860 kB
SwapCached:         2160 kB
Active:          9044220 kB
Inactive:         475020 kB
Active(anon):    7543132 kB
Inactive(anon):     2728 kB
Active(file):    1501088 kB
Inactive(file):   472292 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100408 kB
Dirty:              8684 kB
Writeback:             0 kB
AnonPages:       7548532 kB
Mapped:             9904 kB
Shmem:                 0 kB
Slab:             673508 kB
SReclaimable:     115364 kB
SUnreclaim:       558144 kB
KernelStack:        1464 kB
PageTables:        18868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10509300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3938304 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= 70280 MiB
End job on node129 at 2012-06-07 23:43:26