Trace number 3701231

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM751aa23355f7a016eeb9009a33a863ac
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark687
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 436
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 494314
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 494314
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.39/1.41	c run usual solver
167.24/167.32	c model valid
167.24/167.32	c current solution ok
168.34/168.45	o 7278
168.34/168.45	c current bound: 3639
168.34/168.45	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3701231-1338052962/watcher-3701231-1338052962 -o /tmp/evaluation-result-3701231-1338052962/solver-3701231-1338052962 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701231-1338052962.opb 1194940798 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.08 2.25 3/177 11659
/proc/meminfo: memFree=29401496/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0

[startup+0.087083 s]
/proc/loadavg: 2.00 2.08 2.25 3/177 11659
/proc/meminfo: memFree=29401496/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.00 2.08 2.25 3/177 11659
/proc/meminfo: memFree=29401496/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300177 s]
/proc/loadavg: 2.00 2.08 2.25 3/177 11659
/proc/meminfo: memFree=29401496/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.00 2.08 2.25 3/177 11659
/proc/meminfo: memFree=29401496/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.08 2.25 3/179 11661
/proc/meminfo: memFree=29385704/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=1.42 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3588 0 0 0 138 4 0 0 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683116176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 30260

[startup+3.1003 s]
/proc/loadavg: 2.00 2.08 2.25 3/183 11665
/proc/meminfo: memFree=29235280/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 30260

[startup+6.30039 s]
/proc/loadavg: 2.00 2.08 2.25 3/183 11671
/proc/meminfo: memFree=29273176/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
[pid=11670] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271422016 9367552 267 33554432000 4194304 5064252 140736017359904 140736017358816 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11670/statm: 2287 267 226 213 0 72 0
[pid=11671] ppid=11670 vsize=73712 CPUtime=3.21 cores=1,3,5,7
/proc/11671/stat : 11671 (glucose) R 11670 11659 11614 0 -1 4202496 9460 0 0 0 319 2 0 0 20 0 1 0 271422016 75481088 16069 33554432000 4194304 5208918 140735694854640 140735694852728 4211792 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11671/statm: 18428 16069 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.07 2.10 2.25 3/183 11671
/proc/meminfo: memFree=29211496/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
[pid=11670] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271422016 9367552 267 33554432000 4194304 5064252 140736017359904 140736017358816 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11670/statm: 2287 267 226 213 0 72 0
[pid=11671] ppid=11670 vsize=123032 CPUtime=9.61 cores=1,3,5,7
/proc/11671/stat : 11671 (glucose) R 11670 11659 11614 0 -1 4202496 10384 0 0 0 957 4 0 0 20 0 1 0 271422016 125984768 25670 33554432000 4194304 5208918 140735694854640 140735694852632 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11671/statm: 30758 25670 96 248 0 30507 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 162440

[startup+25.5002 s]
/proc/loadavg: 2.06 2.09 2.25 3/183 11671
/proc/meminfo: memFree=29213816/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
[pid=11670] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271422016 9367552 267 33554432000 4194304 5064252 140736017359904 140736017358816 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11670/statm: 2287 267 226 213 0 72 0
[pid=11671] ppid=11670 vsize=73712 CPUtime=22.41 cores=1,3,5,7
/proc/11671/stat : 11671 (glucose) R 11670 11659 11614 0 -1 4202496 11171 0 0 0 2235 6 0 0 20 0 1 0 271422016 75481088 17745 33554432000 4194304 5208918 140735694854640 140735694852728 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11671/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.04 2.08 2.24 3/183 11672
/proc/meminfo: memFree=29137316/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
[pid=11670] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271422016 9367552 267 33554432000 4194304 5064252 140736017359904 140736017358816 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11670/statm: 2287 267 226 213 0 72 0
[pid=11671] ppid=11670 vsize=123032 CPUtime=48 cores=1,3,5,7
/proc/11671/stat : 11671 (glucose) R 11670 11659 11614 0 -1 4202496 12963 0 0 0 4791 9 0 0 20 0 1 0 271422016 125984768 28230 33554432000 4194304 5208918 140735694854640 140735694852632 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11671/statm: 30758 28230 96 248 0 30507 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 162440

[startup+102.307 s]
/proc/loadavg: 2.01 2.07 2.23 3/183 11672
/proc/meminfo: memFree=29179168/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
[pid=11670] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271422016 9367552 267 33554432000 4194304 5064252 140736017359904 140736017358816 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11670/statm: 2287 267 226 213 0 72 0
[pid=11671] ppid=11670 vsize=73712 CPUtime=99.21 cores=1,3,5,7
/proc/11671/stat : 11671 (glucose) R 11670 11659 11614 0 -1 4202496 17820 0 0 0 9903 18 0 0 20 0 1 0 271422016 75481088 17746 33554432000 4194304 5208918 140735694854640 140735694852728 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11671/statm: 18428 17746 96 248 0 18177 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 113120

[startup+162.3 s]
/proc/loadavg: 2.00 2.05 2.21 3/183 11672
/proc/meminfo: memFree=29111640/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=21112 CPUtime=3.06 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 3596 15027 0 0 138 4 159 5 20 0 1 0 271421709 21618688 3631 33554432000 4194304 5992684 140733683122144 140733683117264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 5278 3631 164 440 0 4834 0
[pid=11670] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271422016 9367552 267 33554432000 4194304 5064252 140736017359904 140736017358816 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11670/statm: 2287 267 226 213 0 72 0
[pid=11671] ppid=11670 vsize=153852 CPUtime=159.18 cores=1,3,5,7
/proc/11671/stat : 11671 (glucose) R 11670 11659 11614 0 -1 4202496 22701 0 0 0 15891 27 0 0 20 0 1 0 271422016 157544448 30520 33554432000 4194304 5208918 140735694854640 140735694852632 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11671/statm: 38463 30520 96 248 0 38212 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 193260

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.19 3/183 11686
/proc/meminfo: memFree=28818536/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 58658 0 0 0 119237 56 0 0 20 0 1 0 271438623 228741120 50902 33554432000 4194304 5208918 140736030359376 140736030355752 4211625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 55845 50902 104 248 0 55594 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 350960

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.03 3/183 11696
/proc/meminfo: memFree=28622564/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=273468 CPUtime=1252.93 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 59549 0 0 0 125235 58 0 0 20 0 1 0 271438623 280031232 60471 33554432000 4194304 5208918 140736030359376 140736030355752 4211537 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 68367 60471 104 248 0 68116 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 401048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 11696
/proc/meminfo: memFree=28664292/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=274000 CPUtime=1312.92 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 61396 0 0 0 131230 62 0 0 20 0 1 0 271438623 280576000 56012 33554432000 4194304 5208918 140736030359376 140736030355752 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 68500 56012 104 248 0 68249 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 401580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 11696
/proc/meminfo: memFree=28650844/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=225396 CPUtime=1372.91 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 62644 0 0 0 137226 65 0 0 20 0 1 0 271438623 230805504 50954 33554432000 4194304 5208918 140736030359376 140736030355752 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 56349 50954 104 248 0 56098 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 352976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 11697
/proc/meminfo: memFree=28649380/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=276144 CPUtime=1432.9 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 63675 0 0 0 143224 66 0 0 20 0 1 0 271438623 282771456 63733 33554432000 4194304 5208918 140736030359376 140736030355752 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 69036 63733 104 248 0 68785 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 403724

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 11700
/proc/meminfo: memFree=28641512/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=277420 CPUtime=1492.89 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 65596 0 0 0 149218 71 0 0 20 0 1 0 271438623 284078080 57307 33554432000 4194304 5208918 140736030359376 140736030355752 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 69355 57307 104 248 0 69104 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 405000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11700
/proc/meminfo: memFree=28710304/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=228000 CPUtime=1552.87 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 67429 0 0 0 155212 75 0 0 20 0 1 0 271438623 233472000 48048 33554432000 4194304 5208918 140736030359376 140736030355752 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 57000 48048 104 248 0 56749 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 355580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11700
/proc/meminfo: memFree=28661804/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=278352 CPUtime=1612.86 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 68312 0 0 0 161210 76 0 0 20 0 1 0 271438623 285032448 57106 33554432000 4194304 5208918 140736030359376 140736030355752 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 69588 57106 104 248 0 69337 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 405932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 11700
/proc/meminfo: memFree=28645676/32873648 swapFree=6864/6864
[pid=11659] ppid=11657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11659/stat : 11659 (npSolver-pbo.sh) S 11657 11659 11614 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271421708 9367552 275 33554432000 4194304 5064252 140736919332288 140736919331200 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 2287 275 233 213 0 72 0
[pid=11660] ppid=11659 vsize=109284 CPUtime=169.08 cores=1,3,5,7
/proc/11660/stat : 11660 (npSolver-pbo) S 11659 11659 11614 0 -1 4202496 9497 40852 0 0 282 108 16483 35 20 0 1 0 271421709 111906816 20263 33554432000 4194304 5992684 140733683122144 140733683114464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11660/statm: 27321 20263 180 440 0 26877 0
[pid=11685] ppid=11660 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11685/stat : 11685 (satsolver.sh) S 11660 11659 11614 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271438623 9367552 267 33554432000 4194304 5064252 140735219958368 140735219957280 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11685/statm: 2287 267 226 213 0 72 0
[pid=11686] ppid=11685 vsize=278352 CPUtime=1630.97 cores=1,3,5,7
/proc/11686/stat : 11686 (glucose) R 11685 11659 11614 0 -1 4202496 68319 0 0 0 163021 76 0 0 20 0 1 0 271438623 285032448 60690 33554432000 4194304 5208918 140736030359376 140736030355752 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11686/statm: 69588 60690 104 248 0 69337 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 405932

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 11659 and gives
#  childrusage.ru_utime.tv_sec=167
#  childrusage.ru_utime.tv_usec=664511
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=449779
# CPU time returned by wait4() is 169.114
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1797.86
CPU system time (s): 2.19
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 536376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.665
system time used= 1.44978
maximum resident set size= 160276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51329
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68
involuntary context switches= 206

runsolver used 3.12052 second user time and 7.69283 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 19:22:43
IDJOB=3701231
IDBENCH=1966
IDSOLVER=2277
FILE ID=node125/3701231-1338052962
RUNJOBID= node125-1338052962-11631
PBS_JOBID= 14624413
Free space on /tmp= 71204 MiB

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

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

MD5SUM BENCH= 751aa23355f7a016eeb9009a33a863ac
RANDOM SEED=1194940798

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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		: 2666.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        29401736 kB
Buffers:          249356 kB
Cached:          2413424 kB
SwapCached:         1932 kB
Active:          1205868 kB
Inactive:        1466332 kB
Active(anon):       2700 kB
Inactive(anon):     9536 kB
Active(file):    1203168 kB
Inactive(file):  1456796 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102220 kB
Dirty:             50168 kB
Writeback:             0 kB
AnonPages:         17300 kB
Mapped:            14356 kB
Shmem:               104 kB
Slab:             661540 kB
SReclaimable:     105188 kB
SUnreclaim:       556352 kB
KernelStack:        1432 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     127248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71076 MiB
End job on node125 at 2012-05-26 19:52:43