Trace number 3701233

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

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.39/1.41	c run usual solver
169.24/169.34	c model valid
169.24/169.34	c current solution ok
170.33/170.40	o 6810
170.33/170.40	c current bound: 3405
170.33/170.40	c fallback to adder encoding
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3701233-1338052962/watcher-3701233-1338052962 -o /tmp/evaluation-result-3701233-1338052962/solver-3701233-1338052962 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701233-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: 1.87 2.03 2.01 3/177 5185
/proc/meminfo: memFree=28253428/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0

[startup+0.09805 s]
/proc/loadavg: 1.87 2.03 2.01 3/177 5185
/proc/meminfo: memFree=28253428/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 1.87 2.03 2.01 3/177 5185
/proc/meminfo: memFree=28253428/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 1.87 2.03 2.01 3/177 5185
/proc/meminfo: memFree=28253428/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 1.87 2.03 2.01 3/177 5185
/proc/meminfo: memFree=28253428/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.87 2.03 2.01 3/179 5187
/proc/meminfo: memFree=28237148/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=1.41 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4322 0 0 0 138 3 0 0 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550398224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 30260

[startup+3.10037 s]
/proc/loadavg: 1.87 2.03 2.01 3/183 5191
/proc/meminfo: memFree=28085072/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=1.41 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4322 0 0 0 138 3 0 0 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550398224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5188] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5188/stat : 5188 (cp2_pre.sh) S 5186 5185 5140 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271425016 9367552 277 33554432000 4194304 5064252 140733702318112 140733702316816 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5188/statm: 2287 277 234 213 0 72 0
[pid=5189] ppid=5188 vsize=63328 CPUtime=1.66 cores=1,3,5,7
/proc/5189/stat : 5189 (coprocessor) R 5188 5185 5140 0 -1 4202496 14013 0 0 0 162 4 0 0 20 0 1 0 271425016 64847872 15032 33554432000 4194304 6586260 140735402733712 140735402729464 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5189/statm: 15832 15032 197 584 0 15244 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102736

[startup+6.30044 s]
/proc/loadavg: 1.88 2.03 2.00 3/183 5197
/proc/meminfo: memFree=28124856/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4330 14915 0 0 138 3 165 5 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550399312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5195] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271425187 9367552 267 33554432000 4194304 5064252 140736970397392 140736970396304 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5195/statm: 2287 267 226 213 0 72 0
[pid=5197] ppid=5195 vsize=73712 CPUtime=3.15 cores=1,3,5,7
/proc/5197/stat : 5197 (glucose) R 5195 5185 5140 0 -1 4202496 12149 0 0 0 311 4 0 0 20 0 1 0 271425187 75481088 16089 33554432000 4194304 5208918 140735204351344 140735204349288 4212816 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5197/statm: 18428 16089 96 248 0 18177 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 113120

[startup+12.7004 s]
/proc/loadavg: 1.89 2.03 2.00 3/183 5197
/proc/meminfo: memFree=28062656/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4330 14915 0 0 138 3 165 5 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550399312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5195] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271425187 9367552 267 33554432000 4194304 5064252 140736970397392 140736970396304 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5195/statm: 2287 267 226 213 0 72 0
[pid=5197] ppid=5195 vsize=73712 CPUtime=9.54 cores=1,3,5,7
/proc/5197/stat : 5197 (glucose) R 5195 5185 5140 0 -1 4202496 13286 0 0 0 949 5 0 0 20 0 1 0 271425187 75481088 17745 33554432000 4194304 5208918 140735204351344 140735204349432 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5197/statm: 18428 17745 96 248 0 18177 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 113120

[startup+25.5004 s]
/proc/loadavg: 1.92 2.03 2.00 3/183 5197
/proc/meminfo: memFree=27993348/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4330 14915 0 0 138 3 165 5 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550399312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5195] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271425187 9367552 267 33554432000 4194304 5064252 140736970397392 140736970396304 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5195/statm: 2287 267 226 213 0 72 0
[pid=5197] ppid=5195 vsize=73712 CPUtime=22.35 cores=1,3,5,7
/proc/5197/stat : 5197 (glucose) R 5195 5185 5140 0 -1 4202496 15319 0 0 0 2227 8 0 0 20 0 1 0 271425187 75481088 17745 33554432000 4194304 5208918 140735204351344 140735204349432 4211605 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5197/statm: 18428 17745 96 248 0 18177 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 113120

[startup+51.1004 s]
/proc/loadavg: 1.94 2.03 2.00 3/183 5197
/proc/meminfo: memFree=27987408/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4330 14915 0 0 138 3 165 5 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550399312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5195] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271425187 9367552 267 33554432000 4194304 5064252 140736970397392 140736970396304 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5195/statm: 2287 267 226 213 0 72 0
[pid=5197] ppid=5195 vsize=123032 CPUtime=47.94 cores=1,3,5,7
/proc/5197/stat : 5197 (glucose) R 5195 5185 5140 0 -1 4202496 17946 0 0 0 4781 13 0 0 20 0 1 0 271425187 125984768 27453 33554432000 4194304 5208918 140735204351344 140735204349336 4231508 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5197/statm: 30758 27453 96 248 0 30507 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 162440

[startup+102.3 s]
/proc/loadavg: 1.97 2.02 2.00 3/183 5197
/proc/meminfo: memFree=28062860/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4330 14915 0 0 138 3 165 5 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550399312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5195] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271425187 9367552 267 33554432000 4194304 5064252 140736970397392 140736970396304 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5195/statm: 2287 267 226 213 0 72 0
[pid=5197] ppid=5195 vsize=73712 CPUtime=99.13 cores=1,3,5,7
/proc/5197/stat : 5197 (glucose) R 5195 5185 5140 0 -1 4202496 20970 0 0 0 9891 22 0 0 20 0 1 0 271425187 75481088 17746 33554432000 4194304 5208918 140735204351344 140735204349432 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5197/statm: 18428 17746 96 248 0 18177 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 113120

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/183 5197
/proc/meminfo: memFree=27978780/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 4330 14915 0 0 138 3 165 5 20 0 1 0 271424873 21618688 3855 33554432000 4194304 5992684 140736550404192 140736550399312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 5278 3855 164 440 0 4834 0
[pid=5195] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271425187 9367552 267 33554432000 4194304 5064252 140736970397392 140736970396304 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5195/statm: 2287 267 226 213 0 72 0
[pid=5197] ppid=5195 vsize=123032 CPUtime=159.12 cores=1,3,5,7
/proc/5197/stat : 5197 (glucose) R 5195 5185 5140 0 -1 4202496 24478 0 0 0 15879 33 0 0 20 0 1 0 271425187 125984768 27966 33554432000 4194304 5208918 140735204351344 140735204349336 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5197/statm: 30758 27966 96 248 0 30507 0
Current children cumulated CPU time (s) 162.23

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

/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 55589 0 0 0 119038 54 0 0 20 0 1 0 271441986 275722240 54362 33554432000 4194304 5208918 140733997650656 140733997648408 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 67315 54362 104 248 0 67064 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 396840

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5223
/proc/meminfo: memFree=27506484/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=219824 CPUtime=1250.9 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 56903 0 0 0 125033 57 0 0 20 0 1 0 271441986 225099776 50142 33554432000 4194304 5208918 140733997650656 140733997647032 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 54956 50142 104 248 0 54705 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 347404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5223
/proc/meminfo: memFree=27504684/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=271140 CPUtime=1310.89 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 57548 0 0 0 131030 59 0 0 20 0 1 0 271441986 277647360 62538 33554432000 4194304 5208918 140733997650656 140733997648408 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 67785 62538 104 248 0 67534 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 398720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5223
/proc/meminfo: memFree=27512248/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=272132 CPUtime=1370.88 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 59181 0 0 0 137026 62 0 0 20 0 1 0 271441986 278663168 55046 33554432000 4194304 5208918 140733997650656 140733997647032 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 68033 55046 104 248 0 67782 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 399712

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5223
/proc/meminfo: memFree=27460044/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=272732 CPUtime=1430.88 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 59379 0 0 0 143025 63 0 0 20 0 1 0 271441986 279277568 65464 33554432000 4194304 5208918 140733997650656 140733997648408 4211561 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 68183 65464 104 248 0 67932 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 400312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5226
/proc/meminfo: memFree=27495096/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=354120 CPUtime=1490.87 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 59551 0 0 0 149023 64 0 0 20 0 1 0 271441986 362618880 67680 33554432000 4194304 5208918 140733997650656 140733997648808 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 88530 67680 104 248 0 88279 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 481700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5227
/proc/meminfo: memFree=27504348/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=222644 CPUtime=1550.85 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 60724 0 0 0 155019 66 0 0 20 0 1 0 271441986 227987456 51386 33554432000 4194304 5208918 140733997650656 140733997647032 4229466 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 55661 51386 104 248 0 55410 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 350224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5227
/proc/meminfo: memFree=27523120/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=273416 CPUtime=1610.84 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 61234 0 0 0 161017 67 0 0 20 0 1 0 271441986 279977984 62609 33554432000 4194304 5208918 140733997650656 140733997646344 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 68354 62609 104 248 0 68103 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 400996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5227
/proc/meminfo: memFree=27489856/32873844 swapFree=7356/7356
[pid=5185] ppid=5183 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5185/stat : 5185 (npSolver-pbo.sh) S 5183 5185 5140 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424873 9367552 275 33554432000 4194304 5064252 140733378252480 140733378251392 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5185/statm: 2287 275 233 213 0 72 0
[pid=5186] ppid=5185 vsize=109284 CPUtime=171.07 cores=1,3,5,7
/proc/5186/stat : 5186 (npSolver-pbo) S 5185 5185 5140 0 -1 4202496 9945 42560 0 0 287 98 16680 42 20 0 1 0 271424873 111906816 20201 33554432000 4194304 5992684 140736550404192 140736550396512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5186/statm: 27321 20201 181 440 0 26877 0
[pid=5210] ppid=5186 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (satsolver.sh) S 5186 5185 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271441985 9367552 267 33554432000 4194304 5064252 140733208422192 140733208421104 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5210/statm: 2287 267 226 213 0 72 0
[pid=5211] ppid=5210 vsize=275112 CPUtime=1628.94 cores=1,3,5,7
/proc/5211/stat : 5211 (glucose) R 5210 5185 5140 0 -1 4202496 61409 0 0 0 162827 67 0 0 20 0 1 0 271441986 281714688 65850 33554432000 4194304 5208918 140733997650656 140733997648408 4211570 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5211/statm: 68778 65850 104 248 0 68527 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 402692

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 5185 and gives
#  childrusage.ru_utime.tv_sec=169
#  childrusage.ru_utime.tv_usec=683204
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=411785
# CPU time returned by wait4() is 171.095
# 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.41
CPU time (s): 1800.01
CPU user time (s): 1797.94
CPU system time (s): 2.07
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 531020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.683
system time used= 1.41179
maximum resident set size= 158392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68
involuntary context switches= 193

runsolver used 3.86141 second user time and 8.08077 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 19:22:43
IDJOB=3701233
IDBENCH=1968
IDSOLVER=2277
FILE ID=node109/3701233-1338052962
RUNJOBID= node109-1338052962-5157
PBS_JOBID= 14624414
Free space on /tmp= 71252 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-3701233-1338052962/watcher-3701233-1338052962 -o /tmp/evaluation-result-3701233-1338052962/solver-3701233-1338052962 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701233-1338052962.opb 1194940798 HOME HOME

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=1194940798

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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:       32873844 kB
MemFree:        28254064 kB
Buffers:          259488 kB
Cached:          3565460 kB
SwapCached:            0 kB
Active:           860604 kB
Inactive:        2975940 kB
Active(anon):      13892 kB
Inactive(anon):        0 kB
Active(file):     846712 kB
Inactive(file):  2975940 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50380 kB
Writeback:            16 kB
AnonPages:         18852 kB
Mapped:            14756 kB
Shmem:               200 kB
Slab:             645616 kB
SReclaimable:      87652 kB
SUnreclaim:       557964 kB
KernelStack:        1424 kB
PageTables:         4212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     126044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71124 MiB
End job on node109 at 2012-05-26 19:52:43