Trace number 3748243

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 (fixed)? (TO) 1800.08 1886.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48602
Total number of constraints686
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 constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

49.07/55.63	c run inc solver
49.07/55.63	c [INC SYSTEM] run initial solver
49.07/55.63	c [INC SYSTEM] preprocess with white file
203.07/211.90	c [INC SYSTEM] finished preprocessing in 156 s
203.07/211.90	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-3748243-1339121945/watcher-3748243-1339121945 -o /tmp/evaluation-result-3748243-1339121945/solver-3748243-1339121945 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748243-1339121945.opb 785089153 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.26 2.14 2.05 3/180 12553
/proc/meminfo: memFree=31241200/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0

[startup+0.070108 s]
/proc/loadavg: 2.26 2.14 2.05 3/180 12553
/proc/meminfo: memFree=31241200/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 2.26 2.14 2.05 3/180 12553
/proc/meminfo: memFree=31241200/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300204 s]
/proc/loadavg: 2.26 2.14 2.05 3/180 12553
/proc/meminfo: memFree=31241200/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.26 2.14 2.05 3/180 12553
/proc/meminfo: memFree=31241200/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.26 2.14 2.05 3/182 12555
/proc/meminfo: memFree=31175872/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=102616 CPUtime=1.49 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) R 12553 12553 8890 0 -1 4202496 14683 0 0 0 144 5 0 0 20 0 1 0 22161170 105078784 25016 33554432000 4194304 6004724 140735732146272 140735732140872 4820990 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12554/statm: 25654 25016 154 442 0 25208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111764

[startup+3.10023 s]
/proc/loadavg: 2.26 2.14 2.05 3/182 12555
/proc/meminfo: memFree=31064884/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=299248 CPUtime=3.09 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) R 12553 12553 8890 0 -1 4202496 15866 0 0 0 300 9 0 0 20 0 1 0 22161170 306429952 52675 33554432000 4194304 6004724 140735732146272 140735732140872 4578064 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12554/statm: 74812 52675 154 442 0 74366 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 308396

[startup+6.30023 s]
/proc/loadavg: 2.24 2.13 2.05 3/182 12555
/proc/meminfo: memFree=30824524/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=561392 CPUtime=6.29 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) R 12553 12553 8890 0 -1 4202496 16622 0 0 0 612 17 0 0 20 0 1 0 22161170 574865408 112579 33554432000 4194304 6004724 140735732146272 140735732140872 4536305 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12554/statm: 140348 112579 154 442 0 139902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 570540

[startup+12.7003 s]
/proc/loadavg: 2.22 2.13 2.05 3/181 12555
/proc/meminfo: memFree=30327128/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=1085680 CPUtime=12.69 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) R 12553 12553 8890 0 -1 4202496 17623 0 0 0 1238 31 0 0 20 0 1 0 22161170 1111736320 231881 33554432000 4194304 6004724 140735732146272 140735732140872 5055504 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12554/statm: 271420 231881 154 442 0 270974 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1094828

[startup+25.5003 s]
/proc/loadavg: 2.17 2.12 2.05 3/181 12555
/proc/meminfo: memFree=29327340/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=2134256 CPUtime=25.48 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) R 12553 12553 8890 0 -1 4202496 19114 0 0 0 2486 62 0 0 20 0 1 0 22161170 2185478144 471497 33554432000 4194304 6004724 140735732146272 140735732141224 4534749 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12554/statm: 533564 471497 154 442 0 533118 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2143404

[startup+51.1003 s]
/proc/loadavg: 2.11 2.11 2.04 2/181 12555
/proc/meminfo: memFree=21853056/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=7444420 CPUtime=48.56 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) D 12553 12553 8890 0 -1 4202496 23281 0 0 0 4279 577 0 0 20 0 1 0 22161170 7623086080 1622881 33554432000 4194304 6004724 140735732146272 140735732142144 5193835 0 0 4096 0 18446744071581216301 0 0 17 0 0 0 208 0 0
/proc/12554/statm: 1861105 1622881 157 442 0 1860659 0
Current children cumulated CPU time (s) 48.56
Current children cumulated vsize (KiB) 7453568

[startup+102.307 s]
/proc/loadavg: 3.13 2.39 2.14 3/185 12561
/proc/meminfo: memFree=19711964/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=49.15 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23288 0 0 0 4280 635 0 0 20 0 1 0 22161170 4304146432 812599 33554432000 4194304 6004724 140735732146272 140735732140736 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 812599 163 442 0 1050371 0
[pid=12556] ppid=12554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12556/stat : 12556 (cp2_pre.sh) S 12554 12553 8890 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 22166738 9367552 277 33554432000 4194304 5064252 140735706540576 140735706539280 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12556/statm: 2287 277 234 213 0 72 0
[pid=12557] ppid=12556 vsize=5440672 CPUtime=46.6 cores=0,2,4,6
/proc/12557/stat : 12557 (coprocessor) R 12556 12553 8890 0 -1 4202496 29850 0 0 0 4428 232 0 0 20 0 1 0 22166739 5571248128 1157102 33554432000 4194304 6586260 140735724036192 140735724031944 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12557/statm: 1360168 1157102 158 584 0 1359580 0
Current children cumulated CPU time (s) 95.75
Current children cumulated vsize (KiB) 9662236

[startup+162.3 s]
/proc/loadavg: 3.17 2.55 2.21 3/184 12561
/proc/meminfo: memFree=18162128/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=49.15 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23288 0 0 0 4280 635 0 0 20 0 1 0 22161170 4304146432 812599 33554432000 4194304 6004724 140735732146272 140735732140736 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 812599 163 442 0 1050371 0
[pid=12556] ppid=12554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12556/stat : 12556 (cp2_pre.sh) S 12554 12553 8890 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 22166738 9367552 277 33554432000 4194304 5064252 140735706540576 140735706539280 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12556/statm: 2287 277 234 213 0 72 0
[pid=12557] ppid=12556 vsize=5440672 CPUtime=105.13 cores=0,2,4,6
/proc/12557/stat : 12557 (coprocessor) R 12556 12553 8890 0 -1 4202496 29850 0 0 0 9957 556 0 0 20 0 1 0 22166739 5571248128 1157102 33554432000 4194304 6586260 140735724036192 140735724031944 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 146 0 0
/proc/12557/statm: 1360168 1157102 158 584 0 1359580 0
Current children cumulated CPU time (s) 154.28
Current children cumulated vsize (KiB) 9662236

[startup+222.3 s]
/proc/loadavg: 2.52 2.48 2.20 3/183 12564
/proc/meminfo: memFree=22353624/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 0 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 812603 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 812603 167 442 0 1050371 0
[pid=12564] ppid=12554 vsize=2621080 CPUtime=10.37 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 258674 0 0 0 947 90 0 0 20 0 1 0 22182361 2683985920 575427 33554432000 4194304 5654031 140733640022000 140733638971352 4225056 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12564/statm: 655270 575427 108 357 0 654910 0
Current children cumulated CPU time (s) 214.07
Current children cumulated vsize (KiB) 6833496

[startup+282.3 s]
/proc/loadavg: 2.19 2.39 2.19 3/183 12564
/proc/meminfo: memFree=18199684/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 275 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 275 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 0 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 812603 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 812603 167 442 0 1050371 0
[pid=12564] ppid=12554 vsize=7129164 CPUtime=70.36 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 654092 0 0 0 6780 256 0 0 20 0 1 0 22182361 7300263936 1601182 33554432000 4194304 5654031 140733640022000 140733640009816 4232791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12564/statm: 1782291 1601182 141 357 0 1781931 0
Current children cumulated CPU time (s) 274.06

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

/proc/meminfo: memFree=14170348/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8739668 CPUtime=1072.06 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 723409 0 32 0 106808 398 0 0 20 0 1 0 22182361 8949420032 1696515 33554432000 4194304 5654031 140733640022000 140733640009816 4232803 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2184917 1696515 141 357 0 2184557 0
Current children cumulated CPU time (s) 1275.76
Current children cumulated vsize (KiB) 12952084

[startup+1422.3 s]
/proc/loadavg: 2.00 2.31 2.55 3/183 12702
/proc/meminfo: memFree=14248408/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8744676 CPUtime=1132.04 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 724200 0 32 0 112805 399 0 0 20 0 1 0 22182361 8954548224 1711103 33554432000 4194304 5654031 140733640022000 140733640009816 4232821 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2186169 1711103 141 357 0 2185809 0
Current children cumulated CPU time (s) 1335.74
Current children cumulated vsize (KiB) 12957092

[startup+1482.3 s]
/proc/loadavg: 2.04 2.26 2.52 3/183 12702
/proc/meminfo: memFree=14101708/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8747668 CPUtime=1192.04 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 725014 0 32 0 118803 401 0 0 20 0 1 0 22182361 8957612032 1724692 33554432000 4194304 5654031 140733640022000 140733640009816 4233204 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2186917 1724692 141 357 0 2186557 0
Current children cumulated CPU time (s) 1395.74
Current children cumulated vsize (KiB) 12960084

[startup+1542.3 s]
/proc/loadavg: 2.01 2.21 2.49 3/183 12702
/proc/meminfo: memFree=14017468/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8751680 CPUtime=1252.03 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 729445 0 32 0 124800 403 0 0 20 0 1 0 22182361 8961720320 1737951 33554432000 4194304 5654031 140733640022000 140733640009816 4216031 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2187920 1737951 141 357 0 2187560 0
Current children cumulated CPU time (s) 1455.73
Current children cumulated vsize (KiB) 12964096

[startup+1602.3 s]
/proc/loadavg: 2.00 2.17 2.45 3/183 12702
/proc/meminfo: memFree=13888760/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8754456 CPUtime=1312.03 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 730158 0 32 0 130798 405 0 0 20 0 1 0 22182361 8964562944 1751950 33554432000 4194304 5654031 140733640022000 140733640009816 4232453 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2188614 1751950 141 357 0 2188254 0
Current children cumulated CPU time (s) 1515.73
Current children cumulated vsize (KiB) 12966872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.14 2.42 3/183 12702
/proc/meminfo: memFree=13988052/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8756180 CPUtime=1372.01 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 730614 0 32 0 136795 406 0 0 20 0 1 0 22182361 8966328320 1764670 33554432000 4194304 5654031 140733640022000 140733640009816 4232453 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2189045 1764670 141 357 0 2188685 0
Current children cumulated CPU time (s) 1575.71
Current children cumulated vsize (KiB) 12968596

[startup+1722.31 s]
/proc/loadavg: 2.00 2.11 2.39 3/183 12703
/proc/meminfo: memFree=13877376/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=8758696 CPUtime=1432 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 734672 0 32 0 142792 408 0 0 20 0 1 0 22182361 8968904704 1776513 33554432000 4194304 5654031 140733640022000 140733640009816 4215076 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 2189674 1776513 141 357 0 2189314 0
Current children cumulated CPU time (s) 1635.7
Current children cumulated vsize (KiB) 12971112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.09 2.36 3/183 12703
/proc/meminfo: memFree=14370996/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=7263588 CPUtime=1491.99 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 736694 0 32 0 148733 466 0 0 20 0 1 0 22182361 7437914112 1640728 33554432000 4194304 5654031 140733640022000 140733640009816 4215009 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 1815897 1640728 141 357 0 1815537 0
Current children cumulated CPU time (s) 1695.69
Current children cumulated vsize (KiB) 11476004

[startup+1842.3 s]
/proc/loadavg: 2.00 2.07 2.34 3/183 12703
/proc/meminfo: memFree=14259204/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=7265420 CPUtime=1551.98 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 740656 0 32 0 154730 468 0 0 20 0 1 0 22182361 7439790080 1653007 33554432000 4194304 5654031 140733640022000 140733640009816 4233201 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 1816355 1653007 141 357 0 1815995 0
Current children cumulated CPU time (s) 1755.68
Current children cumulated vsize (KiB) 11477836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1886.7 s]
/proc/loadavg: 2.04 2.07 2.33 3/184 12706
/proc/meminfo: memFree=14170336/32873844 swapFree=6868/6868
[pid=12553] ppid=12551 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12553/stat : 12553 (npSolver-pbo-I.) S 12551 12553 8890 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 22161170 9367552 234 33554432000 4194304 5064252 140733695599360 140733695598272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12553/statm: 2287 234 233 213 0 72 0
[pid=12554] ppid=12553 vsize=4203268 CPUtime=203.7 cores=0,2,4,6
/proc/12554/stat : 12554 (npSolver-pbo) S 12553 12553 8890 0 -1 4202496 23304 30752 1 0 4280 635 14548 907 20 0 1 0 22161170 4304146432 805028 33554432000 4194304 6004724 140735732146272 140735732132552 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 650 0 0
/proc/12554/statm: 1050817 805028 166 442 0 1050371 0
[pid=12564] ppid=12554 vsize=7266816 CPUtime=1596.38 cores=0,2,4,6
/proc/12564/stat : 12564 (glucosInc) R 12554 12553 8890 0 -1 4202496 740981 0 32 0 159170 468 0 0 20 0 1 0 22182361 7441219584 1660997 33554432000 4194304 5654031 140733640022000 140733640009816 4232821 0 0 4096 0 0 0 0 17 0 0 0 7802 0 0
/proc/12564/statm: 1816704 1660997 141 357 0 1816344 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11479232

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 12553 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1886.72
CPU time (s): 1800.08
CPU user time (s): 1779.98
CPU system time (s): 20.1
CPU usage (%): 95.4079
Max. virtual memory (cumulated for all children) (KiB): 15370528

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 3.83142 second user time and 10.6244 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 04:19:05
IDJOB=3748243
IDBENCH=2416
IDSOLVER=2333
FILE ID=node135/3748243-1339121945
RUNJOBID= node135-1339112432-11227
PBS_JOBID= 14643718
Free space on /tmp= 70744 MiB

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

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

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=785089153

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31242332 kB
Buffers:          142628 kB
Cached:           467296 kB
SwapCached:         3596 kB
Active:           331940 kB
Inactive:         491100 kB
Active(anon):     211108 kB
Inactive(anon):     4812 kB
Active(file):     120832 kB
Inactive(file):   486288 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67098244 kB
Dirty:             10504 kB
Writeback:             0 kB
AnonPages:        316468 kB
Mapped:            10176 kB
Shmem:                 0 kB
Slab:             669776 kB
SReclaimable:     111196 kB
SUnreclaim:       558580 kB
KernelStack:        1528 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     336276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 66472 MiB
End job on node135 at 2012-06-08 04:50:34