Trace number 3701229

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.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark486
Best CPU time to get the best result obtained on this benchmark1792.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.29/1.39	c run usual solver
168.65/168.71	c model valid
168.65/168.71	c current solution ok
169.65/169.75	o 7469
169.65/169.75	c current bound: 3734
169.65/169.75	c fallback to adder encoding
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3701229-1338054190/watcher-3701229-1338054190 -o /tmp/evaluation-result-3701229-1338054190/solver-3701229-1338054190 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701229-1338054190.opb 1869169079 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 1.97 3/177 15461
/proc/meminfo: memFree=29291576/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0

[startup+0.061574 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 15461
/proc/meminfo: memFree=29291576/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 15461
/proc/meminfo: memFree=29291576/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 15461
/proc/meminfo: memFree=29291576/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 15461
/proc/meminfo: memFree=29291576/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 15463
/proc/meminfo: memFree=29277380/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=1.39 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3439 0 0 0 136 3 0 0 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565659088 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 30260

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 15467
/proc/meminfo: memFree=29127296/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 30260

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 15473
/proc/meminfo: memFree=29162356/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
[pid=15472] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271544290 9367552 266 33554432000 4194304 5064252 140736602766416 140736602765328 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15472/statm: 2287 266 226 213 0 72 0
[pid=15473] ppid=15472 vsize=73712 CPUtime=3.25 cores=0,2,4,6
/proc/15473/stat : 15473 (glucose) R 15472 15461 15154 0 -1 4202496 11772 0 0 0 322 3 0 0 20 0 1 0 271544290 75481088 16408 33554432000 4194304 5208918 140734108192240 140734108190184 4229757 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15473/statm: 18428 16408 96 248 0 18177 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 113120

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 15473
/proc/meminfo: memFree=29102952/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
[pid=15472] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271544290 9367552 266 33554432000 4194304 5064252 140736602766416 140736602765328 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15472/statm: 2287 266 226 213 0 72 0
[pid=15473] ppid=15472 vsize=123032 CPUtime=9.65 cores=0,2,4,6
/proc/15473/stat : 15473 (glucose) R 15472 15461 15154 0 -1 4202496 13404 0 0 0 960 5 0 0 20 0 1 0 271544290 125984768 25849 33554432000 4194304 5208918 140734108192240 140734108190328 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15473/statm: 30758 25849 96 248 0 30507 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 162440

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.97 3/183 15473
/proc/meminfo: memFree=29103332/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
[pid=15472] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271544290 9367552 266 33554432000 4194304 5064252 140736602766416 140736602765328 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15472/statm: 2287 266 226 213 0 72 0
[pid=15473] ppid=15472 vsize=73712 CPUtime=22.45 cores=0,2,4,6
/proc/15473/stat : 15473 (glucose) R 15472 15461 15154 0 -1 4202496 14726 0 0 0 2238 7 0 0 20 0 1 0 271544290 75481088 17745 33554432000 4194304 5208918 140734108192240 140734108190328 4215245 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15473/statm: 18428 17745 96 248 0 18177 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 113120

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 1.97 3/183 15473
/proc/meminfo: memFree=29031672/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
[pid=15472] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271544290 9367552 266 33554432000 4194304 5064252 140736602766416 140736602765328 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15472/statm: 2287 266 226 213 0 72 0
[pid=15473] ppid=15472 vsize=123032 CPUtime=48.04 cores=0,2,4,6
/proc/15473/stat : 15473 (glucose) R 15472 15461 15154 0 -1 4202496 17233 0 0 0 4793 11 0 0 20 0 1 0 271544290 125984768 27897 33554432000 4194304 5208918 140734108192240 140734108190232 4211599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15473/statm: 30758 27897 96 248 0 30507 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 162440

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.97 3/183 15473
/proc/meminfo: memFree=29102796/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
[pid=15472] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271544290 9367552 266 33554432000 4194304 5064252 140736602766416 140736602765328 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15472/statm: 2287 266 226 213 0 72 0
[pid=15473] ppid=15472 vsize=73712 CPUtime=99.24 cores=0,2,4,6
/proc/15473/stat : 15473 (glucose) R 15472 15461 15154 0 -1 4202496 22838 0 0 0 9904 20 0 0 20 0 1 0 271544290 75481088 17746 33554432000 4194304 5208918 140734108192240 140734108190328 4229757 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15473/statm: 18428 17746 96 248 0 18177 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 113120

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 15473
/proc/meminfo: memFree=29028820/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=21112 CPUtime=3.02 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 3446 15432 0 0 136 3 158 5 20 0 1 0 271543986 21618688 3483 33554432000 4194304 5992684 140736565665056 140736565660176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 5278 3483 164 440 0 4834 0
[pid=15472] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15472/stat : 15472 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271544290 9367552 266 33554432000 4194304 5064252 140736602766416 140736602765328 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15472/statm: 2287 266 226 213 0 72 0
[pid=15473] ppid=15472 vsize=123032 CPUtime=159.21 cores=0,2,4,6
/proc/15473/stat : 15473 (glucose) R 15472 15461 15154 0 -1 4202496 28060 0 0 0 15891 30 0 0 20 0 1 0 271544290 125984768 28922 33554432000 4194304 5208918 140734108192240 140734108190232 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15473/statm: 30758 28922 96 248 0 30507 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 162440

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 15488
/proc/meminfo: memFree=28709636/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 57123 0 0 0 119110 49 0 0 20 0 1 0 271561033 228761600 49007 33554432000 4194304 5208918 140734309753264 140734309751416 4212432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 55850 49007 104 248 0 55599 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 350980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15520
/proc/meminfo: memFree=28544748/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=273804 CPUtime=1251.59 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 57724 0 0 0 125109 50 0 0 20 0 1 0 271561033 280375296 57781 33554432000 4194304 5208918 140734309753264 140734309751416 4229332 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 68451 57781 104 248 0 68200 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 401384

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 15521
/proc/meminfo: memFree=28542024/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=225492 CPUtime=1311.57 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 59507 0 0 0 131105 52 0 0 20 0 1 0 271561033 230903808 47458 33554432000 4194304 5208918 140734309753264 140734309751416 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 56373 47458 104 248 0 56122 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 353072

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 15521
/proc/meminfo: memFree=28551628/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=276068 CPUtime=1371.56 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 59927 0 0 0 137103 53 0 0 20 0 1 0 271561033 282693632 58097 33554432000 4194304 5208918 140734309753264 140734309749576 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 69017 58097 104 248 0 68766 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 403648

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15521
/proc/meminfo: memFree=28489316/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=276360 CPUtime=1431.55 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 60042 0 0 0 143101 54 0 0 20 0 1 0 271561033 282992640 66388 33554432000 4194304 5208918 140734309753264 140734309751016 4229460 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 69090 66388 104 248 0 68839 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 403940

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 15524
/proc/meminfo: memFree=28495692/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=277492 CPUtime=1491.54 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 62147 0 0 0 149097 57 0 0 20 0 1 0 271561033 284151808 55948 33554432000 4194304 5208918 140734309753264 140734309751416 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 69373 55948 104 248 0 69122 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 405072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15524
/proc/meminfo: memFree=28525988/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=277492 CPUtime=1551.53 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 62162 0 0 0 155096 57 0 0 20 0 1 0 271561033 284151808 63117 33554432000 4194304 5208918 140734309753264 140734309749576 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 69373 63117 104 248 0 69122 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 405072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15525
/proc/meminfo: memFree=28439916/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=359772 CPUtime=1611.53 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 62935 0 0 0 161094 59 0 0 20 0 1 0 271561033 368406528 74106 33554432000 4194304 5208918 140734309753264 140734309751016 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 89943 74106 104 248 0 89692 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 487352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15555
/proc/meminfo: memFree=28977820/32873844 swapFree=6856/6856
[pid=15461] ppid=15459 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15461/stat : 15461 (npSolver-pbo.sh) S 15459 15461 15154 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271543986 9367552 274 33554432000 4194304 5064252 140733240708992 140733240707904 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15461/statm: 2287 274 233 213 0 72 0
[pid=15462] ppid=15461 vsize=109284 CPUtime=170.42 cores=0,2,4,6
/proc/15462/stat : 15462 (npSolver-pbo) S 15461 15461 15154 0 -1 4202496 9202 47680 0 0 282 99 16621 40 20 0 1 0 271543986 111906816 19969 33554432000 4194304 5992684 140736565665056 140736565657376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15462/statm: 27321 19969 181 440 0 26877 0
[pid=15483] ppid=15462 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15483/stat : 15483 (satsolver.sh) S 15462 15461 15154 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271561032 9367552 266 33554432000 4194304 5064252 140735356736432 140735356735344 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15483/statm: 2287 266 226 213 0 72 0
[pid=15484] ppid=15483 vsize=228836 CPUtime=1629.62 cores=0,2,4,6
/proc/15484/stat : 15484 (glucose) R 15483 15461 15154 0 -1 4202496 64017 0 0 0 162902 60 0 0 20 0 1 0 271561033 234328064 47754 33554432000 4194304 5208918 140734309753264 140734309751416 4211147 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15484/statm: 57209 47754 104 248 0 56958 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 356416

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15461 and gives
#  childrusage.ru_utime.tv_sec=169
#  childrusage.ru_utime.tv_usec=38302
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=395787
# CPU time returned by wait4() is 170.434
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.05
CPU system time (s): 1.99
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 537212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.038
system time used= 1.39579
maximum resident set size= 158120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 191

runsolver used 2.69459 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 19:43:11
IDJOB=3701229
IDBENCH=1976
IDSOLVER=2277
FILE ID=node144/3701229-1338054190
RUNJOBID= node144-1338050589-15170
PBS_JOBID= 14624378
Free space on /tmp= 71448 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701229-1338054190/watcher-3701229-1338054190 -o /tmp/evaluation-result-3701229-1338054190/solver-3701229-1338054190 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701229-1338054190.opb 1869169079 HOME HOME

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=1869169079

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:        29291956 kB
Buffers:          270128 kB
Cached:          2522004 kB
SwapCached:            0 kB
Active:           761372 kB
Inactive:        2044956 kB
Active(anon):      15996 kB
Inactive(anon):        0 kB
Active(file):     745376 kB
Inactive(file):  2044956 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50276 kB
Writeback:             0 kB
AnonPages:         22216 kB
Mapped:            14900 kB
Shmem:               200 kB
Slab:             639020 kB
SReclaimable:      80940 kB
SUnreclaim:       558080 kB
KernelStack:        1456 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     128732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71396 MiB
End job on node144 at 2012-05-26 20:13:11