Trace number 3752500

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 (fixed)? (TO) 1800.03 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_3.opb
MD5SUM12e000f4c238d036e0b89e0774c838fa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1797.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75294
Sum of products size (including duplicates)150588
Number of different products75294
Sum of products size150588

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.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
1.08/1.18	c [INC SYSTEM] finished preprocessing in 1 s
1.08/1.18	c [INC SYSTEM] execute solver
1.16/1.26	c [INC SEARCH] formula is SAT
1.16/1.27	c [INC SYSTEM] solved the initial formula
1.19/1.30	c model valid
1.19/1.30	c current solution ok
1.40/1.53	o 999
1.40/1.53	c starting approximation
1.40/1.53	c factor = 1
1.40/1.53	c can not find a suitable factor, leaving approximation
1.40/1.53	c finished approximation
1.40/1.53	c [INC SYSTEM] there exists a inc, kill it!
1.40/1.53	c write failed with 2
1.40/1.53	c [INC SEARCH] iteration: 0
1.40/1.53	c [INC BOUNDS] best value:999 search for 998
1.40/1.53	c [INC SYSTEM] create new solver instance
1.40/1.53	c [INC] encode full formula
1.40/1.53	c (debug) using card networks
1.40/1.53	c old isEQ: 144, new EQ is 0
1.40/1.56	c set iterative enc to: card
1.40/1.56	c set iterative enc to: none
1.40/1.57	c [INC SEARCH] isOptimum variable: 0
3.87/3.97	c formula is SAT
3.87/3.98	c [INC SEARCH] copied best model
3.87/3.98	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.97/4.01	c model valid
3.97/4.01	c current solution ok
3.97/4.01	o 48
3.97/4.01	c [INC SEARCH] iteration: 1
3.97/4.01	c [INC BOUNDS] best value:48 search for 47
3.97/4.01	c [INC SYSTEM] there exists a inc, kill it!
3.97/4.01	c write failed with 2
3.97/4.01	c [INC SYSTEM] create new solver instance
3.97/4.01	c [INC] encode full formula
3.97/4.01	c (debug) using card networks
3.97/4.01	c old isEQ: 96, new EQ is 0
3.97/4.03	c set iterative enc to: card
3.97/4.03	c set iterative enc to: none
3.97/4.04	c [INC SEARCH] isOptimum variable: 0
6.96/7.02	c formula is SAT
6.96/7.03	c [INC SEARCH] copied best model
6.96/7.03	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.96/7.06	c model valid
6.96/7.06	c current solution ok
6.96/7.06	o 46
6.96/7.06	c [INC SEARCH] iteration: 2
6.96/7.06	c [INC BOUNDS] best value:46 search for 45
6.96/7.06	c [INC SYSTEM] there exists a inc, kill it!
6.96/7.06	c write failed with 2
6.96/7.07	c [INC SYSTEM] create new solver instance
6.96/7.07	c [INC] encode full formula
6.96/7.07	c (debug) using card networks
6.96/7.07	c old isEQ: 96, new EQ is 0
6.96/7.08	c set iterative enc to: card
6.96/7.08	c set iterative enc to: none
6.96/7.09	c [INC SEARCH] isOptimum variable: 0
10.55/10.69	c formula is SAT
10.66/10.70	c [INC SEARCH] copied best model
10.66/10.70	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
10.66/10.73	c model valid
10.66/10.73	c current solution ok
10.66/10.73	o 44
10.66/10.73	c [INC SEARCH] iteration: 3
10.66/10.73	c [INC BOUNDS] best value:44 search for 43
10.66/10.73	c [INC SYSTEM] there exists a inc, kill it!
10.66/10.73	c write failed with 2
10.66/10.73	c [INC SYSTEM] create new solver instance
10.66/10.73	c [INC] encode full formula
10.66/10.73	c (debug) using card networks
10.66/10.73	c old isEQ: 96, new EQ is 0
10.66/10.75	c set iterative enc to: card
10.66/10.75	c set iterative enc to: none
10.66/10.76	c [INC SEARCH] isOptimum variable: 0
13.66/13.72	c formula is SAT
13.66/13.72	c [INC SEARCH] copied best model
13.66/13.72	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
13.66/13.76	c model valid
13.66/13.76	c current solution ok
13.66/13.76	o 43
13.66/13.76	c [INC SEARCH] iteration: 4
13.66/13.76	c [INC BOUNDS] best value:43 search for 42
13.66/13.76	c [INC SYSTEM] there exists a inc, kill it!
13.66/13.76	c write failed with 2
13.66/13.76	c [INC SYSTEM] create new solver instance
13.66/13.76	c [INC] encode full formula
13.66/13.76	c (debug) using card networks
13.66/13.76	c old isEQ: 96, new EQ is 0
13.66/13.77	c set iterative enc to: card
13.66/13.77	c set iterative enc to: none
13.66/13.78	c [INC SEARCH] isOptimum variable: 0
36.95/37.06	c formula is SAT
36.95/37.07	c [INC SEARCH] copied best model
36.95/37.07	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
37.06/37.11	c model valid
37.06/37.11	c current solution ok
37.06/37.11	o 42
37.06/37.11	c [INC SEARCH] iteration: 5
37.06/37.11	c [INC BOUNDS] best value:42 search for 41
37.06/37.11	c [INC SYSTEM] there exists a inc, kill it!
37.06/37.11	c write failed with 2
37.06/37.11	c [INC SYSTEM] create new solver instance
37.06/37.11	c [INC] encode full formula
37.06/37.11	c (debug) using card networks
37.06/37.11	c old isEQ: 96, new EQ is 0
37.06/37.12	c set iterative enc to: card
37.06/37.12	c set iterative enc to: none
37.06/37.13	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.51	HOME/npSolver-pbo-Itdqb.sh: line 18: 15262 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752500-1339218936/watcher-3752500-1339218936 -o /tmp/evaluation-result-3752500-1339218936/solver-3752500-1339218936 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752500-1339218936.opb 2104545570 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 15261
/proc/meminfo: memFree=31262660/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0

[startup+0.0465579 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 15261
/proc/meminfo: memFree=31262660/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 15261
/proc/meminfo: memFree=31262660/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 15261
/proc/meminfo: memFree=31262660/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70028 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 15261
/proc/meminfo: memFree=31262660/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/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: 0.00 0.00 0.00 3/182 15274
/proc/meminfo: memFree=31181600/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=1.4 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) R 15261 15261 15214 0 -1 4202496 4977 15824 0 0 22 17 76 25 20 0 1 0 388020425 15233024 3249 33554432000 4194304 6004724 140737449801872 140737449796072 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3249 159 442 0 3273 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 24024

[startup+3.10036 s]
/proc/loadavg: 0.16 0.03 0.01 3/181 15283
/proc/meminfo: memFree=31210612/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=1.55 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 5537 21193 0 0 24 20 84 27 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15283] ppid=15262 vsize=37732 CPUtime=1.51 cores=0,2,4,6
/proc/15283/stat : 15283 (glucosInc) R 15262 15261 15214 0 -1 4202496 7925 0 0 0 150 1 0 0 20 0 1 0 388020581 38637568 8182 33554432000 4194304 5654031 140735188854784 140735188852392 4797458 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15283/statm: 9433 8182 131 357 0 9073 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 61756

[startup+6.3003 s]
/proc/loadavg: 0.16 0.03 0.01 3/181 15285
/proc/meminfo: memFree=31199576/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=4.01 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 6237 30010 0 0 30 20 321 30 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15285] ppid=15262 vsize=33476 CPUtime=2.25 cores=0,2,4,6
/proc/15285/stat : 15285 (glucosInc) R 15262 15261 15214 0 -1 4202496 6897 0 0 0 224 1 0 0 20 0 1 0 388020828 34279424 7174 33554432000 4194304 5654031 140733229812256 140733229800072 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15285/statm: 8369 7174 140 357 0 8009 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 57500

[startup+12.7003 s]
/proc/loadavg: 0.44 0.10 0.03 3/181 15289
/proc/meminfo: memFree=31184340/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=10.74 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 7736 45528 0 0 42 20 977 35 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15289] ppid=15262 vsize=33348 CPUtime=1.93 cores=0,2,4,6
/proc/15289/stat : 15289 (glucosInc) R 15262 15261 15214 0 -1 4202496 6321 0 0 0 192 1 0 0 20 0 1 0 388021500 34148352 7149 33554432000 4194304 5654031 140734091789856 140734091787640 4232632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15289/statm: 8337 7149 131 357 0 7977 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57372

[startup+25.5004 s]
/proc/loadavg: 0.68 0.16 0.05 3/181 15291
/proc/meminfo: memFree=31088404/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=13.76 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 8470 52902 0 0 47 21 1271 37 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15291] ppid=15262 vsize=138008 CPUtime=11.7 cores=0,2,4,6
/proc/15291/stat : 15291 (glucosInc) R 15262 15261 15214 0 -1 4202496 10316 0 0 0 1165 5 0 0 20 0 1 0 388021803 141320192 28033 33554432000 4194304 5654031 140735980955744 140735980953672 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15291/statm: 34502 28033 142 357 0 34142 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 162032

[startup+51.1004 s]
/proc/loadavg: 1.13 0.31 0.10 3/181 15293
/proc/meminfo: memFree=31061108/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=137404 CPUtime=13.94 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 11699 0 0 0 1390 4 0 0 20 0 1 0 388024138 140701696 28454 33554432000 4194304 5654031 140734392491936 140734392489864 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 34351 28454 142 357 0 33991 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 161428

[startup+102.307 s]
/proc/loadavg: 1.86 0.65 0.23 3/181 15293
/proc/meminfo: memFree=31021728/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=168224 CPUtime=65.13 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 17446 0 0 0 6498 15 0 0 20 0 1 0 388024138 172261376 36141 33554432000 4194304 5654031 140734392491936 140734392490024 4232585 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 42056 36141 142 357 0 41696 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 192248

[startup+162.3 s]
/proc/loadavg: 1.94 0.87 0.33 3/181 15293
/proc/meminfo: memFree=30911228/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=299700 CPUtime=125.11 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 23397 0 0 0 12484 27 0 0 20 0 1 0 388024138 306892800 56030 33554432000 4194304 5654031 140734392491936 140734392490024 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 74925 56030 142 357 0 74565 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 323724

[startup+222.3 s]
/proc/loadavg: 1.98 1.09 0.44 3/181 15294
/proc/meminfo: memFree=30893184/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=299700 CPUtime=185.09 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 28161 0 0 0 18471 38 0 0 20 0 1 0 388024138 306892800 56030 33554432000 4194304 5654031 140734392491936 140734392490024 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 74925 56030 142 357 0 74565 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 323724

[startup+282.3 s]
/proc/loadavg: 1.99 1.24 0.53 3/182 15297
/proc/meminfo: memFree=30887868/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.02 1.97 1.51 3/181 15303
/proc/meminfo: memFree=30506408/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=646884 CPUtime=1324.81 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 69889 0 0 0 132296 185 0 0 20 0 1 0 388024138 662409216 134930 33554432000 4194304 5654031 140734392491936 140734392490024 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 161721 134930 142 357 0 161361 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 670908

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/181 15304
/proc/meminfo: memFree=30670212/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=431960 CPUtime=1384.79 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 72234 0 0 0 138286 193 0 0 20 0 1 0 388024138 442327040 85854 33554432000 4194304 5654031 140734392491936 140734392490024 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 107990 85854 142 357 0 107630 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 455984

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/182 15307
/proc/meminfo: memFree=30419852/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=646884 CPUtime=1444.78 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 72779 0 0 0 144280 198 0 0 20 0 1 0 388024138 662409216 142098 33554432000 4194304 5654031 140734392491936 140734392490024 4215888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 161721 142098 142 357 0 161361 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 670908

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/181 15307
/proc/meminfo: memFree=30598340/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=431960 CPUtime=1504.77 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 75108 0 0 0 150272 205 0 0 20 0 1 0 388024138 442327040 91486 33554432000 4194304 5654031 140734392491936 140734392490024 4214996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 107990 91486 142 357 0 107630 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 455984

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/181 15307
/proc/meminfo: memFree=30360524/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=646884 CPUtime=1564.76 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 75650 0 0 0 156266 210 0 0 20 0 1 0 388024138 662409216 146194 33554432000 4194304 5654031 140734392491936 140734392490024 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 161721 146194 142 357 0 161361 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 670908

[startup+1662.3 s]
/proc/loadavg: 2.03 1.99 1.64 3/181 15307
/proc/meminfo: memFree=30584356/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=431960 CPUtime=1624.75 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 77971 0 0 0 162258 217 0 0 20 0 1 0 388024138 442327040 85845 33554432000 4194304 5654031 140734392491936 140734392490024 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 107990 85845 142 357 0 107630 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 455984

[startup+1722.3 s]
/proc/loadavg: 2.01 1.99 1.66 3/181 15308
/proc/meminfo: memFree=30315484/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=646884 CPUtime=1684.74 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 78606 0 0 0 168253 221 0 0 20 0 1 0 388024138 662409216 148821 33554432000 4194304 5654031 140734392491936 140734392490024 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 161721 148821 142 357 0 161361 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 670908

[startup+1782.3 s]
/proc/loadavg: 2.08 2.01 1.68 3/181 15308
/proc/meminfo: memFree=30569224/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=431960 CPUtime=1744.73 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 80825 0 0 0 174245 228 0 0 20 0 1 0 388024138 442327040 81132 33554432000 4194304 5654031 140734392491936 140734392490024 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 107990 81132 142 357 0 107630 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 455984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.05 2.01 1.69 2/174 15333
/proc/meminfo: memFree=30866184/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=431960 CPUtime=1762.93 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 80858 0 0 0 176065 228 0 0 20 0 1 0 388024138 442327040 98028 33554432000 4194304 5654031 140734392491936 140734392490024 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 107990 98028 142 357 0 107630 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 455984

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.05 2.01 1.69 2/174 15333
/proc/meminfo: memFree=30866184/32873648 swapFree=7376/7376
[pid=15261] ppid=15259 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15261/stat : 15261 (npSolver-pbo-It) S 15259 15261 15214 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 388020424 9367552 275 33554432000 4194304 5064252 140735013272768 140735013271680 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15261/statm: 2287 275 233 213 0 72 0
[pid=15262] ppid=15261 vsize=14876 CPUtime=37.1 cores=0,2,4,6
/proc/15262/stat : 15262 (npSolver-pbo) S 15261 15261 15214 0 -1 4202496 9204 63964 0 0 53 21 3590 46 20 0 1 0 388020425 15233024 3279 33554432000 4194304 6004724 140737449801872 140737449787720 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/15262/statm: 3719 3279 189 442 0 3273 0
[pid=15293] ppid=15262 vsize=431960 CPUtime=1762.93 cores=0,2,4,6
/proc/15293/stat : 15293 (glucosInc) R 15262 15261 15214 0 -1 4202496 80858 0 0 0 176065 228 0 0 20 0 1 0 388024138 442327040 98028 33554432000 4194304 5654031 140734392491936 140734392490024 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15293/statm: 107990 98028 142 357 0 107630 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 455984

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15261 and gives
#  childrusage.ru_utime.tv_sec=36
#  childrusage.ru_utime.tv_usec=442459
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=681896
# CPU time returned by wait4() is 37.1244
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1797.08
CPU system time (s): 2.95
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 1150384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4425
system time used= 0.681896
maximum resident set size= 143184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73543
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1070
involuntary context switches= 158

runsolver used 3.97539 second user time and 8.74067 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 07:15:36
IDJOB=3752500
IDBENCH=48149
IDSOLVER=2335
FILE ID=node113/3752500-1339218936
RUNJOBID= node113-1339218935-15230
PBS_JOBID= 14644312
Free space on /tmp= 71184 MiB

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

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

MD5SUM BENCH= 12e000f4c238d036e0b89e0774c838fa
RANDOM SEED=2104545570

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:       32873648 kB
MemFree:        31240476 kB
Buffers:          469128 kB
Cached:           196088 kB
SwapCached:         1340 kB
Active:           599980 kB
Inactive:         104804 kB
Active(anon):      31736 kB
Inactive(anon):     3928 kB
Active(file):     568244 kB
Inactive(file):   100876 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             18332 kB
Writeback:             0 kB
AnonPages:         17476 kB
Mapped:             9948 kB
Shmem:                 0 kB
Slab:             789000 kB
SReclaimable:     233092 kB
SUnreclaim:       555908 kB
KernelStack:        1392 kB
PageTables:         3788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     156108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node113 at 2012-06-09 07:45:36