Trace number 3748658

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)? (problem) 566.84 567.593

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-p2756.opb
MD5SUM54b9b4de78a7992fd69d0caeed32daef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3124
Best CPU time to get the best result obtained on this benchmark1.66275
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3695
Optimality of the best value was proved NO
Number of variables2756
Total number of constraints749
Number of constraints which are clauses132
Number of constraints which are cardinality constraints (but not clauses)220
Number of constraints which are nor clauses,nor cardinality constraints397
Minimum length of a constraint2
Maximum length of a constraint546
Number of terms in the objective function 2166
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 321831
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 321831
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.53	c run inc solver
0.00/0.53	c [INC SYSTEM] run initial solver
0.00/0.53	c [INC SYSTEM] preprocess with white file
2.88/2.99	c [INC SYSTEM] finished preprocessing in 2 s
2.88/2.99	c [INC SYSTEM] execute solver
5.18/5.21	c [INC SEARCH] formula is SAT
5.18/5.22	c [INC SYSTEM] solved the initial formula
5.28/5.32	c model valid
5.28/5.32	c current solution ok
5.78/5.85	o 150042
5.78/5.85	c execute binary inc search
5.78/5.85	c [INC SEARCH] current bound: 75021
5.78/5.85	c [INC SEARCH] iteration: 0
5.78/5.85	c [INC SEARCH] lower bound: 0 upperbound 150042 current bound: 75021 best value:150042
5.78/5.85	c [INC SYSTEM] there exists a inc, kill it!
5.78/5.85	c write failed with 2
5.78/5.86	c [INC SYSTEM] create new solver instance
5.78/5.86	c [INC] encode full formula
5.78/5.86	c fallback to adder encoding
5.99/6.06	c set iterative enc to: adder
5.99/6.06	c set iterative enc to: none
6.09/6.10	c [INC SEARCH] isOptimum variable: 0
357.32/357.45	c [INC SEARCH] formula is SAT
357.32/357.47	c [INC SEARCH] copied best model
357.32/357.47	c sat variable: 1 optimum/unsat variable: 0
357.32/357.48	c model valid
357.32/357.48	c current solution ok
357.32/357.48	o 74598
357.32/357.48	c [INC SEARCH] current bound: 37299
357.32/357.48	c [INC SEARCH] iteration: 1
357.32/357.48	c [INC SEARCH] lower bound: 0 upperbound 74598 current bound: 37299 best value:74598
357.32/357.48	c [INC SYSTEM] there exists a inc, kill it!
357.32/357.48	c write failed with 2
357.32/357.48	c [INC SYSTEM] create new solver instance
357.32/357.48	c [INC] encode full formula
357.32/357.48	c fallback to adder encoding
357.50/357.66	c set iterative enc to: adder
357.50/357.66	c set iterative enc to: none
357.59/357.73	c [INC SEARCH] isOptimum variable: 0
566.72/566.96	c [INC SEARCH] formula is SAT
566.72/566.98	c [INC SEARCH] copied best model
566.72/566.98	c sat variable: 1 optimum/unsat variable: 0
566.72/566.99	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
566.84/567.59	HOME/npSolver-pbo-I.sh: line 18: 11651 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

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-3748658-1339114401/watcher-3748658-1339114401 -o /tmp/evaluation-result-3748658-1339114401/solver-3748658-1339114401 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748658-1339114401.opb 983744357 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.08 1.95 3/180 11650
/proc/meminfo: memFree=31398916/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0

[startup+0.0903521 s]
/proc/loadavg: 2.09 2.08 1.95 3/180 11650
/proc/meminfo: memFree=31398916/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100329 s]
/proc/loadavg: 2.09 2.08 1.95 3/180 11650
/proc/meminfo: memFree=31398916/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.09 2.08 1.95 3/180 11650
/proc/meminfo: memFree=31398916/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 2.09 2.08 1.95 3/180 11650
/proc/meminfo: memFree=31398916/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.08 2.08 1.95 3/184 11654
/proc/meminfo: memFree=31235704/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=32388 CPUtime=0.53 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 7357 0 0 0 48 5 0 0 20 0 1 0 21406733 33165312 7420 33554432000 4194304 6004724 140733621183872 140733621178336 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 8097 7420 163 442 0 7651 0
[pid=11653] ppid=11651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11653/stat : 11653 (cp2_pre.sh) S 11651 11650 8890 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 21406786 9367552 276 33554432000 4194304 5064252 140733511192448 140733511191152 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11653/statm: 2287 276 234 213 0 72 0
[pid=11654] ppid=11653 vsize=154276 CPUtime=0.95 cores=1,3,5,7
/proc/11654/stat : 11654 (coprocessor) R 11653 11650 8890 0 -1 4202496 27414 0 0 0 90 5 0 0 20 0 1 0 21406786 157978624 37148 33554432000 4194304 6586260 140734932975104 140734932971080 4753952 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11654/statm: 38569 37148 182 584 0 37981 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 204960

[startup+3.10033 s]
/proc/loadavg: 2.08 2.08 1.95 3/184 11654
/proc/meminfo: memFree=31189052/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=32388 CPUtime=2.98 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 7375 30844 0 0 48 5 229 16 20 0 1 0 21406733 33165312 7424 33554432000 4194304 6004724 140733621183872 140733621170152 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 8097 7424 167 442 0 7651 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 41536

[startup+6.30025 s]
/proc/loadavg: 2.08 2.08 1.95 3/183 11656
/proc/meminfo: memFree=31301952/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 49388

[startup+12.7004 s]
/proc/loadavg: 2.22 2.11 1.96 3/183 11659
/proc/meminfo: memFree=31242428/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
[pid=11659] ppid=11651 vsize=106048 CPUtime=6.59 cores=1,3,5,7
/proc/11659/stat : 11659 (glucosInc) R 11651 11650 8890 0 -1 4202496 20959 0 0 0 655 4 0 0 20 0 1 0 21407342 108593152 22563 33554432000 4194304 5654031 140733957686688 140733957674504 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 26512 22563 141 357 0 26152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155436

[startup+25.5004 s]
/proc/loadavg: 2.19 2.11 1.96 3/183 11659
/proc/meminfo: memFree=31236108/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
[pid=11659] ppid=11651 vsize=109700 CPUtime=19.39 cores=1,3,5,7
/proc/11659/stat : 11659 (glucosInc) R 11651 11650 8890 0 -1 4202496 22586 0 0 0 1934 5 0 0 20 0 1 0 21407342 112332800 23599 33554432000 4194304 5654031 140733957686688 140733957674504 4232441 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 27425 23599 141 357 0 27065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 159088

[startup+51.1004 s]
/proc/loadavg: 2.11 2.10 1.96 3/183 11661
/proc/meminfo: memFree=31238672/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
[pid=11659] ppid=11651 vsize=127928 CPUtime=44.98 cores=1,3,5,7
/proc/11659/stat : 11659 (glucosInc) R 11651 11650 8890 0 -1 4202496 24037 0 0 0 4492 6 0 0 20 0 1 0 21407342 130998272 28303 33554432000 4194304 5654031 140733957686688 140733957674504 4232803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 31982 28303 141 357 0 31622 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 177316

[startup+102.307 s]
/proc/loadavg: 2.05 2.08 1.96 3/183 11662
/proc/meminfo: memFree=31199044/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
[pid=11659] ppid=11651 vsize=158276 CPUtime=96.16 cores=1,3,5,7
/proc/11659/stat : 11659 (glucosInc) R 11651 11650 8890 0 -1 4202496 24625 0 0 0 9609 7 0 0 20 0 1 0 21407342 162074624 36000 33554432000 4194304 5654031 140733957686688 140733957674504 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 39569 36000 141 357 0 39209 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 207664

[startup+162.3 s]
/proc/loadavg: 2.08 2.08 1.96 3/183 11662
/proc/meminfo: memFree=31171448/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
[pid=11659] ppid=11651 vsize=169948 CPUtime=156.13 cores=1,3,5,7
/proc/11659/stat : 11659 (glucosInc) R 11651 11650 8890 0 -1 4202496 24640 0 0 0 15606 7 0 0 20 0 1 0 21407342 174026752 38837 33554432000 4194304 5654031 140733957686688 140733957674504 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 42487 38837 141 357 0 42127 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 219336

[startup+222.3 s]
/proc/loadavg: 2.07 2.08 1.97 3/183 11710
/proc/meminfo: memFree=31207196/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=40240 CPUtime=6.1 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 9666 46631 0 0 80 60 447 23 20 0 1 0 21406733 41205760 9399 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/11651/statm: 10060 9399 179 442 0 9614 0
[pid=11659] ppid=11651 vsize=188916 CPUtime=216.12 cores=1,3,5,7
/proc/11659/stat : 11659 (glucosInc) R 11651 11650 8890 0 -1 4202496 25264 0 0 0 21604 8 0 0 20 0 1 0 21407342 193449984 43450 33554432000 4194304 5654031 140733957686688 140733957674504 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11659/statm: 47229 43450 141 357 0 46869 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 238304

[startup+282.3 s]
/proc/loadavg: 2.02 2.06 1.97 3/183 11710
/proc/meminfo: memFree=31178344/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 22018 0 0 0 4450 5 0 0 20 0 1 0 21442506 113569792 24228 33554432000 4194304 5654031 140734925009376 140734924997192 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 27727 24228 141 357 0 27367 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 150620

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 1.97 3/183 11716
/proc/meminfo: memFree=31196524/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=157936 CPUtime=104.52 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 23621 0 0 0 10446 6 0 0 20 0 1 0 21442506 161726464 35707 33554432000 4194304 5654031 140734925009376 140734924997192 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 39484 35707 141 357 0 39124 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 197648

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31184528/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=157936 CPUtime=164.5 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 23654 0 0 0 16444 6 0 0 20 0 1 0 21442506 161726464 35913 33554432000 4194304 5654031 140734925009376 140734924997192 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 39484 35913 141 357 0 39124 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 197648

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

[startup+537.5 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31184588/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=157936 CPUtime=179.7 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 23654 0 0 0 17964 6 0 0 20 0 1 0 21442506 161726464 35913 33554432000 4194304 5654031 140734925009376 140734924997192 4214957 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 39484 35913 141 357 0 39124 0
Current children cumulated CPU time (s) 537.31
Current children cumulated vsize (KiB) 197648

[startup+550.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31182104/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=157936 CPUtime=192.51 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 23655 0 0 0 19244 7 0 0 20 0 1 0 21442506 161726464 36425 33554432000 4194304 5654031 140734925009376 140734924997192 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 39484 36425 141 357 0 39124 0
Current children cumulated CPU time (s) 550.12
Current children cumulated vsize (KiB) 197648

[startup+556.7 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31181360/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=169612 CPUtime=198.91 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 23905 0 0 0 19884 7 0 0 20 0 1 0 21442506 173682688 36649 33554432000 4194304 5654031 140734925009376 140734924997192 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 42403 36649 141 357 0 42043 0
Current children cumulated CPU time (s) 556.52
Current children cumulated vsize (KiB) 209324

[startup+563.1 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31178196/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=169612 CPUtime=205.31 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 24172 0 0 0 20524 7 0 0 20 0 1 0 21442506 173682688 37423 33554432000 4194304 5654031 140734925009376 140734924997192 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 42403 37423 141 357 0 42043 0
Current children cumulated CPU time (s) 562.92
Current children cumulated vsize (KiB) 209324

[startup+564.7 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31178196/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=169612 CPUtime=206.9 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 24172 0 0 0 20683 7 0 0 20 0 1 0 21442506 173682688 37423 33554432000 4194304 5654031 140734925009376 140734924997192 4215124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 42403 37423 141 357 0 42043 0
Current children cumulated CPU time (s) 564.51
Current children cumulated vsize (KiB) 209324

[startup+566.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31178196/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=30564 CPUtime=357.61 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4202496 12520 72570 0 0 102 62 35563 34 20 0 1 0 21406733 31297536 7013 33554432000 4194304 6004724 140733621183872 140733621168792 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/11651/statm: 7641 7013 180 442 0 7195 0
[pid=11712] ppid=11651 vsize=169612 CPUtime=208.5 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) R 11651 11650 8890 0 -1 4202496 24172 0 0 0 20843 7 0 0 20 0 1 0 21442506 173682688 37423 33554432000 4194304 5654031 140734925009376 140734924997192 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 42403 37423 141 357 0 42043 0
Current children cumulated CPU time (s) 566.11
Current children cumulated vsize (KiB) 209324

[startup+567.1 s]
/proc/loadavg: 2.00 2.02 1.97 3/183 11716
/proc/meminfo: memFree=31178196/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=34664 CPUtime=357.67 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4204032 13592 72570 0 0 106 64 35563 34 20 0 1 0 21406733 35495936 7751 33554432000 4194304 6004724 140733621183872 140733621177064 5251733 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/11651/statm: 8666 7751 196 442 0 8220 0
[pid=11712] ppid=11651 vsize=169620 CPUtime=209.17 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) S 11651 11650 8890 0 -1 4202496 24309 0 0 0 20910 7 0 0 20 0 1 0 21442506 173690880 37560 33554432000 4194304 5654031 140734925009376 140734925007688 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 42405 37560 147 357 0 42045 0
Current children cumulated CPU time (s) 566.84
Current children cumulated vsize (KiB) 213432

[startup+567.5 s]
/proc/loadavg: 2.00 2.02 1.97 2/184 11717
/proc/meminfo: memFree=31117240/32873844 swapFree=6868/6868
[pid=11650] ppid=11648 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11650/stat : 11650 (npSolver-pbo-I.) S 11648 11650 8890 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 21406732 9367552 274 33554432000 4194304 5064252 140734533987952 140734533986864 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11650/statm: 2287 274 233 213 0 72 0
[pid=11651] ppid=11650 vsize=34664 CPUtime=357.67 cores=1,3,5,7
/proc/11651/stat : 11651 (npSolver-pbo) S 11650 11650 8890 0 -1 4204032 13592 72570 0 0 106 64 35563 34 20 0 1 0 21406733 35495936 7751 33554432000 4194304 6004724 140733621183872 140733621177064 5251733 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/11651/statm: 8666 7751 196 442 0 8220 0
[pid=11712] ppid=11651 vsize=169620 CPUtime=209.17 cores=1,3,5,7
/proc/11712/stat : 11712 (glucosInc) S 11651 11650 8890 0 -1 4202496 24309 0 0 0 20910 7 0 0 20 0 1 0 21442506 173690880 37560 33554432000 4194304 5654031 140734925009376 140734925007688 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/11712/statm: 42405 37560 147 357 0 42045 0
Current children cumulated CPU time (s) 566.84
Current children cumulated vsize (KiB) 213432

Child status: 0

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

Real time (s): 567.593
CPU time (s): 566.84
CPU user time (s): 565.79
CPU system time (s): 1.05
CPU usage (%): 99.8674
Max. virtual memory (cumulated for all children) (KiB): 240740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.703
system time used= 0.989849
maximum resident set size= 178532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86535
page faults= 0
swaps= 0
block input operations= 8
block output operations= 149288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10040
involuntary context switches= 1069

runsolver used 0.957854 second user time and 2.70459 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 02:13:21
IDJOB=3748658
IDBENCH=1871
IDSOLVER=2333
FILE ID=node135/3748658-1339114401
RUNJOBID= node135-1339112432-11228
PBS_JOBID= 14643718
Free space on /tmp= 70748 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-p2756.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748658-1339114401/watcher-3748658-1339114401 -o /tmp/evaluation-result-3748658-1339114401/solver-3748658-1339114401 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748658-1339114401.opb 983744357 HOME HOME

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

MD5SUM BENCH= 54b9b4de78a7992fd69d0caeed32daef
RANDOM SEED=983744357

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:        31399296 kB
Buffers:          134024 kB
Cached:           459860 kB
SwapCached:         3608 kB
Active:           168580 kB
Inactive:         502728 kB
Active(anon):      74728 kB
Inactive(anon):     4816 kB
Active(file):      93852 kB
Inactive(file):   497912 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:        188640 kB
Mapped:            10412 kB
Shmem:                 0 kB
Slab:             665860 kB
SReclaimable:     107548 kB
SUnreclaim:       558312 kB
KernelStack:        1520 kB
PageTables:         3692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     207428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 70692 MiB
End job on node135 at 2012-06-08 02:22:49