Trace number 3703042

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? (problem) 1773.33 1774.16

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
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.27	c run inc solver
0.00/0.27	c [INC SYSTEM] run initial solver
0.00/0.27	c [INC SYSTEM] preprocess with white file
1.48/1.50	c [INC SYSTEM] finished preprocessing in 1 s
1.48/1.50	c [INC SYSTEM] execute solver
1.48/1.62	c [INC SEARCH] formula is SAT
1.48/1.62	c [INC SYSTEM] solved the initial formula
1.56/1.72	c model valid
1.56/1.72	c current solution ok
1.76/1.96	o 34
1.76/1.96	c starting approximation
1.76/1.96	c factor = 1
1.76/1.96	c can not find a suitable factor, leaving approximation
1.76/1.96	c finished approximation
1.76/1.96	c [INC SYSTEM] there exists a inc, kill it!
1.76/1.96	c write failed with 2
1.76/1.96	c [INC SEARCH] iteration: 0
1.76/1.96	c [INC BOUNDS] best value:34 search for 33
1.76/1.96	c [INC SYSTEM] create new solver instance
1.76/1.96	c [INC] encode full formula
1.76/1.96	c (debug) using card networks
1.76/1.98	c set iterative enc to: card
1.76/1.98	c set iterative enc to: none
1.76/1.98	c [INC SEARCH] isOptimum variable: 0
2.08/2.12	c formula is SAT
2.08/2.12	c [INC SEARCH] copied best model
2.08/2.12	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.17/2.22	c model valid
2.17/2.22	c current solution ok
2.17/2.22	o 31
2.17/2.22	c [INC SEARCH] iteration: 1
2.17/2.22	c [INC BOUNDS] best value:31 search for 30
2.17/2.22	c [INC SYSTEM] there exists a inc, kill it!
2.17/2.22	c write failed with 2
2.17/2.22	c [INC SYSTEM] create new solver instance
2.17/2.22	c [INC] encode full formula
2.17/2.22	c (debug) using card networks
2.17/2.24	c set iterative enc to: card
2.17/2.24	c set iterative enc to: none
2.17/2.25	c [INC SEARCH] isOptimum variable: 0
2.22/3.04	c formula is SAT
2.22/3.05	c [INC SEARCH] copied best model
2.22/3.05	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.28/3.14	c model valid
2.28/3.14	c current solution ok
2.28/3.14	o 29
2.28/3.14	c [INC SEARCH] iteration: 2
2.28/3.14	c [INC BOUNDS] best value:29 search for 28
2.28/3.14	c [INC SYSTEM] there exists a inc, kill it!
2.28/3.14	c write failed with 2
2.28/3.15	c [INC SYSTEM] create new solver instance
2.28/3.15	c [INC] encode full formula
2.28/3.15	c (debug) using card networks
2.28/3.16	c set iterative enc to: card
2.28/3.16	c set iterative enc to: none
2.28/3.17	c [INC SEARCH] isOptimum variable: 0
7.37/7.42	c formula is SAT
7.37/7.42	c [INC SEARCH] copied best model
7.37/7.42	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.47/7.53	c model valid
7.47/7.53	c current solution ok
7.47/7.53	o 26
7.47/7.53	c [INC SEARCH] iteration: 3
7.47/7.53	c [INC BOUNDS] best value:26 search for 25
7.47/7.53	c [INC SYSTEM] there exists a inc, kill it!
7.47/7.53	c write failed with 2
7.47/7.53	c [INC SYSTEM] create new solver instance
7.47/7.53	c [INC] encode full formula
7.47/7.53	c (debug) using card networks
7.47/7.55	c set iterative enc to: card
7.47/7.55	c set iterative enc to: none
7.47/7.55	c [INC SEARCH] isOptimum variable: 0
71.25/71.30	c formula is SAT
71.25/71.31	c [INC SEARCH] copied best model
71.25/71.31	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
71.36/71.41	c model valid
71.36/71.41	c current solution ok
71.36/71.41	o 25
71.36/71.41	c [INC SEARCH] iteration: 4
71.36/71.41	c [INC BOUNDS] best value:25 search for 24
71.36/71.41	c [INC SYSTEM] there exists a inc, kill it!
71.36/71.41	c write failed with 2
71.36/71.41	c [INC SYSTEM] create new solver instance
71.36/71.41	c [INC] encode full formula
71.36/71.41	c (debug) using card networks
71.36/71.42	c set iterative enc to: card
71.36/71.42	c set iterative enc to: none
71.36/71.43	c [INC SEARCH] isOptimum variable: 0
239.49/239.63	c formula is SAT
239.49/239.63	c [INC SEARCH] copied best model
239.49/239.63	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
239.59/239.73	c model valid
239.59/239.73	c current solution ok
239.59/239.73	o 24
239.59/239.73	c [INC SEARCH] iteration: 5
239.59/239.73	c [INC BOUNDS] best value:24 search for 23
239.59/239.73	c [INC SYSTEM] there exists a inc, kill it!
239.59/239.73	c write failed with 2
239.59/239.73	c [INC SYSTEM] create new solver instance
239.59/239.73	c [INC] encode full formula
239.59/239.73	c (debug) using card networks
239.59/239.75	c set iterative enc to: card
239.59/239.75	c set iterative enc to: none
239.59/239.76	c [INC SEARCH] isOptimum variable: 0
1773.22/1773.57	c formula is SAT
1773.22/1773.57	c [INC SEARCH] copied best model
1773.22/1773.57	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1773.22/1773.68	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
1773.33/1774.16	HOME/npSolver-pbo-Itdqb.sh: line 18:  8820 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3703042-1338073780/watcher-3703042-1338073780 -o /tmp/evaluation-result-3703042-1338073780/solver-3703042-1338073780 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703042-1338073780.opb 210044305 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.00 2.00 1.97 3/178 8819
/proc/meminfo: memFree=26888684/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0

[startup+0.0447579 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8819
/proc/meminfo: memFree=26888684/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8819
/proc/meminfo: memFree=26888684/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8819
/proc/meminfo: memFree=26888684/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8819
/proc/meminfo: memFree=26888684/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 8823
/proc/meminfo: memFree=26822224/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=11460 CPUtime=0.27 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 3938 0 0 0 26 1 0 0 20 0 1 0 273506567 11735040 2561 33554432000 4194304 5992684 140736931678048 140736931672496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 2865 2561 171 440 0 2421 0
[pid=8822] ppid=8820 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8822/stat : 8822 (cp2_pre.sh) S 8820 8819 1653 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273506595 9367552 277 33554432000 4194304 5064252 140735948088320 140735948087024 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8822/statm: 2287 277 234 213 0 72 0
[pid=8823] ppid=8822 vsize=0 CPUtime=1.21 cores=0,2,4,6
/proc/8823/stat : 8823 (coprocessor) R 8822 8819 1653 0 -1 4202500 11892 0 0 0 117 4 0 0 20 0 1 0 273506595 0 0 33554432000 0 0 0 0 0 0 0 4096 8404994 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8823/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29756

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 8828
/proc/meminfo: memFree=26841188/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=2.28 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) R 8819 8819 1653 0 -1 4202496 7532 25879 0 0 60 20 140 8 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 4475651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 24616
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 8832
/proc/meminfo: memFree=26840452/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=3.14 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 7913 32459 0 0 66 20 218 10 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8832] ppid=8820 vsize=39012 CPUtime=3.12 cores=0,2,4,6
/proc/8832/stat : 8832 (glucosInc) R 8820 8819 1653 0 -1 4202496 9206 0 0 0 311 1 0 0 20 0 1 0 273506885 39948288 8539 33554432000 4194304 5654031 140734470669472 140734470667496 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8832/statm: 9753 8539 142 357 0 9393 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 63628

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 8834
/proc/meminfo: memFree=26835516/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=7.54 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 9147 42232 0 0 80 21 641 12 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8834] ppid=8820 vsize=43404 CPUtime=5.13 cores=0,2,4,6
/proc/8834/stat : 8834 (glucosInc) R 8820 8819 1653 0 -1 4202496 9963 0 0 0 512 1 0 0 20 0 1 0 273507323 44445696 9585 33554432000 4194304 5654031 140736376889744 140736376887624 4215360 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8834/statm: 10851 9585 142 357 0 10491 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 68020

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 8837
/proc/meminfo: memFree=26820664/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=7.54 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 9147 42232 0 0 80 21 641 12 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8834] ppid=8820 vsize=50544 CPUtime=17.92 cores=0,2,4,6
/proc/8834/stat : 8834 (glucosInc) R 8820 8819 1653 0 -1 4202496 10404 0 0 0 1790 2 0 0 20 0 1 0 273507323 51757056 11535 33554432000 4194304 5654031 140736376889744 140736376877560 4233168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8834/statm: 12636 11535 142 357 0 12276 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 75160

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 8838
/proc/meminfo: memFree=26808968/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=7.54 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 9147 42232 0 0 80 21 641 12 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8834] ppid=8820 vsize=62148 CPUtime=43.51 cores=0,2,4,6
/proc/8834/stat : 8834 (glucosInc) R 8820 8819 1653 0 -1 4202496 11966 0 0 0 4349 2 0 0 20 0 1 0 273507323 63639552 13940 33554432000 4194304 5654031 140736376889744 140736376877560 4233232 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8834/statm: 15537 13940 142 357 0 15177 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 86764

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 8840
/proc/meminfo: memFree=26821212/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=71.39 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 10453 54919 0 0 92 21 7010 16 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8840] ppid=8820 vsize=62084 CPUtime=30.85 cores=0,2,4,6
/proc/8840/stat : 8840 (glucosInc) R 8820 8819 1653 0 -1 4202496 10550 0 0 0 3083 2 0 0 20 0 1 0 273513711 63574016 12819 33554432000 4194304 5654031 140735353397952 140735353385768 4214432 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8840/statm: 15521 12819 142 357 0 15161 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 86700

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/181 8840
/proc/meminfo: memFree=26800484/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=71.39 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 10453 54919 0 0 92 21 7010 16 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8840] ppid=8820 vsize=74192 CPUtime=90.83 cores=0,2,4,6
/proc/8840/stat : 8840 (glucosInc) R 8820 8819 1653 0 -1 4202496 11886 0 0 0 9080 3 0 0 20 0 1 0 273513711 75972608 14879 33554432000 4194304 5654031 140735353397952 140735353385768 4216672 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8840/statm: 18548 14879 142 357 0 18188 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 98808

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/181 8840
/proc/meminfo: memFree=26784296/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=71.39 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 10453 54919 0 0 92 21 7010 16 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8840] ppid=8820 vsize=93044 CPUtime=150.8 cores=0,2,4,6
/proc/8840/stat : 8840 (glucosInc) R 8820 8819 1653 0 -1 4202496 12497 0 0 0 15077 3 0 0 20 0 1 0 273513711 95277056 21270 33554432000 4194304 5654031 140735353397952 140735353385768 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8840/statm: 23261 21270 142 357 0 22901 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 117660


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

/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 20966 0 0 0 130214 19 0 0 20 0 1 0 273530543 114892800 26976 33554432000 4194304 5654031 140734985128240 140734985126264 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 28050 26976 142 357 0 27690 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 136816

[startup+1602.75 s]
/proc/loadavg: 1.94 1.94 1.95 3/183 24824
/proc/meminfo: memFree=27065448/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=161520 CPUtime=1362.75 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 21328 0 0 0 136256 19 0 0 20 0 1 0 273530543 165396480 38580 33554432000 4194304 5654031 140734985128240 140734985116056 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 40380 38580 142 357 0 40020 0
Current children cumulated CPU time (s) 1602.42
Current children cumulated vsize (KiB) 186136

[startup+1662.43 s]
/proc/loadavg: 1.97 1.94 1.95 3/184 25653
/proc/meminfo: memFree=27082036/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=161520 CPUtime=1422.42 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 21958 0 0 0 142221 21 0 0 20 0 1 0 273530543 165396480 37556 33554432000 4194304 5654031 140734985128240 140734985116056 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 40380 37556 142 357 0 40020 0
Current children cumulated CPU time (s) 1662.09
Current children cumulated vsize (KiB) 186136

[startup+1723 s]
/proc/loadavg: 1.99 1.95 1.95 4/182 26561
/proc/meminfo: memFree=27085268/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=161520 CPUtime=1482.98 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 22906 0 0 0 148275 23 0 0 20 0 1 0 273530543 165396480 37044 33554432000 4194304 5654031 140734985128240 140734985116056 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 40380 37044 142 357 0 40020 0
Current children cumulated CPU time (s) 1722.65
Current children cumulated vsize (KiB) 186136

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

[startup+1723.64 s]
/proc/loadavg: 1.99 1.95 1.95 4/182 26561
/proc/meminfo: memFree=27085268/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=161520 CPUtime=1483.62 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 22906 0 0 0 148339 23 0 0 20 0 1 0 273530543 165396480 37044 33554432000 4194304 5654031 140734985128240 140734985116056 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 40380 37044 142 357 0 40020 0
Current children cumulated CPU time (s) 1723.29
Current children cumulated vsize (KiB) 186136

[startup+1751.35 s]
/proc/loadavg: 1.99 1.95 1.95 3/183 27001
/proc/meminfo: memFree=27058836/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=192340 CPUtime=1511.33 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 23499 0 0 0 151109 24 0 0 20 0 1 0 273530543 196956160 40183 33554432000 4194304 5654031 140734985128240 140734985126328 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 48085 40183 142 357 0 47725 0
Current children cumulated CPU time (s) 1751
Current children cumulated vsize (KiB) 216956

[startup+1766.11 s]
/proc/loadavg: 2.07 1.97 1.96 3/183 27225
/proc/meminfo: memFree=27112492/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=112200 CPUtime=1526.09 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 23499 0 0 0 152585 24 0 0 20 0 1 0 273530543 114892800 26976 33554432000 4194304 5654031 140734985128240 140734985116056 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 28050 26976 142 357 0 27690 0
Current children cumulated CPU time (s) 1765.76
Current children cumulated vsize (KiB) 136816

[startup+1769.76 s]
/proc/loadavg: 2.06 1.97 1.96 3/183 27260
/proc/meminfo: memFree=27111196/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=112200 CPUtime=1529.74 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 23499 0 0 0 152950 24 0 0 20 0 1 0 273530543 114892800 26976 33554432000 4194304 5654031 140734985128240 140734985116056 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 28050 26976 142 357 0 27690 0
Current children cumulated CPU time (s) 1769.41
Current children cumulated vsize (KiB) 136816

[startup+1772.64 s]
/proc/loadavg: 2.06 1.97 1.96 3/183 27295
/proc/meminfo: memFree=27120212/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15468 CPUtime=239.67 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4202496 11725 67981 0 0 104 22 23820 21 20 0 1 0 273506567 15839232 3527 33554432000 4194304 5992684 140736931678048 140736931663880 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8820/statm: 3867 3527 197 440 0 3423 0
[pid=8842] ppid=8820 vsize=112200 CPUtime=1532.62 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) R 8820 8819 1653 0 -1 4202496 23499 0 0 0 153238 24 0 0 20 0 1 0 273530543 114892800 26976 33554432000 4194304 5654031 140734985128240 140734985116056 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 28050 26976 142 357 0 27690 0
Current children cumulated CPU time (s) 1772.29
Current children cumulated vsize (KiB) 136816

[startup+1773.7 s]
/proc/loadavg: 2.06 1.97 1.96 3/181 27321
/proc/meminfo: memFree=27096072/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15472 CPUtime=239.79 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4204032 12604 67981 0 0 115 23 23820 21 20 0 1 0 273506567 15843328 3532 33554432000 4194304 5992684 140736931678048 140736931672152 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8820/statm: 3868 3532 201 440 0 3424 0
[pid=8842] ppid=8820 vsize=161528 CPUtime=1533.54 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) S 8820 8819 1653 0 -1 4202496 23896 0 0 0 153330 24 0 0 20 0 1 0 273530543 165404672 35038 33554432000 4194304 5654031 140734985128240 140734985126552 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 40382 35038 148 357 0 40022 0
Current children cumulated CPU time (s) 1773.33
Current children cumulated vsize (KiB) 186148

[startup+1774.11 s]
/proc/loadavg: 2.06 1.97 1.96 2/183 27341
/proc/meminfo: memFree=27066396/32873844 swapFree=6088/6088
[pid=8819] ppid=8817 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8819/stat : 8819 (npSolver-pbo-It) S 8817 8819 1653 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273506567 9367552 275 33554432000 4194304 5064252 140736962262144 140736962261056 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8819/statm: 2287 275 233 213 0 72 0
[pid=8820] ppid=8819 vsize=15472 CPUtime=239.79 cores=0,2,4,6
/proc/8820/stat : 8820 (npSolver-pbo) S 8819 8819 1653 0 -1 4204032 12605 67981 0 0 115 23 23820 21 20 0 1 0 273506567 15843328 3533 33554432000 4194304 5992684 140736931678048 140736931672152 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8820/statm: 3868 3533 202 440 0 3424 0
[pid=8842] ppid=8820 vsize=161528 CPUtime=1533.54 cores=0,2,4,6
/proc/8842/stat : 8842 (glucosInc) S 8820 8819 1653 0 -1 4202496 23896 0 0 0 153330 24 0 0 20 0 1 0 273530543 165404672 35038 33554432000 4194304 5654031 140734985128240 140734985126552 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/8842/statm: 40382 35038 148 357 0 40022 0
Current children cumulated CPU time (s) 1773.33
Current children cumulated vsize (KiB) 186148

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8819 and gives
#  childrusage.ru_utime.tv_sec=239
#  childrusage.ru_utime.tv_usec=362611
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=453930
# CPU time returned by wait4() is 239.817
# while last known CPU time is 1773.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1774.16
CPU time (s): 1773.33
CPU user time (s): 1772.65
CPU system time (s): 0.68
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 216956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.363
system time used= 0.45393
maximum resident set size= 89088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 58824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4704
involuntary context switches= 520

runsolver used 4.12637 second user time and 7.69083 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 01:09:40
IDJOB=3703042
IDBENCH=25019
IDSOLVER=2278
FILE ID=node108/3703042-1338073780
RUNJOBID= node108-1338052671-1673
PBS_JOBID= 14624392
Free space on /tmp= 71660 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703042-1338073780/watcher-3703042-1338073780 -o /tmp/evaluation-result-3703042-1338073780/solver-3703042-1338073780 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703042-1338073780.opb 210044305 HOME HOME

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=210044305

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26889112 kB
Buffers:          264408 kB
Cached:          4581852 kB
SwapCached:            0 kB
Active:           975644 kB
Inactive:        4219952 kB
Active(anon):     349900 kB
Inactive(anon):        0 kB
Active(file):     625744 kB
Inactive(file):  4219952 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10524 kB
Writeback:             0 kB
AnonPages:        498288 kB
Mapped:            15308 kB
Shmem:               200 kB
Slab:             649868 kB
SReclaimable:      92036 kB
SUnreclaim:       557832 kB
KernelStack:        1520 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     532836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 71676 MiB
End job on node108 at 2012-05-27 01:39:15