Trace number 3450807

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.12 1802.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.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-3450807-1307099609.opb>
2.59/2.66	c original problem has 99789 variables (99789 bin, 0 int, 0 impl, 0 cont) and 388956 constraints
2.59/2.66	c problem read
2.59/2.66	c presolving settings loaded
3.40/3.43	c presolving:
5.39/5.48	c (round 1) 3085 del vars, 6113 del conss, 0 add conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
5.50/5.54	c (round 2) 3085 del vars, 6191 del conss, 0 add conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
6.79/6.80	c (round 3) 3085 del vars, 6195 del conss, 0 add conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 382761 upgd conss, 3505402 impls, 0 clqs
40.39/40.42	c    (40.4s) probing: 587/96704 (0.6%) - 0 fixings, 2 aggregations, 128235 implications, 0 bound changes
40.39/40.42	c    (40.4s) probing aborted: 100/100 successive totally useless probings
40.39/40.42	c presolving (4 rounds):
40.39/40.42	c  3087 deleted vars, 6195 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 26 changed sides, 30 changed coefficients
40.39/40.42	c  3759128 implications, 0 cliques
40.39/40.42	c presolved problem has 96702 variables (96702 bin, 0 int, 0 impl, 0 cont) and 382761 constraints
40.39/40.42	c       1 constraints of type <knapsack>
40.39/40.42	c  289186 constraints of type <setppc>
40.39/40.42	c   93574 constraints of type <logicor>
40.39/40.42	c transformed objective value is always integral (scale: 1)
40.39/40.42	c Presolving Time: 37.22
40.39/40.42	c - non default parameters ----------------------------------------------------------------------
40.39/40.42	c # SCIP version 2.0.1.5
40.39/40.42	c 
40.39/40.42	c # frequency for displaying node information lines
40.39/40.42	c # [type: int, range: [-1,2147483647], default: 100]
40.39/40.42	c display/freq = 10000
40.39/40.42	c 
40.39/40.42	c # maximal time in seconds to run
40.39/40.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
40.39/40.42	c limits/time = 1800
40.39/40.42	c 
40.39/40.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
40.39/40.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
40.39/40.42	c limits/memory = 13950
40.39/40.42	c 
40.39/40.42	c # default clock type (1: CPU user seconds, 2: wall clock time)
40.39/40.42	c # [type: int, range: [1,2], default: 1]
40.39/40.42	c timing/clocktype = 2
40.39/40.42	c 
40.39/40.42	c # belongs reading time to solving time?
40.39/40.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.39/40.42	c timing/reading = TRUE
40.39/40.42	c 
40.39/40.42	c # should presolving try to simplify inequalities
40.39/40.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.39/40.42	c constraints/linear/simplifyinequalities = TRUE
40.39/40.42	c 
40.39/40.42	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
40.39/40.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.39/40.42	c constraints/indicator/addCouplingCons = TRUE
40.39/40.42	c 
40.39/40.42	c # should presolving try to simplify knapsacks
40.39/40.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
40.39/40.42	c constraints/knapsack/simplifyinequalities = TRUE
40.39/40.42	c 
40.39/40.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
40.39/40.42	c # [type: int, range: [-1,2147483647], default: -1]
40.39/40.42	c separating/rapidlearning/freq = 0
40.39/40.42	c 
40.39/40.42	c -----------------------------------------------------------------------------------------------
40.39/40.42	c start solving
40.39/40.46	c 
741.42/741.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
741.42/741.43	c   741s|     1 |     0 | 46397 |     - | 770M|   0 |  11k|  96k| 382k|  96k| 382k|   0 |  98 |   0 | 1.050432e+01 |      --      |    Inf 

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-3450807-1307099609/watcher-3450807-1307099609 -o /tmp/evaluation-result-3450807-1307099609/solver-3450807-1307099609 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450807-1307099609.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.06 2.05 2.01 2/446 10816
/proc/meminfo: memFree=31014100/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=15372 CPUtime=0 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 2846 0 0 0 0 0 0 0 25 0 1 0 821559678 15740928 2798 33554432000 4194304 9163163 140733281622224 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10816/statm: 3843 2798 389 1214 0 2625 0

[startup+0.101427 s]
/proc/loadavg: 2.06 2.05 2.01 2/446 10816
/proc/meminfo: memFree=31014100/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=27040 CPUtime=0.09 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 5740 0 0 0 9 0 0 0 25 0 1 0 821559678 27688960 5692 33554432000 4194304 9163163 140733281622224 18446744073709551615 6165676 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10816/statm: 6760 5692 395 1214 0 5542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27040

[startup+0.200407 s]
/proc/loadavg: 2.06 2.05 2.01 2/446 10816
/proc/meminfo: memFree=31014100/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=35080 CPUtime=0.19 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 7781 0 0 0 19 0 0 0 25 0 1 0 821559678 35921920 7733 33554432000 4194304 9163163 140733281622224 18446744073709551615 8041849 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10816/statm: 8770 7733 395 1214 0 7552 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35080

[startup+0.30039 s]
/proc/loadavg: 2.06 2.05 2.01 2/446 10816
/proc/meminfo: memFree=31014100/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=43256 CPUtime=0.29 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 9826 0 0 0 29 0 0 0 25 0 1 0 821559678 44294144 9778 33554432000 4194304 9163163 140733281622224 18446744073709551615 7994651 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10816/statm: 10814 9778 395 1214 0 9596 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43256

[startup+0.700319 s]
/proc/loadavg: 2.06 2.05 2.01 2/446 10816
/proc/meminfo: memFree=31014100/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=75864 CPUtime=0.68 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 17953 0 0 0 67 1 0 0 25 0 1 0 821559678 77684736 17905 33554432000 4194304 9163163 140733281622224 18446744073709551615 6166841 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10816/statm: 18966 17905 395 1214 0 17748 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75864

[startup+1.50025 s]
/proc/loadavg: 2.13 2.07 2.01 3/447 10817
/proc/meminfo: memFree=30912784/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=137912 CPUtime=1.49 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 33453 0 0 0 145 4 0 0 25 0 1 0 821559678 141221888 33405 33554432000 4194304 9163163 140733281622224 18446744073709551615 4337140 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10816/statm: 34478 33405 395 1214 0 33260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137912

[startup+3.10097 s]
/proc/loadavg: 2.13 2.07 2.01 3/447 10817
/proc/meminfo: memFree=30821280/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=505124 CPUtime=3.09 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 125039 0 0 0 292 17 0 0 25 0 1 0 821559678 517246976 124881 33554432000 4194304 9163163 140733281622224 18446744073709551615 8045115 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 126281 124881 439 1214 0 125063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 505124

[startup+6.30034 s]
/proc/loadavg: 2.12 2.07 2.01 3/444 10820
/proc/meminfo: memFree=30710068/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=793944 CPUtime=6.29 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 205148 0 0 0 602 27 0 0 25 0 1 0 821559678 812998656 193611 33554432000 4194304 9163163 140733281622224 18446744073709551615 8031211 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 198486 193611 529 1214 0 197268 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 793944

[startup+12.7002 s]
/proc/loadavg: 2.11 2.07 2.01 3/447 10844
/proc/meminfo: memFree=30451700/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=764664 CPUtime=12.69 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 226313 0 0 0 1240 29 0 0 25 0 1 0 821559678 783015936 186378 33554432000 4194304 9163163 140733281622224 18446744073709551615 5944184 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 191166 186378 577 1214 0 189948 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 764664

[startup+25.501 s]
/proc/loadavg: 2.09 2.06 2.01 3/447 10844
/proc/meminfo: memFree=30417904/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=774868 CPUtime=25.49 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 228756 0 0 0 2519 30 0 0 25 0 1 0 821559678 793464832 188821 33554432000 4194304 9163163 140733281622224 18446744073709551615 5458912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 193717 188821 577 1214 0 192499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 774868

[startup+51.1005 s]
/proc/loadavg: 2.17 2.09 2.02 3/447 10845
/proc/meminfo: memFree=30061752/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1161896 CPUtime=51.09 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 327363 0 0 0 5070 39 0 0 25 0 1 0 821559678 1189781504 277838 33554432000 4194304 9163163 140733281622224 18446744073709551615 6500984 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 290474 277838 655 1214 0 289256 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1161896

[startup+102.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/447 10847
/proc/meminfo: memFree=29817780/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1470556 CPUtime=102.3 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 392831 0 0 0 10182 48 0 0 25 0 1 0 821559678 1505849344 338376 33554432000 4194304 9163163 140733281622224 18446744073709551615 7379386 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 367639 338376 704 1214 0 366421 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1470556

[startup+162.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/447 10848
/proc/meminfo: memFree=29729436/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1533420 CPUtime=162.29 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 456242 0 0 0 16171 58 0 0 25 0 1 0 821559678 1570222080 360200 33554432000 4194304 9163163 140733281622224 18446744073709551615 7349148 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 383355 360200 708 1214 0 382137 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1533420

[startup+222.317 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 10850
/proc/meminfo: memFree=29688452/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=222.31 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 608402 0 0 0 22151 80 0 0 25 0 1 0 821559678 1623982080 370563 33554432000 4194304 9163163 140733281622224 18446744073709551615 7317263 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 370563 708 1214 0 395262 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1585920

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 10852
/proc/meminfo: memFree=29738868/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=282.3 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 691043 0 0 0 28134 96 0 0 25 0 1 0 821559678 1623982080 359610 33554432000 4194304 9163163 140733281622224 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 359610 1119 1214 0 395262 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1585920

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10853
/proc/meminfo: memFree=29735852/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=342.3 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 757241 0 0 0 34124 106 0 0 25 0 1 0 821559678 1623982080 359498 33554432000 4194304 9163163 140733281622224 18446744073709551615 7348393 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 359498 1119 1214 0 395262 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1585920

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10855
/proc/meminfo: memFree=29740164/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=402.3 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 799195 0 0 0 40115 115 0 0 25 0 1 0 821559678 1623982080 358395 33554432000 4194304 9163163 140733281622224 18446744073709551615 7348176 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 358395 1119 1214 0 395262 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1585920

[startup+462.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 10856
/proc/meminfo: memFree=29736160/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=462.3 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 833559 0 0 0 46108 122 0 0 25 0 1 0 821559678 1623982080 358553 33554432000 4194304 9163163 140733281622224 18446744073709551615 7274214 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 358553 1119 1214 0 395262 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1585920

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 10858
/proc/meminfo: memFree=29726452/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=522.3 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 863929 0 0 0 52103 127 0 0 25 0 1 0 821559678 1623982080 358643 33554432000 4194304 9163163 140733281622224 18446744073709551615 7413686 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 358643 1119 1214 0 395262 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1585920

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10860
/proc/meminfo: memFree=29734104/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1585920 CPUtime=582.31 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 884760 0 0 0 58098 133 0 0 25 0 1 0 821559678 1623982080 359075 33554432000 4194304 9163163 140733281622224 18446744073709551615 8041945 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 396480 359075 1119 1214 0 395262 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1585920

[startup+642.3 s]

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

/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960908 0 0 0 106075 157 0 0 25 0 1 0 821559678 1521172480 358607 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345840 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358607 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1485520

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 10874
/proc/meminfo: memFree=29742544/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1122.32 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960917 0 0 0 112074 158 0 0 25 0 1 0 821559678 1521172480 358616 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358616 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1485520

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 10876
/proc/meminfo: memFree=29742136/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1182.32 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960929 0 0 0 118073 159 0 0 25 0 1 0 821559678 1521172480 358628 33554432000 4194304 9163163 140733281622224 18446744073709551615 6963982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358628 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1485520

[startup+1242.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 10877
/proc/meminfo: memFree=29741480/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1242.32 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960942 0 0 0 124072 160 0 0 25 0 1 0 821559678 1521172480 358641 33554432000 4194304 9163163 140733281622224 18446744073709551615 7358484 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358641 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1485520

[startup+1302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 10879
/proc/meminfo: memFree=29739460/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1302.32 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960950 0 0 0 130071 161 0 0 25 0 1 0 821559678 1521172480 358649 33554432000 4194304 9163163 140733281622224 18446744073709551615 7358390 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358649 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1485520

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10880
/proc/meminfo: memFree=29741540/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1362.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960954 0 0 0 136071 162 0 0 25 0 1 0 821559678 1521172480 358653 33554432000 4194304 9163163 140733281622224 18446744073709551615 7313529 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358653 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1485520

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10882
/proc/meminfo: memFree=29741504/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1422.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960956 0 0 0 142070 163 0 0 25 0 1 0 821559678 1521172480 358655 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345908 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358655 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1485520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10884
/proc/meminfo: memFree=29741228/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1482.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960958 0 0 0 148069 164 0 0 25 0 1 0 821559678 1521172480 358657 33554432000 4194304 9163163 140733281622224 18446744073709551615 7358204 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358657 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1485520

[startup+1542.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10885
/proc/meminfo: memFree=29741328/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1542.34 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960961 0 0 0 154070 164 0 0 25 0 1 0 821559678 1521172480 358660 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358660 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1485520

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/447 10887
/proc/meminfo: memFree=29741060/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1602.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960965 0 0 0 160068 165 0 0 25 0 1 0 821559678 1521172480 358664 33554432000 4194304 9163163 140733281622224 18446744073709551615 7358488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358664 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1485520

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/447 10888
/proc/meminfo: memFree=29741028/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1662.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960969 0 0 0 166068 165 0 0 25 0 1 0 821559678 1521172480 358668 33554432000 4194304 9163163 140733281622224 18446744073709551615 7317276 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358668 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1485520

[startup+1722.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/447 10890
/proc/meminfo: memFree=29740988/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1722.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960974 0 0 0 172067 166 0 0 25 0 1 0 821559678 1521172480 358673 33554432000 4194304 9163163 140733281622224 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358673 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1485520

[startup+1782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/447 10892
/proc/meminfo: memFree=29738972/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1782.33 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960976 0 0 0 178066 167 0 0 25 0 1 0 821559678 1521172480 358675 33554432000 4194304 9163163 140733281622224 18446744073709551615 7317960 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358675 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1485520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.06 2.01 3/447 10892
/proc/meminfo: memFree=29740568/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1800.04 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960977 0 0 0 179837 167 0 0 25 0 1 0 821559678 1521172480 358676 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345852 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358676 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1485520

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10816

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

[startup+1800.7 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10893
/proc/meminfo: memFree=29739816/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1800.74 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960977 0 0 0 179907 167 0 0 25 0 1 0 821559678 1521172480 358676 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358676 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 1485520

[startup+1801.5 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10893
/proc/meminfo: memFree=29739816/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1801.54 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960977 0 0 0 179986 168 0 0 25 0 1 0 821559678 1521172480 358676 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345874 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358676 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 1485520

[startup+1801.92 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10893
/proc/meminfo: memFree=29739816/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1801.96 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960977 0 0 0 180028 168 0 0 25 0 1 0 821559678 1521172480 358676 33554432000 4194304 9163163 140733281622224 18446744073709551615 7358204 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358676 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 1485520

[startup+1802 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10893
/proc/meminfo: memFree=29739816/32950928 swapFree=34365992/67111528
[pid=10816] ppid=10814 vsize=1485520 CPUtime=1802.04 cores=0,2,4,6
/proc/10816/stat : 10816 (scip-2.0.1.4b.l) R 10814 10816 10081 0 -1 4202496 960977 0 0 0 180036 168 0 0 25 0 1 0 821559678 1521172480 358676 33554432000 4194304 9163163 140733281622224 18446744073709551615 7345894 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10816/statm: 371380 358676 3560 1214 0 370162 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 1485520

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.12
CPU user time (s): 1800.38
CPU system time (s): 1.74273
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1585920

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

runsolver used 8.09777 second user time and 18.1562 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 13:13:29
IDJOB=3450807
IDBENCH=25013
IDSOLVER=1948
FILE ID=node120/3450807-1307099609
RUNJOBID= node120-1307093855-10099
PBS_JOBID= 13498002
Free space on /tmp= 73788 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_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-3450807-1307099609/watcher-3450807-1307099609 -o /tmp/evaluation-result-3450807-1307099609/solver-3450807-1307099609 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450807-1307099609.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=357645589

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:      31014504 kB
Buffers:        258768 kB
Cached:         987280 kB
SwapCached:      12852 kB
Active:         718680 kB
Inactive:       925176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31014504 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           23836 kB
Writeback:          12 kB
AnonPages:      395116 kB
Mapped:          12328 kB
Slab:           132384 kB
PageTables:      92008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105780892 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= 73776 MiB
End job on node120 at 2011-06-03 13:43:31