Trace number 3450706

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.04 1802.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
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-65
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 -72
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)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

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-3450706-1307108816.opb>
0.39/0.43	c original problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 80287 constraints
0.39/0.43	c problem read
0.39/0.43	c presolving settings loaded
0.89/0.90	o 0
0.89/0.90	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.89/0.90	c presolving:
2.59/2.63	c (round 1) 0 del vars, 77286 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 598856 impls, 1999 clqs
2.79/2.88	c (round 2) 75286 del vars, 77286 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598856 impls, 0 clqs
3.21/3.29	c    (3.3s) probing: 101/2000 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.21/3.29	c    (3.3s) probing aborted: 100/100 successive totally useless probings
3.21/3.29	c presolving (3 rounds):
3.21/3.29	c  75286 deleted vars, 77286 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.21/3.29	c  598856 implications, 0 cliques
3.21/3.29	c presolved problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
3.21/3.29	c    2000 constraints of type <knapsack>
3.21/3.29	c    1000 constraints of type <setppc>
3.21/3.29	c       1 constraints of type <linear>
3.21/3.29	c transformed objective value is always integral (scale: 1)
3.21/3.29	c Presolving Time: 2.60
3.21/3.29	c - non default parameters ----------------------------------------------------------------------
3.21/3.29	c # SCIP version 2.0.1.5
3.21/3.29	c 
3.21/3.29	c # frequency for displaying node information lines
3.21/3.29	c # [type: int, range: [-1,2147483647], default: 100]
3.21/3.29	c display/freq = 10000
3.21/3.29	c 
3.21/3.29	c # maximal time in seconds to run
3.21/3.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.21/3.29	c limits/time = 1800
3.21/3.29	c 
3.21/3.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.21/3.29	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.21/3.29	c limits/memory = 13950
3.21/3.29	c 
3.21/3.29	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.21/3.29	c # [type: int, range: [1,2], default: 1]
3.21/3.29	c timing/clocktype = 2
3.21/3.29	c 
3.21/3.29	c # belongs reading time to solving time?
3.21/3.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.21/3.29	c timing/reading = TRUE
3.21/3.29	c 
3.21/3.29	c # should presolving try to simplify inequalities
3.21/3.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.21/3.29	c constraints/linear/simplifyinequalities = TRUE
3.21/3.29	c 
3.21/3.29	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.21/3.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.21/3.29	c constraints/indicator/addCouplingCons = TRUE
3.21/3.29	c 
3.21/3.29	c # should presolving try to simplify knapsacks
3.21/3.29	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.21/3.29	c constraints/knapsack/simplifyinequalities = TRUE
3.21/3.29	c 
3.21/3.29	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.21/3.29	c # [type: int, range: [-1,2147483647], default: -1]
3.21/3.29	c separating/rapidlearning/freq = 0
3.21/3.29	c 
3.21/3.29	c -----------------------------------------------------------------------------------------------
3.21/3.29	c start solving
3.21/3.29	c 
137.87/137.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.87/137.97	c t 138s|     1 |     0 | 16403 |     - | 193M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
138.06/138.13	o -1
138.06/138.13	c R 138s|     1 |     0 | 16403 |     - | 193M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
719.07/719.19	c   719s|     1 |     2 | 26481 |     - | 194M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |  10 |-5.000000e+02 |-1.000000e+00 |  99.80%
1667.99/1668.04	o -2
1667.99/1668.04	c R1668s|     3 |     2 | 28081 |5839.0 | 194M|   2 |1930 |2000 |3001 |2000 |3001 |   0 |   0 |  33 |-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-3450706-1307108816/watcher-3450706-1307108816 -o /tmp/evaluation-result-3450706-1307108816/solver-3450706-1307108816 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450706-1307108816.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.71 1.95 1.98 3/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=17500 CPUtime=0.01 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 3371 0 0 0 1 0 0 0 20 0 1 0 822484396 17920000 3324 33554432000 4194304 9163163 140733234953504 18446744073709551615 4820800 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28476/statm: 4375 3324 410 1214 0 3157 0

[startup+0.0629959 s]
/proc/loadavg: 1.71 1.95 1.98 3/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=32516 CPUtime=0.05 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 7141 0 0 0 5 0 0 0 20 0 1 0 822484396 33296384 7094 33554432000 4194304 9163163 140733234953504 18446744073709551615 6561062 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28476/statm: 8129 7094 410 1214 0 6911 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32516

[startup+0.100994 s]
/proc/loadavg: 1.71 1.95 1.98 3/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=44308 CPUtime=0.09 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 10073 0 0 0 9 0 0 0 20 0 1 0 822484396 45371392 10026 33554432000 4194304 9163163 140733234953504 18446744073709551615 4443414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28476/statm: 11077 10026 410 1214 0 9859 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44308

[startup+0.30095 s]
/proc/loadavg: 1.71 1.95 1.98 3/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=91328 CPUtime=0.29 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 21755 0 0 0 27 2 0 0 21 0 1 0 822484396 93519872 21708 33554432000 4194304 9163163 140733234953504 18446744073709551615 7962232 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28476/statm: 22832 21708 410 1214 0 21614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91328

[startup+0.700888 s]
/proc/loadavg: 1.71 1.95 1.98 3/385 28476
/proc/meminfo: memFree=23802476/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=212724 CPUtime=0.69 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 52677 0 0 0 64 5 0 0 22 0 1 0 822484396 217829376 52074 33554432000 4194304 9163163 140733234953504 18446744073709551615 4693093 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 53181 52074 473 1214 0 51963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 212724

[startup+1.50074 s]
/proc/loadavg: 1.71 1.95 1.98 4/387 28478
/proc/meminfo: memFree=23355312/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=241104 CPUtime=1.49 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 59790 0 0 0 142 7 0 0 25 0 1 0 822484396 246890496 58930 33554432000 4194304 9163163 140733234953504 18446744073709551615 8041869 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 60276 58930 509 1214 0 59058 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241104

[startup+3.10043 s]
/proc/loadavg: 1.71 1.95 1.98 4/387 28478
/proc/meminfo: memFree=23294892/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=283064 CPUtime=3.09 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 72761 0 0 0 300 9 0 0 25 0 1 0 822484396 289857536 69460 33554432000 4194304 9163163 140733234953504 18446744073709551615 5099439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 70766 69460 554 1214 0 69548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283064

[startup+6.30089 s]
/proc/loadavg: 1.73 1.95 1.98 4/387 28478
/proc/meminfo: memFree=23190732/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=314596 CPUtime=6.29 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 80650 0 0 0 619 10 0 0 25 0 1 0 822484396 322146304 76506 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 78649 76506 699 1214 0 77431 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 314596

[startup+12.7008 s]
/proc/loadavg: 1.75 1.96 1.98 4/387 28479
/proc/meminfo: memFree=23162624/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=330232 CPUtime=12.69 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 85237 0 0 0 1257 12 0 0 25 0 1 0 822484396 338157568 79652 33554432000 4194304 9163163 140733234953504 18446744073709551615 7346928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 82558 79652 664 1214 0 81340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 330232

[startup+25.5005 s]
/proc/loadavg: 1.81 1.96 1.98 4/387 28479
/proc/meminfo: memFree=23137320/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=350636 CPUtime=25.49 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 91455 0 0 0 2536 13 0 0 25 0 1 0 822484396 359051264 84213 33554432000 4194304 9163163 140733234953504 18446744073709551615 7357843 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 87659 84213 664 1214 0 86441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 350636

[startup+51.101 s]
/proc/loadavg: 1.87 1.96 1.98 4/387 28480
/proc/meminfo: memFree=23079036/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=388604 CPUtime=51.09 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 106343 0 0 0 5093 16 0 0 25 0 1 0 822484396 397930496 92495 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390377 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 97151 92495 1056 1214 0 95933 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 388604

[startup+102.316 s]
/proc/loadavg: 1.94 1.96 1.98 4/387 28481
/proc/meminfo: memFree=23053012/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=388604 CPUtime=102.31 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 107588 0 0 0 10214 17 0 0 25 0 1 0 822484396 397930496 93740 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390851 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/28476/statm: 97151 93740 1056 1214 0 95933 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 388604

[startup+162.3 s]
/proc/loadavg: 1.98 1.97 1.98 4/387 28483
/proc/meminfo: memFree=23032140/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=384796 CPUtime=162.26 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 140078 0 0 0 16203 23 0 0 25 0 1 0 822484396 394031104 95179 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390319 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 96199 95179 733 1214 0 94981 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 384796

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 4/387 28484
/proc/meminfo: memFree=23046468/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=384796 CPUtime=222.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 140089 0 0 0 22203 24 0 0 25 0 1 0 822484396 394031104 95190 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 96199 95190 733 1214 0 94981 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 384796

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 4/387 28486
/proc/meminfo: memFree=23002264/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=384796 CPUtime=282.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 140089 0 0 0 28203 24 0 0 25 0 1 0 822484396 394031104 95190 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 96199 95190 733 1214 0 94981 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 384796

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 4/387 28487
/proc/meminfo: memFree=23000384/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=402136 CPUtime=342.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 140542 0 0 0 34201 26 0 0 25 0 1 0 822484396 411787264 95643 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390615 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100534 95643 737 1214 0 99316 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 402136

[startup+402.301 s]
/proc/loadavg: 2.20 2.02 1.99 4/387 28489
/proc/meminfo: memFree=23025016/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=402136 CPUtime=402.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 141280 0 0 0 40200 27 0 0 25 0 1 0 822484396 411787264 96381 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390357 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100534 96381 737 1214 0 99316 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 402136

[startup+462.301 s]
/proc/loadavg: 2.20 2.05 2.00 4/387 28491
/proc/meminfo: memFree=23021880/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=402136 CPUtime=462.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 142178 0 0 0 46200 27 0 0 25 0 1 0 822484396 411787264 97279 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390865 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100534 97279 737 1214 0 99316 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 402136

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.00 4/387 28492
/proc/meminfo: memFree=23018384/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=402136 CPUtime=522.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 142517 0 0 0 52199 28 0 0 25 0 1 0 822484396 411787264 97618 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100534 97618 737 1214 0 99316 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 402136

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.00 4/387 28494
/proc/meminfo: memFree=23013384/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=402356 CPUtime=582.27 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 143751 0 0 0 58198 29 0 0 25 0 1 0 822484396 412012544 98852 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100589 98852 737 1214 0 99371 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 402356

[startup+642.301 s]

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

/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 184707 0 0 0 100187 41 0 0 25 0 1 0 822484396 413421568 98576 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 98576 737 1214 0 99715 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 403732

[startup+1062.3 s]
/proc/loadavg: 2.09 2.05 2.01 4/387 28519
/proc/meminfo: memFree=23011160/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1062.28 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 184708 0 0 0 106186 42 0 0 25 0 1 0 822484396 413421568 98577 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 98577 737 1214 0 99715 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 403732

[startup+1122.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/387 28520
/proc/meminfo: memFree=23008888/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1122.28 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185343 0 0 0 112186 42 0 0 25 0 1 0 822484396 413421568 99212 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99212 737 1214 0 99715 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 403732

[startup+1182.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/387 28522
/proc/meminfo: memFree=23008728/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1182.28 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185343 0 0 0 118185 43 0 0 25 0 1 0 822484396 413421568 99212 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390800 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99212 737 1214 0 99715 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 403732

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28523
/proc/meminfo: memFree=23008684/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1242.28 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185382 0 0 0 124185 43 0 0 25 0 1 0 822484396 413421568 99251 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99251 737 1214 0 99715 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 403732

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28525
/proc/meminfo: memFree=23008392/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1302.3 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185382 0 0 0 130186 44 0 0 25 0 1 0 822484396 413421568 99251 33554432000 4194304 9163163 140733234953504 18446744073709551615 7396532 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99251 737 1214 0 99715 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 403732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/387 28527
/proc/meminfo: memFree=23008712/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1362.28 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185404 0 0 0 136184 44 0 0 25 0 1 0 822484396 413421568 99273 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390865 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99273 737 1214 0 99715 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 403732

[startup+1422.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/387 28528
/proc/meminfo: memFree=23008532/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1422.3 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185404 0 0 0 142186 44 0 0 25 0 1 0 822484396 413421568 99273 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390914 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99273 737 1214 0 99715 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 403732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/387 28530
/proc/meminfo: memFree=23008352/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1482.29 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185404 0 0 0 148184 45 0 0 25 0 1 0 822484396 413421568 99273 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390296 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99273 737 1214 0 99715 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 403732

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 2.01 4/387 28531
/proc/meminfo: memFree=23008076/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=403732 CPUtime=1542.29 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 185453 0 0 0 154183 46 0 0 25 0 1 0 822484396 413421568 99322 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 100933 99322 737 1214 0 99715 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 403732

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 4/387 28533
/proc/meminfo: memFree=23005308/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=404104 CPUtime=1602.3 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 186146 0 0 0 160183 47 0 0 25 0 1 0 822484396 413802496 100015 33554432000 4194304 9163163 140733234953504 18446744073709551615 7357956 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 101026 100015 737 1214 0 99808 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 404104

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.01 4/387 28535
/proc/meminfo: memFree=23005112/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=404104 CPUtime=1662.29 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 186146 0 0 0 166182 47 0 0 25 0 1 0 822484396 413802496 100015 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 101026 100015 737 1214 0 99808 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 404104

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/387 28536
/proc/meminfo: memFree=23010152/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=405376 CPUtime=1722.29 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 209540 0 0 0 172179 50 0 0 25 0 1 0 822484396 415105024 98785 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 101344 98785 737 1214 0 100126 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 405376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/387 28538
/proc/meminfo: memFree=23021028/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=389432 CPUtime=1782.3 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 217753 0 0 0 178177 53 0 0 25 0 1 0 822484396 398778368 95612 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390357 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 97358 95612 737 1214 0 96140 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 389432



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=28476] ppid=28471 vsize=389432 CPUtime=1800.01 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 217753 0 0 0 179948 53 0 0 25 0 1 0 822484396 398778368 95612 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390839 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 97358 95612 737 1214 0 96140 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 389432

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28476

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=28476] ppid=28471 vsize=389432 CPUtime=1801.4 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 217753 0 0 0 180087 53 0 0 25 0 1 0 822484396 398778368 95612 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 97358 95612 737 1214 0 96140 0
Current children cumulated CPU time (s) 1801.4
Current children cumulated vsize (KiB) 389432

[startup+1801.82 s]
/proc/loadavg: 2.00 2.02 2.00 4/389 28540
/proc/meminfo: memFree=23020876/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=389432 CPUtime=1801.82 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 217753 0 0 0 180129 53 0 0 25 0 1 0 822484396 398778368 95612 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 97358 95612 737 1214 0 96140 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 389432

[startup+1802 s]
/proc/loadavg: 2.00 2.02 2.00 4/389 28540
/proc/meminfo: memFree=23020876/32951124 swapFree=49244120/67111528
[pid=28476] ppid=28471 vsize=389432 CPUtime=1802 cores=0,2,4,6
/proc/28476/stat : 28476 (scip-2.0.1.4b.l) R 28471 28476 27315 0 -1 4202496 217753 0 0 0 180147 53 0 0 25 0 1 0 822484396 398778368 95612 33554432000 4194304 9163163 140733234953504 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/28476/statm: 97358 95612 737 1214 0 96140 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 389432

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.04
CPU user time (s): 1801.49
CPU system time (s): 0.551916
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 422824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.49
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217753
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= 3665

runsolver used 7.09392 second user time and 15.8476 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 15:46:56
IDJOB=3450706
IDBENCH=48230
IDSOLVER=1948
FILE ID=node101/3450706-1307108816
RUNJOBID= node101-1307108815-28457
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_2.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-3450706-1307108816/watcher-3450706-1307108816 -o /tmp/evaluation-result-3450706-1307108816/solver-3450706-1307108816 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450706-1307108816.opb -t 1800 -m 15500

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
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