Trace number 3751453

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-quickBound (fixed)? (TO) 1800.1 1801.62

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-seymour1.opb
MD5SUM385b8c04483c735ba913a305372f124f
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark471080
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 456321
Optimality of the best value was proved NO
Number of variables10582
Total number of constraints5865
Number of constraints which are clauses651
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5214
Minimum length of a constraint1
Maximum length of a constraint198
Number of terms in the objective function 10582
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2347111
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2347111
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

25.83/25.97	c run inc solver
25.83/25.97	c [INC SYSTEM] run initial solver
25.83/25.97	c [INC SYSTEM] preprocess with white file
110.91/112.13	c [INC SYSTEM] finished preprocessing in 86 s
110.91/112.13	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-3751453-1339113302/watcher-3751453-1339113302 -o /tmp/evaluation-result-3751453-1339113302/solver-3751453-1339113302 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751453-1339113302.opb 235290279 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.01 2.01 1.98 3/178 32725
/proc/meminfo: memFree=30740524/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0

[startup+0.023833 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 32725
/proc/meminfo: memFree=30740524/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 32725
/proc/meminfo: memFree=30740524/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 32725
/proc/meminfo: memFree=30740524/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 32725
/proc/meminfo: memFree=30740524/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 32727
/proc/meminfo: memFree=30645160/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=185576 CPUtime=1.49 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) R 32725 32725 30644 0 -1 4202496 11584 0 0 0 144 5 0 0 20 0 1 0 377455702 190029824 33034 33554432000 4194304 6004724 140733543331344 140733543325944 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32726/statm: 46394 33034 154 442 0 45948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194724

[startup+3.1002 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 32727
/proc/meminfo: memFree=30531280/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=316648 CPUtime=3.09 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) R 32725 32725 30644 0 -1 4202496 12217 0 0 0 301 8 0 0 20 0 1 0 377455702 324247552 62730 33554432000 4194304 6004724 140733543331344 140733543325944 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32726/statm: 79162 62730 154 442 0 78716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 325796

[startup+6.30018 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 32727
/proc/meminfo: memFree=30272804/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=578792 CPUtime=6.29 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) R 32725 32725 30644 0 -1 4202496 12978 0 0 0 613 16 0 0 20 0 1 0 377455702 592683008 125194 33554432000 4194304 6004724 140733543331344 140733543326296 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32726/statm: 144698 125194 154 442 0 144252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 587940

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 32727
/proc/meminfo: memFree=29794660/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=1103080 CPUtime=12.69 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) R 32725 32725 30644 0 -1 4202496 13988 0 0 0 1238 31 0 0 20 0 1 0 377455702 1129553920 249610 33554432000 4194304 6004724 140733543331344 140733543325944 4579311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32726/statm: 275770 249610 154 442 0 275324 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1112228

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.98 3/180 32727
/proc/meminfo: memFree=25954720/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=3870612 CPUtime=25.44 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) R 32725 32725 30644 0 -1 4202496 16904 0 0 0 2280 264 0 0 20 0 1 0 377455702 3963506688 880057 33554432000 4194304 6004724 140733543331344 140733543327216 5193835 0 0 4096 0 0 0 0 17 3 0 0 4 0 0
/proc/32726/statm: 967653 880057 157 442 0 967207 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 3879760

[startup+51.1003 s]
/proc/loadavg: 2.29 2.07 2.00 3/182 32729
/proc/meminfo: memFree=24206000/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=25.92 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16911 0 0 0 2280 312 0 0 20 0 1 0 377455702 2174091264 443194 33554432000 4194304 6004724 140733543331344 140733543325808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443194 163 442 0 530338 0
[pid=32728] ppid=32726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32728/stat : 32728 (cp2_pre.sh) S 32726 32725 30644 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377458301 9367552 276 33554432000 4194304 5064252 140734852255264 140734852253968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32728/statm: 2287 276 234 213 0 72 0
[pid=32729] ppid=32728 vsize=3328032 CPUtime=25.08 cores=1,3,5,7
/proc/32729/stat : 32729 (coprocessor) R 32728 32725 30644 0 -1 4202496 26640 0 0 0 2387 121 0 0 20 0 1 0 377458302 3407904768 715832 33554432000 4194304 6586260 140736644621824 140736644617576 5076001 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32729/statm: 832008 715832 158 584 0 831420 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 5469464

[startup+102.306 s]
/proc/loadavg: 2.69 2.21 2.05 3/182 32729
/proc/meminfo: memFree=22805884/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=25.92 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16911 0 0 0 2280 312 0 0 20 0 1 0 377455702 2174091264 443194 33554432000 4194304 6004724 140733543331344 140733543325808 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443194 163 442 0 530338 0
[pid=32728] ppid=32726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32728/stat : 32728 (cp2_pre.sh) S 32726 32725 30644 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 377458301 9367552 276 33554432000 4194304 5064252 140734852255264 140734852253968 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32728/statm: 2287 276 234 213 0 72 0
[pid=32729] ppid=32728 vsize=3328032 CPUtime=75.25 cores=1,3,5,7
/proc/32729/stat : 32729 (coprocessor) R 32728 32725 30644 0 -1 4202496 26640 0 0 0 7113 412 0 0 20 0 1 0 377458302 3407904768 715832 33554432000 4194304 6586260 140736644621824 140736644617576 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 104 0 0
/proc/32729/statm: 832008 715832 158 584 0 831420 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 5469464

[startup+162.3 s]
/proc/loadavg: 2.39 2.23 2.06 3/181 32731
/proc/meminfo: memFree=23430120/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4421140 CPUtime=50.15 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 412647 0 0 0 4877 138 0 0 20 0 1 0 377466915 4527247360 923608 33554432000 4194304 5654031 140735841400512 140735841388328 4232905 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32731/statm: 1105285 923608 140 357 0 1104925 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 6553424

[startup+222.3 s]
/proc/loadavg: 2.14 2.18 2.06 3/181 32731
/proc/meminfo: memFree=23354684/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4465044 CPUtime=110.14 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 426490 0 0 0 10872 142 0 0 20 0 1 0 377466915 4572205056 945690 33554432000 4194304 5654031 140735841400512 140735841388328 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1116261 945690 140 357 0 1115901 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 6597328

[startup+282.3 s]
/proc/loadavg: 2.12 2.16 2.06 3/181 32732
/proc/meminfo: memFree=23313712/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4494268 CPUtime=170.13 cores=1,3,5,7

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

/proc/meminfo: memFree=23141248/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4669536 CPUtime=1189.99 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 582593 0 0 0 118789 210 0 0 20 0 1 0 377466915 4781604864 972915 33554432000 4194304 5654031 140735841400512 140735841388328 4214638 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1167384 972915 141 357 0 1167024 0
Current children cumulated CPU time (s) 1300.93
Current children cumulated vsize (KiB) 6801820

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 32764
/proc/meminfo: memFree=23119268/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4675124 CPUtime=1249.97 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 587590 0 0 0 124786 211 0 0 20 0 1 0 377466915 4787326976 975910 33554432000 4194304 5654031 140735841400512 140735841388328 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1168781 975910 141 357 0 1168421 0
Current children cumulated CPU time (s) 1360.91
Current children cumulated vsize (KiB) 6807408

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 32764
/proc/meminfo: memFree=23092928/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4677408 CPUtime=1309.96 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 596554 0 0 0 130783 213 0 0 20 0 1 0 377466915 4789665792 977816 33554432000 4194304 5654031 140735841400512 140735841388328 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1169352 977816 141 357 0 1168992 0
Current children cumulated CPU time (s) 1420.9
Current children cumulated vsize (KiB) 6809692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32765
/proc/meminfo: memFree=23119804/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4679900 CPUtime=1369.93 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 600690 0 0 0 136778 215 0 0 20 0 1 0 377466915 4792217600 980227 33554432000 4194304 5654031 140735841400512 140735841388328 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1169975 980227 141 357 0 1169615 0
Current children cumulated CPU time (s) 1480.87
Current children cumulated vsize (KiB) 6812184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 300
/proc/meminfo: memFree=23093988/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4685692 CPUtime=1429.93 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 605669 0 0 0 142776 217 0 0 20 0 1 0 377466915 4798148608 983579 33554432000 4194304 5654031 140735841400512 140735841398296 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1171423 983579 141 357 0 1171063 0
Current children cumulated CPU time (s) 1540.87
Current children cumulated vsize (KiB) 6817976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 300
/proc/meminfo: memFree=23034808/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4688876 CPUtime=1489.91 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 614236 0 0 0 148772 219 0 0 20 0 1 0 377466915 4801409024 986123 33554432000 4194304 5654031 140735841400512 140735841388328 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1172219 986123 141 357 0 1171859 0
Current children cumulated CPU time (s) 1600.85
Current children cumulated vsize (KiB) 6821160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 353
/proc/meminfo: memFree=23275348/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4693472 CPUtime=1549.9 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 618934 0 0 0 154769 221 0 0 20 0 1 0 377466915 4806115328 989645 33554432000 4194304 5654031 140735841400512 140735841388328 4232830 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1173368 989645 141 357 0 1173008 0
Current children cumulated CPU time (s) 1660.84
Current children cumulated vsize (KiB) 6825756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 355
/proc/meminfo: memFree=23262200/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4697784 CPUtime=1609.89 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 624160 0 0 0 160766 223 0 0 20 0 1 0 377466915 4810530816 992970 33554432000 4194304 5654031 140735841400512 140735841388328 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1174446 992970 141 357 0 1174086 0
Current children cumulated CPU time (s) 1720.83
Current children cumulated vsize (KiB) 6830068

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 358
/proc/meminfo: memFree=23287044/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4700316 CPUtime=1669.87 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 632587 0 0 0 166761 226 0 0 20 0 1 0 377466915 4813123584 995410 33554432000 4194304 5654031 140735841400512 140735841388328 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1175079 995410 141 357 0 1174719 0
Current children cumulated CPU time (s) 1780.81
Current children cumulated vsize (KiB) 6832600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 358
/proc/meminfo: memFree=23268968/32873648 swapFree=7628/7628
[pid=32725] ppid=32723 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32725/stat : 32725 (npSolver-pbo-It) S 32723 32725 30644 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377455702 9367552 275 33554432000 4194304 5064252 140736831997344 140736831996256 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32725/statm: 2287 275 233 213 0 72 0
[pid=32726] ppid=32725 vsize=2123136 CPUtime=110.94 cores=1,3,5,7
/proc/32726/stat : 32726 (npSolver-pbo) S 32725 32725 30644 0 -1 4202496 16930 27542 0 0 2280 312 8005 497 20 0 1 0 377455702 2174091264 443198 33554432000 4194304 6004724 140733543331344 140733543317624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/32726/statm: 530784 443198 167 442 0 530338 0
[pid=32731] ppid=32726 vsize=4704436 CPUtime=1689.16 cores=1,3,5,7
/proc/32731/stat : 32731 (glucosInc) R 32726 32725 30644 0 -1 4202496 633653 0 0 0 168690 226 0 0 20 0 1 0 377466915 4817342464 996684 33554432000 4194304 5654031 140735841400512 140735841388328 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32731/statm: 1176109 996684 141 357 0 1175749 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 6836720

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 32725 and gives
#  childrusage.ru_utime.tv_sec=102
#  childrusage.ru_utime.tv_usec=860362
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=114766
# CPU time returned by wait4() is 110.975
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.62
CPU time (s): 1800.1
CPU user time (s): 1789.75
CPU system time (s): 10.35
CPU usage (%): 99.9157
Max. virtual memory (cumulated for all children) (KiB): 8235228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.86
system time used= 8.11477
maximum resident set size= 3520228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44830
page faults= 0
swaps= 0
block input operations= 80
block output operations= 6909576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47
involuntary context switches= 130

runsolver used 3.2905 second user time and 10.8633 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 01:55:02
IDJOB=3751453
IDBENCH=1506
IDSOLVER=2335
FILE ID=node127/3751453-1339113302
RUNJOBID= node127-1339111313-32194
PBS_JOBID= 14643726
Free space on /tmp= 70776 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-seymour1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751453-1339113302/watcher-3751453-1339113302 -o /tmp/evaluation-result-3751453-1339113302/solver-3751453-1339113302 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751453-1339113302.opb 235290279 HOME HOME

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

MD5SUM BENCH= 385b8c04483c735ba913a305372f124f
RANDOM SEED=235290279

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30741060 kB
Buffers:          327592 kB
Cached:           816292 kB
SwapCached:         1956 kB
Active:          1233728 kB
Inactive:          18612 kB
Active(anon):     101712 kB
Inactive(anon):     8812 kB
Active(file):    1132016 kB
Inactive(file):     9800 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103736 kB
Dirty:             11660 kB
Writeback:             0 kB
AnonPages:         83112 kB
Mapped:            11608 kB
Shmem:                92 kB
Slab:             740700 kB
SReclaimable:     184852 kB
SUnreclaim:       555848 kB
KernelStack:        1504 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     227424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69100 MiB
End job on node127 at 2012-06-08 02:25:06