Trace number 3702734

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark5.85411
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
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 constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
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.02	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.02	c [INC SYSTEM] execute solver
0.00/0.02	c [INC SEARCH] formula is SAT
0.00/0.02	c [INC SYSTEM] solved the initial formula
0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.02	o 171
0.00/0.02	c starting approximation
0.00/0.02	c factor = 1
0.00/0.02	c can not find a suitable factor, leaving approximation
0.00/0.02	c finished approximation
0.00/0.02	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.02	c write failed with 2
0.00/0.02	c [INC SEARCH] iteration: 0
0.00/0.02	c [INC BOUNDS] best value:171 search for 170
0.00/0.02	c [INC SYSTEM] create new solver instance
0.00/0.02	c [INC] encode full formula
0.00/0.02	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.03	c [INC SEARCH] isOptimum variable: 0
0.00/0.05	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 165
0.00/0.06	c [INC SEARCH] iteration: 1
0.00/0.06	c [INC BOUNDS] best value:165 search for 164
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.09	c formula is SAT
0.00/0.09	c [INC SEARCH] copied best model
0.00/0.09	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.09	c model valid
0.00/0.09	c current solution ok
0.00/0.09	o 164
0.00/0.09	c [INC SEARCH] iteration: 2
0.00/0.09	c [INC BOUNDS] best value:164 search for 163
0.00/0.09	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.09	c write failed with 2
0.00/0.09	c [INC SYSTEM] create new solver instance
0.00/0.09	c [INC] encode full formula
0.00/0.09	c (debug) using card networks
0.00/0.10	c set iterative enc to: card
0.00/0.10	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
0.00/0.13	c formula is SAT
0.00/0.13	c [INC SEARCH] copied best model
0.00/0.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.14	c model valid
0.00/0.14	c current solution ok
0.00/0.14	o 162
0.00/0.14	c [INC SEARCH] iteration: 3
0.00/0.14	c [INC BOUNDS] best value:162 search for 161
0.00/0.14	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.14	c write failed with 2
0.00/0.14	c [INC SYSTEM] create new solver instance
0.00/0.14	c [INC] encode full formula
0.00/0.14	c (debug) using card networks
0.00/0.14	c set iterative enc to: card
0.00/0.14	c set iterative enc to: none
0.00/0.15	c [INC SEARCH] isOptimum variable: 0
0.00/0.18	c formula is SAT
0.00/0.18	c [INC SEARCH] copied best model
0.00/0.18	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.18	c model valid
0.00/0.18	c current solution ok
0.00/0.18	o 158
0.00/0.18	c [INC SEARCH] iteration: 4
0.00/0.18	c [INC BOUNDS] best value:158 search for 157
0.00/0.18	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.18	c write failed with 2
0.00/0.18	c [INC SYSTEM] create new solver instance
0.00/0.18	c [INC] encode full formula
0.00/0.18	c (debug) using card networks
0.00/0.19	c set iterative enc to: card
0.00/0.19	c set iterative enc to: none
0.00/0.19	c [INC SEARCH] isOptimum variable: 0
0.00/0.21	c formula is SAT
0.00/0.21	c [INC SEARCH] copied best model
0.00/0.21	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.21	c model valid
0.00/0.21	c current solution ok
0.00/0.21	o 157
0.00/0.21	c [INC SEARCH] iteration: 5
0.00/0.21	c [INC BOUNDS] best value:157 search for 156
0.00/0.21	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.21	c write failed with 2
0.00/0.21	c [INC SYSTEM] create new solver instance
0.00/0.21	c [INC] encode full formula
0.00/0.21	c (debug) using card networks
0.00/0.22	c set iterative enc to: card
0.00/0.22	c set iterative enc to: none
0.00/0.23	c [INC SEARCH] isOptimum variable: 0
0.00/0.27	c formula is SAT
0.00/0.27	c [INC SEARCH] copied best model
0.00/0.27	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.27	c model valid
0.00/0.27	c current solution ok
0.00/0.27	o 156
0.00/0.27	c [INC SEARCH] iteration: 6
0.00/0.27	c [INC BOUNDS] best value:156 search for 155
0.00/0.27	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.27	c write failed with 2
0.00/0.27	c [INC SYSTEM] create new solver instance
0.00/0.27	c [INC] encode full formula
0.00/0.27	c (debug) using card networks
0.00/0.28	c set iterative enc to: card
0.00/0.28	c set iterative enc to: none
0.00/0.28	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 155
0.00/0.31	c [INC SEARCH] iteration: 7
0.00/0.31	c [INC BOUNDS] best value:155 search for 154
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.32	c set iterative enc to: card
0.00/0.32	c set iterative enc to: none
0.00/0.32	c [INC SEARCH] isOptimum variable: 0
0.00/0.36	c formula is SAT
0.00/0.36	c [INC SEARCH] copied best model
0.00/0.36	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.36	c model valid
0.00/0.36	c current solution ok
0.00/0.36	o 154
0.00/0.36	c [INC SEARCH] iteration: 8
0.00/0.36	c [INC BOUNDS] best value:154 search for 153
0.00/0.36	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.36	c write failed with 2
0.00/0.36	c [INC SYSTEM] create new solver instance
0.00/0.36	c [INC] encode full formula
0.00/0.36	c (debug) using card networks
0.00/0.37	c set iterative enc to: card
0.00/0.37	c set iterative enc to: none
0.00/0.38	c [INC SEARCH] isOptimum variable: 0
0.00/0.43	c formula is SAT
0.00/0.43	c [INC SEARCH] copied best model
0.00/0.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.43	c model valid
0.00/0.43	c current solution ok
0.00/0.43	o 151
0.00/0.43	c [INC SEARCH] iteration: 9
0.00/0.43	c [INC BOUNDS] best value:151 search for 150
0.00/0.43	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.43	c write failed with 2
0.00/0.43	c [INC SYSTEM] create new solver instance
0.00/0.43	c [INC] encode full formula
0.00/0.43	c (debug) using card networks
0.00/0.44	c set iterative enc to: card
0.00/0.44	c set iterative enc to: none
0.00/0.44	c [INC SEARCH] isOptimum variable: 0
0.00/0.48	c formula is SAT
0.00/0.48	c [INC SEARCH] copied best model
0.00/0.48	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.48	c model valid
0.00/0.48	c current solution ok
0.00/0.48	o 150
0.00/0.48	c [INC SEARCH] iteration: 10
0.00/0.48	c [INC BOUNDS] best value:150 search for 149
0.00/0.48	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.48	c write failed with 2
0.00/0.48	c [INC SYSTEM] create new solver instance
0.00/0.48	c [INC] encode full formula
0.00/0.48	c (debug) using card networks
0.00/0.49	c set iterative enc to: card
0.00/0.49	c set iterative enc to: none
0.00/0.49	c [INC SEARCH] isOptimum variable: 0
0.00/0.62	c formula is SAT
0.00/0.62	c [INC SEARCH] copied best model
0.00/0.62	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.62	c model valid
0.00/0.62	c current solution ok
0.00/0.62	o 148
0.00/0.62	c [INC SEARCH] iteration: 11
0.00/0.62	c [INC BOUNDS] best value:148 search for 147
0.00/0.62	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.62	c write failed with 2
0.00/0.62	c [INC SYSTEM] create new solver instance
0.00/0.62	c [INC] encode full formula
0.00/0.62	c (debug) using card networks
0.00/0.63	c set iterative enc to: card
0.00/0.63	c set iterative enc to: none
0.00/0.64	c [INC SEARCH] isOptimum variable: 0
0.00/0.91	c formula is SAT
0.00/0.91	c [INC SEARCH] copied best model
0.00/0.91	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.91	c model valid
0.00/0.91	c current solution ok
0.00/0.91	o 147
0.00/0.91	c [INC SEARCH] iteration: 12
0.00/0.91	c [INC BOUNDS] best value:147 search for 146
0.00/0.91	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.91	c write failed with 2
0.00/0.91	c [INC SYSTEM] create new solver instance
0.00/0.91	c [INC] encode full formula
0.00/0.91	c (debug) using card networks
0.00/0.92	c set iterative enc to: card
0.00/0.92	c set iterative enc to: none
0.00/0.92	c [INC SEARCH] isOptimum variable: 0
2.06/2.11	c formula is SAT
2.06/2.11	c [INC SEARCH] copied best model
2.06/2.11	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.06/2.11	c model valid
2.06/2.11	c current solution ok
2.06/2.11	o 146
2.06/2.11	c [INC SEARCH] iteration: 13
2.06/2.11	c [INC BOUNDS] best value:146 search for 145
2.06/2.11	c [INC SYSTEM] there exists a inc, kill it!
2.06/2.11	c write failed with 2
2.06/2.11	c [INC SYSTEM] create new solver instance
2.06/2.11	c [INC] encode full formula
2.06/2.11	c (debug) using card networks
2.06/2.12	c set iterative enc to: card
2.06/2.12	c set iterative enc to: none
2.06/2.12	c [INC SEARCH] isOptimum variable: 0
2.06/2.18	c formula is SAT
2.06/2.18	c [INC SEARCH] copied best model
2.06/2.18	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.06/2.18	c model valid
2.06/2.18	c current solution ok
2.06/2.18	o 145
2.06/2.18	c [INC SEARCH] iteration: 14
2.06/2.18	c [INC BOUNDS] best value:145 search for 144
2.06/2.18	c [INC SYSTEM] there exists a inc, kill it!
2.06/2.18	c write failed with 2
2.06/2.18	c [INC SYSTEM] create new solver instance
2.06/2.18	c [INC] encode full formula
2.06/2.18	c (debug) using card networks
2.06/2.19	c set iterative enc to: card
2.06/2.19	c set iterative enc to: none
2.06/2.19	c [INC SEARCH] isOptimum variable: 0
2.17/2.23	c formula is SAT
2.17/2.24	c [INC SEARCH] copied best model
2.17/2.24	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.17/2.24	c model valid
2.17/2.24	c current solution ok
2.17/2.24	o 144
2.17/2.24	c [INC SEARCH] iteration: 15
2.17/2.24	c [INC BOUNDS] best value:144 search for 143
2.17/2.24	c [INC SYSTEM] there exists a inc, kill it!
2.17/2.24	c write failed with 2
2.17/2.24	c [INC SYSTEM] create new solver instance
2.17/2.24	c [INC] encode full formula
2.17/2.24	c (debug) using card networks
2.17/2.25	c set iterative enc to: card
2.17/2.25	c set iterative enc to: none
2.17/2.25	c [INC SEARCH] isOptimum variable: 0
14.44/14.51	c formula is SAT
14.44/14.51	c [INC SEARCH] copied best model
14.44/14.51	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
14.44/14.51	c model valid
14.44/14.51	c current solution ok
14.44/14.51	o 140
14.44/14.51	c [INC SEARCH] iteration: 16
14.44/14.51	c [INC BOUNDS] best value:140 search for 139
14.44/14.51	c [INC SYSTEM] there exists a inc, kill it!
14.44/14.51	c write failed with 2
14.44/14.51	c [INC SYSTEM] create new solver instance
14.44/14.51	c [INC] encode full formula
14.44/14.51	c (debug) using card networks
14.44/14.52	c set iterative enc to: card
14.44/14.52	c set iterative enc to: none
14.44/14.53	c [INC SEARCH] isOptimum variable: 0
315.78/315.91	c formula is SAT
315.78/315.91	c [INC SEARCH] copied best model
315.78/315.91	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
315.78/315.91	c model valid
315.78/315.91	c current solution ok
315.78/315.91	o 139
315.78/315.91	c [INC SEARCH] iteration: 17
315.78/315.91	c [INC BOUNDS] best value:139 search for 138
315.78/315.91	c [INC SYSTEM] there exists a inc, kill it!
315.78/315.91	c write failed with 2
315.78/315.91	c [INC SYSTEM] create new solver instance
315.78/315.91	c [INC] encode full formula
315.78/315.91	c (debug) using card networks
315.78/315.92	c set iterative enc to: card
315.78/315.92	c set iterative enc to: none
315.78/315.93	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.06/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-3702734-1338058360/watcher-3702734-1338058360 -o /tmp/evaluation-result-3702734-1338058360/solver-3702734-1338058360 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702734-1338058360.opb 81374615 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 4701
/proc/meminfo: memFree=29944620/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0

[startup+0.082947 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 4701
/proc/meminfo: memFree=29944620/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100289 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 4701
/proc/meminfo: memFree=29944620/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300137 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 4701
/proc/meminfo: memFree=29944620/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700146 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 4701
/proc/meminfo: memFree=29944620/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 1.96 2.00 2.00 3/181 4738
/proc/meminfo: memFree=29926812/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=0.89 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 6000 26412 0 0 15 1 69 4 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4738] ppid=4702 vsize=9392 CPUtime=0.57 cores=0,2,4,6
/proc/4738/stat : 4738 (glucosInc) R 4702 4701 4103 0 -1 4202496 1687 0 0 0 57 0 0 0 20 0 1 0 271962169 9617408 1601 33554432000 4194304 5654031 140736526320560 140736526308376 4232729 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4738/statm: 2348 1601 141 357 0 1988 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 21164

[startup+3.10018 s]
/proc/loadavg: 1.96 2.00 2.00 3/181 4738
/proc/meminfo: memFree=29926420/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=2.22 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7311 33262 0 0 18 2 197 5 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 11772
heavy processes:

[startup+6.30027 s]
/proc/loadavg: 2.12 2.03 2.01 3/181 4746
/proc/meminfo: memFree=29919488/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=2.22 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7311 33262 0 0 18 2 197 5 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4744] ppid=4702 vsize=16636 CPUtime=4.02 cores=0,2,4,6
/proc/4744/stat : 4744 (glucosInc) R 4702 4701 4103 0 -1 4202496 3986 0 0 0 402 0 0 0 20 0 1 0 271962302 17035264 3583 33554432000 4194304 5654031 140734944866608 140734944864488 4215248 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4744/statm: 4159 3583 142 357 0 3799 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 28408

[startup+12.7003 s]
/proc/loadavg: 2.11 2.03 2.01 3/181 4750
/proc/meminfo: memFree=29916540/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=2.22 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7311 33262 0 0 18 2 197 5 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4744] ppid=4702 vsize=19356 CPUtime=10.42 cores=0,2,4,6
/proc/4744/stat : 4744 (glucosInc) R 4702 4701 4103 0 -1 4202496 4148 0 0 0 1042 0 0 0 20 0 1 0 271962302 19820544 4253 33554432000 4194304 5654031 140734944866608 140734944854424 4232973 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4744/statm: 4839 4253 142 357 0 4479 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 31128

[startup+25.5002 s]
/proc/loadavg: 2.08 2.03 2.00 3/181 4754
/proc/meminfo: memFree=29911240/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=14.48 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7748 37941 0 0 19 2 1421 6 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4752] ppid=4702 vsize=24712 CPUtime=10.94 cores=0,2,4,6
/proc/4752/stat : 4752 (glucosInc) R 4702 4701 4103 0 -1 4202496 5107 0 0 0 1093 1 0 0 20 0 1 0 271963530 25305088 4995 33554432000 4194304 5654031 140733777257712 140733777255592 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4752/statm: 6178 4995 142 357 0 5818 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 36484

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 4756
/proc/meminfo: memFree=29892864/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=14.48 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7748 37941 0 0 19 2 1421 6 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4752] ppid=4702 vsize=29132 CPUtime=36.53 cores=0,2,4,6
/proc/4752/stat : 4752 (glucosInc) R 4702 4701 4103 0 -1 4202496 5817 0 0 0 3652 1 0 0 20 0 1 0 271963530 29831168 6698 33554432000 4194304 5654031 140733777257712 140733777245528 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4752/statm: 7283 6698 142 357 0 6923 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 40904

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 4758
/proc/meminfo: memFree=29869416/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=14.48 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7748 37941 0 0 19 2 1421 6 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4752] ppid=4702 vsize=55012 CPUtime=87.73 cores=0,2,4,6
/proc/4752/stat : 4752 (glucosInc) R 4702 4701 4103 0 -1 4202496 7562 0 0 0 8771 2 0 0 20 0 1 0 271963530 56332288 12162 33554432000 4194304 5654031 140733777257712 140733777245528 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4752/statm: 13753 12162 142 357 0 13393 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 66784

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 4759
/proc/meminfo: memFree=29854224/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=14.48 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7748 37941 0 0 19 2 1421 6 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4752] ppid=4702 vsize=50608 CPUtime=147.72 cores=0,2,4,6
/proc/4752/stat : 4752 (glucosInc) R 4702 4701 4103 0 -1 4202496 8481 0 0 0 14769 3 0 0 20 0 1 0 271963530 51822592 11884 33554432000 4194304 5654031 140733777257712 140733777245528 4215026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4752/statm: 12652 11884 142 357 0 12292 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 62380

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 4761
/proc/meminfo: memFree=29885204/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=14.48 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 7748 37941 0 0 19 2 1421 6 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4752] ppid=4702 vsize=50608 CPUtime=207.72 cores=0,2,4,6
/proc/4752/stat : 4752 (glucosInc) R 4702 4701 4103 0 -1 4202496 8482 0 0 0 20769 3 0 0 20 0 1 0 271963530 51822592 12083 33554432000 4194304 5654031 140733777257712 140733777245528 4233168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4752/statm: 12652 12083 142 357 0 12292 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 62380

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4761
/proc/meminfo: memFree=29842008/32873648 swapFree=6860/6860

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

/proc/meminfo: memFree=29727316/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=135692 CPUtime=986.2 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 15127 0 0 0 98606 14 0 0 20 0 1 0 271993670 138948608 29448 33554432000 4194304 5654031 140734916513088 140734916500904 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 33923 29448 142 357 0 33563 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 147464

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 4796
/proc/meminfo: memFree=29758536/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=86372 CPUtime=1046.19 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 15383 0 0 0 104604 15 0 0 20 0 1 0 271993670 88444928 21025 33554432000 4194304 5654031 140734916513088 140734916500904 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 21593 21025 142 357 0 21233 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 98144

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4796
/proc/meminfo: memFree=29701008/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=155852 CPUtime=1106.19 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 16332 0 0 0 110602 17 0 0 20 0 1 0 271993670 159592448 35000 33554432000 4194304 5654031 140734916513088 140734916500904 4233176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 38963 35000 142 357 0 38603 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 167624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4796
/proc/meminfo: memFree=29736380/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=106532 CPUtime=1166.17 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 16590 0 0 0 116599 18 0 0 20 0 1 0 271993670 109088768 26065 33554432000 4194304 5654031 140734916513088 140734916500904 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 26633 26065 142 357 0 26273 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 118304

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4796
/proc/meminfo: memFree=29702992/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=155852 CPUtime=1226.17 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 17090 0 0 0 122598 19 0 0 20 0 1 0 271993670 159592448 34488 33554432000 4194304 5654031 140734916513088 140734916500904 4232784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 38963 34488 142 357 0 38603 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 167624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4796
/proc/meminfo: memFree=29690584/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=155852 CPUtime=1286.15 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 17348 0 0 0 128596 19 0 0 20 0 1 0 271993670 159592448 37560 33554432000 4194304 5654031 140734916513088 140734916500904 4208651 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 38963 37560 142 357 0 38603 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 167624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 4800
/proc/meminfo: memFree=29702860/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=106532 CPUtime=1346.14 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 17603 0 0 0 134594 20 0 0 20 0 1 0 271993670 109088768 26065 33554432000 4194304 5654031 140734916513088 140734916500904 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 26633 26065 142 357 0 26273 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 118304

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 4800
/proc/meminfo: memFree=29665756/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=155852 CPUtime=1406.13 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 18105 0 0 0 140592 21 0 0 20 0 1 0 271993670 159592448 35000 33554432000 4194304 5654031 140734916513088 140734916500904 4232703 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 38963 35000 142 357 0 38603 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 167624

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 4800
/proc/meminfo: memFree=29653348/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=155852 CPUtime=1466.12 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 18364 0 0 0 146590 22 0 0 20 0 1 0 271993670 159592448 37560 33554432000 4194304 5654031 140734916513088 140734916500904 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 38963 37560 142 357 0 38603 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 167624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 4847
/proc/meminfo: memFree=29851624/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=106532 CPUtime=1484.23 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 18958 0 0 0 148400 23 0 0 20 0 1 0 271993670 109088768 26065 33554432000 4194304 5654031 140734916513088 140734916500904 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 26633 26065 142 357 0 26273 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 118304

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 4847
/proc/meminfo: memFree=29851624/32873648 swapFree=6860/6860
[pid=4701] ppid=4699 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4701/stat : 4701 (npSolver-pbo-It) S 4699 4701 4103 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271962077 9367552 274 33554432000 4194304 5064252 140735086697360 140735086696272 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4701/statm: 2287 274 233 213 0 72 0
[pid=4702] ppid=4701 vsize=2624 CPUtime=315.83 cores=0,2,4,6
/proc/4702/stat : 4702 (npSolver-pbo) S 4701 4701 4103 0 -1 4202496 8185 48604 0 0 21 2 31549 11 20 0 1 0 271962077 2686976 370 33554432000 4194304 5992684 140736056961088 140736056946920 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/4702/statm: 656 370 194 440 0 212 0
[pid=4763] ppid=4702 vsize=106532 CPUtime=1484.23 cores=0,2,4,6
/proc/4763/stat : 4763 (glucosInc) R 4702 4701 4103 0 -1 4202496 18958 0 0 0 148400 23 0 0 20 0 1 0 271993670 109088768 26065 33554432000 4194304 5654031 140734916513088 140734916500904 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4763/statm: 26633 26065 142 357 0 26273 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 118304

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.71
CPU system time (s): 0.374943
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 198444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.374943
maximum resident set size= 156652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76125
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 597
involuntary context switches= 2045

runsolver used 4.32234 second user time and 8.59469 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 20:52:40
IDJOB=3702734
IDBENCH=2060
IDSOLVER=2278
FILE ID=node116/3702734-1338058360
RUNJOBID= node116-1338052956-4119
PBS_JOBID= 14624409
Free space on /tmp= 71456 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702734-1338058360/watcher-3702734-1338058360 -o /tmp/evaluation-result-3702734-1338058360/solver-3702734-1338058360 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702734-1338058360.opb 81374615 HOME HOME

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

MD5SUM BENCH= d9e9e5fece70ebbc4c28befed36e7afc
RANDOM SEED=81374615

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29952752 kB
Buffers:          236524 kB
Cached:          1872556 kB
SwapCached:         3196 kB
Active:           861576 kB
Inactive:        1276204 kB
Active(anon):      24100 kB
Inactive(anon):     7532 kB
Active(file):     837476 kB
Inactive(file):  1268672 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103092 kB
Dirty:             19832 kB
Writeback:             0 kB
AnonPages:         36048 kB
Mapped:            14320 kB
Shmem:                96 kB
Slab:             646372 kB
SReclaimable:      90276 kB
SUnreclaim:       556096 kB
KernelStack:        1464 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node116 at 2012-05-26 21:22:41