Trace number 3703386

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-quickBound? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_5.opb
MD5SUM2585c1015aa6228da840b6f61adc6732
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-52
Best CPU time to get the best result obtained on this benchmark1797.47
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
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 constraint10
Maximum length of a constraint22
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)2528
Sum of products size (including duplicates)5056
Number of different products1264
Sum of products size2528

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.00	c run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.04	o 0
0.00/0.04	c starting approximation
0.00/0.04	c factor = 1
0.00/0.04	c can not find a suitable factor, leaving approximation
0.00/0.04	c finished approximation
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC BOUNDS] best value:200 search for 199
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c (debug) using card networks
0.00/0.05	c set iterative enc to: card
0.00/0.05	c set iterative enc to: none
0.00/0.05	c [INC SEARCH] isOptimum variable: 0
0.00/0.06	c formula is SAT
0.00/0.06	c [INC SEARCH] copied best model
0.00/0.06	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.06	c model valid
0.00/0.06	c current solution ok
0.00/0.06	o -37
0.00/0.06	c [INC SEARCH] iteration: 1
0.00/0.06	c [INC BOUNDS] best value:163 search for 162
0.00/0.06	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.06	c write failed with 2
0.00/0.06	c [INC SYSTEM] create new solver instance
0.00/0.06	c [INC] encode full formula
0.00/0.06	c (debug) using card networks
0.00/0.06	c set iterative enc to: card
0.00/0.06	c set iterative enc to: none
0.00/0.07	c [INC SEARCH] isOptimum variable: 0
0.00/0.09	c formula is SAT
0.00/0.09	c [INC SEARCH] copied best model
0.00/0.09	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.09	o -40
0.00/0.09	c [INC SEARCH] iteration: 2
0.00/0.09	c [INC BOUNDS] best value:160 search for 159
0.00/0.09	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.09	c write failed with 2
0.00/0.09	c [INC SYSTEM] create new solver instance
0.00/0.09	c [INC] encode full formula
0.00/0.09	c (debug) using card networks
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.56	c formula is SAT
0.00/0.57	c [INC SEARCH] copied best model
0.00/0.57	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.57	c model valid
0.00/0.57	c current solution ok
0.00/0.57	o -41
0.00/0.57	c [INC SEARCH] iteration: 3
0.00/0.57	c [INC BOUNDS] best value:159 search for 158
0.00/0.57	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.57	c write failed with 2
0.00/0.57	c [INC SYSTEM] create new solver instance
0.00/0.57	c [INC] encode full formula
0.00/0.57	c (debug) using card networks
0.00/0.57	c set iterative enc to: card
0.00/0.57	c set iterative enc to: none
0.00/0.57	c [INC SEARCH] isOptimum variable: 0
2.37/2.40	c formula is SAT
2.37/2.40	c [INC SEARCH] copied best model
2.37/2.40	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.37/2.40	c model valid
2.37/2.40	c current solution ok
2.37/2.40	o -42
2.37/2.40	c [INC SEARCH] iteration: 4
2.37/2.40	c [INC BOUNDS] best value:158 search for 157
2.37/2.40	c [INC SYSTEM] there exists a inc, kill it!
2.37/2.40	c write failed with 2
2.37/2.40	c [INC SYSTEM] create new solver instance
2.37/2.40	c [INC] encode full formula
2.37/2.40	c (debug) using card networks
2.37/2.41	c set iterative enc to: card
2.37/2.41	c set iterative enc to: none
2.37/2.41	c [INC SEARCH] isOptimum variable: 0
2.38/2.70	c formula is SAT
2.38/2.70	c [INC SEARCH] copied best model
2.38/2.70	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.38/2.70	c model valid
2.38/2.70	c current solution ok
2.38/2.70	o -44
2.38/2.70	c [INC SEARCH] iteration: 5
2.38/2.70	c [INC BOUNDS] best value:156 search for 155
2.38/2.70	c [INC SYSTEM] there exists a inc, kill it!
2.38/2.70	c write failed with 2
2.38/2.70	c [INC SYSTEM] create new solver instance
2.38/2.70	c [INC] encode full formula
2.38/2.70	c (debug) using card networks
2.38/2.71	c set iterative enc to: card
2.38/2.71	c set iterative enc to: none
2.38/2.71	c [INC SEARCH] isOptimum variable: 0
2.69/3.19	c formula is SAT
2.69/3.19	c [INC SEARCH] copied best model
2.69/3.19	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.69/3.19	c model valid
2.69/3.19	c current solution ok
2.69/3.19	o -46
2.69/3.19	c [INC SEARCH] iteration: 6
2.69/3.19	c [INC BOUNDS] best value:154 search for 153
2.69/3.19	c [INC SYSTEM] there exists a inc, kill it!
2.69/3.19	c write failed with 2
2.69/3.20	c [INC SYSTEM] create new solver instance
2.69/3.20	c [INC] encode full formula
2.69/3.20	c (debug) using card networks
2.69/3.20	c set iterative enc to: card
2.69/3.20	c set iterative enc to: none
2.69/3.20	c [INC SEARCH] isOptimum variable: 0
180.43/180.52	c formula is SAT
180.43/180.52	c [INC SEARCH] copied best model
180.43/180.52	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
180.43/180.52	c model valid
180.43/180.52	c current solution ok
180.43/180.52	o -47
180.43/180.52	c [INC SEARCH] iteration: 7
180.43/180.52	c [INC BOUNDS] best value:153 search for 152
180.43/180.52	c [INC SYSTEM] there exists a inc, kill it!
180.43/180.52	c write failed with 2
180.43/180.52	c [INC SYSTEM] create new solver instance
180.43/180.52	c [INC] encode full formula
180.43/180.52	c (debug) using card networks
180.43/180.52	c set iterative enc to: card
180.43/180.52	c set iterative enc to: none
180.43/180.53	c [INC SEARCH] isOptimum variable: 0
1045.47/1045.72	c formula is SAT
1045.47/1045.72	c [INC SEARCH] copied best model
1045.47/1045.72	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1045.47/1045.72	c model valid
1045.47/1045.72	c current solution ok
1045.47/1045.72	o -48
1045.47/1045.72	c [INC SEARCH] iteration: 8
1045.47/1045.72	c [INC BOUNDS] best value:152 search for 151
1045.47/1045.72	c [INC SYSTEM] there exists a inc, kill it!
1045.47/1045.72	c write failed with 2
1045.47/1045.72	c [INC SYSTEM] create new solver instance
1045.47/1045.72	c [INC] encode full formula
1045.47/1045.72	c (debug) using card networks
1045.47/1045.73	c set iterative enc to: card
1045.47/1045.73	c set iterative enc to: none
1045.47/1045.73	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.05/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-3703386-1338081501/watcher-3703386-1338081501 -o /tmp/evaluation-result-3703386-1338081501/solver-3703386-1338081501 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703386-1338081501.opb 281663313 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19352
/proc/meminfo: memFree=31474976/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0

[startup+0.017964 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19352
/proc/meminfo: memFree=31474976/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19352
/proc/meminfo: memFree=31474976/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300138 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19352
/proc/meminfo: memFree=31474976/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700123 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19352
/proc/meminfo: memFree=31474976/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19367
/proc/meminfo: memFree=31469124/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=0.56 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 1348 7779 0 0 3 0 52 1 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19367] ppid=19353 vsize=9636 CPUtime=0.91 cores=1,3,5,7
/proc/19367/stat : 19367 (glucosInc) R 19353 19352 3390 0 -1 4202496 1863 0 0 0 91 0 0 0 20 0 1 0 274275862 9867264 1715 33554432000 4194304 5654031 140736222742832 140736222740616 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19367/statm: 2409 1715 140 357 0 2049 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21464

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19367
/proc/meminfo: memFree=31467140/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=2.69 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 1834 13192 0 0 4 1 262 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 11828

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19373
/proc/meminfo: memFree=31460752/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=3.18 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2078 15086 0 0 4 1 311 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19373] ppid=19353 vsize=15828 CPUtime=3.08 cores=1,3,5,7
/proc/19373/stat : 19373 (glucosInc) R 19353 19352 3390 0 -1 4202496 3712 0 0 0 308 0 0 0 20 0 1 0 274276125 16207872 3285 33554432000 4194304 5654031 140736983590512 140736983588312 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19373/statm: 3957 3285 141 357 0 3597 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27656

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 2.01 3/181 19373
/proc/meminfo: memFree=31414304/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=3.18 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2078 15086 0 0 4 1 311 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19373] ppid=19353 vsize=30132 CPUtime=9.48 cores=1,3,5,7
/proc/19373/stat : 19373 (glucosInc) R 19353 19352 3390 0 -1 4202496 6108 0 0 0 947 1 0 0 20 0 1 0 274276125 30855168 6802 33554432000 4194304 5654031 140736983590512 140736983578328 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19373/statm: 7533 6802 141 357 0 7173 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41960

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 2.01 3/181 19373
/proc/meminfo: memFree=31403452/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=3.18 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2078 15086 0 0 4 1 311 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19373] ppid=19353 vsize=30132 CPUtime=22.27 cores=1,3,5,7
/proc/19373/stat : 19373 (glucosInc) R 19353 19352 3390 0 -1 4202496 6335 0 0 0 2226 1 0 0 20 0 1 0 274276125 30855168 7015 33554432000 4194304 5654031 140736983590512 140736983578328 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19373/statm: 7533 7015 141 357 0 7173 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41960

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.01 3/181 19374
/proc/meminfo: memFree=31431812/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=3.18 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2078 15086 0 0 4 1 311 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19373] ppid=19353 vsize=44356 CPUtime=47.87 cores=1,3,5,7
/proc/19373/stat : 19373 (glucosInc) R 19353 19352 3390 0 -1 4202496 7696 0 0 0 4784 3 0 0 20 0 1 0 274276125 45420544 10595 33554432000 4194304 5654031 140736983590512 140736983578328 4214957 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19373/statm: 11089 10595 141 357 0 10729 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 56184

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 19377
/proc/meminfo: memFree=31378984/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=3.18 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2078 15086 0 0 4 1 311 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19373] ppid=19353 vsize=82076 CPUtime=99.06 cores=1,3,5,7
/proc/19373/stat : 19373 (glucosInc) R 19353 19352 3390 0 -1 4202496 8840 0 0 0 9903 3 0 0 20 0 1 0 274276125 84045824 14416 33554432000 4194304 5654031 140736983590512 140736983578328 4208705 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19373/statm: 20519 14416 141 357 0 20159 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 93904

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 19377
/proc/meminfo: memFree=31350628/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=3.18 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2078 15086 0 0 4 1 311 2 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19373] ppid=19353 vsize=82076 CPUtime=159.05 cores=1,3,5,7
/proc/19373/stat : 19373 (glucosInc) R 19353 19352 3390 0 -1 4202496 8851 0 0 0 15901 4 0 0 20 0 1 0 274276125 84045824 20048 33554432000 4194304 5654031 140736983590512 140736983578328 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19373/statm: 20519 20048 141 357 0 20159 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 93904

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 19379
/proc/meminfo: memFree=31436652/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=180.46 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2323 24982 0 0 4 1 18033 8 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19379] ppid=19353 vsize=48620 CPUtime=41.74 cores=1,3,5,7
/proc/19379/stat : 19379 (glucosInc) R 19353 19352 3390 0 -1 4202496 10046 0 0 0 4171 3 0 0 20 0 1 0 274293858 49786880 9090 33554432000 4194304 5654031 140737418681104 140737418678984 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19379/statm: 12155 9090 141 357 0 11795 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 60448

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19379
/proc/meminfo: memFree=31404120/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=31295672/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=82368 CPUtime=196.51 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 9531 0 0 0 19647 4 0 0 20 0 1 0 274380378 84344832 20097 33554432000 4194304 5654031 140734791186128 140734791173944 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 20592 20097 141 357 0 20232 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 94196

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 19392
/proc/meminfo: memFree=31284128/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=131688 CPUtime=256.51 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 10438 0 0 0 25645 6 0 0 20 0 1 0 274380378 134848512 28063 33554432000 4194304 5654031 140734791186128 140734791184152 4232932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 32922 28063 141 357 0 32562 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 143516

[startup+1362.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/181 19439
/proc/meminfo: memFree=31264388/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=82368 CPUtime=316.49 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 11049 0 0 0 31642 7 0 0 20 0 1 0 274380378 84344832 20097 33554432000 4194304 5654031 140734791186128 140734791173944 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 20592 20097 141 357 0 20232 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 94196

[startup+1422.31 s]
/proc/loadavg: 2.10 2.07 2.02 3/181 19445
/proc/meminfo: memFree=31252832/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=94076 CPUtime=376.49 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 12339 0 0 0 37639 10 0 0 20 0 1 0 274380378 96333824 23024 33554432000 4194304 5654031 140734791186128 140734791173944 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 23519 23024 141 357 0 23159 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 105904

[startup+1482.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/181 19445
/proc/meminfo: memFree=31213924/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=143396 CPUtime=436.48 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 13246 0 0 0 43636 12 0 0 20 0 1 0 274380378 146837504 31502 33554432000 4194304 5654031 140734791186128 140734791184056 4217744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 35849 31502 141 357 0 35489 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 155224

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 19447
/proc/meminfo: memFree=31204072/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=94076 CPUtime=496.47 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 13861 0 0 0 49633 14 0 0 20 0 1 0 274380378 96333824 23024 33554432000 4194304 5654031 140734791186128 140734791173944 4233194 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 23519 23024 141 357 0 23159 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 105904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 19448
/proc/meminfo: memFree=31195868/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=94076 CPUtime=556.45 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 14475 0 0 0 55630 15 0 0 20 0 1 0 274380378 96333824 23024 33554432000 4194304 5654031 140734791186128 140734791173944 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 23519 23024 141 357 0 23159 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 105904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 19452
/proc/meminfo: memFree=31203252/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=143396 CPUtime=616.44 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 15086 0 0 0 61628 16 0 0 20 0 1 0 274380378 146837504 33550 33554432000 4194304 5654031 140734791186128 140734791173944 4232866 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 35849 33550 141 357 0 35489 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 155224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 19452
/proc/meminfo: memFree=31201508/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=143396 CPUtime=676.44 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 15701 0 0 0 67626 18 0 0 20 0 1 0 274380378 146837504 33550 33554432000 4194304 5654031 140734791186128 140734791173944 4218752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 35849 33550 141 357 0 35489 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 155224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 19452
/proc/meminfo: memFree=31206568/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=143396 CPUtime=736.43 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 17385 0 0 0 73622 21 0 0 20 0 1 0 274380378 146837504 32014 33554432000 4194304 5654031 140734791186128 140734791173944 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 35849 32014 141 357 0 35489 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 155224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 19452
/proc/meminfo: memFree=31239460/32873844 swapFree=7112/7112
[pid=19352] ppid=19350 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19352/stat : 19352 (npSolver-pbo-It) S 19350 19352 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274275804 9367552 275 33554432000 4194304 5064252 140734727932064 140734727930976 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19352/statm: 2287 275 233 213 0 72 0
[pid=19353] ppid=19352 vsize=2680 CPUtime=1045.52 cores=1,3,5,7
/proc/19353/stat : 19353 (npSolver-pbo) S 19352 19352 3390 0 -1 4202496 2568 41590 0 0 5 1 104514 32 20 0 1 0 274275804 2744320 388 33554432000 4194304 5992684 140734606771040 140734606756872 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19353/statm: 670 388 195 440 0 226 0
[pid=19388] ppid=19353 vsize=94076 CPUtime=754.53 cores=1,3,5,7
/proc/19388/stat : 19388 (glucosInc) R 19353 19352 3390 0 -1 4202496 17391 0 0 0 75432 21 0 0 20 0 1 0 274380378 96333824 23024 33554432000 4194304 5654031 140734791186128 140734791173944 4215784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 23519 23024 141 357 0 23159 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 105904

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.09
CPU user time (s): 1799.53
CPU system time (s): 0.554915
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 186044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.554915
maximum resident set size= 158728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226
involuntary context switches= 2024

runsolver used 3.42948 second user time and 9.28659 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 03:18:21
IDJOB=3703386
IDBENCH=48211
IDSOLVER=2278
FILE ID=node119/3703386-1338081501
RUNJOBID= node119-1338050630-3407
PBS_JOBID= 14624379
Free space on /tmp= 71600 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_5.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703386-1338081501/watcher-3703386-1338081501 -o /tmp/evaluation-result-3703386-1338081501/solver-3703386-1338081501 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703386-1338081501.opb 281663313 HOME HOME

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

MD5SUM BENCH= 2585c1015aa6228da840b6f61adc6732
RANDOM SEED=281663313

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31475248 kB
Buffers:          250820 kB
Cached:           262104 kB
SwapCached:         2216 kB
Active:           554196 kB
Inactive:          48228 kB
Active(anon):      88768 kB
Inactive(anon):     2828 kB
Active(file):     465428 kB
Inactive(file):    45400 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67099352 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:         94752 kB
Mapped:            13068 kB
Shmem:                 8 kB
Slab:             655348 kB
SReclaimable:      97508 kB
SUnreclaim:       557840 kB
KernelStack:        1464 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     210404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 71552 MiB
End job on node119 at 2012-05-27 03:48:22