Trace number 3450808

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUM7da351a6b3346c83b923d96056c07b3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1800.26
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
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 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
Number of bits of the biggest sum of numbers10
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-3450808-1307099615.opb>
0.29/0.31	c original problem has 12935 variables (12935 bin, 0 int, 0 impl, 0 cont) and 47889 constraints
0.29/0.31	c problem read
0.29/0.31	c presolving settings loaded
0.39/0.40	c presolving:
0.48/0.59	c (round 1) 902 del vars, 1765 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 0 upgd conss, 390962 impls, 0 clqs
0.48/0.60	c (round 2) 902 del vars, 1816 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 0 upgd conss, 390962 impls, 0 clqs
0.68/0.74	c (round 3) 902 del vars, 1817 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 390962 impls, 0 clqs
3.59/3.64	c    (3.6s) probing: 748/12033 (6.2%) - 0 fixings, 2 aggregations, 17273 implications, 0 bound changes
3.59/3.64	c    (3.6s) probing aborted: 100/100 successive totally useless probings
3.59/3.64	c (round 4) 904 del vars, 1817 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 424612 impls, 0 clqs
3.59/3.68	c (round 5) 904 del vars, 1823 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 424612 impls, 0 clqs
3.69/3.74	c    (3.7s) probing: 758/12033 (6.3%) - 0 fixings, 2 aggregations, 17273 implications, 0 bound changes
3.69/3.74	c    (3.7s) probing aborted: 100/100 successive totally useless probings
3.69/3.74	c presolving (6 rounds):
3.69/3.74	c  904 deleted vars, 1823 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 17 changed sides, 18 changed coefficients
3.69/3.74	c  424612 implications, 0 cliques
3.69/3.74	c presolved problem has 12031 variables (12031 bin, 0 int, 0 impl, 0 cont) and 46066 constraints
3.69/3.74	c       1 constraints of type <knapsack>
3.69/3.74	c   34975 constraints of type <setppc>
3.69/3.74	c   11090 constraints of type <logicor>
3.69/3.74	c transformed objective value is always integral (scale: 1)
3.69/3.74	c Presolving Time: 3.37
3.69/3.74	c - non default parameters ----------------------------------------------------------------------
3.69/3.74	c # SCIP version 2.0.1.5
3.69/3.74	c 
3.69/3.74	c # frequency for displaying node information lines
3.69/3.74	c # [type: int, range: [-1,2147483647], default: 100]
3.69/3.74	c display/freq = 10000
3.69/3.74	c 
3.69/3.74	c # maximal time in seconds to run
3.69/3.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.69/3.74	c limits/time = 1800
3.69/3.74	c 
3.69/3.74	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.69/3.74	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.69/3.74	c limits/memory = 13950
3.69/3.74	c 
3.69/3.74	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.69/3.74	c # [type: int, range: [1,2], default: 1]
3.69/3.74	c timing/clocktype = 2
3.69/3.74	c 
3.69/3.74	c # belongs reading time to solving time?
3.69/3.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.69/3.74	c timing/reading = TRUE
3.69/3.74	c 
3.69/3.74	c # should presolving try to simplify inequalities
3.69/3.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.69/3.74	c constraints/linear/simplifyinequalities = TRUE
3.69/3.74	c 
3.69/3.74	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.69/3.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.69/3.74	c constraints/indicator/addCouplingCons = TRUE
3.69/3.74	c 
3.69/3.74	c # should presolving try to simplify knapsacks
3.69/3.74	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.69/3.74	c constraints/knapsack/simplifyinequalities = TRUE
3.69/3.74	c 
3.69/3.74	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.69/3.74	c # [type: int, range: [-1,2147483647], default: -1]
3.69/3.74	c separating/rapidlearning/freq = 0
3.69/3.74	c 
3.69/3.74	c -----------------------------------------------------------------------------------------------
3.69/3.74	c start solving
3.69/3.74	c 
17.99/18.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.99/18.07	c  18.1s|     1 |     0 | 14316 |     - |  95M|   0 |1768 |  12k|  46k|  12k|  46k|   0 |  71 |   0 | 1.063836e+01 |      --      |    Inf 
149.99/150.03	c   150s|     1 |     0 | 58284 |     - |  96M|   0 |1119 |  12k|  46k|  12k|  46k|  10 |  71 |   0 | 1.146282e+01 |      --      |    Inf 
176.30/176.36	c   176s|     1 |     0 | 70635 |     - |  96M|   0 | 796 |  12k|  46k|  12k|  46k|  13 |  71 |   0 | 1.181317e+01 |      --      |    Inf 
209.29/209.36	c   209s|     1 |     0 | 84796 |     - |  96M|   0 | 886 |  12k|  46k|  12k|  46k|  16 |  71 |   0 | 1.189840e+01 |      --      |    Inf 
221.49/221.57	c   222s|     1 |     0 | 85070 |     - |  96M|   0 | 868 |  12k|  46k|  12k|  46k|  19 |  71 |   0 | 1.189852e+01 |      --      |    Inf 
233.10/233.14	c   233s|     1 |     0 | 85071 |     - |  96M|   0 | 868 |  12k|  46k|  12k|  46k|  20 |  71 |   0 | 1.189852e+01 |      --      |    Inf 
273.00/273.07	c   273s|     1 |     2 | 85071 |     - |  96M|   0 | 868 |  12k|  46k|  12k|  46k|  20 |  71 |  18 | 1.189852e+01 |      --      |    Inf 
1129.63/1129.70	o 29
1129.63/1129.70	c p1130s|    28 |    29 |508056 |15666.1 | 100M|  17 |   - |  12k|  46k|  12k|  46k|  20 | 101 | 267 | 1.189852e+01 | 2.900000e+01 | 143.73%

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.07 2.01 2/446 10843
/proc/meminfo: memFree=30659692/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=14356 CPUtime=0 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 2561 0 0 0 0 0 0 0 25 0 1 0 821560285 14700544 2514 33554432000 4194304 9163163 140737246931744 18446744073709551615 8041839 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10843/statm: 3589 2514 395 1214 0 2371 0

[startup+0.071451 s]
/proc/loadavg: 2.12 2.07 2.01 2/446 10843
/proc/meminfo: memFree=30659692/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=22132 CPUtime=0.06 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 4533 0 0 0 6 0 0 0 25 0 1 0 821560285 22663168 4486 33554432000 4194304 9163163 140737246931744 18446744073709551615 8041859 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10843/statm: 5533 4486 395 1214 0 4315 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22132

[startup+0.100443 s]
/proc/loadavg: 2.12 2.07 2.01 2/446 10843
/proc/meminfo: memFree=30659692/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=23668 CPUtime=0.09 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 4920 0 0 0 9 0 0 0 25 0 1 0 821560285 24236032 4873 33554432000 4194304 9163163 140737246931744 18446744073709551615 8041864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10843/statm: 5917 4873 395 1214 0 4699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23668

[startup+0.30041 s]
/proc/loadavg: 2.12 2.07 2.01 2/446 10843
/proc/meminfo: memFree=30659692/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=41140 CPUtime=0.29 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 9271 0 0 0 28 1 0 0 25 0 1 0 821560285 42127360 9224 33554432000 4194304 9163163 140737246931744 18446744073709551615 8041859 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10843/statm: 10285 9224 395 1214 0 9067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41140

[startup+0.700343 s]
/proc/loadavg: 2.12 2.07 2.01 2/446 10843
/proc/meminfo: memFree=30659692/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=120980 CPUtime=0.68 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 30472 0 0 0 66 2 0 0 25 0 1 0 821560285 123883520 28556 33554432000 4194304 9163163 140737246931744 18446744073709551615 5138958 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 30245 28556 529 1214 0 29027 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 120980

[startup+1.5002 s]
/proc/loadavg: 2.12 2.07 2.01 3/447 10844
/proc/meminfo: memFree=30535436/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=119508 CPUtime=1.49 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 31699 0 0 0 146 3 0 0 25 0 1 0 821560285 122376192 28392 33554432000 4194304 9163163 140737246931744 18446744073709551615 5458879 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 29877 28392 597 1214 0 28659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119508

[startup+3.10092 s]
/proc/loadavg: 2.12 2.07 2.01 3/447 10844
/proc/meminfo: memFree=30546100/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=119864 CPUtime=3.09 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 31793 0 0 0 306 3 0 0 25 0 1 0 821560285 122740736 28486 33554432000 4194304 9163163 140737246931744 18446744073709551615 4794567 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 29966 28486 597 1214 0 28748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119864

[startup+6.30036 s]
/proc/loadavg: 2.11 2.07 2.01 3/447 10844
/proc/meminfo: memFree=30455848/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=216708 CPUtime=6.29 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 55065 0 0 0 621 8 0 0 25 0 1 0 821560285 221908992 51195 33554432000 4194304 9163163 140737246931744 18446744073709551615 7414194 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 54177 51195 695 1214 0 52959 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 216708

[startup+12.7002 s]
/proc/loadavg: 2.10 2.06 2.01 3/447 10844
/proc/meminfo: memFree=30424476/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=227728 CPUtime=12.69 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 63058 0 0 0 1258 11 0 0 25 0 1 0 821560285 233193472 54416 33554432000 4194304 9163163 140737246931744 18446744073709551615 7345752 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56932 54416 688 1214 0 55714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 227728

[startup+25.501 s]
/proc/loadavg: 2.24 2.09 2.02 3/447 10845
/proc/meminfo: memFree=30416172/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=227728 CPUtime=25.49 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 64265 0 0 0 2535 14 0 0 25 0 1 0 821560285 233193472 55402 33554432000 4194304 9163163 140737246931744 18446744073709551615 7113927 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56932 55402 939 1214 0 55714 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227728

[startup+51.1006 s]
/proc/loadavg: 2.16 2.08 2.02 3/447 10846
/proc/meminfo: memFree=30060016/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=227728 CPUtime=51.09 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 64265 0 0 0 5091 18 0 0 25 0 1 0 821560285 233193472 55402 33554432000 4194304 9163163 140737246931744 18446744073709551615 7348646 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56932 55402 939 1214 0 55714 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 227728

[startup+102.317 s]
/proc/loadavg: 2.07 2.07 2.01 3/447 10847
/proc/meminfo: memFree=29792840/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=227728 CPUtime=102.31 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 64426 0 0 0 10207 24 0 0 25 0 1 0 821560285 233193472 55403 33554432000 4194304 9163163 140737246931744 18446744073709551615 7376040 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56932 55403 779 1214 0 55714 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 227728

[startup+162.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/447 10848
/proc/meminfo: memFree=29728312/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=227728 CPUtime=162.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 64766 0 0 0 16188 42 0 0 25 0 1 0 821560285 233193472 55659 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56932 55659 766 1214 0 55714 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 227728

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 10850
/proc/meminfo: memFree=29688684/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=227728 CPUtime=222.29 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 64767 0 0 0 22169 60 0 0 25 0 1 0 821560285 233193472 55660 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56932 55660 766 1214 0 55714 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 227728

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 10852
/proc/meminfo: memFree=29740468/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=224896 CPUtime=282.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 82305 0 0 0 28144 86 0 0 25 0 1 0 821560285 230293504 55027 33554432000 4194304 9163163 140737246931744 18446744073709551615 7345702 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56224 55027 791 1214 0 55006 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 224896

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10853
/proc/meminfo: memFree=29734980/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=226408 CPUtime=342.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 82705 0 0 0 34129 101 0 0 25 0 1 0 821560285 231841792 55427 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56602 55427 791 1214 0 55384 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 226408

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10855
/proc/meminfo: memFree=29739788/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=226408 CPUtime=402.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 82705 0 0 0 40112 118 0 0 25 0 1 0 821560285 231841792 55427 33554432000 4194304 9163163 140737246931744 18446744073709551615 7110339 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 56602 55427 791 1214 0 55384 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 226408

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 10856
/proc/meminfo: memFree=29731820/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=230176 CPUtime=462.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 83628 0 0 0 46092 138 0 0 25 0 1 0 821560285 235700224 56350 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 57544 56350 791 1214 0 56326 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 230176

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 10858
/proc/meminfo: memFree=29731904/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=230176 CPUtime=522.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 83628 0 0 0 52072 158 0 0 25 0 1 0 821560285 235700224 56350 33554432000 4194304 9163163 140737246931744 18446744073709551615 7379336 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 57544 56350 791 1214 0 56326 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 230176

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10860
/proc/meminfo: memFree=29735092/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=230176 CPUtime=582.3 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 83628 0 0 0 58053 177 0 0 25 0 1 0 821560285 235700224 56350 33554432000 4194304 9163163 140737246931744 18446744073709551615 7353950 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 57544 56350 791 1214 0 56326 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 230176

[startup+642.3 s]

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

/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84374 0 0 0 99927 304 0 0 25 0 1 0 821560285 238759936 57096 33554432000 4194304 9163163 140737246931744 18446744073709551615 7348184 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58291 57096 791 1214 0 57073 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 233164

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/447 10872
/proc/meminfo: memFree=29742208/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233164 CPUtime=1062.31 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84374 0 0 0 105910 321 0 0 25 0 1 0 821560285 238759936 57096 33554432000 4194304 9163163 140737246931744 18446744073709551615 7225112 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58291 57096 791 1214 0 57073 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 233164

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 10874
/proc/meminfo: memFree=29742296/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233164 CPUtime=1122.32 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84374 0 0 0 111891 341 0 0 25 0 1 0 821560285 238759936 57096 33554432000 4194304 9163163 140737246931744 18446744073709551615 7348192 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58291 57096 791 1214 0 57073 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 233164

[startup+1182.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/447 10876
/proc/meminfo: memFree=29742004/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233164 CPUtime=1182.32 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84405 0 0 0 117874 358 0 0 25 0 1 0 821560285 238759936 57127 33554432000 4194304 9163163 140737246931744 18446744073709551615 7348526 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58291 57127 791 1214 0 57073 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 233164

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/447 10877
/proc/meminfo: memFree=29741476/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1242.32 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 123860 372 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 233852

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/447 10879
/proc/meminfo: memFree=29740320/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1302.33 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 129844 389 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 233852

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10880
/proc/meminfo: memFree=29741408/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1362.32 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 135826 406 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7376242 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 233852

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10882
/proc/meminfo: memFree=29741128/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1422.34 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 141807 427 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 233852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10884
/proc/meminfo: memFree=29740980/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1482.32 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 147784 448 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7317967 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 233852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10885
/proc/meminfo: memFree=29741448/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1542.33 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 153769 464 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7346105 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 233852

[startup+1602.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/447 10887
/proc/meminfo: memFree=29740804/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1602.33 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 159758 475 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7317967 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 233852

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/447 10888
/proc/meminfo: memFree=29740892/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1662.33 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 165743 490 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 233852

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/447 10890
/proc/meminfo: memFree=29740732/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1722.33 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 171739 494 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7358369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 233852

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/447 10892
/proc/meminfo: memFree=29739456/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1782.33 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 177732 501 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7345840 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 233852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.06 2.01 3/447 10947
/proc/meminfo: memFree=31073384/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1800.05 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 179502 503 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7345882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 233852

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10843

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

[startup+1801.4 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10948
/proc/meminfo: memFree=31073624/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1801.44 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 179641 503 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7358221 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 233852

[startup+1801.82 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10948
/proc/meminfo: memFree=31072472/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1801.85 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 179682 503 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 7358405 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 233852

[startup+1802 s]
/proc/loadavg: 2.08 2.06 2.01 3/448 10948
/proc/meminfo: memFree=31072472/32950928 swapFree=34365992/67111528
[pid=10843] ppid=10841 vsize=233852 CPUtime=1802.04 cores=1,3,5,7
/proc/10843/stat : 10843 (scip-2.0.1.4b.l) R 10841 10843 10081 0 -1 4202496 84574 0 0 0 179701 503 0 0 25 0 1 0 821560285 239464448 57296 33554432000 4194304 9163163 140737246931744 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10843/statm: 58463 57296 791 1214 0 57245 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 233852

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.07
CPU user time (s): 1797.03
CPU system time (s): 5.04123
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 294268

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

runsolver used 7.72583 second user time and 18.5882 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 13:13:35
IDJOB=3450808
IDBENCH=25014
IDSOLVER=1948
FILE ID=node120/3450808-1307099615
RUNJOBID= node120-1307093855-10100
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_7.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-3450808-1307099615/watcher-3450808-1307099615 -o /tmp/evaluation-result-3450808-1307099615/solver-3450808-1307099615 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450808-1307099615.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7da351a6b3346c83b923d96056c07b3e
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:      30660840 kB
Buffers:        258828 kB
Cached:         985176 kB
SwapCached:      12852 kB
Active:        1070988 kB
Inactive:       925464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30660840 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           37468 kB
Writeback:          52 kB
AnonPages:      749728 kB
Mapped:          11336 kB
Slab:           132872 kB
PageTables:      92684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106133028 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= 73788 MiB
End job on node120 at 2011-06-03 13:43:37