Trace number 3750006

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.08 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z9-s14.opb
MD5SUM0eca8803cfc037d0cffd374298c6d6d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-16917
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4356
Total number of constraints100680
Number of constraints which are clauses100672
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint4355
Number of terms in the objective function 4313
Biggest coefficient in the objective function 428
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 469022
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1562976
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 10650988
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.97/5.02	c run usual solver
50.07/50.42	c model valid
50.07/50.42	c current solution ok
59.37/60.06	o 0
59.37/60.06	c current bound: 150330
59.37/60.06	c fallback to adder encoding
1800.08/1800.82	c error: unexpected solver exit code
1800.08/1800.82	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-3750006-1339169407/watcher-3750006-1339169407 -o /tmp/evaluation-result-3750006-1339169407/solver-3750006-1339169407 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750006-1339169407.opb 1692798749 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: 0.92 1.02 1.37 3/175 5128
/proc/meminfo: memFree=26832284/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0

[startup+0.00852992 s]
/proc/loadavg: 0.92 1.02 1.37 3/175 5128
/proc/meminfo: memFree=26832284/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100163 s]
/proc/loadavg: 0.92 1.02 1.37 3/175 5128
/proc/meminfo: memFree=26832284/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300167 s]
/proc/loadavg: 0.92 1.02 1.37 3/175 5128
/proc/meminfo: memFree=26832284/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 0.92 1.02 1.37 3/175 5128
/proc/meminfo: memFree=26832284/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 0.92 1.02 1.37 3/180 5136
/proc/meminfo: memFree=26614672/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=164808 CPUtime=1.49 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) R 5128 5128 5089 0 -1 4202496 18459 0 0 0 144 5 0 0 20 0 1 0 383065203 168763392 39812 33554432000 4194304 6004724 140734186376400 140734186370632 4582623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5129/statm: 41202 39812 153 442 0 40756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 173956

[startup+3.10032 s]
/proc/loadavg: 0.92 1.02 1.37 3/180 5136
/proc/meminfo: memFree=26457908/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=361416 CPUtime=3.09 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) R 5128 5128 5089 0 -1 4202496 19632 0 0 0 299 10 0 0 20 0 1 0 383065203 370089984 67972 33554432000 4194304 6004724 140734186376400 140734186371464 4534715 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5129/statm: 90354 67972 153 442 0 89908 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 370564

[startup+6.30035 s]
/proc/loadavg: 1.01 1.04 1.37 3/182 5138
/proc/meminfo: memFree=25733844/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=579776 CPUtime=5.01 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 20901 0 0 0 444 57 0 0 20 0 1 0 383065203 593690624 84561 33554432000 4194304 6004724 140734186376400 140734186370448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5129/statm: 144944 84561 162 442 0 144498 0
[pid=5137] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5137/stat : 5137 (cp2_pre.sh) S 5129 5128 5089 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383065706 9367552 277 33554432000 4194304 5064252 140735259629888 140735259628592 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5137/statm: 2287 277 234 213 0 72 0
[pid=5138] ppid=5137 vsize=134120 CPUtime=1.24 cores=0,2,4,6
/proc/5138/stat : 5138 (coprocessor) R 5137 5128 5089 0 -1 4202496 11946 0 0 0 119 5 0 0 20 0 1 0 383065707 137338880 32448 33554432000 4194304 6586260 140736369160320 140736369157080 4372703 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5138/statm: 33530 32448 137 584 0 32942 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 732192

[startup+12.7004 s]
/proc/loadavg: 1.17 1.07 1.38 3/184 5140
/proc/meminfo: memFree=23622648/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=579776 CPUtime=5.01 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 20901 0 0 0 444 57 0 0 20 0 1 0 383065203 593690624 84561 33554432000 4194304 6004724 140734186376400 140734186370448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5129/statm: 144944 84561 162 442 0 144498 0
[pid=5137] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5137/stat : 5137 (cp2_pre.sh) S 5129 5128 5089 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383065706 9367552 277 33554432000 4194304 5064252 140735259629888 140735259628592 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5137/statm: 2287 277 234 213 0 72 0
[pid=5138] ppid=5137 vsize=1117484 CPUtime=7.65 cores=0,2,4,6
/proc/5138/stat : 5138 (coprocessor) R 5137 5128 5089 0 -1 4202496 101701 0 0 0 735 30 0 0 20 0 1 0 383065707 1144303616 251237 33554432000 4194304 6586260 140736369160320 140736369156472 4496502 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5138/statm: 279371 251237 168 584 0 278783 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1715556

[startup+25.5005 s]
/proc/loadavg: 1.58 1.16 1.40 3/183 5140
/proc/meminfo: memFree=22034684/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=579776 CPUtime=5.01 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 20901 0 0 0 444 57 0 0 20 0 1 0 383065203 593690624 84561 33554432000 4194304 6004724 140734186376400 140734186370448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5129/statm: 144944 84561 162 442 0 144498 0
[pid=5137] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5137/stat : 5137 (cp2_pre.sh) S 5129 5128 5089 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383065706 9367552 277 33554432000 4194304 5064252 140735259629888 140735259628592 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5137/statm: 2287 277 234 213 0 72 0
[pid=5138] ppid=5137 vsize=1312924 CPUtime=20.44 cores=0,2,4,6
/proc/5138/stat : 5138 (coprocessor) R 5137 5128 5089 0 -1 4202496 129679 0 0 0 2007 37 0 0 20 0 1 0 383065707 1344434176 317540 33554432000 4194304 6586260 140736369160320 140736369155640 4676681 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5138/statm: 328231 317540 190 584 0 327643 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1910996

[startup+51.1003 s]
/proc/loadavg: 1.80 1.25 1.42 3/182 5149
/proc/meminfo: memFree=24715148/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=593532 CPUtime=50.77 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) R 5128 5128 5089 0 -1 4202496 25696 227835 0 0 478 113 4371 115 20 0 1 0 383065203 607776768 87975 33554432000 4194304 6004724 140734186376400 140734186370600 5190832 0 0 4096 0 0 0 0 17 4 0 0 1 0 0
/proc/5129/statm: 148383 87975 169 442 0 147937 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 602680

[startup+102.3 s]
/proc/loadavg: 1.96 1.38 1.46 3/183 5154
/proc/meminfo: memFree=22166088/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=746468 CPUtime=41.75 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 99492 0 0 0 4149 26 0 0 20 0 1 0 383071257 764383232 150917 33554432000 4194304 5208918 140735154075152 140735154073000 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 186617 150917 104 248 0 186366 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1407448

[startup+162.3 s]
/proc/loadavg: 1.98 1.49 1.49 3/183 5154
/proc/meminfo: memFree=22057904/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=758548 CPUtime=101.73 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 102467 0 0 0 10146 27 0 0 20 0 1 0 383071257 776753152 155425 33554432000 4194304 5208918 140735154075152 140735154073000 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 189637 155425 104 248 0 189386 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 1419528

[startup+222.307 s]
/proc/loadavg: 1.99 1.58 1.52 3/183 5154
/proc/meminfo: memFree=22117592/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 115019 0 0 0 136115 40 0 0 20 0 1 0 383071257 841523200 178639 33554432000 4194304 5208918 140735154075152 140735154071464 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 205450 178639 105 248 0 205199 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 1482780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/183 5164
/proc/meminfo: memFree=21758164/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=821800 CPUtime=1421.53 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 115022 0 0 0 142113 40 0 0 20 0 1 0 383071257 841523200 180175 33554432000 4194304 5208918 140735154075152 140735154071464 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 205450 180175 105 248 0 205199 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 1482780

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.86 3/183 5164
/proc/meminfo: memFree=21679684/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=821800 CPUtime=1481.52 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 115548 0 0 0 148112 40 0 0 20 0 1 0 383071257 841523200 182745 33554432000 4194304 5208918 140735154075152 140735154071528 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 205450 182745 105 248 0 205199 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 1482780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/183 5165
/proc/meminfo: memFree=21819828/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=821800 CPUtime=1541.51 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 116256 0 0 0 154108 43 0 0 20 0 1 0 383071257 841523200 172867 33554432000 4194304 5208918 140735154075152 140735154071528 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 205450 172867 105 248 0 205199 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 1482780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/183 5165
/proc/meminfo: memFree=21756628/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=821800 CPUtime=1601.5 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 116260 0 0 0 160107 43 0 0 20 0 1 0 383071257 841523200 174915 33554432000 4194304 5208918 140735154075152 140735154071528 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 205450 174915 105 248 0 205199 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 1482780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/183 5165
/proc/meminfo: memFree=21701668/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=821800 CPUtime=1661.49 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 116262 0 0 0 166106 43 0 0 20 0 1 0 383071257 841523200 175939 33554432000 4194304 5208918 140735154075152 140735154071528 4229203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 205450 175939 105 248 0 205199 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 1482780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/183 5165
/proc/meminfo: memFree=21815208/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=829732 CPUtime=1721.48 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 116544 0 0 0 172105 43 0 0 20 0 1 0 383071257 849645568 178776 33554432000 4194304 5208918 140735154075152 140735154070856 4205128 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 207433 178776 105 248 0 207182 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 1490712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 5192
/proc/meminfo: memFree=24619092/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=829732 CPUtime=1740 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 116629 0 0 0 173956 44 0 0 20 0 1 0 383071257 849645568 179372 33554432000 4194304 5208918 140735154075152 140735154071528 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 207433 179372 105 248 0 207182 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1490712

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.81 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 5192
/proc/meminfo: memFree=24619092/32873648 swapFree=7388/7388
[pid=5128] ppid=5126 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5128/stat : 5128 (npSolver-pbo.sh) S 5126 5128 5089 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383065203 9367552 274 33554432000 4194304 5064252 140737433010608 140737433009520 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5128/statm: 2287 274 233 213 0 72 0
[pid=5129] ppid=5128 vsize=642684 CPUtime=60.08 cores=0,2,4,6
/proc/5129/stat : 5129 (npSolver-pbo) S 5128 5128 5089 0 -1 4202496 30274 228349 0 0 675 824 4372 137 20 0 1 0 383065203 658108416 100261 33554432000 4194304 6004724 140734186376400 140734186368752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/5129/statm: 160671 100261 174 442 0 160225 0
[pid=5153] ppid=5129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (satsolver.sh) S 5129 5128 5089 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383071256 9367552 267 33554432000 4194304 5064252 140733404321936 140733404320848 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 2287 267 226 213 0 72 0
[pid=5154] ppid=5153 vsize=829732 CPUtime=1740 cores=0,2,4,6
/proc/5154/stat : 5154 (glucose) R 5153 5128 5089 0 -1 4202496 116629 0 0 0 173956 44 0 0 20 0 1 0 383071257 849645568 179372 33554432000 4194304 5208918 140735154075152 140735154071528 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5154/statm: 207433 179372 105 248 0 207182 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1490712

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5128 and gives
#  childrusage.ru_utime.tv_sec=50
#  childrusage.ru_utime.tv_usec=474326
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=630535
# CPU time returned by wait4() is 60.1049
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.08
CPU user time (s): 1790.03
CPU system time (s): 10.05
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 1946368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.4743
system time used= 9.63054
maximum resident set size= 1305652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259602
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1507064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2909
involuntary context switches= 153

runsolver used 3.77243 second user time and 9.78851 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 17:30:07
IDJOB=3750006
IDBENCH=89901
IDSOLVER=2334
FILE ID=node148/3750006-1339169407
RUNJOBID= node148-1339169407-5105
PBS_JOBID= 14643813
Free space on /tmp= 70420 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z9-s14.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750006-1339169407/watcher-3750006-1339169407 -o /tmp/evaluation-result-3750006-1339169407/solver-3750006-1339169407 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750006-1339169407.opb 1692798749 HOME HOME

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

MD5SUM BENCH= 0eca8803cfc037d0cffd374298c6d6d9
RANDOM SEED=1692798749

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26833084 kB
Buffers:          712712 kB
Cached:          4352868 kB
SwapCached:          560 kB
Active:          2420884 kB
Inactive:        2657592 kB
Active(anon):       2392 kB
Inactive(anon):    10632 kB
Active(file):    2418492 kB
Inactive(file):  2646960 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:             22952 kB
Writeback:             0 kB
AnonPages:         17072 kB
Mapped:            10144 kB
Shmem:                36 kB
Slab:             821540 kB
SReclaimable:     265276 kB
SUnreclaim:       556264 kB
KernelStack:        1384 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69364 MiB
End job on node148 at 2012-06-08 18:00:08