Trace number 3750390

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.01 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark483
Best CPU time to get the best result obtained on this benchmark1792.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
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 494728
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 494728
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.59/1.65	c run usual solver
3.98/4.05	c model valid
3.98/4.05	c current solution ok
4.95/5.19	o 6905
4.95/5.19	c current bound: 3452
4.95/5.19	c fallback to adder encoding
1800.01/1800.51	./satsolver.sh: line 5: 29215 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	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-3750390-1339115837/watcher-3750390-1339115837 -o /tmp/evaluation-result-3750390-1339115837/solver-3750390-1339115837 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750390-1339115837.opb 299423385 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.94 3/179 29201
/proc/meminfo: memFree=28703876/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0

[startup+0.027822 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 29201
/proc/meminfo: memFree=28703876/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100164 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 29201
/proc/meminfo: memFree=28703876/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300166 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 29201
/proc/meminfo: memFree=28703876/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700165 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 29201
/proc/meminfo: memFree=28703876/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 29203
/proc/meminfo: memFree=28539320/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=229596 CPUtime=1.49 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) R 29201 29201 25783 0 -1 4202496 41199 0 0 0 138 11 0 0 20 0 1 0 377709676 235106304 57015 33554432000 4194304 6004724 140735775344912 140735775340936 5056375 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29202/statm: 57399 57015 137 442 0 56953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 238744

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 29205
/proc/meminfo: memFree=28416992/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=229596 CPUtime=2.96 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 41222 12578 0 0 152 14 126 4 20 0 1 0 377709676 235106304 57030 33554432000 4194304 6004724 140735775344912 140735775340048 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29202/statm: 57399 57030 148 442 0 56953 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 238744

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 29213
/proc/meminfo: memFree=28456564/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 304284

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 29215
/proc/meminfo: memFree=28239476/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=159520 CPUtime=6.8 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 29072 0 0 0 674 6 0 0 20 0 1 0 377710264 163348480 32943 33554432000 4194304 5208918 140736880604032 140736880601784 4211019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 39880 32943 105 248 0 39629 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 472952

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 29215
/proc/meminfo: memFree=28237088/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=160676 CPUtime=19.6 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 29350 0 0 0 1953 7 0 0 20 0 1 0 377710264 164532224 33732 33554432000 4194304 5208918 140736880604032 140736880601880 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 40169 33732 105 248 0 39918 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 474108

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 29215
/proc/meminfo: memFree=28230820/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=163084 CPUtime=45.2 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 29971 0 0 0 4513 7 0 0 20 0 1 0 377710264 166998016 35886 33554432000 4194304 5208918 140736880604032 140736880601880 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 40771 35886 105 248 0 40520 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 476516

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 29215
/proc/meminfo: memFree=28214308/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=198360 CPUtime=96.39 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 32235 0 0 0 9630 9 0 0 20 0 1 0 377710264 203120640 40058 33554432000 4194304 5208918 140736880604032 140736880601992 4211176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 49590 40058 105 248 0 49339 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 511792

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 29216
/proc/meminfo: memFree=28211456/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=200264 CPUtime=156.38 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 33965 0 0 0 15626 12 0 0 20 0 1 0 377710264 205070336 40600 33554432000 4194304 5208918 140736880604032 140736880601880 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 50066 40600 105 248 0 49815 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 513696

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 29271
/proc/meminfo: memFree=27904836/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/29215/statm: 54791 46327 105 248 0 54540 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 532596

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/185 29304
/proc/meminfo: memFree=27782480/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=219372 CPUtime=1476.13 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 55632 0 0 0 147567 46 0 0 20 0 1 0 377710264 224636928 49409 33554432000 4194304 5208918 140736880604032 140736880600408 4211641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 54843 49409 105 248 0 54592 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 532804

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/184 29304
/proc/meminfo: memFree=27797824/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=269460 CPUtime=1536.11 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 55995 0 0 0 153564 47 0 0 20 0 1 0 377710264 275927040 52819 33554432000 4194304 5208918 140736880604032 140736880602184 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 67365 52819 105 248 0 67114 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 582892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/184 29304
/proc/meminfo: memFree=27757504/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=269876 CPUtime=1596.11 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 56108 0 0 0 159563 48 0 0 20 0 1 0 377710264 276353024 58553 33554432000 4194304 5208918 140736880604032 140736880601784 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 67469 58553 105 248 0 67218 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 583308

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/184 29304
/proc/meminfo: memFree=27691744/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=352732 CPUtime=1656.1 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 56813 0 0 0 165562 48 0 0 20 0 1 0 377710264 361197568 65389 33554432000 4194304 5208918 140736880604032 140736880602184 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 88183 65389 105 248 0 87932 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 666164

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/184 29305
/proc/meminfo: memFree=27811812/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=221912 CPUtime=1716.09 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 57471 0 0 0 171559 50 0 0 20 0 1 0 377710264 227237888 49234 33554432000 4194304 5208918 140736880604032 140736880600408 4211521 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 55478 49234 105 248 0 55227 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 535344

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/184 29305
/proc/meminfo: memFree=27784076/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=221912 CPUtime=1776.08 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 57476 0 0 0 177558 50 0 0 20 0 1 0 377710264 227237888 51794 33554432000 4194304 5208918 140736880604032 140736880600408 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 55478 51794 105 248 0 55227 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 535344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/184 29305
/proc/meminfo: memFree=27765632/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=272272 CPUtime=1794.28 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 58020 0 0 0 179378 50 0 0 20 0 1 0 377710264 278806528 53358 33554432000 4194304 5208918 140736880604032 140736880601784 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 68068 53358 105 248 0 67817 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 585704

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/184 29305
/proc/meminfo: memFree=27765632/32873648 swapFree=7112/7112
[pid=29201] ppid=29199 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29201/stat : 29201 (npSolver-pbo.sh) S 29199 29201 25783 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377709676 9367552 274 33554432000 4194304 5064252 140734170464112 140734170463024 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29201/statm: 2287 274 233 213 0 72 0
[pid=29202] ppid=29201 vsize=295136 CPUtime=5.73 cores=0,2,4,6
/proc/29202/stat : 29202 (npSolver-pbo) S 29201 29201 25783 0 -1 4202496 54791 23893 0 0 299 102 163 9 20 0 1 0 377709676 302219264 67876 33554432000 4194304 6004724 140735775344912 140735775337264 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 13 0 0
/proc/29202/statm: 73784 67876 175 442 0 73338 0
[pid=29214] ppid=29202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29214/stat : 29214 (satsolver.sh) S 29202 29201 25783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 377710264 9367552 267 33554432000 4194304 5064252 140734353192688 140734353191600 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29214/statm: 2287 267 226 213 0 72 0
[pid=29215] ppid=29214 vsize=272272 CPUtime=1794.28 cores=0,2,4,6
/proc/29215/stat : 29215 (glucose) R 29214 29201 25783 0 -1 4202496 58020 0 0 0 179378 50 0 0 20 0 1 0 377710264 278806528 53358 33554432000 4194304 5208918 140736880604032 140736880601784 4211851 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29215/statm: 68068 53358 105 248 0 67817 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 585704

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29201 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.01
CPU user time (s): 1798.4
CPU system time (s): 1.61
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 746768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 3
involuntary context switches= 2

runsolver used 4.05938 second user time and 10.8863 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-08 02:37:18
IDJOB=3750390
IDBENCH=1968
IDSOLVER=2334
FILE ID=node126/3750390-1339115837
RUNJOBID= node126-1339112152-28791
PBS_JOBID= 14643727
Free space on /tmp= 71032 MiB

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

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=299423385

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28704404 kB
Buffers:          445556 kB
Cached:          2659196 kB
SwapCached:         9380 kB
Active:          1711624 kB
Inactive:        1560500 kB
Active(anon):     157340 kB
Inactive(anon):    12108 kB
Active(file):    1554284 kB
Inactive(file):  1548392 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:             25032 kB
Writeback:            16 kB
AnonPages:        167876 kB
Mapped:            10736 kB
Shmem:                 0 kB
Slab:             757412 kB
SReclaimable:     201400 kB
SUnreclaim:       556012 kB
KernelStack:        1472 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     298116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 70916 MiB
End job on node126 at 2012-06-08 03:07:20