Trace number 3692085

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
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.05 1802.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM751aa23355f7a016eeb9009a33a863ac
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark687
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 436
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
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.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692085-1338030016.opb>
1.49/1.50	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
1.49/1.50	c problem read in 1.50
2.59/2.65	c presolving:
9.08/9.13	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
13.10/13.14	c    (13.1s) probing: 51/10000 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
13.10/13.14	c    (13.1s) probing aborted: 50/50 successive totally useless probings
13.29/13.34	c presolving (2 rounds):
13.29/13.34	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
13.29/13.34	c  1313400 implications, 0 cliques
13.29/13.34	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
13.29/13.34	c  656700 constraints of type <setppc>
13.29/13.34	c     200 constraints of type <logicor>
13.29/13.34	c transformed objective value is always integral (scale: 1)
13.29/13.34	c Presolving Time: 10.90
13.29/13.34	c - non default parameters ----------------------------------------------------------------------
13.29/13.34	c # SCIP version 2.1.1.4
13.29/13.34	c 
13.29/13.34	c # maximal time in seconds to run
13.29/13.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.29/13.34	c limits/time = 1797
13.29/13.34	c 
13.29/13.34	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
13.29/13.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
13.29/13.34	c limits/memory = 13950
13.29/13.34	c 
13.29/13.34	c # default clock type (1: CPU user seconds, 2: wall clock time)
13.29/13.34	c # [type: int, range: [1,2], default: 1]
13.29/13.34	c timing/clocktype = 2
13.29/13.34	c 
13.29/13.34	c # belongs reading time to solving time?
13.29/13.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
13.29/13.34	c timing/reading = TRUE
13.29/13.34	c 
13.29/13.34	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
13.29/13.34	c # [type: int, range: [-1,2147483647], default: -1]
13.29/13.34	c separating/rapidlearning/freq = 0
13.29/13.34	c 
13.29/13.34	c -----------------------------------------------------------------------------------------------
13.29/13.34	c start solving
13.29/13.38	c 
28.60/28.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.60/28.62	c  28.6s|     1 |     0 |  1264 |     - | 914M|   0 | 214 |  10k| 656k|  10k| 656k|   0 |  42 |   0 | 1.657500e+02 |      --      |    Inf 
148.47/148.59	c   149s|     1 |     0 | 14545 |     - | 933M|   0 | 264 |  10k| 656k|  10k| 656k|  11 |  42 |   0 | 1.738158e+02 |      --      |    Inf 
188.26/188.30	c   188s|     1 |     0 | 15326 |     - | 946M|   0 | 286 |  10k| 656k|  10k| 656k|  21 |  42 |   0 | 1.799192e+02 |      --      |    Inf 
268.15/268.22	c   268s|     1 |     0 | 16118 |     - | 946M|   0 | 265 |  10k| 656k|  10k| 656k|  29 |  42 |   0 | 1.858267e+02 |      --      |    Inf 
318.85/318.98	c   319s|     1 |     0 | 16764 |     - | 946M|   0 | 284 |  10k| 656k|  10k| 656k|  39 |  42 |   0 | 1.895130e+02 |      --      |    Inf 
810.17/810.33	c   810s|     1 |     0 | 17232 |     - | 946M|   0 | 291 |  10k| 656k|  10k| 656k|  45 |  42 |   0 | 1.913796e+02 |      --      |    Inf 
1105.62/1105.89	c  1106s|     1 |     0 | 17803 |     - | 946M|   0 | 290 |  10k| 656k|  10k| 656k|  52 |  42 |   0 | 1.944785e+02 |      --      |    Inf 
1198.41/1198.65	c  1199s|     1 |     0 | 18436 |     - | 946M|   0 | 296 |  10k| 656k|  10k| 656k|  59 |  42 |   0 | 1.972168e+02 |      --      |    Inf 
1363.57/1363.83	c  1364s|     1 |     0 | 19522 |     - | 946M|   0 | 281 |  10k| 656k|  10k| 656k|  67 |  42 |   0 | 2.009178e+02 |      --      |    Inf 

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-3692085-1338030016/watcher-3692085-1338030016 -o /tmp/evaluation-result-3692085-1338030016/solver-3692085-1338030016 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692085-1338030016.opb -t 1800 -m 15500 

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: 1.99 1.97 1.91 3/177 1213
/proc/meminfo: memFree=28026472/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=9596 CPUtime=0 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 1270 0 0 0 0 0 0 0 20 0 1 0 269068705 9826304 1224 33554432000 4194304 10219143 140735405942512 140736949287224 8844210 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 2399 1227 359 1471 0 919 0

[startup+0.0388691 s]
/proc/loadavg: 1.99 1.97 1.91 3/177 1213
/proc/meminfo: memFree=28026472/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=26328 CPUtime=0.03 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 5363 0 0 0 3 0 0 0 20 0 1 0 269068705 26959872 5315 33554432000 4194304 10219143 140735405942512 140736949287224 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 6582 5315 421 1471 0 5102 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26328

[startup+0.100371 s]
/proc/loadavg: 1.99 1.97 1.91 3/177 1213
/proc/meminfo: memFree=28026472/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=36992 CPUtime=0.09 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 8049 0 0 0 8 1 0 0 20 0 1 0 269068705 37879808 7997 33554432000 4194304 10219143 140735405942512 140736949287224 5347035 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 9248 7997 421 1471 0 7768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36992

[startup+0.300294 s]
/proc/loadavg: 1.99 1.97 1.91 3/177 1213
/proc/meminfo: memFree=28026472/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=74212 CPUtime=0.29 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 17336 0 0 0 27 2 0 0 20 0 1 0 269068705 75993088 17284 33554432000 4194304 10219143 140735405942512 140736949287224 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 18553 17284 421 1471 0 17073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74212

[startup+0.700292 s]
/proc/loadavg: 1.99 1.97 1.91 3/177 1213
/proc/meminfo: memFree=28026472/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=148000 CPUtime=0.68 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 35739 0 0 0 63 5 0 0 20 0 1 0 269068705 151552000 35687 33554432000 4194304 10219143 140735405942512 140735405807224 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 37000 35688 421 1471 0 35520 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 148000

[startup+1.50029 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1214
/proc/meminfo: memFree=27827932/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=297168 CPUtime=1.49 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 72983 0 0 0 138 11 0 0 20 0 1 0 269068705 304300032 72931 33554432000 4194304 10219143 140735405942512 140735405807224 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 74292 72931 421 1471 0 72812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 297168

[startup+3.10027 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1214
/proc/meminfo: memFree=27407688/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=735292 CPUtime=3.09 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 182398 0 0 0 262 47 0 0 20 0 1 0 269068705 752939008 181732 33554432000 4194304 10219143 140735405942512 140735405939272 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 183823 181732 550 1471 0 182343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 735292

[startup+6.30035 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1214
/proc/meminfo: memFree=27277984/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=770156 CPUtime=6.29 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 191106 0 0 0 457 172 0 0 20 0 1 0 269068705 788639744 190440 33554432000 4194304 10219143 140735405942512 140735405939512 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 192539 190440 550 1471 0 191059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 770156

[startup+12.7004 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1214
/proc/meminfo: memFree=27212604/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=825564 CPUtime=12.69 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 254500 0 0 0 940 329 0 0 20 0 1 0 269068705 845377536 203361 33554432000 4194304 10219143 140735405942512 140735405938872 4988587 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 206391 203361 590 1471 0 204911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 825564

[startup+25.5004 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1214
/proc/meminfo: memFree=26413956/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1688380 CPUtime=25.49 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 434138 0 0 0 2184 365 0 0 20 0 1 0 269068705 1728901120 402581 33554432000 4194304 10219143 140735405942512 140735405935768 8056250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 422095 402581 744 1471 0 420615 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1688380

[startup+51.1004 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1237
/proc/meminfo: memFree=26462916/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1602424 CPUtime=51.08 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 438128 0 0 0 4733 375 0 0 20 0 1 0 269068705 1640882176 390452 33554432000 4194304 10219143 140735405942512 140735405933672 8056480 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 400606 390452 763 1471 0 399126 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1602424

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.91 3/178 1237
/proc/meminfo: memFree=26462388/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1602424 CPUtime=102.28 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 440187 0 0 0 9825 403 0 0 20 0 1 0 269068705 1640882176 390477 33554432000 4194304 10219143 140735405942512 140735405934040 8056480 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 400606 390477 763 1471 0 399126 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1602424

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 1.91 3/177 1237
/proc/meminfo: memFree=26350080/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1739848 CPUtime=162.26 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 460801 0 0 0 15756 470 0 0 20 0 1 0 269068705 1781604352 417961 33554432000 4194304 10219143 140735405942512 140735405937672 7266287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 434962 417961 794 1471 0 433482 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1739848

[startup+222.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/177 1237
/proc/meminfo: memFree=26188300/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1776296 CPUtime=222.25 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 462100 0 0 0 21738 487 0 0 20 0 1 0 269068705 1818927104 426670 33554432000 4194304 10219143 140735405942512 140735405937352 5169431 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 444074 426670 795 1471 0 442594 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1776296

[startup+282.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/177 1237
/proc/meminfo: memFree=26115792/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1801960 CPUtime=282.24 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463077 0 0 0 27726 498 0 0 20 0 1 0 269068705 1845207040 433086 33554432000 4194304 10219143 140735405942512 140735405937400 7698991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 450490 433086 795 1471 0 449010 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1801960

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/177 1238
/proc/meminfo: memFree=26109536/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1868680 CPUtime=342.24 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463386 0 0 0 33715 509 0 0 20 0 1 0 269068705 1913528320 444637 33554432000 4194304 10219143 140735405942512 140735405937384 8891071 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 467170 444637 795 1471 0 465690 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1868680

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 1238
/proc/meminfo: memFree=26108940/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1868680 CPUtime=402.23 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463386 0 0 0 39699 524 0 0 20 0 1 0 269068705 1913528320 444637 33554432000 4194304 10219143 140735405942512 140735405937464 8891101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 467170 444637 795 1471 0 465690 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1868680

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1238
/proc/meminfo: memFree=26107168/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1868680 CPUtime=462.22 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463386 0 0 0 45683 539 0 0 20 0 1 0 269068705 1913528320 444637 33554432000 4194304 10219143 140735405942512 140735405937384 7701849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 467170 444637 795 1471 0 465690 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1868680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1238
/proc/meminfo: memFree=26107192/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1868680 CPUtime=522.21 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463386 0 0 0 51666 555 0 0 20 0 1 0 269068705 1913528320 444637 33554432000 4194304 10219143 140735405942512 140735405937384 7701840 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 467170 444637 795 1471 0 465690 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1868680

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 1238
/proc/meminfo: memFree=26102492/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1868680 CPUtime=582.2 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463386 0 0 0 57649 571 0 0 20 0 1 0 269068705 1913528320 444637 33554432000 4194304 10219143 140735405942512 140735405937432 8931317 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 467170 444637 795 1471 0 465690 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1868680

[startup+642.3 s]

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

/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 463488 0 0 0 105523 690 0 0 20 0 1 0 269068705 1837322240 431956 33554432000 4194304 10219143 140735405942512 140735405937352 7698991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 448565 431956 795 1471 0 447085 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1794260

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1243
/proc/meminfo: memFree=26102504/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1860984 CPUtime=1122.12 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 464318 0 0 0 111513 699 0 0 20 0 1 0 269068705 1905647616 442964 33554432000 4194304 10219143 140735405942512 140735405937352 7698832 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 465246 442964 795 1471 0 463766 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1860984

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1243
/proc/meminfo: memFree=26102408/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1860984 CPUtime=1182.11 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 464321 0 0 0 117502 709 0 0 20 0 1 0 269068705 1905647616 442964 33554432000 4194304 10219143 140735405942512 140735405937672 7266267 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 465246 442964 795 1471 0 463766 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1860984

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 1247
/proc/meminfo: memFree=26138360/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1776300 CPUtime=1242.09 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 464623 0 0 0 123487 722 0 0 20 0 1 0 269068705 1818931200 427524 33554432000 4194304 10219143 140735405942512 140735405937352 5169382 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 444075 427524 795 1471 0 442595 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1776300

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1247
/proc/meminfo: memFree=26132972/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1776300 CPUtime=1302.09 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 464627 0 0 0 129472 737 0 0 20 0 1 0 269068705 1818931200 428956 33554432000 4194304 10219143 140735405942512 140735405937352 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 444075 428956 795 1471 0 442595 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1776300

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1247
/proc/meminfo: memFree=26107372/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1362.07 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465677 0 0 0 135462 745 0 0 20 0 1 0 269068705 1854124032 435466 33554432000 4194304 10219143 140735405942512 140735405935768 7954733 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 435466 795 1471 0 451187 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1810668

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1247
/proc/meminfo: memFree=26104976/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1422.07 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465725 0 0 0 141441 766 0 0 20 0 1 0 269068705 1854124032 436104 33554432000 4194304 10219143 140735405942512 140735405937384 7698832 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 436104 795 1471 0 451187 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1810668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1247
/proc/meminfo: memFree=26104932/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1482.06 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 147423 783 0 0 20 0 1 0 269068705 1854124032 436104 33554432000 4194304 10219143 140735405942512 140735405937384 8891101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 436104 795 1471 0 451187 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1810668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1248
/proc/meminfo: memFree=26104140/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1542.05 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 153403 802 0 0 20 0 1 0 269068705 1854124032 436303 33554432000 4194304 10219143 140735405942512 140735405937464 7698836 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 436303 795 1471 0 451187 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1810668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1248
/proc/meminfo: memFree=26103476/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1602.04 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 159383 821 0 0 20 0 1 0 269068705 1854124032 436430 33554432000 4194304 10219143 140735405942512 140735405937352 7698849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 436430 795 1471 0 451187 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1810668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1369
/proc/meminfo: memFree=27835408/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1662.03 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 165364 839 0 0 20 0 1 0 269068705 1854124032 437191 33554432000 4194304 10219143 140735405942512 140735405937352 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437191 795 1471 0 451187 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1810668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 1369
/proc/meminfo: memFree=27829464/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1722.02 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 171348 854 0 0 20 0 1 0 269068705 1854124032 437420 33554432000 4194304 10219143 140735405942512 140735405937352 5169431 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437420 795 1471 0 451187 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1810668

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 1370
/proc/meminfo: memFree=27821676/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1782.01 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 177329 872 0 0 20 0 1 0 269068705 1854124032 437607 33554432000 4194304 10219143 140735405942512 140735405937400 7698849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437607 795 1471 0 451187 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1810668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 1373
/proc/meminfo: memFree=27819916/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1800.01 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 179126 875 0 0 20 0 1 0 269068705 1854124032 437729 33554432000 4194304 10219143 140735405942512 140735405937672 7266291 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437729 795 1471 0 451187 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1810668

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1213

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 1374
/proc/meminfo: memFree=27819544/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1801.1 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 179235 875 0 0 20 0 1 0 269068705 1854124032 437729 33554432000 4194304 10219143 140735405942512 140735405936704 7266287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437729 795 1471 0 451187 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1810668

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 1374
/proc/meminfo: memFree=27819216/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1801.51 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 179276 875 0 0 20 0 1 0 269068705 1854124032 437729 33554432000 4194304 10219143 140735405942512 140735405936704 7266267 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437729 795 1471 0 451187 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1810668

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 1374
/proc/meminfo: memFree=27819216/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1801.9 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 179315 875 0 0 20 0 1 0 269068705 1854124032 437729 33554432000 4194304 10219143 140735405942512 140735405936704 7266287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437729 795 1471 0 451187 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 1810668

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 1374
/proc/meminfo: memFree=27819216/32873844 swapFree=6868/6868
[pid=1213] ppid=1211 vsize=1810668 CPUtime=1802 cores=0,2,4,6
/proc/1213/stat : 1213 (scip-2.1.1.4exp) R 1211 1213 31651 0 -1 4202496 465727 0 0 0 179325 875 0 0 20 0 1 0 269068705 1854124032 437729 33554432000 4194304 10219143 140735405942512 140735405936704 7266285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/1213/statm: 452667 437729 795 1471 0 451187 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1810668

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.34
CPU time (s): 1802.05
CPU user time (s): 1793.27
CPU system time (s): 8.78566
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1868680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.27
system time used= 8.78566
maximum resident set size= 1790328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465727
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= 26
involuntary context switches= 1913

runsolver used 6.25405 second user time and 17.0174 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-26 13:00:17
IDJOB=3692085
IDBENCH=1966
IDSOLVER=2271
FILE ID=node105/3692085-1338030016
RUNJOBID= node105-1338028215-1093
PBS_JOBID= 14624366
Free space on /tmp= 71480 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692085-1338030016/watcher-3692085-1338030016 -o /tmp/evaluation-result-3692085-1338030016/solver-3692085-1338030016 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692085-1338030016.opb -t 1800 -m 15500

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

MD5SUM BENCH= 751aa23355f7a016eeb9009a33a863ac
RANDOM SEED=1664963301

node105.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.882
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.76
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.882
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.882
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		: 2666.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28026472 kB
Buffers:          213324 kB
Cached:          2283552 kB
SwapCached:         6340 kB
Active:          2354948 kB
Inactive:        1718560 kB
Active(anon):    1564508 kB
Inactive(anon):    14612 kB
Active(file):     790440 kB
Inactive(file):  1703948 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:             30308 kB
Writeback:             0 kB
AnonPages:       1577668 kB
Mapped:            17256 kB
Shmem:                 8 kB
Slab:             632168 kB
SReclaimable:      74472 kB
SUnreclaim:       557696 kB
KernelStack:        1480 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1723096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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= 71484 MiB
End job on node105 at 2012-05-26 13:30:19