Trace number 3450704

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.05 1802.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUM95a6f76009dbd8a204f015cb008300c0
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-133
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -146
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)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

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-3450704-1307108628.opb>
0.09/0.19	c original problem has 33592 variables (33592 bin, 0 int, 0 impl, 0 cont) and 36593 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
0.29/0.39	o 0
0.29/0.39	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.39	c presolving:
0.79/0.82	c (round 1) 0 del vars, 33592 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 254736 impls, 1999 clqs
0.89/0.93	c (round 2) 31592 del vars, 33592 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254736 impls, 0 clqs
1.00/1.05	c    (1.0s) probing: 101/2000 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.05	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.00/1.05	c presolving (3 rounds):
1.00/1.05	c  31592 deleted vars, 33592 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.05	c  254736 implications, 0 cliques
1.00/1.05	c presolved problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
1.00/1.05	c    2000 constraints of type <knapsack>
1.00/1.05	c    1000 constraints of type <setppc>
1.00/1.05	c       1 constraints of type <linear>
1.00/1.05	c transformed objective value is always integral (scale: 1)
1.00/1.05	c Presolving Time: 0.75
1.00/1.05	c - non default parameters ----------------------------------------------------------------------
1.00/1.05	c # SCIP version 2.0.1.5
1.00/1.05	c 
1.00/1.05	c # frequency for displaying node information lines
1.00/1.05	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.05	c display/freq = 10000
1.00/1.05	c 
1.00/1.05	c # maximal time in seconds to run
1.00/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.05	c limits/time = 1800
1.00/1.05	c 
1.00/1.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.05	c limits/memory = 13950
1.00/1.05	c 
1.00/1.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.00/1.05	c # [type: int, range: [1,2], default: 1]
1.00/1.05	c timing/clocktype = 2
1.00/1.05	c 
1.00/1.05	c # belongs reading time to solving time?
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c timing/reading = TRUE
1.00/1.05	c 
1.00/1.05	c # should presolving try to simplify inequalities
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/linear/simplifyinequalities = TRUE
1.00/1.05	c 
1.00/1.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/indicator/addCouplingCons = TRUE
1.00/1.05	c 
1.00/1.05	c # should presolving try to simplify knapsacks
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.05	c 
1.00/1.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.05	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.05	c separating/rapidlearning/freq = 0
1.00/1.05	c 
1.00/1.05	c -----------------------------------------------------------------------------------------------
1.00/1.05	c start solving
1.00/1.05	c 
146.98/147.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.98/147.06	c t 147s|     1 |     0 | 22073 |     - |  86M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
147.18/147.20	o -1
147.18/147.20	c R 147s|     1 |     0 | 22073 |     - |  87M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
524.89/524.99	c   525s|     1 |     2 | 33563 |     - |  87M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |  15 |-5.000000e+02 |-1.000000e+00 |  99.80%

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-3450704-1307108628/watcher-3450704-1307108628 -o /tmp/evaluation-result-3450704-1307108628/solver-3450704-1307108628 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450704-1307108628.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: 2.15 2.04 2.01 2/446 11656
/proc/meminfo: memFree=31298208/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=15796 CPUtime=0 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 2857 0 0 0 0 0 0 0 25 0 1 0 822461532 16175104 2810 33554432000 4194304 9163163 140735057769088 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11656/statm: 3949 2828 410 1214 0 2731 0

[startup+0.042964 s]
/proc/loadavg: 2.15 2.04 2.01 2/446 11656
/proc/meminfo: memFree=31298208/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=27256 CPUtime=0.03 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 5833 0 0 0 3 0 0 0 25 0 1 0 822461532 27910144 5786 33554432000 4194304 9163163 140735057769088 18446744073709551615 5320683 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11656/statm: 6814 5786 410 1214 0 5596 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27256

[startup+0.101019 s]
/proc/loadavg: 2.15 2.04 2.01 2/446 11656
/proc/meminfo: memFree=31298208/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=41324 CPUtime=0.09 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 9317 0 0 0 9 0 0 0 25 0 1 0 822461532 42315776 9270 33554432000 4194304 9163163 140735057769088 18446744073709551615 6166855 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11656/statm: 10331 9270 410 1214 0 9113 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41324

[startup+0.300988 s]
/proc/loadavg: 2.15 2.04 2.01 2/446 11656
/proc/meminfo: memFree=31298208/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=102184 CPUtime=0.29 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 24633 0 0 0 27 2 0 0 25 0 1 0 822461532 104636416 24392 33554432000 4194304 9163163 140735057769088 18446744073709551615 4234899 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11656/statm: 25546 24392 461 1214 0 24328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102184

[startup+0.700916 s]
/proc/loadavg: 2.15 2.04 2.01 2/446 11656
/proc/meminfo: memFree=31298208/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=126108 CPUtime=0.69 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 31367 0 0 0 67 2 0 0 25 0 1 0 822461532 129134592 30115 33554432000 4194304 9163163 140735057769088 18446744073709551615 4815712 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11656/statm: 31527 30115 534 1214 0 30309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126108

[startup+1.50078 s]
/proc/loadavg: 2.14 2.04 2.01 3/447 11657
/proc/meminfo: memFree=31163664/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=153580 CPUtime=1.49 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 38223 0 0 0 145 4 0 0 25 0 1 0 822461532 157265920 36744 33554432000 4194304 9163163 140735057769088 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11656/statm: 38395 36744 713 1214 0 37177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 153580

[startup+3.10038 s]
/proc/loadavg: 2.14 2.04 2.01 3/447 11657
/proc/meminfo: memFree=31149032/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=158168 CPUtime=3.09 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 39497 0 0 0 305 4 0 0 25 0 1 0 822461532 161964032 37934 33554432000 4194304 9163163 140735057769088 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11656/statm: 39542 37934 667 1214 0 38324 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 158168

[startup+6.30092 s]
/proc/loadavg: 2.13 2.04 2.01 3/447 11657
/proc/meminfo: memFree=31139300/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=165312 CPUtime=6.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 42967 0 0 0 624 6 0 0 25 0 1 0 822461532 169279488 39545 33554432000 4194304 9163163 140735057769088 18446744073709551615 7347535 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11656/statm: 41328 39545 835 1214 0 40110 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 165312

[startup+12.7008 s]
/proc/loadavg: 2.12 2.04 2.01 3/447 11658
/proc/meminfo: memFree=31118652/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=186120 CPUtime=12.69 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 47462 0 0 0 1263 6 0 0 25 0 1 0 822461532 190586880 43866 33554432000 4194304 9163163 140735057769088 18446744073709551615 7389806 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11656/statm: 46530 43866 664 1214 0 45312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 186120

[startup+25.5005 s]
/proc/loadavg: 2.09 2.03 2.01 3/447 11658
/proc/meminfo: memFree=31129800/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=181500 CPUtime=25.48 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 54083 0 0 0 2540 8 0 0 25 0 1 0 822461532 185856000 42465 33554432000 4194304 9163163 140735057769088 18446744073709551615 7348628 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 45375 42465 664 1214 0 44157 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 181500

[startup+51.101 s]
/proc/loadavg: 2.06 2.03 2.01 3/447 11659
/proc/meminfo: memFree=31097952/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=208724 CPUtime=51.07 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 65561 0 0 0 5097 10 0 0 25 0 1 0 822461532 213733376 50538 33554432000 4194304 9163163 140735057769088 18446744073709551615 7348661 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 52181 50538 664 1214 0 50963 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 208724

[startup+102.317 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 11660
/proc/meminfo: memFree=31090868/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=208724 CPUtime=102.29 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 65575 0 0 0 10217 12 0 0 25 0 1 0 822461532 213733376 50552 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390865 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 52181 50552 664 1214 0 50963 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 208724

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 11662
/proc/meminfo: memFree=31058832/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=239320 CPUtime=162.27 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 93792 0 0 0 16210 17 0 0 25 0 1 0 822461532 245063680 58352 33554432000 4194304 9163163 140735057769088 18446744073709551615 7413118 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 59830 58352 733 1214 0 58612 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 239320

[startup+222.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/447 11663
/proc/meminfo: memFree=31074908/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=233152 CPUtime=222.28 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 102957 0 0 0 22207 21 0 0 25 0 1 0 822461532 238747648 54871 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58288 54871 737 1214 0 57070 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 233152

[startup+282.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/447 11665
/proc/meminfo: memFree=31069160/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=234412 CPUtime=282.28 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 126706 0 0 0 28202 26 0 0 25 0 1 0 822461532 240037888 56655 33554432000 4194304 9163163 140735057769088 18446744073709551615 7348642 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58603 56655 737 1214 0 57385 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 234412

[startup+342.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/447 11667
/proc/meminfo: memFree=31067520/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=234412 CPUtime=342.28 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 127120 0 0 0 34201 27 0 0 25 0 1 0 822461532 240037888 57069 33554432000 4194304 9163163 140735057769088 18446744073709551615 7360928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58603 57069 737 1214 0 57385 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 234412

[startup+402.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/447 11668
/proc/meminfo: memFree=31074292/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=234412 CPUtime=402.28 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 127148 0 0 0 40199 29 0 0 25 0 1 0 822461532 240037888 57097 33554432000 4194304 9163163 140735057769088 18446744073709551615 7346240 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58603 57097 737 1214 0 57385 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 234412

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 11670
/proc/meminfo: memFree=31067544/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=234412 CPUtime=462.28 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 127186 0 0 0 46198 30 0 0 25 0 1 0 822461532 240037888 57135 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390839 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58603 57135 737 1214 0 57385 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 234412

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 11671
/proc/meminfo: memFree=31064136/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=234412 CPUtime=522.29 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 127189 0 0 0 52197 32 0 0 25 0 1 0 822461532 240037888 57138 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58603 57138 737 1214 0 57385 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 234412

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 11673
/proc/meminfo: memFree=31071640/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=225972 CPUtime=582.28 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 148683 0 0 0 58193 35 0 0 25 0 1 0 822461532 231395328 55367 33554432000 4194304 9163163 140735057769088 18446744073709551615 7360945 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 56493 55367 737 1214 0 55275 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 225972

[startup+642.301 s]

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

/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 231036 0 0 0 100170 59 0 0 25 0 1 0 822461532 237953024 55940 33554432000 4194304 9163163 140735057769088 18446744073709551615 7412845 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58094 55940 737 1214 0 56876 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 232376

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 11695
/proc/meminfo: memFree=31070180/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=232376 CPUtime=1062.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 231036 0 0 0 106169 61 0 0 25 0 1 0 822461532 237953024 55940 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390800 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58094 55940 737 1214 0 56876 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 232376

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 11696
/proc/meminfo: memFree=31070888/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=232376 CPUtime=1122.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 231037 0 0 0 112168 62 0 0 25 0 1 0 822461532 237953024 55941 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390101 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58094 55941 737 1214 0 56876 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 232376

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 11698
/proc/meminfo: memFree=31071700/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=232376 CPUtime=1182.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 231037 0 0 0 118166 64 0 0 25 0 1 0 822461532 237953024 55941 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58094 55941 737 1214 0 56876 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 232376

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/447 11703
/proc/meminfo: memFree=31079308/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=217968 CPUtime=1242.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 254265 0 0 0 124162 68 0 0 25 0 1 0 822461532 223199232 52972 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 54492 52972 737 1214 0 53274 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 217968

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/447 11704
/proc/meminfo: memFree=31067176/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=228060 CPUtime=1302.31 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 257148 0 0 0 130161 70 0 0 25 0 1 0 822461532 233533440 55855 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 57015 55855 737 1214 0 55797 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 228060

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/447 11706
/proc/meminfo: memFree=31069232/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=228060 CPUtime=1362.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 257148 0 0 0 136158 72 0 0 25 0 1 0 822461532 233533440 55855 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390839 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 57015 55855 737 1214 0 55797 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 228060

[startup+1422.32 s]
/proc/loadavg: 2.13 2.05 2.01 3/447 11707
/proc/meminfo: memFree=31068196/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=228060 CPUtime=1422.32 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 257148 0 0 0 142158 74 0 0 25 0 1 0 822461532 233533440 55855 33554432000 4194304 9163163 140735057769088 18446744073709551615 7360937 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 57015 55855 737 1214 0 55797 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 228060

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/447 11709
/proc/meminfo: memFree=31071232/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=228060 CPUtime=1482.31 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 257148 0 0 0 148156 75 0 0 25 0 1 0 822461532 233533440 55855 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 57015 55855 737 1214 0 55797 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 228060

[startup+1542.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/447 11711
/proc/meminfo: memFree=31060652/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1542.3 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 154154 76 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7357978 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 235548

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 11712
/proc/meminfo: memFree=31060120/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1602.31 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 160154 77 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390319 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 235548

[startup+1662.3 s]
/proc/loadavg: 1.56 1.91 1.96 2/441 11732
/proc/meminfo: memFree=31181576/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1662.31 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 166153 78 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 235548

[startup+1722.3 s]
/proc/loadavg: 1.20 1.74 1.90 2/441 11733
/proc/meminfo: memFree=31181540/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1722.32 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 172152 80 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7390839 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 235548

[startup+1782.3 s]
/proc/loadavg: 1.07 1.60 1.84 2/441 11735
/proc/meminfo: memFree=31180636/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1782.31 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 178151 80 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 235548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.05 1.56 1.82 2/441 11735
/proc/meminfo: memFree=31181372/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1800.03 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 179922 81 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7394741 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 235548

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11656

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

[startup+1801.4 s]
/proc/loadavg: 1.05 1.56 1.82 2/442 11736
/proc/meminfo: memFree=31180744/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1801.42 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 180061 81 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7416715 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 235548

[startup+1801.82 s]
/proc/loadavg: 1.05 1.56 1.82 2/442 11736
/proc/meminfo: memFree=31180744/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1801.84 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 180103 81 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 235548

[startup+1802 s]
/proc/loadavg: 1.05 1.56 1.82 2/442 11736
/proc/meminfo: memFree=31180744/32950928 swapFree=34365992/67111528
[pid=11656] ppid=11654 vsize=235548 CPUtime=1802.02 cores=0,2,4,6
/proc/11656/stat : 11656 (scip-2.0.1.4b.l) R 11654 11656 10081 0 -1 4202496 259060 0 0 0 180121 81 0 0 25 0 1 0 822461532 241201152 57761 33554432000 4194304 9163163 140735057769088 18446744073709551615 7348624 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11656/statm: 58887 57761 737 1214 0 57669 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 235548

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.05
CPU user time (s): 1801.23
CPU system time (s): 0.820875
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 258116

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

runsolver used 7.95279 second user time and 18.2842 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 15:43:48
IDJOB=3450704
IDBENCH=48228
IDSOLVER=1948
FILE ID=node120/3450704-1307108628
RUNJOBID= node120-1307093855-10099
PBS_JOBID= 13498002
Free space on /tmp= 73800 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_25_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-3450704-1307108628/watcher-3450704-1307108628 -o /tmp/evaluation-result-3450704-1307108628/solver-3450704-1307108628 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450704-1307108628.opb -t 1800 -m 15500

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

MD5SUM BENCH= 95a6f76009dbd8a204f015cb008300c0
RANDOM SEED=1258774677

node120.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.809
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.61
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.809
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31298488 kB
Buffers:        264944 kB
Cached:         974252 kB
SwapCached:      12852 kB
Active:         433908 kB
Inactive:       926876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31298488 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           13224 kB
Writeback:           0 kB
AnonPages:      118396 kB
Mapped:          12116 kB
Slab:           132204 kB
PageTables:      91268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105494820 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= 73800 MiB
End job on node120 at 2011-06-03 16:13:50