Trace number 3701265

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
MD5SUM98c81efbf429745622d6705fab70d2ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109601
Number of constraints which are clauses109601
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 constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.22	c run usual solver
0.00/0.57	c model valid
0.00/0.57	c current solution ok
0.00/0.75	o 0
0.00/0.75	c current bound: 700
0.00/0.75	c (debug) using card networks
4.26/4.35	c current bound: 1050
4.26/4.35	c (debug) using card networks
10.70/11.09	c current bound: 1225
10.70/11.09	c (debug) using card networks
21.19/21.53	c current bound: 1313
21.19/21.53	c (debug) using card networks
35.92/36.21	c current bound: 1357
35.92/36.21	c (debug) using card networks
47.49/47.80	c model valid
47.49/47.80	c current solution ok
47.49/47.80	o -43
47.49/47.80	c current bound: 1335
47.49/47.80	c (debug) using card networks
69.08/69.40	c current bound: 1346
69.08/69.40	c (debug) using card networks
1800.06/1800.71	./satsolver.sh: line 5: 16463 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.71	c error: unexpected solver exit code
1800.06/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-3701265-1338061456/watcher-3701265-1338061456 -o /tmp/evaluation-result-3701265-1338061456/solver-3701265-1338061456 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701265-1338061456.opb 100976527 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/179 16407
/proc/meminfo: memFree=29271504/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0

[startup+0.0762479 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16407
/proc/meminfo: memFree=29271504/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16407
/proc/meminfo: memFree=29271504/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16407
/proc/meminfo: memFree=29271504/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700177 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16407
/proc/meminfo: memFree=29271504/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16421
/proc/meminfo: memFree=29227728/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=10464 CPUtime=0.78 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 3086 8733 0 0 42 15 20 1 20 0 1 0 272270527 10715136 1943 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16408/statm: 2616 1943 177 440 0 2172 0
[pid=16420] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16420/stat : 16420 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272270609 9367552 267 33554432000 4194304 5064252 140735015950064 140735015948976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16420/statm: 2287 267 226 213 0 72 0
[pid=16421] ppid=16420 vsize=37252 CPUtime=0.68 cores=0,2,4,6
/proc/16421/stat : 16421 (glucose) R 16420 16407 15154 0 -1 4202496 8006 0 0 0 67 1 0 0 20 0 1 0 272270609 38146048 7821 33554432000 4194304 5208918 140733262516416 140733262514248 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 9313 7821 95 248 0 9062 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 66012

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16421
/proc/meminfo: memFree=29223120/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=10464 CPUtime=0.78 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 3086 8733 0 0 42 15 20 1 20 0 1 0 272270527 10715136 1943 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16408/statm: 2616 1943 177 440 0 2172 0
[pid=16420] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16420/stat : 16420 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272270609 9367552 267 33554432000 4194304 5064252 140735015950064 140735015948976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/16420/statm: 2287 267 226 213 0 72 0
[pid=16421] ppid=16420 vsize=37252 CPUtime=2.27 cores=0,2,4,6
/proc/16421/stat : 16421 (glucose) R 16420 16407 15154 0 -1 4202496 8076 0 0 0 226 1 0 0 20 0 1 0 272270609 38146048 8401 33554432000 4194304 5208918 140733262516416 140733262514248 4211053 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16421/statm: 9313 8401 103 248 0 9062 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 66012

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16428
/proc/meminfo: memFree=29217864/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=4.39 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 4528 19657 0 0 48 16 371 4 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16427] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16427/stat : 16427 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272270993 9367552 267 33554432000 4194304 5064252 140734848000672 140734847999584 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16427/statm: 2287 267 226 213 0 72 0
[pid=16428] ppid=16427 vsize=38328 CPUtime=1.61 cores=0,2,4,6
/proc/16428/stat : 16428 (glucose) R 16427 16407 15154 0 -1 4202496 8461 0 0 0 160 1 0 0 20 0 1 0 272270994 39247872 8313 33554432000 4194304 5208918 140736950400944 140736950398776 4229277 0 0 4096 0 0 0 0 17 4 0 0 2 0 0
/proc/16428/statm: 9582 8313 95 248 0 9331 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 69144

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16435
/proc/meminfo: memFree=29217676/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=10.86 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 5970 31748 0 0 53 16 1010 7 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16434] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16434/stat : 16434 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272271643 9367552 267 33554432000 4194304 5064252 140736276825024 140736276823936 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16434/statm: 2287 267 226 213 0 72 0
[pid=16435] ppid=16434 vsize=38592 CPUtime=1.53 cores=0,2,4,6
/proc/16435/stat : 16435 (glucose) R 16434 16407 15154 0 -1 4202496 8312 0 0 0 152 1 0 0 20 0 1 0 272271643 39518208 8303 33554432000 4194304 5208918 140733524671360 140733524669192 4229145 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16435/statm: 9648 8303 95 248 0 9397 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 69408

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16442
/proc/meminfo: memFree=29208304/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=21.31 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 7412 44457 0 0 59 17 2045 10 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16441] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16441/stat : 16441 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272272686 9367552 266 33554432000 4194304 5064252 140737110056368 140737110055280 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16441/statm: 2287 266 226 213 0 72 0
[pid=16442] ppid=16441 vsize=38580 CPUtime=3.9 cores=0,2,4,6
/proc/16442/stat : 16442 (glucose) R 16441 16407 15154 0 -1 4202496 7544 0 0 0 389 1 0 0 20 0 1 0 272272687 39505920 8810 33554432000 4194304 5208918 140736563563872 140736563561704 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16442/statm: 9645 8810 101 248 0 9394 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 69396

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16456
/proc/meminfo: memFree=29210044/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=47.56 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 10322 69576 0 0 80 19 4633 24 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16455] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16455/stat : 16455 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272275314 9367552 267 33554432000 4194304 5064252 140736583546304 140736583545216 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16455/statm: 2287 267 226 213 0 72 0
[pid=16456] ppid=16455 vsize=38608 CPUtime=3.22 cores=0,2,4,6
/proc/16456/stat : 16456 (glucose) R 16455 16407 15154 0 -1 4202496 8437 0 0 0 321 1 0 0 20 0 1 0 272275314 39534592 8385 33554432000 4194304 5208918 140735423184864 140735423182696 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16456/statm: 9652 8385 103 248 0 9401 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 69424

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16470
/proc/meminfo: memFree=29200120/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=65852 CPUtime=32.82 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 12135 0 0 0 3279 3 0 0 20 0 1 0 272277474 67432448 15746 33554432000 4194304 5208918 140733369436944 140733369433320 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 16463 15746 105 248 0 16212 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 96668

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16470
/proc/meminfo: memFree=29166960/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16603
/proc/meminfo: memFree=28968604/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=194092 CPUtime=1352.61 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 37504 0 0 0 135214 47 0 0 20 0 1 0 272277474 198750208 43950 33554432000 4194304 5208918 140733369436944 140733369434936 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 48523 43950 105 248 0 48272 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 224908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16603
/proc/meminfo: memFree=28912908/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=194092 CPUtime=1412.59 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 38384 0 0 0 141211 48 0 0 20 0 1 0 272277474 198750208 45998 33554432000 4194304 5208918 140733369436944 140733369434936 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 48523 45998 105 248 0 48272 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 224908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16604
/proc/meminfo: memFree=28935796/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=224912 CPUtime=1472.57 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 39862 0 0 0 147206 51 0 0 20 0 1 0 272277474 230309888 51185 33554432000 4194304 5208918 140733369436944 140733369435096 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 56228 51185 105 248 0 55977 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 255728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16607
/proc/meminfo: memFree=28930680/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=194092 CPUtime=1532.55 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 41017 0 0 0 153202 53 0 0 20 0 1 0 272277474 198750208 43950 33554432000 4194304 5208918 140733369436944 140733369434936 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 48523 43950 105 248 0 48272 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 224908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16607
/proc/meminfo: memFree=28914088/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=194092 CPUtime=1592.54 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 41893 0 0 0 159199 55 0 0 20 0 1 0 272277474 198750208 45998 33554432000 4194304 5208918 140733369436944 140733369434936 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 48523 45998 105 248 0 48272 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 224908

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 16607
/proc/meminfo: memFree=28912196/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=194092 CPUtime=1652.51 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 42785 0 0 0 165194 57 0 0 20 0 1 0 272277474 198750208 45998 33554432000 4194304 5208918 140733369436944 140733369434936 4229110 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 48523 45998 105 248 0 48272 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 224908

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16607
/proc/meminfo: memFree=28899384/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=194092 CPUtime=1712.51 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 43656 0 0 0 171192 59 0 0 20 0 1 0 272277474 198750208 44974 33554432000 4194304 5208918 140733369436944 140733369434936 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 48523 44974 105 248 0 48272 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 224908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16607
/proc/meminfo: memFree=28913736/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=224912 CPUtime=1730.92 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 44248 0 0 0 173032 60 0 0 20 0 1 0 272277474 230309888 48625 33554432000 4194304 5208918 140733369436944 140733369435096 4229361 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 56228 48625 105 248 0 55977 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 255728

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.01 2.01 2.00 3/183 16607
/proc/meminfo: memFree=28913736/32873844 swapFree=6856/6856
[pid=16407] ppid=16405 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16407/stat : 16407 (npSolver-pbo.sh) S 16405 16407 15154 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272270527 9367552 274 33554432000 4194304 5064252 140736600735088 140736600734000 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16407/statm: 2287 274 233 213 0 72 0
[pid=16408] ppid=16407 vsize=12520 CPUtime=69.14 cores=0,2,4,6
/proc/16408/stat : 16408 (npSolver-pbo) S 16407 16407 15154 0 -1 4202496 11764 82588 0 0 85 19 6782 28 20 0 1 0 272270527 12820480 2455 33554432000 4194304 5992684 140736699166640 140736699158960 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 24 0 0
/proc/16408/statm: 3130 2455 177 440 0 2686 0
[pid=16462] ppid=16408 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16462/stat : 16462 (satsolver.sh) S 16408 16407 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272277474 9367552 267 33554432000 4194304 5064252 140735742238320 140735742237232 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16462/statm: 2287 267 226 213 0 72 0
[pid=16463] ppid=16462 vsize=224912 CPUtime=1730.92 cores=0,2,4,6
/proc/16463/stat : 16463 (glucose) R 16462 16407 15154 0 -1 4202496 44248 0 0 0 173032 60 0 0 20 0 1 0 272277474 230309888 48625 33554432000 4194304 5208918 140733369436944 140733369435096 4229361 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16463/statm: 56228 48625 105 248 0 55977 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 255728

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1799.02
CPU system time (s): 1.09083
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 255728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.09083
maximum resident set size= 214980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 370
involuntary context switches= 1933

runsolver used 10.8903 second user time and 14.8787 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 21:44:16
IDJOB=3701265
IDBENCH=2247
IDSOLVER=2277
FILE ID=node144/3701265-1338061456
RUNJOBID= node144-1338050589-15170
PBS_JOBID= 14624378
Free space on /tmp= 71476 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701265-1338061456/watcher-3701265-1338061456 -o /tmp/evaluation-result-3701265-1338061456/solver-3701265-1338061456 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701265-1338061456.opb 100976527 HOME HOME

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

MD5SUM BENCH= 98c81efbf429745622d6705fab70d2ee
RANDOM SEED=100976527

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29272396 kB
Buffers:          274528 kB
Cached:          2494820 kB
SwapCached:            0 kB
Active:           778208 kB
Inactive:        2047248 kB
Active(anon):      57272 kB
Inactive(anon):        0 kB
Active(file):     720936 kB
Inactive(file):  2047248 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11048 kB
Writeback:             0 kB
AnonPages:         63196 kB
Mapped:            15428 kB
Shmem:               200 kB
Slab:             638016 kB
SReclaimable:      80228 kB
SUnreclaim:       557788 kB
KernelStack:        1496 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     178992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71456 MiB
End job on node144 at 2012-05-26 22:14:17