Trace number 3450705

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.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.08 1802.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450705-1307108816.opb>
0.39/0.43	c original problem has 77484 variables (77484 bin, 0 int, 0 impl, 0 cont) and 80485 constraints
0.39/0.43	c problem read
0.39/0.43	c presolving settings loaded
0.89/0.91	o 0
0.89/0.91	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.89/0.91	c presolving:
2.49/2.55	c (round 1) 0 del vars, 77484 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 599684 impls, 1999 clqs
2.79/2.81	c (round 2) 75484 del vars, 77484 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 599684 impls, 0 clqs
3.20/3.21	c    (3.2s) probing: 101/2000 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.20/3.21	c    (3.2s) probing aborted: 100/100 successive totally useless probings
3.20/3.21	c presolving (3 rounds):
3.20/3.21	c  75484 deleted vars, 77484 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.20/3.21	c  599684 implications, 0 cliques
3.20/3.21	c presolved problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
3.20/3.21	c    2000 constraints of type <knapsack>
3.20/3.21	c    1000 constraints of type <setppc>
3.20/3.21	c       1 constraints of type <linear>
3.20/3.21	c transformed objective value is always integral (scale: 1)
3.20/3.21	c Presolving Time: 2.52
3.20/3.21	c - non default parameters ----------------------------------------------------------------------
3.20/3.21	c # SCIP version 2.0.1.5
3.20/3.21	c 
3.20/3.21	c # frequency for displaying node information lines
3.20/3.21	c # [type: int, range: [-1,2147483647], default: 100]
3.20/3.21	c display/freq = 10000
3.20/3.21	c 
3.20/3.21	c # maximal time in seconds to run
3.20/3.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.20/3.21	c limits/time = 1800
3.20/3.21	c 
3.20/3.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.20/3.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.20/3.21	c limits/memory = 13950
3.20/3.21	c 
3.20/3.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.20/3.21	c # [type: int, range: [1,2], default: 1]
3.20/3.21	c timing/clocktype = 2
3.20/3.21	c 
3.20/3.21	c # belongs reading time to solving time?
3.20/3.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.20/3.21	c timing/reading = TRUE
3.20/3.21	c 
3.20/3.21	c # should presolving try to simplify inequalities
3.20/3.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.20/3.21	c constraints/linear/simplifyinequalities = TRUE
3.20/3.21	c 
3.20/3.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.20/3.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.20/3.21	c constraints/indicator/addCouplingCons = TRUE
3.20/3.21	c 
3.20/3.21	c # should presolving try to simplify knapsacks
3.20/3.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.20/3.21	c constraints/knapsack/simplifyinequalities = TRUE
3.20/3.21	c 
3.20/3.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.20/3.21	c # [type: int, range: [-1,2147483647], default: -1]
3.20/3.21	c separating/rapidlearning/freq = 0
3.20/3.21	c 
3.20/3.21	c -----------------------------------------------------------------------------------------------
3.20/3.21	c start solving
3.20/3.21	c 
218.69/218.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.69/218.80	c t 219s|     1 |     0 | 18348 |     - | 193M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
218.91/218.94	o -1
218.91/218.94	c R 219s|     1 |     0 | 18348 |     - | 194M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
712.11/712.19	c   712s|     1 |     2 | 28774 |     - | 194M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |  10 |-5.000000e+02 |-1.000000e+00 |  99.80%
739.70/739.72	o -2
739.70/739.72	c R 740s|     2 |     1 | 29443 |11095.0 | 194M|   1 |1916 |2000 |3001 |2000 |3001 |   0 |   0 |  10 |-5.000000e+02 |-2.000000e+00 |  99.60%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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: 1.71 1.95 1.98 2/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=17516 CPUtime=0.01 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 3371 0 0 0 1 0 0 0 19 0 1 0 822484396 17936384 3325 33554432000 4194304 9163163 140733517072992 18446744073709551615 8153564 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28474/statm: 4379 3325 410 1214 0 3161 0

[startup+0.062953 s]
/proc/loadavg: 1.71 1.95 1.98 2/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=32500 CPUtime=0.05 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 7135 0 0 0 5 0 0 0 19 0 1 0 822484396 33280000 7089 33554432000 4194304 9163163 140733517072992 18446744073709551615 6137750 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28474/statm: 8125 7089 410 1214 0 6907 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32500

[startup+0.100947 s]
/proc/loadavg: 1.71 1.95 1.98 2/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=43412 CPUtime=0.09 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 9851 0 0 0 9 0 0 0 19 0 1 0 822484396 44453888 9805 33554432000 4194304 9163163 140733517072992 18446744073709551615 4337765 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28474/statm: 10853 9805 410 1214 0 9635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43412

[startup+0.300911 s]
/proc/loadavg: 1.71 1.95 1.98 2/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=91252 CPUtime=0.29 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 21756 0 0 0 28 1 0 0 20 0 1 0 822484396 93442048 21710 33554432000 4194304 9163163 140733517072992 18446744073709551615 5313491 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28474/statm: 22813 21710 410 1214 0 21595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91252

[startup+0.700847 s]
/proc/loadavg: 1.71 1.95 1.98 2/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=212488 CPUtime=0.69 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 52614 0 0 0 63 6 0 0 21 0 1 0 822484396 217587712 52012 33554432000 4194304 9163163 140733517072992 18446744073709551615 4696351 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 53122 52014 473 1214 0 51904 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 212488

[startup+1.5007 s]
/proc/loadavg: 1.71 1.95 1.98 4/387 28478
/proc/meminfo: memFree=23355312/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=241096 CPUtime=1.49 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 59787 0 0 0 143 6 0 0 23 0 1 0 822484396 246882304 58928 33554432000 4194304 9163163 140733517072992 18446744073709551615 8041849 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 60274 58928 509 1214 0 59056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241096

[startup+3.10041 s]
/proc/loadavg: 1.71 1.95 1.98 4/387 28478
/proc/meminfo: memFree=23294892/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=281952 CPUtime=3.09 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 72692 0 0 0 301 8 0 0 25 0 1 0 822484396 288718848 69183 33554432000 4194304 9163163 140733517072992 18446744073709551615 4848831 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 70488 69183 554 1214 0 69270 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 281952

[startup+6.30085 s]
/proc/loadavg: 1.73 1.95 1.98 4/387 28478
/proc/meminfo: memFree=23190732/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=318828 CPUtime=6.29 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 84045 0 0 0 617 12 0 0 25 0 1 0 822484396 326479872 76913 33554432000 4194304 9163163 140733517072992 18446744073709551615 7391810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 79707 76913 845 1214 0 78489 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 318828

[startup+12.7007 s]
/proc/loadavg: 1.75 1.96 1.98 4/387 28479
/proc/meminfo: memFree=23162624/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=332452 CPUtime=12.69 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 87042 0 0 0 1256 13 0 0 25 0 1 0 822484396 340430848 79726 33554432000 4194304 9163163 140733517072992 18446744073709551615 7391808 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 83113 79726 661 1214 0 81895 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 332452

[startup+25.5004 s]
/proc/loadavg: 1.81 1.96 1.98 4/387 28479
/proc/meminfo: memFree=23137320/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=340180 CPUtime=25.49 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 91337 0 0 0 2534 15 0 0 25 0 1 0 822484396 348344320 82275 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 85045 82275 661 1214 0 83827 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 340180

[startup+51.1009 s]
/proc/loadavg: 1.87 1.96 1.98 4/387 28480
/proc/meminfo: memFree=23079036/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=365028 CPUtime=51.09 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 101086 0 0 0 5092 17 0 0 25 0 1 0 822484396 373788672 88922 33554432000 4194304 9163163 140733517072992 18446744073709551615 7391810 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 91257 88922 664 1214 0 90039 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 365028

[startup+102.316 s]
/proc/loadavg: 1.94 1.96 1.98 4/387 28481
/proc/meminfo: memFree=23053012/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=385668 CPUtime=102.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 109886 0 0 0 10211 19 0 0 25 0 1 0 822484396 394924032 94194 33554432000 4194304 9163163 140733517072992 18446744073709551615 7347599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 96417 94194 664 1214 0 95199 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 385668

[startup+162.3 s]
/proc/loadavg: 1.98 1.97 1.98 3/387 28483
/proc/meminfo: memFree=23032140/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=397404 CPUtime=162.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 124453 0 0 0 16208 22 0 0 25 0 1 0 822484396 406941696 97177 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 99351 97177 664 1214 0 98133 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 397404

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/387 28484
/proc/meminfo: memFree=23046468/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=380348 CPUtime=222.29 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 125652 0 0 0 22206 23 0 0 25 0 1 0 822484396 389476352 93724 33554432000 4194304 9163163 140733517072992 18446744073709551615 7054509 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 95087 93724 680 1214 0 93869 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 380348

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/387 28486
/proc/meminfo: memFree=23002264/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=423456 CPUtime=282.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 136756 0 0 0 28204 26 0 0 25 0 1 0 822484396 433618944 104828 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 105864 104828 733 1214 0 104646 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 423456

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/387 28487
/proc/meminfo: memFree=23000384/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=423456 CPUtime=342.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 136756 0 0 0 34203 27 0 0 25 0 1 0 822484396 433618944 104828 33554432000 4194304 9163163 140733517072992 18446744073709551615 7346123 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 105864 104828 733 1214 0 104646 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 423456

[startup+402.301 s]
/proc/loadavg: 2.20 2.02 1.99 4/387 28489
/proc/meminfo: memFree=23025016/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=402.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 144040 0 0 0 40198 32 0 0 25 0 1 0 822484396 426004480 97961 33554432000 4194304 9163163 140733517072992 18446744073709551615 7046795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 97961 737 1214 0 102787 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 416020

[startup+462.301 s]
/proc/loadavg: 2.20 2.05 2.00 4/387 28491
/proc/meminfo: memFree=23021880/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=462.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 144092 0 0 0 46197 33 0 0 25 0 1 0 822484396 426004480 98013 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 98013 737 1214 0 102787 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 416020

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.00 4/387 28492
/proc/meminfo: memFree=23018384/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=522.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 144679 0 0 0 52196 34 0 0 25 0 1 0 822484396 426004480 98600 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390851 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 98600 737 1214 0 102787 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 416020

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 4/387 28494
/proc/meminfo: memFree=23013384/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=582.3 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 144751 0 0 0 58195 35 0 0 25 0 1 0 822484396 426004480 98672 33554432000 4194304 9163163 140733517072992 18446744073709551615 7346217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 98672 737 1214 0 102787 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 416020

[startup+642.301 s]

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

/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 100191 40 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 416020

[startup+1062.3 s]
/proc/loadavg: 2.09 2.05 2.01 4/387 28519
/proc/meminfo: memFree=23011160/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1062.32 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 106191 41 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 416020

[startup+1122.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/387 28520
/proc/meminfo: memFree=23008888/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1122.32 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 112190 42 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7391789 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 416020

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 28522
/proc/meminfo: memFree=23008728/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1182.32 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 118188 44 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7391808 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 416020

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 28523
/proc/meminfo: memFree=23008684/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1242.32 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 124188 44 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 416020

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28525
/proc/meminfo: memFree=23008392/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1302.34 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 130189 45 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 416020

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/387 28527
/proc/meminfo: memFree=23008712/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1362.32 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 136187 45 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 416020

[startup+1422.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/387 28528
/proc/meminfo: memFree=23008532/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1422.34 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 142188 46 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 416020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 28530
/proc/meminfo: memFree=23008352/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1482.33 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 148186 47 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 416020

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/387 28531
/proc/meminfo: memFree=23008076/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1542.33 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 154186 47 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7348633 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 416020

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/387 28533
/proc/meminfo: memFree=23005308/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1602.33 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 160185 48 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 416020

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.01 4/387 28535
/proc/meminfo: memFree=23005112/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1662.34 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 166185 49 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390377 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 416020

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/387 28536
/proc/meminfo: memFree=23010152/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1722.34 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145729 0 0 0 172185 49 0 0 25 0 1 0 822484396 426004480 99650 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99650 737 1214 0 102787 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 416020

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28538
/proc/meminfo: memFree=23021028/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1782.33 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145730 0 0 0 178184 49 0 0 25 0 1 0 822484396 426004480 99651 33554432000 4194304 9163163 140733517072992 18446744073709551615 7416696 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99651 737 1214 0 102787 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 416020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28538
/proc/meminfo: memFree=23022380/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1800.05 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145730 0 0 0 179956 49 0 0 25 0 1 0 822484396 426004480 99651 33554432000 4194304 9163163 140733517072992 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99651 737 1214 0 102787 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 416020

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28474

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.02 2.00 4/389 28540
/proc/meminfo: memFree=23020628/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1801.43 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145730 0 0 0 180094 49 0 0 25 0 1 0 822484396 426004480 99651 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390360 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99651 737 1214 0 102787 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 416020

[startup+1801.82 s]
/proc/loadavg: 2.00 2.02 2.00 3/389 28540
/proc/meminfo: memFree=23020876/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1801.85 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145730 0 0 0 180136 49 0 0 25 0 1 0 822484396 426004480 99651 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99651 737 1214 0 102787 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 416020

[startup+1802 s]
/proc/loadavg: 2.00 2.02 2.00 3/389 28540
/proc/meminfo: memFree=23020876/32951124 swapFree=49244120/67111528
[pid=28474] ppid=28472 vsize=416020 CPUtime=1802.03 cores=1,3,5,7
/proc/28474/stat : 28474 (scip-2.0.1.4b.l) R 28472 28474 27315 0 -1 4202496 145730 0 0 0 180154 49 0 0 25 0 1 0 822484396 426004480 99651 33554432000 4194304 9163163 140733517072992 18446744073709551615 7390368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28474/statm: 104005 99651 737 1214 0 102787 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 416020

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.08
CPU user time (s): 1801.56
CPU system time (s): 0.516921
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 423456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.56
system time used= 0.516921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145730
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= 2
involuntary context switches= 4822

runsolver used 6.63499 second user time and 16.4585 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 15:46:56
IDJOB=3450705
IDBENCH=48229
IDSOLVER=1948
FILE ID=node101/3450705-1307108816
RUNJOBID= node101-1307108815-28458
PBS_JOBID= 13497974
Free space on /tmp= 73952 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450705-1307108816/watcher-3450705-1307108816 -o /tmp/evaluation-result-3450705-1307108816/solver-3450705-1307108816 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450705-1307108816.opb -t 1800 -m 15500

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=1247115572

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23802912 kB
Buffers:        238364 kB
Cached:         494964 kB
SwapCached:      27120 kB
Active:        8448780 kB
Inactive:       421500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23802912 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:           28052 kB
Writeback:           0 kB
AnonPages:     8131380 kB
Mapped:          17212 kB
Slab:           135472 kB
PageTables:      74820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78584224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node101 at 2011-06-03 16:16:58