Trace number 3702784

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark77.6872
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
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 225
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 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 75
0.00/0.01	c starting approximation
0.00/0.01	c factor = 1
0.00/0.01	c can not find a suitable factor, leaving approximation
0.00/0.01	c finished approximation
0.00/0.01	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.01	c write failed with 2
0.00/0.01	c [INC SEARCH] iteration: 0
0.00/0.01	c [INC BOUNDS] best value:75 search for 74
0.00/0.01	c [INC SYSTEM] create new solver instance
0.00/0.01	c [INC] encode full formula
0.00/0.01	c (debug) using card networks
0.00/0.02	c set iterative enc to: card
0.00/0.02	c set iterative enc to: none
0.00/0.02	c [INC SEARCH] isOptimum variable: 0
0.00/0.03	c formula is SAT
0.00/0.03	c [INC SEARCH] copied best model
0.00/0.03	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.03	o 73
0.00/0.03	c [INC SEARCH] iteration: 1
0.00/0.03	c [INC BOUNDS] best value:73 search for 72
0.00/0.03	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.03	c write failed with 2
0.00/0.03	c [INC SYSTEM] create new solver instance
0.00/0.03	c [INC] encode full formula
0.00/0.03	c (debug) using card networks
0.00/0.03	c set iterative enc to: card
0.00/0.03	c set iterative enc to: none
0.00/0.04	c [INC SEARCH] isOptimum variable: 0
0.00/0.06	c formula is SAT
0.00/0.06	c [INC SEARCH] copied best model
0.00/0.06	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.06	c model valid
0.00/0.06	c current solution ok
0.00/0.06	o 70
0.00/0.06	c [INC SEARCH] iteration: 2
0.00/0.06	c [INC BOUNDS] best value:70 search for 69
0.00/0.06	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.06	c write failed with 2
0.00/0.06	c [INC SYSTEM] create new solver instance
0.00/0.06	c [INC] encode full formula
0.00/0.06	c (debug) using card networks
0.00/0.07	c set iterative enc to: card
0.00/0.07	c set iterative enc to: none
0.00/0.07	c [INC SEARCH] isOptimum variable: 0
0.00/0.12	c formula is SAT
0.00/0.12	c [INC SEARCH] copied best model
0.00/0.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.12	o 65
0.00/0.12	c [INC SEARCH] iteration: 3
0.00/0.12	c [INC BOUNDS] best value:65 search for 64
0.00/0.12	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.12	c write failed with 2
0.00/0.12	c [INC SYSTEM] create new solver instance
0.00/0.12	c [INC] encode full formula
0.00/0.12	c (debug) using card networks
0.00/0.12	c 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.31	c formula is SAT
0.00/0.31	c [INC SEARCH] copied best model
0.00/0.31	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.31	c model valid
0.00/0.31	c current solution ok
0.00/0.31	o 64
0.00/0.31	c [INC SEARCH] iteration: 4
0.00/0.31	c [INC BOUNDS] best value:64 search for 63
0.00/0.31	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.31	c write failed with 2
0.00/0.31	c [INC SYSTEM] create new solver instance
0.00/0.31	c [INC] encode full formula
0.00/0.31	c (debug) using card networks
0.00/0.31	c set iterative enc to: card
0.00/0.31	c set iterative enc to: none
0.00/0.32	c [INC SEARCH] isOptimum variable: 0
0.00/0.69	c formula is SAT
0.00/0.69	c [INC SEARCH] copied best model
0.00/0.69	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.69	c model valid
0.00/0.69	c current solution ok
0.00/0.69	o 61
0.00/0.69	c [INC SEARCH] iteration: 5
0.00/0.69	c [INC BOUNDS] best value:61 search for 60
0.00/0.69	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.69	c write failed with 2
0.00/0.69	c [INC SYSTEM] create new solver instance
0.00/0.69	c [INC] encode full formula
0.00/0.69	c (debug) using card networks
0.00/0.70	c set iterative enc to: card
0.00/0.70	c set iterative enc to: none
0.00/0.70	c [INC SEARCH] isOptimum variable: 0
2.66/2.75	c formula is SAT
2.66/2.75	c [INC SEARCH] copied best model
2.66/2.75	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.66/2.75	c model valid
2.66/2.75	c current solution ok
2.66/2.75	o 60
2.66/2.75	c [INC SEARCH] iteration: 6
2.66/2.75	c [INC BOUNDS] best value:60 search for 59
2.66/2.75	c [INC SYSTEM] there exists a inc, kill it!
2.66/2.75	c write failed with 2
2.66/2.75	c [INC SYSTEM] create new solver instance
2.66/2.75	c [INC] encode full formula
2.66/2.75	c (debug) using card networks
2.66/2.75	c set iterative enc to: card
2.66/2.75	c set iterative enc to: none
2.66/2.75	c [INC SEARCH] isOptimum variable: 0
18.95/19.05	c formula is SAT
18.95/19.05	c [INC SEARCH] copied best model
18.95/19.05	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
18.95/19.05	c model valid
18.95/19.05	c current solution ok
18.95/19.05	o 59
18.95/19.05	c [INC SEARCH] iteration: 7
18.95/19.05	c [INC BOUNDS] best value:59 search for 58
18.95/19.05	c [INC SYSTEM] there exists a inc, kill it!
18.95/19.05	c write failed with 2
18.95/19.05	c [INC SYSTEM] create new solver instance
18.95/19.05	c [INC] encode full formula
18.95/19.05	c (debug) using card networks
18.95/19.06	c set iterative enc to: card
18.95/19.06	c set iterative enc to: none
18.95/19.06	c [INC SEARCH] isOptimum variable: 0
51.54/51.62	c formula is SAT
51.54/51.62	c [INC SEARCH] copied best model
51.54/51.62	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
51.54/51.62	c model valid
51.54/51.62	c current solution ok
51.54/51.62	o 58
51.54/51.62	c [INC SEARCH] iteration: 8
51.54/51.62	c [INC BOUNDS] best value:58 search for 57
51.54/51.62	c [INC SYSTEM] there exists a inc, kill it!
51.54/51.62	c write failed with 2
51.54/51.62	c [INC SYSTEM] create new solver instance
51.54/51.62	c [INC] encode full formula
51.54/51.62	c (debug) using card networks
51.54/51.62	c set iterative enc to: card
51.54/51.62	c set iterative enc to: none
51.54/51.63	c [INC SEARCH] isOptimum variable: 0
69.32/69.43	c formula is SAT
69.32/69.43	c [INC SEARCH] copied best model
69.32/69.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
69.32/69.43	c model valid
69.32/69.43	c current solution ok
69.32/69.43	o 57
69.32/69.43	c [INC SEARCH] iteration: 9
69.32/69.43	c [INC BOUNDS] best value:57 search for 56
69.32/69.43	c [INC SYSTEM] there exists a inc, kill it!
69.32/69.43	c write failed with 2
69.32/69.43	c [INC SYSTEM] create new solver instance
69.32/69.43	c [INC] encode full formula
69.32/69.43	c (debug) using card networks
69.32/69.43	c set iterative enc to: card
69.32/69.43	c set iterative enc to: none
69.32/69.44	c [INC SEARCH] isOptimum variable: 0
130.10/130.25	c formula is SAT
130.10/130.25	c [INC SEARCH] copied best model
130.10/130.25	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
130.10/130.25	c model valid
130.10/130.25	c current solution ok
130.10/130.25	o 56
130.10/130.25	c [INC SEARCH] iteration: 10
130.10/130.25	c [INC BOUNDS] best value:56 search for 55
130.10/130.25	c [INC SYSTEM] there exists a inc, kill it!
130.10/130.25	c write failed with 2
130.10/130.25	c [INC SYSTEM] create new solver instance
130.10/130.25	c [INC] encode full formula
130.10/130.25	c (debug) using card networks
130.10/130.25	c set iterative enc to: card
130.10/130.25	c set iterative enc to: none
130.10/130.26	c [INC SEARCH] isOptimum variable: 0
433.15/433.34	c formula is SAT
433.15/433.34	c [INC SEARCH] copied best model
433.15/433.34	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
433.15/433.34	c model valid
433.15/433.34	c current solution ok
433.15/433.34	o 55
433.15/433.34	c [INC SEARCH] iteration: 11
433.15/433.34	c [INC BOUNDS] best value:55 search for 54
433.15/433.34	c [INC SYSTEM] there exists a inc, kill it!
433.15/433.34	c write failed with 2
433.15/433.34	c [INC SYSTEM] create new solver instance
433.15/433.34	c [INC] encode full formula
433.15/433.34	c (debug) using card networks
433.15/433.35	c set iterative enc to: card
433.15/433.35	c set iterative enc to: none
433.15/433.35	c [INC SEARCH] isOptimum variable: 0
649.70/649.91	c formula is SAT
649.70/649.91	c [INC SEARCH] copied best model
649.70/649.91	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
649.70/649.91	c model valid
649.70/649.91	c current solution ok
649.70/649.91	o 54
649.70/649.91	c [INC SEARCH] iteration: 12
649.70/649.91	c [INC BOUNDS] best value:54 search for 53
649.70/649.91	c [INC SYSTEM] there exists a inc, kill it!
649.70/649.91	c write failed with 2
649.70/649.92	c [INC SYSTEM] create new solver instance
649.70/649.92	c [INC] encode full formula
649.70/649.92	c (debug) using card networks
649.70/649.92	c set iterative enc to: card
649.70/649.92	c set iterative enc to: none
649.70/649.92	c [INC SEARCH] isOptimum variable: 0
1637.64/1638.00	c formula is SAT
1637.64/1638.00	c [INC SEARCH] copied best model
1637.64/1638.00	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1637.64/1638.00	c model valid
1637.64/1638.00	c current solution ok
1637.64/1638.00	o 53
1637.64/1638.00	c [INC SEARCH] iteration: 13
1637.64/1638.00	c [INC BOUNDS] best value:53 search for 52
1637.64/1638.00	c [INC SYSTEM] there exists a inc, kill it!
1637.64/1638.00	c write failed with 2
1637.64/1638.01	c [INC SYSTEM] create new solver instance
1637.64/1638.01	c [INC] encode full formula
1637.64/1638.01	c (debug) using card networks
1637.64/1638.01	c set iterative enc to: card
1637.64/1638.01	c set iterative enc to: none
1637.64/1638.02	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702784-1338059199/watcher-3702784-1338059199 -o /tmp/evaluation-result-3702784-1338059199/solver-3702784-1338059199 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702784-1338059199.opb 2018622122 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: 2.06 2.05 2.00 3/178 10813
/proc/meminfo: memFree=29099564/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0

[startup+0.073138 s]
/proc/loadavg: 2.06 2.05 2.00 3/178 10813
/proc/meminfo: memFree=29099564/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.06 2.05 2.00 3/178 10813
/proc/meminfo: memFree=29099564/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.06 2.05 2.00 3/178 10813
/proc/meminfo: memFree=29099564/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700194 s]
/proc/loadavg: 2.06 2.05 2.00 3/178 10813
/proc/meminfo: memFree=29099564/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.06 2.05 2.00 3/176 10993
/proc/meminfo: memFree=29096468/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=0.68 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 1401 9602 0 0 3 0 63 2 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=10927] ppid=10814 vsize=8028 CPUtime=0.78 cores=0,2,4,6
/proc/10927/stat : 10927 (glucosInc) R 10814 10813 10128 0 -1 4202496 1786 0 0 0 78 0 0 0 20 0 1 0 272045625 8220672 1385 33554432000 4194304 5654031 140737312408800 140737312406680 4216401 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10927/statm: 2007 1385 142 357 0 1647 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19780

[startup+3.10015 s]
/proc/loadavg: 2.06 2.05 2.00 3/180 11018
/proc/meminfo: memFree=29039968/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=2.73 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 1558 12283 0 0 3 0 267 3 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 11752

[startup+6.30026 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 11022
/proc/meminfo: memFree=28935200/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=2.73 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 1558 12283 0 0 3 0 267 3 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11022] ppid=10814 vsize=14060 CPUtime=3.53 cores=0,2,4,6
/proc/11022/stat : 11022 (glucosInc) R 10814 10813 10128 0 -1 4202496 2510 0 0 0 353 0 0 0 20 0 1 0 272045830 14397440 2668 33554432000 4194304 5654031 140736001198432 140736001186248 4232421 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11022/statm: 3515 2668 142 357 0 3155 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 25812

[startup+12.7003 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 11022
/proc/meminfo: memFree=28928304/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=2.73 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 1558 12283 0 0 3 0 267 3 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11022] ppid=10814 vsize=16020 CPUtime=9.92 cores=0,2,4,6
/proc/11022/stat : 11022 (glucosInc) R 10814 10813 10128 0 -1 4202496 3525 0 0 0 992 0 0 0 20 0 1 0 272045830 16404480 3480 33554432000 4194304 5654031 140736001198432 140736001186248 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11022/statm: 4005 3480 142 357 0 3645 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 27772

[startup+25.5003 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 11024
/proc/meminfo: memFree=28928860/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=19.03 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 1715 17096 0 0 4 0 1895 4 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11024] ppid=10814 vsize=16324 CPUtime=6.42 cores=0,2,4,6
/proc/11024/stat : 11024 (glucosInc) R 10814 10813 10128 0 -1 4202496 3510 0 0 0 642 0 0 0 20 0 1 0 272047461 16715776 3177 33554432000 4194304 5654031 140736585241184 140736585229000 4233232 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11024/statm: 4081 3177 142 357 0 3721 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 28076

[startup+51.1003 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 11024
/proc/meminfo: memFree=28904292/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=19.03 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 1715 17096 0 0 4 0 1895 4 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11024] ppid=10814 vsize=37720 CPUtime=32.01 cores=0,2,4,6
/proc/11024/stat : 11024 (glucosInc) R 10814 10813 10128 0 -1 4202496 5736 0 0 0 3200 1 0 0 20 0 1 0 272047461 38625280 7894 33554432000 4194304 5654031 140736585241184 140736585229000 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11024/statm: 9430 7894 142 357 0 9070 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 49472

[startup+102.306 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 11028
/proc/meminfo: memFree=28901628/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=69.37 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2029 28779 0 0 4 0 6926 7 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11028] ppid=10814 vsize=30372 CPUtime=32.84 cores=0,2,4,6
/proc/11028/stat : 11028 (glucosInc) R 10814 10813 10128 0 -1 4202496 6288 0 0 0 3283 1 0 0 20 0 1 0 272052499 31100928 6499 33554432000 4194304 5654031 140736096525536 140736096513352 4232752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11028/statm: 7593 6499 142 357 0 7233 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 42124

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 11030
/proc/meminfo: memFree=28891548/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=130.16 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2186 36993 0 0 5 0 13002 9 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11030] ppid=10814 vsize=27744 CPUtime=32.02 cores=0,2,4,6
/proc/11030/stat : 11030 (glucosInc) R 10814 10813 10128 0 -1 4202496 5263 0 0 0 3201 1 0 0 20 0 1 0 272058581 28409856 6396 33554432000 4194304 5654031 140736607413760 140736607401576 4233160 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11030/statm: 6936 6396 142 357 0 6576 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 39496

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 11033
/proc/meminfo: memFree=28868940/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=130.16 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2186 36993 0 0 5 0 13002 9 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11030] ppid=10814 vsize=53700 CPUtime=92.01 cores=0,2,4,6
/proc/11030/stat : 11030 (glucosInc) R 10814 10813 10128 0 -1 4202496 6906 0 0 0 9199 2 0 0 20 0 1 0 272058581 54988800 9972 33554432000 4194304 5654031 140736607413760 140736607401576 4215064 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11030/statm: 13425 9972 142 357 0 13065 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 65452

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11034
/proc/meminfo: memFree=28852528/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28723644/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=91000 CPUtime=592.27 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 9070 0 0 0 59222 5 0 0 20 0 1 0 272110548 93184000 22143 33554432000 4194304 5654031 140734804211760 140734804199576 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 22750 22143 142 357 0 22390 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 102752

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 11044
/proc/meminfo: memFree=28720276/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=91000 CPUtime=652.26 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 9766 0 0 0 65220 6 0 0 20 0 1 0 272110548 93184000 22230 33554432000 4194304 5654031 140734804211760 140734804199576 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 22750 22230 142 357 0 22390 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 102752

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 11044
/proc/meminfo: memFree=28719952/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=91000 CPUtime=712.25 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 10373 0 0 0 71218 7 0 0 20 0 1 0 272110548 93184000 22230 33554432000 4194304 5654031 140734804211760 140734804199576 4232386 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 22750 22230 142 357 0 22390 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 102752

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 11047
/proc/meminfo: memFree=28731524/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=91000 CPUtime=772.25 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 10979 0 0 0 77217 8 0 0 20 0 1 0 272110548 93184000 22230 33554432000 4194304 5654031 140734804211760 140734804199576 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 22750 22230 142 357 0 22390 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 102752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11048
/proc/meminfo: memFree=28712420/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=91000 CPUtime=832.23 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 11587 0 0 0 83214 9 0 0 20 0 1 0 272110548 93184000 22230 33554432000 4194304 5654031 140734804211760 140734804199576 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 22750 22230 142 357 0 22390 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 102752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11048
/proc/meminfo: memFree=28726616/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=91000 CPUtime=892.22 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 12196 0 0 0 89212 10 0 0 20 0 1 0 272110548 93184000 22230 33554432000 4194304 5654031 140734804211760 140734804199576 4233216 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 22750 22230 142 357 0 22390 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 102752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11048
/proc/meminfo: memFree=28670888/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=649.74 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2500 54249 0 0 6 0 64951 17 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11039] ppid=10814 vsize=140320 CPUtime=952.21 cores=0,2,4,6
/proc/11039/stat : 11039 (glucosInc) R 10814 10813 10128 0 -1 4202496 12805 0 0 0 95210 11 0 0 20 0 1 0 272110548 143687680 30710 33554432000 4194304 5654031 140734804211760 140734804199576 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11039/statm: 35080 30710 142 357 0 34720 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 152072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11050
/proc/meminfo: memFree=28790284/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=1637.67 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2657 67883 0 0 6 0 163732 29 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11050] ppid=10814 vsize=27660 CPUtime=24.27 cores=0,2,4,6
/proc/11050/stat : 11050 (glucosInc) R 10814 10813 10128 0 -1 4202496 4643 0 0 0 2426 1 0 0 20 0 1 0 272209357 28323840 6375 33554432000 4194304 5654031 140735456389552 140735456377368 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11050/statm: 6915 6375 142 357 0 6555 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 39412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 11051
/proc/meminfo: memFree=28750740/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=1637.67 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2657 67883 0 0 6 0 163732 29 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11050] ppid=10814 vsize=44656 CPUtime=84.25 cores=0,2,4,6
/proc/11050/stat : 11050 (glucosInc) R 10814 10813 10128 0 -1 4202496 6184 0 0 0 8424 1 0 0 20 0 1 0 272209357 45727744 10614 33554432000 4194304 5654031 140735456389552 140735456377368 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11050/statm: 11164 10614 142 357 0 10804 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 56408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11051
/proc/meminfo: memFree=28721584/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=1637.67 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2657 67883 0 0 6 0 163732 29 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11050] ppid=10814 vsize=56524 CPUtime=144.25 cores=0,2,4,6
/proc/11050/stat : 11050 (glucosInc) R 10814 10813 10128 0 -1 4202496 6470 0 0 0 14423 2 0 0 20 0 1 0 272209357 57880576 13422 33554432000 4194304 5654031 140735456389552 140735456377368 4215091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11050/statm: 14131 13422 142 357 0 13771 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 68276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11052
/proc/meminfo: memFree=28751224/32873844 swapFree=7616/7616
[pid=10813] ppid=10811 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10813/stat : 10813 (npSolver-pbo-It) S 10811 10813 10128 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272045555 9367552 275 33554432000 4194304 5064252 140735058516064 140735058514976 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10813/statm: 2287 275 233 213 0 72 0
[pid=10814] ppid=10813 vsize=2604 CPUtime=1637.67 cores=0,2,4,6
/proc/10814/stat : 10814 (npSolver-pbo) S 10813 10813 10128 0 -1 4202496 2657 67883 0 0 6 0 163732 29 20 0 1 0 272045555 2666496 338 33554432000 4194304 5992684 140733849591424 140733849577256 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10814/statm: 651 338 193 440 0 207 0
[pid=11050] ppid=10814 vsize=56524 CPUtime=162.35 cores=0,2,4,6
/proc/11050/stat : 11050 (glucosInc) R 10814 10813 10128 0 -1 4202496 6470 0 0 0 16233 2 0 0 20 0 1 0 272209357 57880576 13422 33554432000 4194304 5654031 140735456389552 140735456377368 4232659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11050/statm: 14131 13422 142 357 0 13771 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 68276

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1799.73
CPU system time (s): 0.32395
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 152072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.32395
maximum resident set size= 124888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298
involuntary context switches= 2096

runsolver used 8.68968 second user time and 15.2857 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 21:06:40
IDJOB=3702784
IDBENCH=2214
IDSOLVER=2278
FILE ID=node130/3702784-1338059199
RUNJOBID= node130-1338051995-10144
PBS_JOBID= 14624386
Free space on /tmp= 71396 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702784-1338059199/watcher-3702784-1338059199 -o /tmp/evaluation-result-3702784-1338059199/solver-3702784-1338059199 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702784-1338059199.opb 2018622122 HOME HOME

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=2018622122

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:        29100208 kB
Buffers:          251044 kB
Cached:          2727036 kB
SwapCached:            0 kB
Active:           838024 kB
Inactive:        2154848 kB
Active(anon):      17604 kB
Inactive(anon):        0 kB
Active(file):     820420 kB
Inactive(file):  2154848 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16820 kB
Writeback:             0 kB
AnonPages:         20892 kB
Mapped:            15648 kB
Shmem:               200 kB
Slab:             642072 kB
SReclaimable:      83852 kB
SUnreclaim:       558220 kB
KernelStack:        1520 kB
PageTables:         3676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71344 MiB
End job on node130 at 2012-05-26 21:36:40