Trace number 3746650

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.08 1802.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
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 variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

16.74/16.85	c run inc solver
16.74/16.85	c [INC SYSTEM] run initial solver
16.74/16.85	c [INC SYSTEM] preprocess with white file
70.64/72.62	c [INC SYSTEM] finished preprocessing in 55 s
70.64/72.62	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-3746650-1339100337/watcher-3746650-1339100337 -o /tmp/evaluation-result-3746650-1339100337/solver-3746650-1339100337 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746650-1339100337.opb 502120119 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.77 3/179 9865
/proc/meminfo: memFree=27783972/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0

[startup+0.0449121 s]
/proc/loadavg: 2.00 2.00 1.77 3/179 9865
/proc/meminfo: memFree=27783972/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 2.00 2.00 1.77 3/179 9865
/proc/meminfo: memFree=27783972/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300275 s]
/proc/loadavg: 2.00 2.00 1.77 3/179 9865
/proc/meminfo: memFree=27783972/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 2.00 2.00 1.77 3/179 9865
/proc/meminfo: memFree=27783972/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 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.00 2.00 1.77 3/181 9867
/proc/meminfo: memFree=27700168/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=167012 CPUtime=1.49 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) R 9865 9865 9300 0 -1 4202496 6468 0 0 0 145 4 0 0 20 0 1 0 376159508 171020288 29817 33554432000 4194304 6004724 140733320223536 140733320218136 5055473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9866/statm: 41753 29817 154 442 0 41307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 176160

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 1.77 3/181 9867
/proc/meminfo: memFree=27619800/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=298084 CPUtime=3.08 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) R 9865 9865 9300 0 -1 4202496 7101 0 0 0 302 6 0 0 20 0 1 0 376159508 305238016 59513 33554432000 4194304 6004724 140733320223536 140733320218488 4534761 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9866/statm: 74521 59513 154 442 0 74075 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 307232

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.77 3/181 9867
/proc/meminfo: memFree=27358716/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=560228 CPUtime=6.29 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) R 9865 9865 9300 0 -1 4202496 7865 0 0 0 614 15 0 0 20 0 1 0 376159508 573673472 122491 33554432000 4194304 6004724 140733320223536 140733320218136 4582535 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9866/statm: 140057 122491 154 442 0 139611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 569376

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.77 3/181 9867
/proc/meminfo: memFree=26849148/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=1084536 CPUtime=12.68 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) R 9865 9865 9300 0 -1 4202496 8890 0 0 0 1239 29 0 0 20 0 1 0 376159508 1110564864 247432 33554432000 4194304 6004724 140733320223536 140733320218488 4536305 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9866/statm: 271134 247432 154 442 0 270688 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1093684

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 1.78 3/183 9871
/proc/meminfo: memFree=24630392/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=16.82 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11098 0 0 0 1458 224 0 0 20 0 1 0 376159508 2155102208 276663 33554432000 4194304 6004724 140733320223536 140733320218000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276663 163 442 0 525702 0
[pid=9870] ppid=9866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9870/stat : 9870 (cp2_pre.sh) S 9866 9865 9300 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376161195 9367552 277 33554432000 4194304 5064252 140737086387216 140737086385920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9870/statm: 2287 277 234 213 0 72 0
[pid=9871] ppid=9870 vsize=982760 CPUtime=8.62 cores=0,2,4,6
/proc/9871/stat : 9871 (coprocessor) R 9870 9865 9300 0 -1 4202496 19881 0 0 0 830 32 0 0 20 0 1 0 376161195 1006346240 237304 33554432000 4194304 6586260 140734291355200 140734291351960 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9871/statm: 245690 237304 137 584 0 245102 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 3105648

[startup+51.1003 s]
/proc/loadavg: 2.39 2.09 1.81 3/183 9871
/proc/meminfo: memFree=23197848/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=16.82 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11098 0 0 0 1458 224 0 0 20 0 1 0 376159508 2155102208 276663 33554432000 4194304 6004724 140733320223536 140733320218000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276663 163 442 0 525702 0
[pid=9870] ppid=9866 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9870/stat : 9870 (cp2_pre.sh) S 9866 9865 9300 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376161195 9367552 277 33554432000 4194304 5064252 140737086387216 140737086385920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9870/statm: 2287 277 234 213 0 72 0
[pid=9871] ppid=9870 vsize=2220988 CPUtime=33.24 cores=0,2,4,6
/proc/9871/stat : 9871 (coprocessor) R 9870 9865 9300 0 -1 4202496 25469 0 0 0 3155 169 0 0 20 0 1 0 376161195 2274291712 459236 33554432000 4194304 6586260 140734291355200 140734291350952 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 97 0 0
/proc/9871/statm: 555247 459236 158 584 0 554659 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 4343876

[startup+102.3 s]
/proc/loadavg: 2.44 2.17 1.85 3/182 9877
/proc/meminfo: memFree=23212904/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=2749852 CPUtime=29.65 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 271482 0 0 0 2881 84 0 0 20 0 1 0 376166770 2815848448 583610 33554432000 4194304 5654031 140734125813392 140734125801208 4214522 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 687463 583610 140 357 0 687103 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 4863592

[startup+162.307 s]
/proc/loadavg: 2.20 2.15 1.86 3/181 9877
/proc/meminfo: memFree=23138104/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=2809008 CPUtime=89.64 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 274710 0 0 0 8879 85 0 0 20 0 1 0 376166770 2876424192 598583 33554432000 4194304 5654031 140734125813392 140734125801208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 702252 598583 140 357 0 701892 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 4922748

[startup+222.3 s]
/proc/loadavg: 2.14 2.14 1.87 3/181 9877
/proc/meminfo: memFree=23088376/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=2829052 CPUtime=149.62 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 275340 0 0 0 14876 86 0 0 20 0 1 0 376166770 2896949248 610488 33554432000 4194304 5654031 140734125813392 140734125801208 4215061 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 707263 610488 140 357 0 706903 0
Current children cumulated CPU time (s) 220.45
Current children cumulated vsize (KiB) 4942792

[startup+282.3 s]
/proc/loadavg: 2.05 2.11 1.87 3/181 9877
/proc/meminfo: memFree=23034988/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6

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

/proc/meminfo: memFree=22742136/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3551856 CPUtime=1229.43 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 284732 0 0 0 122782 161 0 0 20 0 1 0 376166770 3637100544 676791 33554432000 4194304 5654031 140734125813392 140734125801208 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 887964 676791 141 357 0 887604 0
Current children cumulated CPU time (s) 1300.26
Current children cumulated vsize (KiB) 5665596

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 9889
/proc/meminfo: memFree=22693756/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3570812 CPUtime=1289.42 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 285080 0 0 0 128780 162 0 0 20 0 1 0 376166770 3656511488 686848 33554432000 4194304 5654031 140734125813392 140734125801208 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 892703 686848 141 357 0 892343 0
Current children cumulated CPU time (s) 1360.25
Current children cumulated vsize (KiB) 5684552

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/181 9889
/proc/meminfo: memFree=22659084/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3571004 CPUtime=1349.4 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 285351 0 0 0 134778 162 0 0 20 0 1 0 376166770 3656708096 697850 33554432000 4194304 5654031 140734125813392 140734125801208 4233201 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 892751 697850 141 357 0 892391 0
Current children cumulated CPU time (s) 1420.23
Current children cumulated vsize (KiB) 5684744

[startup+1482.31 s]
/proc/loadavg: 2.02 2.01 1.92 3/181 9946
/proc/meminfo: memFree=23064624/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3003572 CPUtime=1409.4 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 286287 0 0 0 140759 181 0 0 20 0 1 0 376166770 3075657728 654535 33554432000 4194304 5654031 140734125813392 140734125801208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 750893 654535 141 357 0 750533 0
Current children cumulated CPU time (s) 1480.23
Current children cumulated vsize (KiB) 5117312

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/181 9954
/proc/meminfo: memFree=23032036/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3003572 CPUtime=1469.39 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 286325 0 0 0 146757 182 0 0 20 0 1 0 376166770 3075657728 663260 33554432000 4194304 5654031 140734125813392 140734125801208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 750893 663260 141 357 0 750533 0
Current children cumulated CPU time (s) 1540.22
Current children cumulated vsize (KiB) 5117312

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 9956
/proc/meminfo: memFree=22975832/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3004532 CPUtime=1529.37 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 286485 0 0 0 152755 182 0 0 20 0 1 0 376166770 3076640768 672107 33554432000 4194304 5654031 140734125813392 140734125801208 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 751133 672107 141 357 0 750773 0
Current children cumulated CPU time (s) 1600.2
Current children cumulated vsize (KiB) 5118272

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 9959
/proc/meminfo: memFree=22930224/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3586084 CPUtime=1589.37 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 287715 0 0 0 158753 184 0 0 20 0 1 0 376166770 3672150016 687124 33554432000 4194304 5654031 140734125813392 140734125801208 4216597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 896521 687124 141 357 0 896161 0
Current children cumulated CPU time (s) 1660.2
Current children cumulated vsize (KiB) 5699824

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/181 9959
/proc/meminfo: memFree=22864576/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3586364 CPUtime=1649.35 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 287847 0 0 0 164751 184 0 0 20 0 1 0 376166770 3672436736 697476 33554432000 4194304 5654031 140734125813392 140734125801208 4216325 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 896591 697476 141 357 0 896231 0
Current children cumulated CPU time (s) 1720.18
Current children cumulated vsize (KiB) 5700104

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/181 9959
/proc/meminfo: memFree=22991924/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3032192 CPUtime=1709.35 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 289058 0 0 0 170737 198 0 0 20 0 1 0 376166770 3104964608 661954 33554432000 4194304 5654031 140734125813392 140734125801208 4216146 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 758048 661954 141 357 0 757688 0
Current children cumulated CPU time (s) 1780.18
Current children cumulated vsize (KiB) 5145932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.02 2.01 1.93 3/181 9959
/proc/meminfo: memFree=22980008/32873660 swapFree=7120/7120
[pid=9865] ppid=9863 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9865/stat : 9865 (npSolver-pbo-It) S 9863 9865 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376159508 9367552 274 33554432000 4194304 5064252 140736672850112 140736672849024 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9865/statm: 2287 274 233 213 0 72 0
[pid=9866] ppid=9865 vsize=2104592 CPUtime=70.83 cores=0,2,4,6
/proc/9866/stat : 9866 (npSolver-pbo) S 9865 9865 9300 0 -1 4202496 11116 26372 0 0 1458 224 5096 305 20 0 1 0 376159508 2155102208 276667 33554432000 4194304 6004724 140733320223536 140733320209816 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 3 0 0
/proc/9866/statm: 526148 276667 167 442 0 525702 0
[pid=9876] ppid=9866 vsize=3032192 CPUtime=1729.25 cores=0,2,4,6
/proc/9876/stat : 9876 (glucosInc) R 9866 9865 9300 0 -1 4202496 289064 0 0 0 172727 198 0 0 20 0 1 0 376166770 3104964608 665026 33554432000 4194304 5654031 140734125813392 140734125801208 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9876/statm: 758048 665026 141 357 0 757688 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 5145932

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 9865 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): 1802.22
CPU time (s): 1800.08
CPU user time (s): 1792.81
CPU system time (s): 7.27
CPU usage (%): 99.8815
Max. virtual memory (cumulated for all children) (KiB): 6621508

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

runsolver used 4.25035 second user time and 9.66453 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-07 22:18:58
IDJOB=3746650
IDBENCH=2446
IDSOLVER=2332
FILE ID=node117/3746650-1339100337
RUNJOBID= node117-1339098177-9316
PBS_JOBID= 14643736
Free space on /tmp= 70740 MiB

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

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=502120119

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        27784584 kB
Buffers:          653880 kB
Cached:          3391020 kB
SwapCached:          632 kB
Active:          2239484 kB
Inactive:        1963172 kB
Active(anon):     146096 kB
Inactive(anon):    10028 kB
Active(file):    2093388 kB
Inactive(file):  1953144 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106944 kB
Dirty:              9220 kB
Writeback:             0 kB
AnonPages:        162360 kB
Mapped:            13860 kB
Shmem:                80 kB
Slab:             748380 kB
SReclaimable:     192040 kB
SUnreclaim:       556340 kB
KernelStack:        1504 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     280608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 69676 MiB
End job on node117 at 2012-06-07 22:49:02