Trace number 3703354

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint11
Maximum length of a constraint20
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)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.10	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.10	c [INC SYSTEM] execute solver
0.00/0.10	c [INC SEARCH] formula is SAT
0.00/0.10	c [INC SYSTEM] solved the initial formula
0.00/0.10	c model valid
0.00/0.10	c current solution ok
0.00/0.12	o 43
0.00/0.12	c starting approximation
0.00/0.12	c factor = 1
0.00/0.12	c can not find a suitable factor, leaving approximation
0.00/0.12	c finished approximation
0.00/0.12	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.12	c write failed with 2
0.00/0.12	c [INC SEARCH] iteration: 0
0.00/0.12	c [INC BOUNDS] best value:43 search for 42
0.00/0.12	c [INC SYSTEM] create new solver instance
0.00/0.12	c [INC] encode full formula
0.00/0.12	c (debug) using card networks
0.00/0.12	c set iterative enc to: card
0.00/0.12	c set iterative enc to: none
0.00/0.12	c [INC SEARCH] isOptimum variable: 0
0.00/0.52	c formula is SAT
0.00/0.52	c [INC SEARCH] copied best model
0.00/0.52	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.52	c model valid
0.00/0.52	c current solution ok
0.00/0.52	o 34
0.00/0.52	c [INC SEARCH] iteration: 1
0.00/0.52	c [INC BOUNDS] best value:34 search for 33
0.00/0.52	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.52	c write failed with 2
0.00/0.52	c [INC SYSTEM] create new solver instance
0.00/0.52	c [INC] encode full formula
0.00/0.52	c (debug) using card networks
0.00/0.52	c set iterative enc to: card
0.00/0.52	c set iterative enc to: none
0.00/0.52	c [INC SEARCH] isOptimum variable: 0
0.00/0.94	c formula is SAT
0.00/0.94	c [INC SEARCH] copied best model
0.00/0.94	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.94	c model valid
0.00/0.94	c current solution ok
0.00/0.94	o 31
0.00/0.94	c [INC SEARCH] iteration: 2
0.00/0.94	c [INC BOUNDS] best value:31 search for 30
0.00/0.94	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.94	c write failed with 2
0.00/0.94	c [INC SYSTEM] create new solver instance
0.00/0.94	c [INC] encode full formula
0.00/0.94	c (debug) using card networks
0.00/0.94	c set iterative enc to: card
0.00/0.94	c set iterative enc to: none
0.00/0.95	c [INC SEARCH] isOptimum variable: 0
4.96/5.07	c formula is SAT
4.96/5.07	c [INC SEARCH] copied best model
4.96/5.07	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.05/5.18	c model valid
5.05/5.18	c current solution ok
5.05/5.18	o 30
5.05/5.18	c [INC SEARCH] iteration: 3
5.05/5.18	c [INC BOUNDS] best value:30 search for 29
5.05/5.18	c [INC SYSTEM] there exists a inc, kill it!
5.05/5.18	c write failed with 2
5.05/5.18	c [INC SYSTEM] create new solver instance
5.05/5.18	c [INC] encode full formula
5.05/5.18	c (debug) using card networks
5.05/5.18	c set iterative enc to: card
5.05/5.18	c set iterative enc to: none
5.05/5.21	c [INC SEARCH] isOptimum variable: 0
5.93/6.15	c formula is SAT
5.93/6.15	c [INC SEARCH] copied best model
5.93/6.15	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.93/6.15	c model valid
5.93/6.15	c current solution ok
5.93/6.15	o 29
5.93/6.15	c [INC SEARCH] iteration: 4
5.93/6.15	c [INC BOUNDS] best value:29 search for 28
5.93/6.15	c [INC SYSTEM] there exists a inc, kill it!
5.93/6.15	c write failed with 2
5.93/6.15	c [INC SYSTEM] create new solver instance
5.93/6.15	c [INC] encode full formula
5.93/6.15	c (debug) using card networks
5.93/6.15	c set iterative enc to: card
5.93/6.15	c set iterative enc to: none
5.93/6.15	c [INC SEARCH] isOptimum variable: 0
7.53/7.76	c formula is SAT
7.53/7.76	c [INC SEARCH] copied best model
7.53/7.76	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.53/7.76	c model valid
7.53/7.76	c current solution ok
7.53/7.76	o 27
7.53/7.76	c [INC SEARCH] iteration: 5
7.53/7.76	c [INC BOUNDS] best value:27 search for 26
7.53/7.76	c [INC SYSTEM] there exists a inc, kill it!
7.53/7.76	c write failed with 2
7.53/7.76	c [INC SYSTEM] create new solver instance
7.53/7.76	c [INC] encode full formula
7.53/7.76	c (debug) using card networks
7.53/7.77	c set iterative enc to: card
7.53/7.77	c set iterative enc to: none
7.53/7.77	c [INC SEARCH] isOptimum variable: 0
16.62/16.83	c formula is SAT
16.62/16.83	c [INC SEARCH] copied best model
16.62/16.83	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
16.62/16.83	c model valid
16.62/16.83	c current solution ok
16.62/16.83	o 26
16.62/16.83	c [INC SEARCH] iteration: 6
16.62/16.83	c [INC BOUNDS] best value:26 search for 25
16.62/16.83	c [INC SYSTEM] there exists a inc, kill it!
16.62/16.83	c write failed with 2
16.62/16.84	c [INC SYSTEM] create new solver instance
16.62/16.84	c [INC] encode full formula
16.62/16.84	c (debug) using card networks
16.62/16.84	c set iterative enc to: card
16.62/16.84	c set iterative enc to: none
16.62/16.84	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.50	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.50	s UNKNOWN
1800.02/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.50	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-3703354-1338079528/watcher-3703354-1338079528 -o /tmp/evaluation-result-3703354-1338079528/solver-3703354-1338079528 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703354-1338079528.opb 1188921749 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 23497
/proc/meminfo: memFree=31226284/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0

[startup+0.0115619 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23497
/proc/meminfo: memFree=31226284/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23497
/proc/meminfo: memFree=31226284/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23497
/proc/meminfo: memFree=31226284/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700132 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23497
/proc/meminfo: memFree=31226284/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23510
/proc/meminfo: memFree=31221532/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=0.93 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 1312 8027 0 0 2 1 88 2 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23510] ppid=23498 vsize=6740 CPUtime=0.54 cores=1,3,5,7
/proc/23510/stat : 23510 (glucosInc) R 23498 23497 10128 0 -1 4202496 1360 0 0 0 54 0 0 0 20 0 1 0 274078514 6901760 1060 33554432000 4194304 5654031 140736868619248 140736868617336 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23510/statm: 1685 1060 141 357 0 1325 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18956

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23510
/proc/meminfo: memFree=31187960/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=0.93 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 1312 8027 0 0 2 1 88 2 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23510] ppid=23498 vsize=14072 CPUtime=2.13 cores=1,3,5,7
/proc/23510/stat : 23510 (glucosInc) R 23498 23497 10128 0 -1 4202496 3217 0 0 0 213 0 0 0 20 0 1 0 274078514 14409728 2708 33554432000 4194304 5654031 140736868619248 140736868617128 4232788 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23510/statm: 3518 2708 141 357 0 3158 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 26288

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23512
/proc/meminfo: memFree=31184508/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=6 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 1773 14918 0 0 3 1 592 4 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 12216

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23516
/proc/meminfo: memFree=31210220/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=7.61 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2007 18454 0 0 3 1 752 5 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23516] ppid=23498 vsize=11392 CPUtime=4.91 cores=1,3,5,7
/proc/23516/stat : 23516 (glucosInc) R 23498 23497 10128 0 -1 4202496 2904 0 0 0 491 0 0 0 20 0 1 0 274079196 11665408 1753 33554432000 4194304 5654031 140734459544928 140734459532744 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23516/statm: 2848 1753 142 357 0 2488 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 23608

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23518
/proc/meminfo: memFree=31172260/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=20572 CPUtime=8.64 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 4356 0 0 0 863 1 0 0 20 0 1 0 274080103 21065728 4533 33554432000 4194304 5654031 140733495597408 140733495585224 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 5143 4533 142 357 0 4783 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 32788

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23518
/proc/meminfo: memFree=31187344/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=39372 CPUtime=34.24 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 6176 0 0 0 3422 2 0 0 20 0 1 0 274080103 40316928 9295 33554432000 4194304 5654031 140733495597408 140733495595208 4232963 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 9843 9295 142 357 0 9483 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 51588

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23521
/proc/meminfo: memFree=31205208/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=46980 CPUtime=85.42 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 7493 0 0 0 8540 2 0 0 20 0 1 0 274080103 48107520 11193 33554432000 4194304 5654031 140733495597408 140733495585224 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 11745 11193 142 357 0 11385 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 59196

[startup+162.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 23570
/proc/meminfo: memFree=31240700/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=84512 CPUtime=145.41 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 8590 0 0 0 14538 3 0 0 20 0 1 0 274080103 86540288 18221 33554432000 4194304 5654031 140733495597408 140733495585224 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 21128 18221 142 357 0 20768 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 96728

[startup+222.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 23880
/proc/meminfo: memFree=31217808/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=84512 CPUtime=205.4 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 8799 0 0 0 20535 5 0 0 20 0 1 0 274080103 86540288 19587 33554432000 4194304 5654031 140733495597408 140733495585224 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 21128 19587 142 357 0 20768 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 96728

[startup+282.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/182 23883
/proc/meminfo: memFree=31184844/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=31005040/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=114988 CPUtime=1285.24 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 15905 0 0 0 128502 22 0 0 20 0 1 0 274080103 117747712 23993 33554432000 4194304 5654031 140733495597408 140733495595432 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 28747 23993 142 357 0 28387 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 127204

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 24187
/proc/meminfo: memFree=31003404/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=114988 CPUtime=1345.22 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 16671 0 0 0 134499 23 0 0 20 0 1 0 274080103 117747712 23993 33554432000 4194304 5654031 140733495597408 140733495595432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 28747 23993 142 357 0 28387 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 127204

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 24187
/proc/meminfo: memFree=31042476/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=164308 CPUtime=1405.21 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 17247 0 0 0 140497 24 0 0 20 0 1 0 274080103 168251392 36320 33554432000 4194304 5654031 140733495597408 140733495595336 4232988 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 41077 36320 142 357 0 40717 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 176524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 24190
/proc/meminfo: memFree=30994672/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=164308 CPUtime=1465.2 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 17890 0 0 0 146494 26 0 0 20 0 1 0 274080103 168251392 34529 33554432000 4194304 5654031 140733495597408 140733495595336 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 41077 34529 142 357 0 40717 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 176524

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24190
/proc/meminfo: memFree=31013360/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=164308 CPUtime=1525.19 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 18624 0 0 0 152491 28 0 0 20 0 1 0 274080103 168251392 32481 33554432000 4194304 5654031 140733495597408 140733495595336 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 41077 32481 142 357 0 40717 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 176524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24190
/proc/meminfo: memFree=31078700/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=114988 CPUtime=1585.18 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 19222 0 0 0 158489 29 0 0 20 0 1 0 274080103 117747712 23993 33554432000 4194304 5654031 140733495597408 140733495595432 4232833 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 28747 23993 142 357 0 28387 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 127204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24191
/proc/meminfo: memFree=31020480/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=114988 CPUtime=1645.17 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 20130 0 0 0 164487 30 0 0 20 0 1 0 274080103 117747712 23993 33554432000 4194304 5654031 140733495597408 140733495595432 4233213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 28747 23993 142 357 0 28387 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 127204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24191
/proc/meminfo: memFree=31055928/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=127548 CPUtime=1705.16 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 21563 0 0 0 170483 33 0 0 20 0 1 0 274080103 130609152 29113 33554432000 4194304 5654031 140733495597408 140733495595288 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 31887 29113 142 357 0 31527 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 139764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24192
/proc/meminfo: memFree=30928840/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=127548 CPUtime=1765.15 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 22694 0 0 0 176480 35 0 0 20 0 1 0 274080103 130609152 31370 33554432000 4194304 5654031 140733495597408 140733495595432 4233201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 31887 31370 142 357 0 31527 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 139764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24192
/proc/meminfo: memFree=31007828/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=176868 CPUtime=1783.35 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 23005 0 0 0 178300 35 0 0 20 0 1 0 274080103 181112832 39346 33554432000 4194304 5654031 140733495597408 140733495595336 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 44217 39346 142 357 0 43857 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 189084

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.00 2.00 2.00 3/181 24192
/proc/meminfo: memFree=31007828/32873844 swapFree=7624/7624
[pid=23497] ppid=23495 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23497/stat : 23497 (npSolver-pbo-It) S 23495 23497 10128 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274078418 9367552 274 33554432000 4194304 5064252 140737181840080 140737181838992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23497/statm: 2287 274 233 213 0 72 0
[pid=23498] ppid=23497 vsize=3068 CPUtime=16.67 cores=1,3,5,7
/proc/23498/stat : 23498 (npSolver-pbo) S 23497 23497 10128 0 -1 4202496 2239 23675 0 0 4 1 1656 6 20 0 1 0 274078419 3141632 481 33554432000 4194304 5992684 140736495041072 140736495026904 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/23498/statm: 767 481 194 440 0 323 0
[pid=23518] ppid=23498 vsize=176868 CPUtime=1783.35 cores=1,3,5,7
/proc/23518/stat : 23518 (glucosInc) R 23498 23497 10128 0 -1 4202496 23005 0 0 0 178300 35 0 0 20 0 1 0 274080103 181112832 39346 33554432000 4194304 5654031 140733495597408 140733495595336 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23518/statm: 44217 39346 142 357 0 43857 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 189084

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1799.62
CPU system time (s): 0.444932
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 219904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.444932
maximum resident set size= 178132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154
involuntary context switches= 2163

runsolver used 3.35949 second user time and 7.77382 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 02:45:28
IDJOB=3703354
IDBENCH=48151
IDSOLVER=2278
FILE ID=node130/3703354-1338079528
RUNJOBID= node130-1338051995-10145
PBS_JOBID= 14624386
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=1188921749

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31226292 kB
Buffers:          237636 kB
Cached:           505372 kB
SwapCached:         4684 kB
Active:           799620 kB
Inactive:          49572 kB
Active(anon):      95336 kB
Inactive(anon):    10188 kB
Active(file):     704284 kB
Inactive(file):    39384 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099680 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        209576 kB
Mapped:            13128 kB
Shmem:                 8 kB
Slab:             654368 kB
SReclaimable:      96152 kB
SUnreclaim:       558216 kB
KernelStack:        1504 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71460 MiB
End job on node130 at 2012-05-27 03:15:29