Trace number 3701083

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? (TO) 1800.07 1800.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark0.305953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
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 constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
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.14	c fallback to adder encoding
0.00/0.74	c fallback to adder encoding
0.00/0.98	c fallback to adder encoding
1.19/1.24	c fallback to adder encoding
1.29/1.33	c run usual solver
4.68/5.15	c model valid
4.68/5.15	c current solution ok
5.20/5.60	o 11636
5.20/5.60	c current bound: 5818
5.20/5.60	c fallback to adder encoding
11.69/12.19	c model valid
11.69/12.19	c current solution ok
11.81/12.21	o 5800
11.81/12.21	c current bound: 2900
11.81/12.21	c fallback to adder encoding
14.06/14.56	c model valid
14.06/14.56	c current solution ok
14.06/14.57	o 2865
14.06/14.57	c current bound: 1432
14.06/14.57	c fallback to adder encoding
16.29/16.77	c model valid
16.29/16.77	c current solution ok
16.29/16.79	o 1408
16.29/16.79	c current bound: 704
21.22/21.60	c model valid
21.22/21.60	c current solution ok
21.22/21.62	o 468
21.22/21.62	c current bound: 234
1800.03/1800.71	./satsolver.sh: line 5:  6563 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.71	c error: unexpected solver exit code
1800.03/1800.71	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-3701083-1338049979/watcher-3701083-1338049979 -o /tmp/evaluation-result-3701083-1338049979/solver-3701083-1338049979 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701083-1338049979.opb 1365722814 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 1.68 1.49 3/179 6520
/proc/meminfo: memFree=28367416/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0

[startup+0.0151061 s]
/proc/loadavg: 2.00 1.68 1.49 3/179 6520
/proc/meminfo: memFree=28367416/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100282 s]
/proc/loadavg: 2.00 1.68 1.49 3/179 6520
/proc/meminfo: memFree=28367416/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30032 s]
/proc/loadavg: 2.00 1.68 1.49 3/179 6520
/proc/meminfo: memFree=28367416/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 2.00 1.68 1.49 3/179 6520
/proc/meminfo: memFree=28367416/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 1.68 1.49 3/181 6522
/proc/meminfo: memFree=28282024/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=109804 CPUtime=1.32 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 29713 0 0 0 124 8 0 0 20 0 1 0 271122831 112439296 27018 33554432000 4194304 5992684 140735892651280 140735892645312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6521/statm: 27451 27018 172 440 0 27007 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 118952

[startup+3.10046 s]
/proc/loadavg: 2.00 1.68 1.49 3/183 6524
/proc/meminfo: memFree=28145636/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=109804 CPUtime=1.32 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 29713 0 0 0 124 8 0 0 20 0 1 0 271122831 112439296 27018 33554432000 4194304 5992684 140735892651280 140735892645312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6521/statm: 27451 27018 172 440 0 27007 0
[pid=6523] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6523/stat : 6523 (cp2_pre.sh) S 6521 6520 3441 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271122965 9367552 277 33554432000 4194304 5064252 140734792770720 140734792769424 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6523/statm: 2287 277 234 213 0 72 0
[pid=6524] ppid=6523 vsize=131328 CPUtime=1.75 cores=1,3,5,7
/proc/6524/stat : 6524 (coprocessor) R 6523 6520 3441 0 -1 4202496 24465 0 0 0 169 6 0 0 20 0 1 0 271122965 134479872 31497 33554432000 4194304 6586260 140735643135072 140735643131048 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6524/statm: 32832 31497 204 584 0 32244 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 259428

[startup+6.30026 s]
/proc/loadavg: 2.00 1.69 1.49 3/181 6532
/proc/meminfo: memFree=28243924/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=116732 CPUtime=5.24 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 31969 41218 0 0 135 45 331 13 20 0 1 0 271122831 119533568 28603 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 29183 28603 181 440 0 28739 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 125880

[startup+12.7004 s]
/proc/loadavg: 2.00 1.69 1.49 3/183 6535
/proc/meminfo: memFree=28172848/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=116732 CPUtime=11.85 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 34167 59726 0 0 138 45 982 20 20 0 1 0 271122831 119533568 28603 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 29183 28603 181 440 0 28739 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 125880

[startup+25.5005 s]
/proc/loadavg: 2.00 1.71 1.50 3/183 6563
/proc/meminfo: memFree=28168636/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=69772 CPUtime=3.82 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 14477 0 0 0 380 2 0 0 20 0 1 0 271124998 71446528 15380 33554432000 4194304 5208918 140735314088304 140735314085976 4229254 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 17443 15380 95 248 0 17192 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 217088

[startup+51.1005 s]
/proc/loadavg: 2.00 1.73 1.51 3/183 6563
/proc/meminfo: memFree=28161304/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=73576 CPUtime=29.42 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 17236 0 0 0 2938 4 0 0 20 0 1 0 271124998 75341824 16735 33554432000 4194304 5208918 140735314088304 140735314084680 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 18394 16735 105 248 0 18143 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 220892

[startup+102.307 s]
/proc/loadavg: 2.00 1.77 1.54 3/182 6563
/proc/meminfo: memFree=28140956/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=104188 CPUtime=80.61 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 18389 0 0 0 8056 5 0 0 20 0 1 0 271124998 106688512 20504 33554432000 4194304 5208918 140735314088304 140735314086248 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 26047 20504 105 248 0 25796 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 251504

[startup+162.3 s]
/proc/loadavg: 2.00 1.81 1.56 3/184 6565
/proc/meminfo: memFree=28129896/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=104188 CPUtime=140.6 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 18855 0 0 0 14054 6 0 0 20 0 1 0 271124998 106688512 24545 33554432000 4194304 5208918 140735314088304 140735314084616 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 26047 24545 105 248 0 25796 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 251504

[startup+222.3 s]
/proc/loadavg: 2.00 1.84 1.59 3/183 6565
/proc/meminfo: memFree=28120272/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.85 3/183 6575
/proc/meminfo: memFree=28069524/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=135720 CPUtime=1400.39 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 21220 0 0 0 140027 12 0 0 20 0 1 0 271124998 138977280 32568 33554432000 4194304 5208918 140735314088304 140735314086392 4205139 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 33930 32568 105 248 0 33679 0
Current children cumulated CPU time (s) 1421.68
Current children cumulated vsize (KiB) 283036

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.87 3/183 6575
/proc/meminfo: memFree=28024220/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=185040 CPUtime=1460.38 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 21305 0 0 0 146025 13 0 0 20 0 1 0 271124998 189480960 42362 33554432000 4194304 5208918 140735314088304 140735314086296 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 46260 42362 105 248 0 46009 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 332356

[startup+1542.3 s]
/proc/loadavg: 1.94 1.99 1.87 3/183 6617
/proc/meminfo: memFree=28204880/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=185040 CPUtime=1520.37 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 21542 0 0 0 152024 13 0 0 20 0 1 0 271124998 189480960 44638 33554432000 4194304 5208918 140735314088304 140735314084680 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 46260 44638 105 248 0 46009 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 332356

[startup+1602.3 s]
/proc/loadavg: 2.19 2.05 1.89 3/183 6628
/proc/meminfo: memFree=28183800/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=135720 CPUtime=1580.36 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 21897 0 0 0 158022 14 0 0 20 0 1 0 271124998 138977280 32568 33554432000 4194304 5208918 140735314088304 140735314084680 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 33930 32568 105 248 0 33679 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 283036

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 1.90 3/184 6631
/proc/meminfo: memFree=28134344/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=185040 CPUtime=1640.35 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 21982 0 0 0 164020 15 0 0 20 0 1 0 271124998 189480960 42362 33554432000 4194304 5208918 140735314088304 140735314084616 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 46260 42362 105 248 0 46009 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 332356

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 1.91 3/184 6654
/proc/meminfo: memFree=28086072/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=215860 CPUtime=1700.34 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 22574 0 0 0 170018 16 0 0 20 0 1 0 271124998 221040640 45501 33554432000 4194304 5208918 140735314088304 140735314086456 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 53965 45501 105 248 0 53714 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 363176

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/183 6654
/proc/meminfo: memFree=28158152/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=135720 CPUtime=1760.33 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 22577 0 0 0 176017 16 0 0 20 0 1 0 271124998 138977280 32569 33554432000 4194304 5208918 140735314088304 140735314084680 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 33930 32569 105 248 0 33679 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 283036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 6654
/proc/meminfo: memFree=28137240/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=135720 CPUtime=1778.74 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 22577 0 0 0 177858 16 0 0 20 0 1 0 271124998 138977280 32569 33554432000 4194304 5208918 140735314088304 140735314084680 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 33930 32569 105 248 0 33679 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 283036

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.02 1.91 3/183 6654
/proc/meminfo: memFree=28137240/32873844 swapFree=7116/7116
[pid=6520] ppid=6518 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6520/stat : 6520 (npSolver-pbo.sh) S 6518 6520 3441 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271122831 9367552 275 33554432000 4194304 5064252 140733407751424 140733407750336 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6520/statm: 2287 275 233 213 0 72 0
[pid=6521] ppid=6520 vsize=129020 CPUtime=21.29 cores=1,3,5,7
/proc/6521/stat : 6521 (npSolver-pbo) S 6520 6520 3441 0 -1 4202496 42761 123221 0 0 160 50 1862 57 20 0 1 0 271122831 132116480 31806 33554432000 4194304 5992684 140735892651280 140735892643600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6521/statm: 32255 31806 182 440 0 31811 0
[pid=6562] ppid=6521 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6562/stat : 6562 (satsolver.sh) S 6521 6520 3441 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 271124997 9367552 267 33554432000 4194304 5064252 140736886068240 140736886067152 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6562/statm: 2287 267 226 213 0 72 0
[pid=6563] ppid=6562 vsize=135720 CPUtime=1778.74 cores=1,3,5,7
/proc/6563/stat : 6563 (glucose) R 6562 6520 3441 0 -1 4202496 22577 0 0 0 177858 16 0 0 20 0 1 0 271124998 138977280 32569 33554432000 4194304 5208918 140735314088304 140735314084680 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6563/statm: 33930 32569 105 248 0 33679 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 283036

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.07
CPU user time (s): 1798.82
CPU system time (s): 1.25381
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 363176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.25381
maximum resident set size= 186100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 166056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2027
involuntary context switches= 2049

runsolver used 2.97255 second user time and 8.51171 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-26 18:32:59
IDJOB=3701083
IDBENCH=1854
IDSOLVER=2277
FILE ID=node146/3701083-1338049979
RUNJOBID= node146-1338049706-6230
PBS_JOBID= 14624329
Free space on /tmp= 71468 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701083-1338049979/watcher-3701083-1338049979 -o /tmp/evaluation-result-3701083-1338049979/solver-3701083-1338049979 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701083-1338049979.opb 1365722814 HOME HOME

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=1365722814

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28368440 kB
Buffers:          263216 kB
Cached:          2508604 kB
SwapCached:         2348 kB
Active:          1512316 kB
Inactive:        2212412 kB
Active(anon):     951820 kB
Inactive(anon):     3064 kB
Active(file):     560496 kB
Inactive(file):  2209348 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        974000 kB
Mapped:             9092 kB
Shmem:                 0 kB
Slab:             634436 kB
SReclaimable:      75888 kB
SUnreclaim:       558548 kB
KernelStack:        1520 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1109588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71156 MiB
End job on node146 at 2012-05-26 19:03:00