Trace number 3750296

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 1.0 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
MD5SUM39250f205953aedd83d7a2bcba6bda16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark1.59476
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 792
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 792
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 792
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c run usual solver
0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.06	o 371
0.00/0.06	c current bound: 185
0.00/0.06	c (debug) using card networks
0.00/0.06	c old isEQ: 185, new EQ is 0
3.77/3.82	c current bound: 278
3.77/3.82	c (debug) using card networks
3.77/3.82	c old isEQ: 22, new EQ is 0
1575.82/1576.11	c current bound: 325
1575.82/1576.11	c (debug) using card networks
1575.82/1576.11	c old isEQ: 69, new EQ is 0
1576.03/1576.37	c model valid
1576.03/1576.37	c current solution ok
1576.03/1576.37	o 324
1576.03/1576.37	c current bound: 301
1576.03/1576.37	c (debug) using card networks
1576.03/1576.37	c old isEQ: 45, new EQ is 0
1576.36/1576.71	c model valid
1576.36/1576.71	c current solution ok
1576.36/1576.72	o 294
1576.36/1576.72	c current bound: 286
1576.36/1576.72	c (debug) using card networks
1576.36/1576.72	c old isEQ: 30, new EQ is 0
1579.92/1580.27	c model valid
1579.92/1580.27	c current solution ok
1579.92/1580.27	o 285
1579.92/1580.27	c current bound: 282
1579.92/1580.27	c (debug) using card networks
1579.92/1580.27	c old isEQ: 26, new EQ is 0
1800.09/1800.40	./satsolver.sh: line 5: 11404 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.40	c error: unexpected solver exit code
1800.09/1800.40	s UNKNOWN

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-3750296-1339119320/watcher-3750296-1339119320 -o /tmp/evaluation-result-3750296-1339119320/solver-3750296-1339119320 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750296-1339119320.opb 31080344 HOME HOME 

running on 4 cores: 1,3,5,7

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.02 2.00 3/181 11259
/proc/meminfo: memFree=31054232/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0

[startup+0.098915 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 11259
/proc/meminfo: memFree=31054232/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 11259
/proc/meminfo: memFree=31054232/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 11259
/proc/meminfo: memFree=31054232/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 11259
/proc/meminfo: memFree=31054232/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 11273
/proc/meminfo: memFree=31036032/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=6100 CPUtime=0.06 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3079 5778 0 0 3 1 1 1 20 0 1 0 21899110 6246400 1170 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1525 1170 173 442 0 1079 0
[pid=11272] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11272/stat : 11272 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21899118 9367552 267 33554432000 4194304 5064252 140733662553424 140733662552336 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11272/statm: 2287 267 226 213 0 72 0
[pid=11273] ppid=11272 vsize=14384 CPUtime=1.41 cores=1,3,5,7
/proc/11273/stat : 11273 (glucose) R 11272 11259 8711 0 -1 4202496 3554 0 0 0 140 1 0 0 20 0 1 0 21899118 14729216 2927 33554432000 4194304 5208918 140736034986784 140736034984616 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11273/statm: 3596 2927 104 248 0 3345 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38780

[startup+3.10039 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 11273
/proc/meminfo: memFree=31036592/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=6100 CPUtime=0.06 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3079 5778 0 0 3 1 1 1 20 0 1 0 21899110 6246400 1170 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1525 1170 173 442 0 1079 0
[pid=11272] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11272/stat : 11272 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21899118 9367552 267 33554432000 4194304 5064252 140733662553424 140733662552336 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11272/statm: 2287 267 226 213 0 72 0
[pid=11273] ppid=11272 vsize=16028 CPUtime=3.01 cores=1,3,5,7
/proc/11273/stat : 11273 (glucose) R 11272 11259 8711 0 -1 4202496 4429 0 0 0 300 1 0 0 20 0 1 0 21899118 16412672 3545 33554432000 4194304 5208918 140736034986784 140736034984872 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11273/statm: 4007 3545 105 248 0 3756 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 40424

[startup+6.3004 s]
/proc/loadavg: 2.08 2.04 2.01 3/185 11280
/proc/meminfo: memFree=31034296/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=18216 CPUtime=2.44 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 3798 0 0 0 244 0 0 0 20 0 1 0 21899495 18653184 3796 33554432000 4194304 5208918 140735525316304 140735525314456 4212971 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 4554 3796 103 248 0 4303 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43844

[startup+12.7004 s]
/proc/loadavg: 2.08 2.04 2.00 3/185 11280
/proc/meminfo: memFree=31024276/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=26228 CPUtime=8.84 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 6160 0 0 0 883 1 0 0 20 0 1 0 21899495 26857472 6008 33554432000 4194304 5208918 140735525316304 140735525314168 4205238 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 6557 6008 103 248 0 6306 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51856

[startup+25.5004 s]
/proc/loadavg: 2.06 2.04 2.00 3/185 11280
/proc/meminfo: memFree=31019800/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=32324 CPUtime=21.64 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 7345 0 0 0 2162 2 0 0 20 0 1 0 21899495 33099776 7127 33554432000 4194304 5208918 140735525316304 140735525312680 4229010 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 8081 7127 103 248 0 7830 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57952

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.00 3/185 11280
/proc/meminfo: memFree=31016700/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=35508 CPUtime=47.23 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 7886 0 0 0 4721 2 0 0 20 0 1 0 21899495 36360192 7664 33554432000 4194304 5208918 140735525316304 140735525314248 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 8877 7664 103 248 0 8626 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 61136

[startup+102.307 s]
/proc/loadavg: 2.05 2.04 2.00 3/185 11280
/proc/meminfo: memFree=30989764/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=54184 CPUtime=98.42 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 9607 0 0 0 9840 2 0 0 20 0 1 0 21899495 55484416 13007 33554432000 4194304 5208918 140735525316304 140735525311992 4228985 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 13546 13007 103 248 0 13295 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 79812

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/185 11281
/proc/meminfo: memFree=30989516/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11350
/proc/meminfo: memFree=30655948/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=92260 CPUtime=1358.22 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 20392 0 0 0 135802 20 0 0 20 0 1 0 21899495 94474240 18253 33554432000 4194304 5208918 140735525316304 140735525312680 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 23065 18253 103 248 0 22814 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 117888

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11351
/proc/meminfo: memFree=30649060/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=92260 CPUtime=1418.22 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 21026 0 0 0 141800 22 0 0 20 0 1 0 21899495 94474240 22526 33554432000 4194304 5208918 140735525316304 140735525312680 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 23065 22526 103 248 0 22814 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 117888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 11354
/proc/meminfo: memFree=30643320/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=92260 CPUtime=1478.21 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 21469 0 0 0 147798 23 0 0 20 0 1 0 21899495 94474240 22526 33554432000 4194304 5208918 140735525316304 140735525314392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 23065 22526 103 248 0 22814 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 117888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 11376
/proc/meminfo: memFree=30615680/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=3.82 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 3934 13197 0 0 5 1 373 3 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11279] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11279/stat : 11279 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 21899495 9367552 266 33554432000 4194304 5064252 140737244487728 140737244486640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11279/statm: 2287 266 226 213 0 72 0
[pid=11280] ppid=11279 vsize=92260 CPUtime=1538.2 cores=1,3,5,7
/proc/11280/stat : 11280 (glucose) R 11279 11259 8711 0 -1 4202496 21915 0 0 0 153796 24 0 0 20 0 1 0 21899495 94474240 22526 33554432000 4194304 5208918 140735525316304 140735525314392 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11280/statm: 23065 22526 103 248 0 22814 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 117888

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 11404
/proc/meminfo: memFree=30679088/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=1580.03 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 7415 61259 0 0 15 2 157942 44 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11403] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11403/stat : 11403 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22057140 9367552 267 33554432000 4194304 5064252 140734269339264 140734269338176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11403/statm: 2287 267 226 213 0 72 0
[pid=11404] ppid=11403 vsize=32204 CPUtime=21.98 cores=1,3,5,7
/proc/11404/stat : 11404 (glucose) R 11403 11259 8711 0 -1 4202496 6784 0 0 0 2197 1 0 0 20 0 1 0 22057140 32976896 6931 33554432000 4194304 5208918 140735568319040 140735568315352 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11404/statm: 8051 6931 103 248 0 7800 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 57832

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 11404
/proc/meminfo: memFree=30664544/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=1580.03 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 7415 61259 0 0 15 2 157942 44 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11403] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11403/stat : 11403 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22057140 9367552 267 33554432000 4194304 5064252 140734269339264 140734269338176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11403/statm: 2287 267 226 213 0 72 0
[pid=11404] ppid=11403 vsize=46716 CPUtime=81.97 cores=1,3,5,7
/proc/11404/stat : 11404 (glucose) R 11403 11259 8711 0 -1 4202496 8203 0 0 0 8195 2 0 0 20 0 1 0 22057140 47837184 10466 33554432000 4194304 5208918 140735568319040 140735568315416 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11404/statm: 11679 10466 103 248 0 11428 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 72344

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 11405
/proc/meminfo: memFree=30647900/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=1580.03 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 7415 61259 0 0 15 2 157942 44 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11403] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11403/stat : 11403 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22057140 9367552 267 33554432000 4194304 5064252 140734269339264 140734269338176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11403/statm: 2287 267 226 213 0 72 0
[pid=11404] ppid=11403 vsize=77064 CPUtime=141.96 cores=1,3,5,7
/proc/11404/stat : 11404 (glucose) R 11403 11259 8711 0 -1 4202496 9059 0 0 0 14194 2 0 0 20 0 1 0 22057140 78913536 16029 33554432000 4194304 5208918 140735568319040 140735568316984 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11404/statm: 19266 16029 103 248 0 19015 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 102692

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 11405
/proc/meminfo: memFree=30640312/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=1580.03 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 7415 61259 0 0 15 2 157942 44 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11403] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11403/stat : 11403 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22057140 9367552 267 33554432000 4194304 5064252 140734269339264 140734269338176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11403/statm: 2287 267 226 213 0 72 0
[pid=11404] ppid=11403 vsize=77064 CPUtime=201.96 cores=1,3,5,7
/proc/11404/stat : 11404 (glucose) R 11403 11259 8711 0 -1 4202496 9201 0 0 0 20193 3 0 0 20 0 1 0 22057140 78913536 17191 33554432000 4194304 5208918 140735568319040 140735568314728 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11404/statm: 19266 17191 103 248 0 19015 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 102692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11405
/proc/meminfo: memFree=30630508/32873844 swapFree=7108/7108
[pid=11259] ppid=11257 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11259/stat : 11259 (npSolver-pbo.sh) S 11257 11259 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21899110 9367552 274 33554432000 4194304 5064252 140735520493584 140735520492496 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11259/statm: 2287 274 233 213 0 72 0
[pid=11260] ppid=11259 vsize=7332 CPUtime=1580.03 cores=1,3,5,7
/proc/11260/stat : 11260 (npSolver-pbo) S 11259 11259 8711 0 -1 4202496 7415 61259 0 0 15 2 157942 44 20 0 1 0 21899110 7507968 1262 33554432000 4194304 6004724 140736581102304 140736581094656 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11260/statm: 1833 1262 174 442 0 1387 0
[pid=11403] ppid=11260 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11403/stat : 11403 (satsolver.sh) S 11260 11259 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22057140 9367552 267 33554432000 4194304 5064252 140734269339264 140734269338176 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11403/statm: 2287 267 226 213 0 72 0
[pid=11404] ppid=11403 vsize=77064 CPUtime=220.06 cores=1,3,5,7
/proc/11404/stat : 11404 (glucose) R 11403 11259 8711 0 -1 4202496 9201 0 0 0 22003 3 0 0 20 0 1 0 22057140 78913536 17191 33554432000 4194304 5208918 140735568319040 140735568314728 4211532 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11404/statm: 19266 17191 103 248 0 19015 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 102692

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.61
CPU system time (s): 0.503923
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 178880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.503923
maximum resident set size= 136856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78862
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 354
involuntary context switches= 2048

runsolver used 9.74052 second user time and 13.5559 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 03:35:20
IDJOB=3750296
IDBENCH=2185
IDSOLVER=2334
FILE ID=node134/3750296-1339119320
RUNJOBID= node134-1339112625-10156
PBS_JOBID= 14643719
Free space on /tmp= 71000 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750296-1339119320/watcher-3750296-1339119320 -o /tmp/evaluation-result-3750296-1339119320/solver-3750296-1339119320 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750296-1339119320.opb 31080344 HOME HOME

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

MD5SUM BENCH= 39250f205953aedd83d7a2bcba6bda16
RANDOM SEED=31080344

node134.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.091
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.18
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.55
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.091
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	: 5332.56
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.091
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	: 5332.56
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.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31054504 kB
Buffers:          202688 kB
Cached:           766932 kB
SwapCached:            0 kB
Active:           333916 kB
Inactive:         704332 kB
Active(anon):      71376 kB
Inactive(anon):        0 kB
Active(file):     262540 kB
Inactive(file):   704332 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8820 kB
Writeback:             0 kB
AnonPages:         77624 kB
Mapped:            15636 kB
Shmem:               212 kB
Slab:             636720 kB
SReclaimable:      78836 kB
SUnreclaim:       557884 kB
KernelStack:        1496 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     188380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node134 at 2012-06-08 04:05:21