Trace number 3750395

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.05 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1792.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
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 494527
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 494527
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.68/1.72	c run usual solver
4.08/4.17	c model valid
4.08/4.17	c current solution ok
5.17/5.26	o 6645
5.17/5.26	c current bound: 3322
5.17/5.26	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-3750395-1339116205/watcher-3750395-1339116205 -o /tmp/evaluation-result-3750395-1339116205/solver-3750395-1339116205 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750395-1339116205.opb 905602773 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.00 1.95 3/181 10524
/proc/meminfo: memFree=30275028/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0

[startup+0.0557081 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10524
/proc/meminfo: memFree=30275028/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100319 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10524
/proc/meminfo: memFree=30275028/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300294 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10524
/proc/meminfo: memFree=30275028/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 10524
/proc/meminfo: memFree=30275028/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 10526
/proc/meminfo: memFree=30150764/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=360672 CPUtime=1.48 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) R 10524 10524 8372 0 -1 4202496 41232 0 0 0 135 13 0 0 20 0 1 0 21587593 369328128 77937 33554432000 4194304 6004724 140737225466992 140737225463016 4959366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 90168 77937 131 442 0 89722 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 369820

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.95 3/185 10528
/proc/meminfo: memFree=29992368/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=229596 CPUtime=3.07 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 41273 12616 0 0 157 17 128 5 20 0 1 0 21587593 235106304 57030 33554432000 4194304 6004724 140737225466992 140737225462128 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 57399 57030 148 442 0 56953 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 238744

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 10536
/proc/meminfo: memFree=30025300/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 304284

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 1.95 3/185 10538
/proc/meminfo: memFree=29806040/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=159548 CPUtime=6.7 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 29691 0 0 0 663 7 0 0 20 0 1 0 21588191 163377152 33024 33554432000 4194304 5208918 140735286827504 140735286825352 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 39887 33024 105 248 0 39636 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 472980

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 1.95 3/185 10538
/proc/meminfo: memFree=29804932/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=160424 CPUtime=19.5 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 29969 0 0 0 1943 7 0 0 20 0 1 0 21588191 164274176 34324 33554432000 4194304 5208918 140735286827504 140735286825256 4229361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 40106 34324 105 248 0 39855 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 473856

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 1.95 3/184 10538
/proc/meminfo: memFree=29796876/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=162816 CPUtime=45.1 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 30543 0 0 0 4502 8 0 0 20 0 1 0 21588191 166723584 36431 33554432000 4194304 5208918 140735286827504 140735286825464 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 40704 36431 105 248 0 40453 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 476248

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.95 3/185 10539
/proc/meminfo: memFree=29791908/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=165484 CPUtime=96.3 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 32080 0 0 0 9619 11 0 0 20 0 1 0 21588191 169455616 35659 33554432000 4194304 5208918 140735286827504 140735286823880 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 41371 35659 105 248 0 41120 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 478916

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/185 10539
/proc/meminfo: memFree=29784168/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=167800 CPUtime=156.28 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 33561 0 0 0 15615 13 0 0 20 0 1 0 21588191 171827200 36766 33554432000 4194304 5208918 140735286827504 140735286823880 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 41950 36766 105 248 0 41699 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 481232

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/185 10539
/proc/meminfo: memFree=29758936/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/10538/statm: 54161 51307 105 248 0 53910 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 530076

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/186 10573
/proc/meminfo: memFree=29622912/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=267240 CPUtime=1416.07 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 50853 0 0 0 141560 47 0 0 20 0 1 0 21588191 273653760 56892 33554432000 4194304 5208918 140735286827504 140735286823880 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 66810 56892 105 248 0 66559 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 580672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/186 10573
/proc/meminfo: memFree=29717280/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=217776 CPUtime=1476.05 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 51943 0 0 0 147556 49 0 0 20 0 1 0 21588191 223002624 45520 33554432000 4194304 5208918 140735286827504 140735286825656 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 54444 45520 105 248 0 54193 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 531208

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/186 10574
/proc/meminfo: memFree=29666392/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=217964 CPUtime=1536.03 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 51997 0 0 0 153554 49 0 0 20 0 1 0 21588191 223195136 51195 33554432000 4194304 5208918 140735286827504 140735286823880 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 54491 51195 105 248 0 54240 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 531396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/187 10577
/proc/meminfo: memFree=29611324/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=268220 CPUtime=1596.02 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 52378 0 0 0 159552 50 0 0 20 0 1 0 21588191 274657280 56685 33554432000 4194304 5208918 140735286827504 140735286823880 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 67055 56685 105 248 0 66804 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 581652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/186 10577
/proc/meminfo: memFree=29579756/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=268884 CPUtime=1656 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 52549 0 0 0 165549 51 0 0 20 0 1 0 21588191 275337216 61957 33554432000 4194304 5208918 140735286827504 140735286825256 4211792 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 67221 61957 105 248 0 66970 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 582316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/186 10577
/proc/meminfo: memFree=29685932/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=220216 CPUtime=1715.99 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 53636 0 0 0 171545 54 0 0 20 0 1 0 21588191 225501184 49547 33554432000 4194304 5208918 140735286827504 140735286823816 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 55054 49547 105 248 0 54803 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 533648

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.98 3/186 10629
/proc/meminfo: memFree=30156912/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=270584 CPUtime=1775.98 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 53969 0 0 0 177543 55 0 0 20 0 1 0 21588191 277078016 57545 33554432000 4194304 5208918 140735286827504 140735286823272 4229888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 67646 57545 105 248 0 67395 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 584016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.95 1.98 1.98 3/186 10629
/proc/meminfo: memFree=30134588/32873844 swapFree=7120/7120
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 8372 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21587593 9367552 274 33554432000 4194304 5064252 140736066867712 140736066866624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 274 233 213 0 72 0
[pid=10525] ppid=10524 vsize=295136 CPUtime=5.96 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 8372 0 -1 4202496 54893 25095 0 0 304 116 166 10 20 0 1 0 21587593 302219264 67926 33554432000 4194304 6004724 140737225466992 140737225459344 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10525/statm: 73784 67926 175 442 0 73338 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 8372 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 21588191 9367552 267 33554432000 4194304 5064252 140735716307488 140735716306400 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=270584 CPUtime=1794.09 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 8372 0 -1 4202496 53995 0 0 0 179353 56 0 0 20 0 1 0 21588191 277078016 59104 33554432000 4194304 5208918 140735286827504 140735286823192 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10538/statm: 67646 59104 105 248 0 67395 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 584016

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10524 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# 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.42
CPU time (s): 1800.05
CPU user time (s): 1798.23
CPU system time (s): 1.82
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 633056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.08138 second user time and 11.8042 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-08 02:43:26
IDJOB=3750395
IDBENCH=1972
IDSOLVER=2334
FILE ID=node132/3750395-1339116205
RUNJOBID= node132-1339112562-10167
PBS_JOBID= 14643721
Free space on /tmp= 70944 MiB

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

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=905602773

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30275408 kB
Buffers:          153452 kB
Cached:          1237308 kB
SwapCached:            0 kB
Active:           826200 kB
Inactive:         984844 kB
Active(anon):     423104 kB
Inactive(anon):        0 kB
Active(file):     403096 kB
Inactive(file):   984844 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            110388 kB
Writeback:            24 kB
AnonPages:        427680 kB
Mapped:            15512 kB
Shmem:               212 kB
Slab:             646008 kB
SReclaimable:      88312 kB
SUnreclaim:       557696 kB
KernelStack:        1496 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     580748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 70952 MiB
End job on node132 at 2012-06-08 03:13:28