Trace number 3751445

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 (fixed)? (TO) 1800.08 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-ran12x21.opb
MD5SUM291088d217a1998c91be99350439e903
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5516295
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5965824
Optimality of the best value was proved NO
Number of variables7812
Total number of constraints285
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 constraints285
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7812
Biggest coefficient in the objective function 5368709120
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 1543007621731
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 5368709120
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 1543007621731
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.34	c run inc solver
0.00/0.34	c [INC SYSTEM] run initial solver
0.00/0.34	c [INC SYSTEM] preprocess with white file
3.28/3.39	c [INC SYSTEM] finished preprocessing in 3 s
3.28/3.39	c [INC SYSTEM] execute solver
3.37/3.69	c [INC SEARCH] formula is SAT
3.39/3.70	c [INC SYSTEM] solved the initial formula
3.39/3.71	c model valid
3.39/3.71	c current solution ok
4.37/4.43	o 42513408
4.37/4.43	c starting approximation
4.37/4.43	c factor = 2
4.37/4.43	c factor still to low - shrinking to 996344
4.37/4.43	c approx number of clauses: 1e+06
4.37/4.43	c current bound: 21256704
778.81/779.06	c leaving approximation
778.81/779.06	c finished approximation
778.81/779.06	c [INC SYSTEM] there exists a inc, kill it!
778.81/779.06	c write failed with 2
778.81/779.06	c [INC SEARCH] iteration: 0
778.81/779.06	c [INC BOUNDS] best value:42513408 search for 42513407
778.81/779.06	c [INC SYSTEM] create new solver instance
778.81/779.06	c [INC] encode full formula
778.81/779.06	c fallback to adder encoding
779.74/779.92	c set iterative enc to: adder
779.74/779.92	c set iterative enc to: none
779.84/780.04	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.51	s UNKNOWN
1800.05/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1800.51	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3751445-1339122186/watcher-3751445-1339122186 -o /tmp/evaluation-result-3751445-1339122186/solver-3751445-1339122186 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751445-1339122186.opb 705259134 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 2.00 3/176 26440
/proc/meminfo: memFree=26292724/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0

[startup+0.0226881 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26440
/proc/meminfo: memFree=26292724/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26440
/proc/meminfo: memFree=26292724/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300213 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26440
/proc/meminfo: memFree=26292724/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700169 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26440
/proc/meminfo: memFree=26292724/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26444
/proc/meminfo: memFree=26120140/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=29796 CPUtime=0.34 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 4196 0 0 0 31 3 0 0 20 0 1 0 378344034 30511104 5731 33554432000 4194304 6004724 140734380747392 140734380741856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 7449 5731 148 442 0 7003 0
[pid=26443] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26443/stat : 26443 (cp2_pre.sh) S 26441 26440 12376 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378344069 9367552 277 33554432000 4194304 5064252 140733540368368 140733540367072 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26443/statm: 2287 277 234 213 0 72 0
[pid=26444] ppid=26443 vsize=185076 CPUtime=1.13 cores=0,2,4,6
/proc/26444/stat : 26444 (coprocessor) R 26443 26440 12376 0 -1 4202496 32199 0 0 0 108 5 0 0 20 0 1 0 378344069 189517824 44999 33554432000 4194304 6586260 140736462017680 140736462013048 5506027 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/26444/statm: 46269 44999 190 584 0 45681 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 233168

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26444
/proc/meminfo: memFree=26077828/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=29796 CPUtime=0.34 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 4196 0 0 0 31 3 0 0 20 0 1 0 378344034 30511104 5731 33554432000 4194304 6004724 140734380747392 140734380741856 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 7449 5731 148 442 0 7003 0
[pid=26443] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26443/stat : 26443 (cp2_pre.sh) S 26441 26440 12376 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378344069 9367552 277 33554432000 4194304 5064252 140733540368368 140733540367072 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26443/statm: 2287 277 234 213 0 72 0
[pid=26444] ppid=26443 vsize=189304 CPUtime=2.73 cores=0,2,4,6
/proc/26444/stat : 26444 (coprocessor) R 26443 26440 12376 0 -1 4202496 33875 0 0 0 264 9 0 0 20 0 1 0 378344069 193847296 46079 33554432000 4194304 6586260 140736462017680 140736462013592 4960349 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/26444/statm: 47326 46079 199 584 0 46738 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 237396

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26449
/proc/meminfo: memFree=26062160/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=41156 CPUtime=4.19 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 5254 35292 0 0 54 61 291 13 20 0 1 0 378344034 42143744 8629 33554432000 4194304 6004724 140734380747392 140734380739696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 10289 8629 177 442 0 9843 0
[pid=26446] ppid=26441 vsize=77004 CPUtime=0.28 cores=0,2,4,6
/proc/26446/stat : 26446 (glucosInc) S 26441 26440 12376 0 -1 4202496 16541 0 0 0 26 2 0 0 20 0 1 0 378344373 78852096 17926 33554432000 4194304 5654031 140734676170752 140734676169064 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 19251 17926 147 357 0 18891 0
[pid=26448] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26448/stat : 26448 (satsolver.sh) S 26441 26440 12376 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378344484 9367552 267 33554432000 4194304 5064252 140736384759568 140736384758480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26448/statm: 2287 267 226 213 0 72 0
[pid=26449] ppid=26448 vsize=111052 CPUtime=1.78 cores=0,2,4,6
/proc/26449/stat : 26449 (glucose) R 26448 26440 12376 0 -1 4202496 21726 0 0 0 174 4 0 0 20 0 1 0 378344485 113717248 25458 33554432000 4194304 5208918 140734436556112 140734436554056 4229374 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26449/statm: 27763 25458 95 248 0 27512 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 247508

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26449
/proc/meminfo: memFree=26057096/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=41156 CPUtime=4.19 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 5254 35292 0 0 54 61 291 13 20 0 1 0 378344034 42143744 8629 33554432000 4194304 6004724 140734380747392 140734380739696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 10289 8629 177 442 0 9843 0
[pid=26446] ppid=26441 vsize=77004 CPUtime=0.28 cores=0,2,4,6
/proc/26446/stat : 26446 (glucosInc) S 26441 26440 12376 0 -1 4202496 16541 0 0 0 26 2 0 0 20 0 1 0 378344373 78852096 17926 33554432000 4194304 5654031 140734676170752 140734676169064 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 19251 17926 147 357 0 18891 0
[pid=26448] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26448/stat : 26448 (satsolver.sh) S 26441 26440 12376 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378344484 9367552 267 33554432000 4194304 5064252 140736384759568 140736384758480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26448/statm: 2287 267 226 213 0 72 0
[pid=26449] ppid=26448 vsize=114388 CPUtime=8.18 cores=0,2,4,6
/proc/26449/stat : 26449 (glucose) R 26448 26440 12376 0 -1 4202496 22220 0 0 0 814 4 0 0 20 0 1 0 378344485 117133312 26463 33554432000 4194304 5208918 140734436556112 140734436553944 4212881 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26449/statm: 28597 26463 95 248 0 28346 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 250844

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26449
/proc/meminfo: memFree=26058216/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=41156 CPUtime=4.19 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 5254 35292 0 0 54 61 291 13 20 0 1 0 378344034 42143744 8629 33554432000 4194304 6004724 140734380747392 140734380739696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 10289 8629 177 442 0 9843 0
[pid=26446] ppid=26441 vsize=77004 CPUtime=0.28 cores=0,2,4,6
/proc/26446/stat : 26446 (glucosInc) S 26441 26440 12376 0 -1 4202496 16541 0 0 0 26 2 0 0 20 0 1 0 378344373 78852096 17926 33554432000 4194304 5654031 140734676170752 140734676169064 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 19251 17926 147 357 0 18891 0
[pid=26448] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26448/stat : 26448 (satsolver.sh) S 26441 26440 12376 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378344484 9367552 267 33554432000 4194304 5064252 140736384759568 140736384758480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26448/statm: 2287 267 226 213 0 72 0
[pid=26449] ppid=26448 vsize=114388 CPUtime=20.97 cores=0,2,4,6
/proc/26449/stat : 26449 (glucose) R 26448 26440 12376 0 -1 4202496 22320 0 0 0 2093 4 0 0 20 0 1 0 378344485 117133312 26075 33554432000 4194304 5208918 140734436556112 140734436554200 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26449/statm: 28597 26075 96 248 0 28346 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 250844

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26449
/proc/meminfo: memFree=26054104/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=41156 CPUtime=4.19 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 5254 35292 0 0 54 61 291 13 20 0 1 0 378344034 42143744 8629 33554432000 4194304 6004724 140734380747392 140734380739696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 10289 8629 177 442 0 9843 0
[pid=26446] ppid=26441 vsize=77004 CPUtime=0.28 cores=0,2,4,6
/proc/26446/stat : 26446 (glucosInc) S 26441 26440 12376 0 -1 4202496 16541 0 0 0 26 2 0 0 20 0 1 0 378344373 78852096 17926 33554432000 4194304 5654031 140734676170752 140734676169064 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 19251 17926 147 357 0 18891 0
[pid=26448] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26448/stat : 26448 (satsolver.sh) S 26441 26440 12376 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378344484 9367552 267 33554432000 4194304 5064252 140736384759568 140736384758480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26448/statm: 2287 267 226 213 0 72 0
[pid=26449] ppid=26448 vsize=113948 CPUtime=46.57 cores=0,2,4,6
/proc/26449/stat : 26449 (glucose) R 26448 26440 12376 0 -1 4202496 23939 0 0 0 4652 5 0 0 20 0 1 0 378344485 116682752 27130 33554432000 4194304 5208918 140734436556112 140734436553960 4213161 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26449/statm: 28487 27130 96 248 0 28236 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 250404

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26449
/proc/meminfo: memFree=26017388/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=41156 CPUtime=4.19 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 5254 35292 0 0 54 61 291 13 20 0 1 0 378344034 42143744 8629 33554432000 4194304 6004724 140734380747392 140734380739696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26441/statm: 10289 8629 177 442 0 9843 0
[pid=26446] ppid=26441 vsize=77004 CPUtime=0.28 cores=0,2,4,6
/proc/26446/stat : 26446 (glucosInc) S 26441 26440 12376 0 -1 4202496 16541 0 0 0 26 2 0 0 20 0 1 0 378344373 78852096 18024 33554432000 4194304 5654031 140734676170752 140734676169064 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 19251 18024 147 357 0 18891 0
[pid=26448] ppid=26441 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26448/stat : 26448 (satsolver.sh) S 26441 26440 12376 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378344484 9367552 267 33554432000 4194304 5064252 140736384759568 140736384758480 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26448/statm: 2287 267 226 213 0 72 0
[pid=26449] ppid=26448 vsize=151784 CPUtime=97.77 cores=0,2,4,6

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

/proc/meminfo: memFree=25688800/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=432220 CPUtime=522.07 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 87607 0 0 0 52153 54 0 0 20 0 1 0 378422038 442593280 103762 33554432000 4194304 5654031 140735816026848 140735816014664 4208621 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 108055 103762 142 357 0 107695 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 486804

[startup+1362.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/179 26467
/proc/meminfo: memFree=25675960/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=437492 CPUtime=582.05 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 89704 0 0 0 58148 57 0 0 20 0 1 0 378422038 447991808 106483 33554432000 4194304 5654031 140735816026848 140735816014664 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 109373 106483 142 357 0 109013 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 492076

[startup+1422.31 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 26467
/proc/meminfo: memFree=25651784/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=496476 CPUtime=642.05 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 91718 0 0 0 64147 58 0 0 20 0 1 0 378422038 508391424 113578 33554432000 4194304 5654031 140735816026848 140735816014664 4243651 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 124119 113578 142 357 0 123759 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 551060

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/179 26468
/proc/meminfo: memFree=25680320/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=503788 CPUtime=702.03 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 94159 0 0 0 70142 61 0 0 20 0 1 0 378422038 515878912 115683 33554432000 4194304 5654031 140735816026848 140735816014664 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 125947 115683 142 357 0 125587 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 558372

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/179 26512
/proc/meminfo: memFree=25777684/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=509216 CPUtime=762.01 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 96310 0 0 0 76136 65 0 0 20 0 1 0 378422038 521437184 116944 33554432000 4194304 5654031 140735816026848 140735816014664 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 127304 116944 142 357 0 126944 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 563800

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/179 26512
/proc/meminfo: memFree=25751280/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=514080 CPUtime=822 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 97906 0 0 0 82132 68 0 0 20 0 1 0 378422038 526417920 116592 33554432000 4194304 5654031 140735816026848 140735816014664 4233148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 128520 116592 142 357 0 128160 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 568664

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 26515
/proc/meminfo: memFree=25694632/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=521748 CPUtime=881.99 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 99846 0 0 0 88130 69 0 0 20 0 1 0 378422038 534269952 124153 33554432000 4194304 5654031 140735816026848 140735816014664 4234029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26462/statm: 130437 124153 142 357 0 130077 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 576332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 26515
/proc/meminfo: memFree=25694632/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=529932 CPUtime=941.98 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 101957 0 0 0 94127 71 0 0 20 0 1 0 378422038 542650368 123301 33554432000 4194304 5654031 140735816026848 140735816014664 4232997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26462/statm: 132483 123301 142 357 0 132123 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 584516

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 26516
/proc/meminfo: memFree=25700160/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=537028 CPUtime=1001.97 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 103261 0 0 0 100124 73 0 0 20 0 1 0 378422038 549916672 121836 33554432000 4194304 5654031 140735816026848 140735816014664 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26462/statm: 134257 121836 142 357 0 133897 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 591612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26516
/proc/meminfo: memFree=25694056/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=537956 CPUtime=1020.17 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 103502 0 0 0 101943 74 0 0 20 0 1 0 378422038 550866944 123256 33554432000 4194304 5654031 140735816026848 140735816014664 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26462/statm: 134489 123256 142 357 0 134129 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 592540

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.02 2.00 3/179 26516
/proc/meminfo: memFree=25694056/32873624 swapFree=7112/7112
[pid=26440] ppid=26438 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (npSolver-pbo-It) S 26438 26440 12376 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378344034 9367552 274 33554432000 4194304 5064252 140733387305504 140733387304416 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26440/statm: 2287 274 233 213 0 72 0
[pid=26441] ppid=26440 vsize=45436 CPUtime=779.88 cores=0,2,4,6
/proc/26441/stat : 26441 (npSolver-pbo) S 26440 26440 12376 0 -1 4202496 8071 81718 0 0 139 72 77748 29 20 0 1 0 378344034 46526464 9688 33554432000 4194304 6004724 140734380747392 140734380733240 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 11359 9688 195 442 0 10913 0
[pid=26462] ppid=26441 vsize=537956 CPUtime=1020.17 cores=0,2,4,6
/proc/26462/stat : 26462 (glucosInc) R 26441 26440 12376 0 -1 4202496 103502 0 0 0 101943 74 0 0 20 0 1 0 378422038 550866944 123256 33554432000 4194304 5654031 140735816026848 140735816014664 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26462/statm: 134489 123256 142 357 0 134129 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 592540

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.32
CPU system time (s): 1.76373
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 720648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.76373
maximum resident set size= 597284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 243616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 722
involuntary context switches= 2400

runsolver used 2.71959 second user time and 7.15391 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-08 04:23:06
IDJOB=3751445
IDBENCH=2297
IDSOLVER=2335
FILE ID=node121/3751445-1339122186
RUNJOBID= node121-1339111019-14194
PBS_JOBID= 14643732
Free space on /tmp= 71248 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-ran12x21.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751445-1339122186/watcher-3751445-1339122186 -o /tmp/evaluation-result-3751445-1339122186/solver-3751445-1339122186 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751445-1339122186.opb 705259134 HOME HOME

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

MD5SUM BENCH= 291088d217a1998c91be99350439e903
RANDOM SEED=705259134

node121.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		: 2667.042
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	: 5334.08
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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.91
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		: 2667.042
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	: 5438.55
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		: 2667.042
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:       32873624 kB
MemFree:        26292988 kB
Buffers:          712060 kB
Cached:          4862892 kB
SwapCached:            0 kB
Active:          2292560 kB
Inactive:        3384376 kB
Active(anon):      90488 kB
Inactive(anon):    10736 kB
Active(file):    2202072 kB
Inactive(file):  3373640 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8560 kB
Writeback:             0 kB
AnonPages:        269176 kB
Mapped:            15472 kB
Shmem:               200 kB
Slab:             764720 kB
SReclaimable:     208744 kB
SUnreclaim:       555976 kB
KernelStack:        1488 kB
PageTables:         4476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     203652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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= 71160 MiB
End job on node121 at 2012-06-08 04:53:06