Trace number 3746653

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 inc-topDown (fixed)? (TO) 1800.09 1804.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-ship04s.opb
MD5SUM74b86287d15008d17990184d72b42ad1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.775881
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables43740
Total number of constraints348
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint30
Maximum length of a constraint1980
Number of terms in the objective function 43740
Biggest coefficient in the objective function 1977295568896000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 276588440762806557
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1977295568896000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 276588440762806557
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

41.11/41.34	c run inc solver
41.11/41.34	c [INC SYSTEM] run initial solver
41.11/41.34	c [INC SYSTEM] preprocess with white file
178.83/182.59	c [INC SYSTEM] finished preprocessing in 141 s
178.83/182.59	c [INC SYSTEM] execute solver

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-3746653-1339100182/watcher-3746653-1339100182 -o /tmp/evaluation-result-3746653-1339100182/solver-3746653-1339100182 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746653-1339100182.opb 2117938885 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.75 3/180 8420
/proc/meminfo: memFree=30791844/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0

[startup+0.074689 s]
/proc/loadavg: 2.00 2.00 1.75 3/180 8420
/proc/meminfo: memFree=30791844/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 1.75 3/180 8420
/proc/meminfo: memFree=30791844/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300308 s]
/proc/loadavg: 2.00 2.00 1.75 3/180 8420
/proc/meminfo: memFree=30791844/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700294 s]
/proc/loadavg: 2.00 2.00 1.75 3/180 8420
/proc/meminfo: memFree=30791844/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.75 3/182 8422
/proc/meminfo: memFree=30703996/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=178080 CPUtime=1.49 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) R 8420 8420 8001 0 -1 4202496 10371 0 0 0 146 3 0 0 20 0 1 0 19985163 182353920 31134 33554432000 4194304 6004724 140734675298672 140734675293272 4534752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8421/statm: 44520 31134 154 442 0 44074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187228

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.75 3/182 8422
/proc/meminfo: memFree=30621704/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=309152 CPUtime=3.09 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) R 8420 8420 8001 0 -1 4202496 11004 0 0 0 302 7 0 0 20 0 1 0 19985163 316571648 60830 33554432000 4194304 6004724 140734675298672 140734675293272 4582601 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8421/statm: 77288 60830 154 442 0 76842 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 318300

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.75 3/182 8422
/proc/meminfo: memFree=30366512/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=571296 CPUtime=6.29 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) R 8420 8420 8001 0 -1 4202496 11765 0 0 0 615 14 0 0 20 0 1 0 19985163 585007104 123294 33554432000 4194304 6004724 140734675298672 140734675293272 4618011 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8421/statm: 142824 123294 154 442 0 142378 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 580444

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.76 3/182 8422
/proc/meminfo: memFree=29849076/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=1095584 CPUtime=12.68 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) R 8420 8420 8001 0 -1 4202496 12776 0 0 0 1239 29 0 0 20 0 1 0 19985163 1121878016 248222 33554432000 4194304 6004724 140734675298672 140734675293272 4582597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8421/statm: 273896 248222 154 442 0 273450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1104732

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.76 3/182 8422
/proc/meminfo: memFree=28815396/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=2144160 CPUtime=25.48 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) R 8420 8420 8001 0 -1 4202496 14288 0 0 0 2489 59 0 0 20 0 1 0 19985163 2195619840 498590 33554432000 4194304 6004724 140734675298672 140734675293272 4534761 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8421/statm: 536040 498590 154 442 0 535594 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2153308

[startup+51.1003 s]
/proc/loadavg: 2.15 2.03 1.77 3/184 8424
/proc/meminfo: memFree=23966036/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=41.22 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18068 0 0 0 3620 502 0 0 20 0 1 0 19985163 4315099136 714994 33554432000 4194304 6004724 140734675298672 140734675293136 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714994 163 442 0 1053045 0
[pid=8423] ppid=8421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8423/stat : 8423 (cp2_pre.sh) S 8421 8420 8001 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 19989304 9367552 277 33554432000 4194304 5064252 140733803574832 140733803573536 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8423/statm: 2287 277 234 213 0 72 0
[pid=8424] ppid=8423 vsize=982760 CPUtime=9.66 cores=0,2,4,6
/proc/8424/stat : 8424 (coprocessor) R 8423 8420 8001 0 -1 4202496 18838 0 0 0 930 36 0 0 20 0 1 0 19989305 1006346240 238942 33554432000 4194304 6586260 140737471187952 140737471184712 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8424/statm: 245690 238942 137 584 0 245102 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 5215020

[startup+102.307 s]
/proc/loadavg: 2.46 2.14 1.83 3/184 8425
/proc/meminfo: memFree=19814120/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=41.22 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18068 0 0 0 3620 502 0 0 20 0 1 0 19985163 4315099136 714994 33554432000 4194304 6004724 140734675298672 140734675293136 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714994 163 442 0 1053045 0
[pid=8423] ppid=8421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8423/stat : 8423 (cp2_pre.sh) S 8421 8420 8001 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 19989304 9367552 277 33554432000 4194304 5064252 140733803574832 140733803573536 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8423/statm: 2287 277 234 213 0 72 0
[pid=8424] ppid=8423 vsize=5263844 CPUtime=60.25 cores=0,2,4,6
/proc/8424/stat : 8424 (coprocessor) R 8423 8420 8001 0 -1 4202496 29391 0 0 0 5734 291 0 0 20 0 1 0 19989305 5390176256 1116711 33554432000 4194304 6586260 140737471187952 140737471183704 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 61 0 0
/proc/8424/statm: 1315961 1116711 158 584 0 1315373 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 9496104

[startup+162.3 s]
/proc/loadavg: 2.33 2.16 1.85 3/184 8425
/proc/meminfo: memFree=18214832/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=41.22 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18068 0 0 0 3620 502 0 0 20 0 1 0 19985163 4315099136 714994 33554432000 4194304 6004724 140734675298672 140734675293136 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714994 163 442 0 1053045 0
[pid=8423] ppid=8421 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8423/stat : 8423 (cp2_pre.sh) S 8421 8420 8001 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 19989304 9367552 277 33554432000 4194304 5064252 140733803574832 140733803573536 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8423/statm: 2287 277 234 213 0 72 0
[pid=8424] ppid=8423 vsize=5263844 CPUtime=118.84 cores=0,2,4,6
/proc/8424/stat : 8424 (coprocessor) D 8423 8420 8001 0 -1 4202496 29391 0 0 0 11280 604 0 0 20 0 1 0 19989305 5390176256 1116711 33554432000 4194304 6586260 140737471187952 140737471183704 5732496 0 0 4096 8404994 18446744071580543392 0 0 17 4 0 0 194 0 0
/proc/8424/statm: 1315961 1116711 158 584 0 1315373 0
Current children cumulated CPU time (s) 160.06
Current children cumulated vsize (KiB) 9496104

[startup+222.3 s]
/proc/loadavg: 2.12 2.13 1.85 3/184 8430
/proc/meminfo: memFree=19268168/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=6984364 CPUtime=39.68 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 623097 0 0 0 3744 224 0 0 20 0 1 0 20003422 7151988736 1437648 33554432000 4194304 5654031 140736841615024 140736841612808 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1746091 1437648 140 357 0 1745731 0
Current children cumulated CPU time (s) 218.61
Current children cumulated vsize (KiB) 11207476

[startup+282.3 s]
/proc/loadavg: 2.09 2.12 1.86 3/183 8430
/proc/meminfo: memFree=19211888/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6

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

/proc/meminfo: memFree=18767564/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7133552 CPUtime=1119.53 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 674117 0 0 0 111707 246 0 0 20 0 1 0 20003422 7304757248 1562242 33554432000 4194304 5654031 140736841615024 140736841602840 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1783388 1562242 141 357 0 1783028 0
Current children cumulated CPU time (s) 1298.46
Current children cumulated vsize (KiB) 11356664

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/183 8437
/proc/meminfo: memFree=18725864/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7136060 CPUtime=1179.51 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 674790 0 0 0 117705 246 0 0 20 0 1 0 20003422 7307325440 1568025 33554432000 4194304 5654031 140736841615024 140736841602840 4214505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1784015 1568025 141 357 0 1783655 0
Current children cumulated CPU time (s) 1358.44
Current children cumulated vsize (KiB) 11359172

[startup+1422.31 s]
/proc/loadavg: 2.24 2.05 1.94 3/184 8440
/proc/meminfo: memFree=18704964/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7142744 CPUtime=1239.51 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 676492 0 0 0 123703 248 0 0 20 0 1 0 20003422 7314169856 1576881 33554432000 4194304 5654031 140736841615024 140736841602840 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1785686 1576881 141 357 0 1785326 0
Current children cumulated CPU time (s) 1418.44
Current children cumulated vsize (KiB) 11365856

[startup+1482.3 s]
/proc/loadavg: 2.09 2.04 1.94 3/183 8440
/proc/meminfo: memFree=18637116/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7147976 CPUtime=1299.49 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 677644 0 0 0 129700 249 0 0 20 0 1 0 20003422 7319527424 1587231 33554432000 4194304 5654031 140736841615024 140736841602840 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1786994 1587231 141 357 0 1786634 0
Current children cumulated CPU time (s) 1478.42
Current children cumulated vsize (KiB) 11371088

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 1.94 3/183 8440
/proc/meminfo: memFree=18630960/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7149976 CPUtime=1359.49 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 678168 0 0 0 135699 250 0 0 20 0 1 0 20003422 7321575424 1594398 33554432000 4194304 5654031 140736841615024 140736841602840 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1787494 1594398 141 357 0 1787134 0
Current children cumulated CPU time (s) 1538.42
Current children cumulated vsize (KiB) 11373088

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/183 8440
/proc/meminfo: memFree=19058968/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7153600 CPUtime=1419.47 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 679738 0 0 0 141664 283 0 0 20 0 1 0 20003422 7325286400 1481891 33554432000 4194304 5654031 140736841615024 140736841602840 4214638 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1788400 1481891 142 357 0 1788040 0
Current children cumulated CPU time (s) 1598.4
Current children cumulated vsize (KiB) 11376712

[startup+1662.3 s]
/proc/loadavg: 1.95 2.00 1.93 3/183 8534
/proc/meminfo: memFree=19238520/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7157508 CPUtime=1479.47 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 680754 0 0 0 147662 285 0 0 20 0 1 0 20003422 7329288192 1492105 33554432000 4194304 5654031 140736841615024 140736841612808 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1789377 1492105 142 357 0 1789017 0
Current children cumulated CPU time (s) 1658.4
Current children cumulated vsize (KiB) 11380620

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 1.93 3/183 8580
/proc/meminfo: memFree=19097796/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7160952 CPUtime=1539.46 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 681619 0 0 0 153660 286 0 0 20 0 1 0 20003422 7332814848 1502679 33554432000 4194304 5654031 140736841615024 140736841602840 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1790238 1502679 142 357 0 1789878 0
Current children cumulated CPU time (s) 1718.39
Current children cumulated vsize (KiB) 11384064

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/183 8580
/proc/meminfo: memFree=19047960/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7165192 CPUtime=1599.44 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 682324 0 0 0 159658 286 0 0 20 0 1 0 20003422 7337156608 1515137 33554432000 4194304 5654031 140736841615024 140736841602840 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1791298 1515137 142 357 0 1790938 0
Current children cumulated CPU time (s) 1778.37
Current children cumulated vsize (KiB) 11388304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.01 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 8580
/proc/meminfo: memFree=19031020/32873844 swapFree=7124/7124
[pid=8420] ppid=8418 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (npSolver-pbo-It) S 8418 8420 8001 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 19985163 9367552 275 33554432000 4194304 5064252 140733437879360 140733437878272 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2287 275 233 213 0 72 0
[pid=8421] ppid=8420 vsize=4213964 CPUtime=178.93 cores=0,2,4,6
/proc/8421/stat : 8421 (npSolver-pbo) S 8420 8420 8001 0 -1 4202496 18086 30294 0 0 3620 502 13022 749 20 0 1 0 19985163 4315099136 714998 33554432000 4194304 6004724 140734675298672 140734675284952 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 17 0 0
/proc/8421/statm: 1053491 714998 167 442 0 1053045 0
[pid=8427] ppid=8421 vsize=7167628 CPUtime=1621.16 cores=0,2,4,6
/proc/8427/stat : 8427 (glucosInc) R 8421 8420 8001 0 -1 4202496 682931 0 0 0 161829 287 0 0 20 0 1 0 20003422 7339651072 1519321 33554432000 4194304 5654031 140736841615024 140736841602840 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8427/statm: 1791907 1519321 142 357 0 1791547 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11390740

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8420 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.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.02
CPU time (s): 1800.09
CPU user time (s): 1784.71
CPU system time (s): 15.38
CPU usage (%): 99.782
Max. virtual memory (cumulated for all children) (KiB): 13771696

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

runsolver used 4.72228 second user time and 9.52255 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-07 22:16:22
IDJOB=3746653
IDBENCH=2417
IDSOLVER=2332
FILE ID=node133/3746653-1339100182
RUNJOBID= node133-1339098176-8017
PBS_JOBID= 14643720
Free space on /tmp= 70352 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-ship04s.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746653-1339100182/watcher-3746653-1339100182 -o /tmp/evaluation-result-3746653-1339100182/solver-3746653-1339100182 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746653-1339100182.opb 2117938885 HOME HOME

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

MD5SUM BENCH= 74b86287d15008d17990184d72b42ad1
RANDOM SEED=2117938885

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30792224 kB
Buffers:           59028 kB
Cached:          1093688 kB
SwapCached:         4004 kB
Active:           301148 kB
Inactive:        1019552 kB
Active(anon):     165908 kB
Inactive(anon):     4988 kB
Active(file):     135240 kB
Inactive(file):  1014564 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:             11268 kB
Writeback:             0 kB
AnonPages:        160308 kB
Mapped:            11028 kB
Shmem:                 0 kB
Slab:             612964 kB
SReclaimable:      55516 kB
SUnreclaim:       557448 kB
KernelStack:        1520 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     304684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 67632 MiB
End job on node133 at 2012-06-07 22:46:28