Trace number 3703356

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint44
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

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.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.19	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.19	c [INC SYSTEM] execute solver
0.00/0.20	c [INC SEARCH] formula is SAT
0.00/0.21	c [INC SYSTEM] solved the initial formula
0.00/0.21	c model valid
0.00/0.21	c current solution ok
0.00/0.24	o 51
0.00/0.24	c starting approximation
0.00/0.24	c factor = 1
0.00/0.24	c can not find a suitable factor, leaving approximation
0.00/0.24	c finished approximation
0.00/0.24	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.24	c write failed with 2
0.00/0.24	c [INC SEARCH] iteration: 0
0.00/0.24	c [INC BOUNDS] best value:51 search for 50
0.00/0.24	c [INC SYSTEM] create new solver instance
0.00/0.24	c [INC] encode full formula
0.00/0.24	c (debug) using card networks
0.00/0.24	c set iterative enc to: card
0.00/0.24	c set iterative enc to: none
0.00/0.25	c [INC SEARCH] isOptimum variable: 0
1.47/1.50	c formula is SAT
1.47/1.50	c [INC SEARCH] copied best model
1.47/1.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.47/1.50	c model valid
1.47/1.50	c current solution ok
1.47/1.50	o 23
1.47/1.50	c [INC SEARCH] iteration: 1
1.47/1.50	c [INC BOUNDS] best value:23 search for 22
1.47/1.50	c [INC SYSTEM] there exists a inc, kill it!
1.47/1.50	c write failed with 2
1.47/1.50	c [INC SYSTEM] create new solver instance
1.47/1.50	c [INC] encode full formula
1.47/1.50	c (debug) using card networks
1.47/1.50	c set iterative enc to: card
1.47/1.50	c set iterative enc to: none
1.47/1.51	c [INC SEARCH] isOptimum variable: 0
1.48/2.03	c formula is SAT
1.48/2.03	c [INC SEARCH] copied best model
1.48/2.03	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.48/2.03	c model valid
1.48/2.03	c current solution ok
1.48/2.03	o 17
1.48/2.03	c [INC SEARCH] iteration: 2
1.48/2.03	c [INC BOUNDS] best value:17 search for 16
1.48/2.03	c [INC SYSTEM] there exists a inc, kill it!
1.48/2.03	c write failed with 2
1.48/2.03	c [INC SYSTEM] create new solver instance
1.48/2.03	c [INC] encode full formula
1.48/2.03	c set iterative enc to: swc
1.48/2.04	c [INC SEARCH] isOptimum variable: 0
1.48/2.05	c formula is SAT
1.48/2.05	c [INC SEARCH] copied best model
1.48/2.05	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.48/2.06	c model valid
1.48/2.06	c current solution ok
1.48/2.06	o 16
1.48/2.06	c [INC SEARCH] iteration: 3
1.48/2.06	c [INC BOUNDS] best value:16 search for 15
1.48/2.06	c [INC ENCODE] setup new number of clauses ...
1.48/2.06	c [INC] encode incremental formula
1.48/2.06	c return only the limitting unit clause for 15
1.48/2.06	c [INC SYSTEM] transmit new clauses to solver: 1
1.48/2.06	c [INC SEARCH] isOptimum variable: 0
2.07/2.16	c formula is SAT
2.07/2.16	c [INC SEARCH] copied best model
2.07/2.16	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.07/2.16	c model valid
2.07/2.16	c current solution ok
2.07/2.16	o 15
2.07/2.16	c [INC SEARCH] iteration: 4
2.07/2.16	c [INC BOUNDS] best value:15 search for 14
2.07/2.16	c [INC ENCODE] setup new number of clauses ...
2.07/2.16	c [INC] encode incremental formula
2.07/2.16	c return only the limitting unit clause for 14
2.07/2.16	c [INC SYSTEM] transmit new clauses to solver: 1
2.07/2.16	c [INC SEARCH] isOptimum variable: 0
11.47/11.58	c formula is SAT
11.47/11.58	c [INC SEARCH] copied best model
11.47/11.58	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
11.47/11.58	c model valid
11.47/11.58	c current solution ok
11.47/11.58	o 14
11.47/11.58	c [INC SEARCH] iteration: 5
11.47/11.58	c [INC BOUNDS] best value:14 search for 13
11.47/11.58	c [INC ENCODE] setup new number of clauses ...
11.47/11.58	c [INC] encode incremental formula
11.47/11.58	c return only the limitting unit clause for 13
11.47/11.58	c [INC SYSTEM] transmit new clauses to solver: 1
11.47/11.58	c [INC SEARCH] isOptimum variable: 0
43.36/43.45	c formula is SAT
43.36/43.45	c [INC SEARCH] copied best model
43.36/43.45	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
43.36/43.45	c model valid
43.36/43.45	c current solution ok
43.36/43.45	o 13
43.36/43.45	c [INC SEARCH] iteration: 6
43.36/43.45	c [INC BOUNDS] best value:13 search for 12
43.36/43.45	c [INC ENCODE] setup new number of clauses ...
43.36/43.45	c [INC] encode incremental formula
43.36/43.45	c return only the limitting unit clause for 12
43.36/43.45	c [INC SYSTEM] transmit new clauses to solver: 1
43.36/43.45	c [INC SEARCH] isOptimum variable: 0
239.33/239.45	c formula is SAT
239.33/239.45	c [INC SEARCH] copied best model
239.33/239.45	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
239.33/239.45	c model valid
239.33/239.45	c current solution ok
239.33/239.45	o 12
239.33/239.45	c [INC SEARCH] iteration: 7
239.33/239.45	c [INC BOUNDS] best value:12 search for 11
239.33/239.45	c [INC ENCODE] setup new number of clauses ...
239.33/239.45	c [INC] encode incremental formula
239.33/239.45	c return only the limitting unit clause for 11
239.33/239.45	c [INC SYSTEM] transmit new clauses to solver: 1
239.33/239.45	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.51	s UNKNOWN
1800.06/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.51	c write failed with -1
1800.06/1800.51	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x15042a0)

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-3703356-1338078235/watcher-3703356-1338078235 -o /tmp/evaluation-result-3703356-1338078235/solver-3703356-1338078235 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703356-1338078235.opb 725031828 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: 4.82 3.55 2.65 5/180 1231
/proc/meminfo: memFree=17613752/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0

[startup+0.0162239 s]
/proc/loadavg: 4.82 3.55 2.65 5/180 1231
/proc/meminfo: memFree=17613752/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100204 s]
/proc/loadavg: 4.82 3.55 2.65 5/180 1231
/proc/meminfo: memFree=17613752/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 4.82 3.55 2.65 5/180 1231
/proc/meminfo: memFree=17613752/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700177 s]
/proc/loadavg: 4.82 3.55 2.65 5/180 1231
/proc/meminfo: memFree=17613752/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 4.82 3.55 2.65 4/183 1240
/proc/meminfo: memFree=23402512/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=0.23 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) R 1231 1231 4763 0 -1 4202496 1445 5789 0 0 3 2 15 3 20 0 1 0 273949530 4771840 720 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 720 194 440 0 721 0
[pid=1240] ppid=1232 vsize=9212 CPUtime=1.24 cores=0,2,4,6
/proc/1240/stat : 1240 (glucosInc) R 1232 1231 4763 0 -1 4202496 1999 0 0 0 124 0 0 0 20 0 1 0 273949554 9433088 1644 33554432000 4194304 5654031 140736209139984 140736209138072 4976752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1240/statm: 2303 1644 142 357 0 1943 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23020

[startup+3.10025 s]
/proc/loadavg: 4.82 3.55 2.65 3/182 1244
/proc/meminfo: memFree=26798912/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.03 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2044 10309 0 0 5 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=9272 CPUtime=1.04 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 2194 0 0 0 104 0 0 0 20 0 1 0 273949734 9494528 1698 33554432000 4194304 5654031 140735071786128 140735071773944 4233204 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1244/statm: 2318 1698 151 357 0 1958 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23080

[startup+6.3002 s]
/proc/loadavg: 4.59 3.52 2.65 3/182 1244
/proc/meminfo: memFree=26794520/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.03 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2044 10309 0 0 5 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=13776 CPUtime=4.23 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 4275 0 0 0 423 0 0 0 20 0 1 0 273949734 14106624 2980 33554432000 4194304 5654031 140735071786128 140735071773944 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1244/statm: 3444 2980 151 357 0 3084 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27584

[startup+12.7002 s]
/proc/loadavg: 4.38 3.50 2.65 3/182 1244
/proc/meminfo: memFree=26717152/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2046 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=23616 CPUtime=10.64 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 5232 0 0 0 1063 1 0 0 20 0 1 0 273949734 24182784 5425 33554432000 4194304 5654031 140735071786128 140735071773944 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1244/statm: 5904 5425 151 357 0 5544 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37424

[startup+25.5004 s]
/proc/loadavg: 3.93 3.44 2.64 3/182 1244
/proc/meminfo: memFree=26709400/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2046 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=32380 CPUtime=23.43 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 5452 0 0 0 2342 1 0 0 20 0 1 0 273949734 33157120 6978 33554432000 4194304 5654031 140735071786128 140735071773944 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 8095 6978 151 357 0 7735 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 46188

[startup+51.1003 s]
/proc/loadavg: 3.27 3.32 2.62 3/182 1244
/proc/meminfo: memFree=26707588/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2049 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=32380 CPUtime=49.01 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 7222 0 0 0 4900 1 0 0 20 0 1 0 273949734 33157120 7333 33554432000 4194304 5654031 140735071786128 140735071773944 4208654 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 8095 7333 151 357 0 7735 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 46188

[startup+102.306 s]
/proc/loadavg: 2.55 3.12 2.59 3/181 1244
/proc/meminfo: memFree=26676804/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2049 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=64992 CPUtime=100.22 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 8481 0 0 0 10019 3 0 0 20 0 1 0 273949734 66551808 14921 33554432000 4194304 5654031 140735071786128 140735071773944 4216577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 16248 14921 151 357 0 15888 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 78800

[startup+162.3 s]
/proc/loadavg: 2.20 2.91 2.55 3/182 1245
/proc/meminfo: memFree=26624188/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2049 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=64992 CPUtime=160.2 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 8482 0 0 0 16017 3 0 0 20 0 1 0 273949734 66551808 15433 33554432000 4194304 5654031 140735071786128 140735071773944 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 16248 15433 151 357 0 15888 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78800

[startup+222.3 s]
/proc/loadavg: 2.07 2.74 2.51 3/181 1246
/proc/meminfo: memFree=26607568/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2049 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=64992 CPUtime=220.19 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 8602 0 0 0 22015 4 0 0 20 0 1 0 273949734 66551808 15551 33554432000 4194304 5654031 140735071786128 140735071773944 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 16248 15551 151 357 0 15888 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 78800

[startup+282.3 s]

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

/proc/meminfo: memFree=27977880/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=132988 CPUtime=1299.96 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 16287 0 0 0 129972 24 0 0 20 0 1 0 273949734 136179712 31737 33554432000 4194304 5654031 140735071786128 140735071773944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 33247 31737 151 357 0 32887 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 146796

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.13 3/181 1307
/proc/meminfo: memFree=27951196/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=163808 CPUtime=1359.96 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 16888 0 0 0 135970 26 0 0 20 0 1 0 273949734 167739392 37436 33554432000 4194304 5654031 140735071786128 140735071773944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 40952 37436 151 357 0 40592 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 177616

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.12 3/181 1308
/proc/meminfo: memFree=27919056/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=213896 CPUtime=1419.95 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 17205 0 0 0 141969 26 0 0 20 0 1 0 273949734 219029504 42345 33554432000 4194304 5654031 140735071786128 140735071773944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 53474 42345 151 357 0 53114 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 227704

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/181 1308
/proc/meminfo: memFree=27901788/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=213896 CPUtime=1479.91 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 17251 0 0 0 147964 27 0 0 20 0 1 0 273949734 219029504 46441 33554432000 4194304 5654031 140735071786128 140735071773944 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 53474 46441 151 357 0 53114 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 227704

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.10 3/181 1308
/proc/meminfo: memFree=27951392/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=163808 CPUtime=1539.89 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 18327 0 0 0 153961 28 0 0 20 0 1 0 273949734 167739392 34364 33554432000 4194304 5654031 140735071786128 140735071773944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 40952 34364 151 357 0 40592 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 177616

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.09 3/182 1311
/proc/meminfo: memFree=27898212/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=163808 CPUtime=1599.88 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 18337 0 0 0 159960 28 0 0 20 0 1 0 273949734 167739392 39484 33554432000 4194304 5654031 140735071786128 140735071773944 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 40952 39484 151 357 0 40592 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 177616

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/181 1311
/proc/meminfo: memFree=27890568/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=213896 CPUtime=1659.87 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 18666 0 0 0 165958 29 0 0 20 0 1 0 273949734 219029504 44393 33554432000 4194304 5654031 140735071786128 140735071773944 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 53474 44393 151 357 0 53114 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 227704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 1312
/proc/meminfo: memFree=27943456/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=132988 CPUtime=1719.83 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 19177 0 0 0 171953 30 0 0 20 0 1 0 273949734 136179712 30713 33554432000 4194304 5654031 140735071786128 140735071773944 4233021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 33247 30713 151 357 0 32887 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 146796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 1312
/proc/meminfo: memFree=27888672/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=163808 CPUtime=1779.83 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 19777 0 0 0 177952 31 0 0 20 0 1 0 273949734 167739392 36924 33554432000 4194304 5654031 140735071786128 140735071773944 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 40952 36924 151 357 0 40592 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 177616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 1312
/proc/meminfo: memFree=27914488/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=163808 CPUtime=1798.02 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 19780 0 0 0 179771 31 0 0 20 0 1 0 273949734 167739392 38460 33554432000 4194304 5654031 140735071786128 140735071773944 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 40952 38460 151 357 0 40592 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 177616

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 1312
/proc/meminfo: memFree=27914488/32873648 swapFree=6864/6864
[pid=1231] ppid=1229 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1231/stat : 1231 (npSolver-pbo-It) S 1229 1231 4763 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273949529 9367552 274 33554432000 4194304 5064252 140735102116560 140735102115472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1231/statm: 2287 274 233 213 0 72 0
[pid=1232] ppid=1231 vsize=4660 CPUtime=2.04 cores=0,2,4,6
/proc/1232/stat : 1232 (npSolver-pbo) S 1231 1231 4763 0 -1 4202496 2051 10309 0 0 6 2 192 4 20 0 1 0 273949530 4771840 721 33554432000 4194304 5992684 140734841392000 140734841377832 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1232/statm: 1165 721 195 440 0 721 0
[pid=1244] ppid=1232 vsize=163808 CPUtime=1798.02 cores=0,2,4,6
/proc/1244/stat : 1244 (glucosInc) R 1232 1231 4763 0 -1 4202496 19780 0 0 0 179771 31 0 0 20 0 1 0 273949734 167739392 38460 33554432000 4194304 5654031 140735071786128 140735071773944 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1244/statm: 40952 38460 151 357 0 40592 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 177616

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1799.72
CPU system time (s): 0.38894
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 358412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.38894
maximum resident set size= 254488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 396
involuntary context switches= 2301

runsolver used 2.79557 second user time and 7.2009 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 02:23:55
IDJOB=3703356
IDBENCH=48128
IDSOLVER=2278
FILE ID=node120/3703356-1338078235
RUNJOBID= node120-1338052943-4779
PBS_JOBID= 14624403
Free space on /tmp= 64216 MiB

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

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=725031828

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        17500292 kB
Buffers:          304552 kB
Cached:         12698900 kB
SwapCached:          636 kB
Active:          2122204 kB
Inactive:       12015504 kB
Active(anon):    1123408 kB
Inactive(anon):    12532 kB
Active(file):     998796 kB
Inactive(file): 12002972 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             15208 kB
Writeback:             0 kB
AnonPages:       1143520 kB
Mapped:            15460 kB
Shmem:               120 kB
Slab:            1089576 kB
SReclaimable:     533020 kB
SUnreclaim:       556556 kB
KernelStack:        1464 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1582092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1038336 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= 71576 MiB
End job on node120 at 2012-05-27 02:53:56