Trace number 3488727

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_2 2011-06-10 (fixed)? (TO) 1802.13 1802.07

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.5]
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-3488727-1307776699.opb>
2.29/2.34	c original problem has 99789 variables (99789 bin, 0 int, 0 impl, 0 cont) and 388956 constraints
2.29/2.34	c problem read
2.29/2.34	c presolving settings loaded
3.09/3.14	c presolving:
5.29/5.40	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.39/5.47	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.84	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
42.60/42.66	c    (42.7s) probing: 587/96704 (0.6%) - 0 fixings, 2 aggregations, 128235 implications, 0 bound changes
42.60/42.66	c    (42.7s) probing aborted: 100/100 successive totally useless probings
42.60/42.67	c presolving (4 rounds):
42.60/42.67	c  3087 deleted vars, 6195 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 26 changed sides, 30 changed coefficients
42.60/42.67	c  3759128 implications, 0 cliques
42.60/42.67	c presolved problem has 96702 variables (96702 bin, 0 int, 0 impl, 0 cont) and 382761 constraints
42.60/42.67	c       1 constraints of type <knapsack>
42.60/42.67	c  289186 constraints of type <setppc>
42.60/42.67	c   93574 constraints of type <logicor>
42.60/42.67	c transformed objective value is always integral (scale: 1)
42.60/42.67	c Presolving Time: 39.77
42.60/42.67	c - non default parameters ----------------------------------------------------------------------
42.60/42.67	c # SCIP version 2.0.1.5
42.60/42.67	c 
42.60/42.67	c # frequency for displaying node information lines
42.60/42.67	c # [type: int, range: [-1,2147483647], default: 100]
42.60/42.67	c display/freq = 10000
42.60/42.67	c 
42.60/42.67	c # maximal time in seconds to run
42.60/42.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
42.60/42.67	c limits/time = 1797
42.60/42.67	c 
42.60/42.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
42.60/42.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
42.60/42.67	c limits/memory = 13950
42.60/42.67	c 
42.60/42.67	c # default clock type (1: CPU user seconds, 2: wall clock time)
42.60/42.67	c # [type: int, range: [1,2], default: 1]
42.60/42.67	c timing/clocktype = 2
42.60/42.67	c 
42.60/42.67	c # belongs reading time to solving time?
42.60/42.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
42.60/42.67	c timing/reading = TRUE
42.60/42.67	c 
42.60/42.67	c # should presolving try to simplify inequalities
42.60/42.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
42.60/42.67	c constraints/linear/simplifyinequalities = TRUE
42.60/42.67	c 
42.60/42.67	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
42.60/42.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
42.60/42.67	c constraints/indicator/addCouplingCons = TRUE
42.60/42.67	c 
42.60/42.67	c # should presolving try to simplify knapsacks
42.60/42.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
42.60/42.67	c constraints/knapsack/simplifyinequalities = TRUE
42.60/42.67	c 
42.60/42.67	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
42.60/42.67	c # [type: int, range: [-1,2147483647], default: -1]
42.60/42.67	c separating/rapidlearning/freq = 0
42.60/42.67	c 
42.60/42.67	c -----------------------------------------------------------------------------------------------
42.60/42.67	c start solving
42.69/42.71	c 
754.41/754.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.41/754.44	c   754s|     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.1 (svn: 988)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.44 1.31 1.62 2/177 2949
/proc/meminfo: memFree=30507364/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=9448 CPUtime=0 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 1504 0 0 0 0 0 0 0 24 0 1 0 967900514 9674752 1459 33554432000 4194304 9016284 140733396682208 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2949/statm: 2362 1459 311 1178 0 1180 0

[startup+0.0735211 s]
/proc/loadavg: 1.44 1.31 1.62 2/177 2949
/proc/meminfo: memFree=30507364/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=24468 CPUtime=0.06 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 5128 0 0 0 6 0 0 0 24 0 1 0 967900514 25055232 5083 33554432000 4194304 9016284 140733396682208 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2949/statm: 6117 5083 360 1178 0 4935 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24468

[startup+0.100523 s]
/proc/loadavg: 1.44 1.31 1.62 2/177 2949
/proc/meminfo: memFree=30507364/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=26900 CPUtime=0.09 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 5738 0 0 0 9 0 0 0 24 0 1 0 967900514 27545600 5693 33554432000 4194304 9016284 140733396682208 18446744073709551615 6151633 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2949/statm: 6725 5693 360 1178 0 5543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26900

[startup+0.300492 s]
/proc/loadavg: 1.44 1.31 1.62 2/177 2949
/proc/meminfo: memFree=30507364/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=45528 CPUtime=0.29 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 10351 0 0 0 29 0 0 0 25 0 1 0 967900514 46620672 10306 33554432000 4194304 9016284 140733396682208 18446744073709551615 7870498 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2949/statm: 11382 10306 360 1178 0 10200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45528

[startup+0.700411 s]
/proc/loadavg: 1.44 1.31 1.62 2/177 2949
/proc/meminfo: memFree=30507364/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=81756 CPUtime=0.69 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 19407 0 0 0 67 2 0 0 25 0 1 0 967900514 83718144 19362 33554432000 4194304 9016284 140733396682208 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2949/statm: 20439 19362 360 1178 0 19257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81756

[startup+1.50028 s]
/proc/loadavg: 1.44 1.31 1.62 3/178 2950
/proc/meminfo: memFree=30404684/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=154172 CPUtime=1.49 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 37471 0 0 0 145 4 0 0 25 0 1 0 967900514 157872128 37426 33554432000 4194304 9016284 140733396682208 18446744073709551615 7989973 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2949/statm: 38543 37427 360 1178 0 37361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154172

[startup+3.10099 s]
/proc/loadavg: 1.49 1.32 1.63 3/178 2950
/proc/meminfo: memFree=30302136/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=579724 CPUtime=3.09 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 141805 0 0 0 293 16 0 0 25 0 1 0 967900514 593637376 141732 33554432000 4194304 9016284 140733396682208 18446744073709551615 4679623 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 144931 141732 449 1178 0 143749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 579724

[startup+6.3004 s]
/proc/loadavg: 1.49 1.32 1.63 3/178 2950
/proc/meminfo: memFree=29620492/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=788368 CPUtime=6.29 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 203656 0 0 0 605 24 0 0 25 0 1 0 967900514 807288832 192204 33554432000 4194304 9016284 140733396682208 18446744073709551615 5517648 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 197092 192204 507 1178 0 195910 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 788368

[startup+12.7012 s]
/proc/loadavg: 1.56 1.34 1.63 3/178 2950
/proc/meminfo: memFree=29556400/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=763720 CPUtime=12.69 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 225932 0 0 0 1243 26 0 0 25 0 1 0 967900514 782049280 186078 33554432000 4194304 9016284 140733396682208 18446744073709551615 5510757 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 190930 186078 551 1178 0 189748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 763720

[startup+25.5009 s]
/proc/loadavg: 1.63 1.36 1.63 3/178 2951
/proc/meminfo: memFree=29545716/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=773924 CPUtime=25.49 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 228441 0 0 0 2523 26 0 0 25 0 1 0 967900514 792498176 188587 33554432000 4194304 9016284 140733396682208 18446744073709551615 5510753 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 193481 188587 551 1178 0 192299 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 773924

[startup+51.1002 s]
/proc/loadavg: 1.76 1.41 1.64 3/178 2951
/proc/meminfo: memFree=29188616/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1161604 CPUtime=51.09 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 327226 0 0 0 5070 39 0 0 25 0 1 0 967900514 1189482496 277770 33554432000 4194304 9016284 140733396682208 18446744073709551615 6422910 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 290401 277770 628 1178 0 289219 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1161604

[startup+102.307 s]
/proc/loadavg: 1.90 1.51 1.66 3/178 2953
/proc/meminfo: memFree=28905536/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1480492 CPUtime=102.3 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 398733 0 0 0 10180 50 0 0 25 0 1 0 967900514 1516023808 344334 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181238 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 370123 344334 690 1178 0 368941 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1480492

[startup+162.301 s]
/proc/loadavg: 1.96 1.59 1.68 3/178 2954
/proc/meminfo: memFree=28842088/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1533264 CPUtime=162.3 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 456187 0 0 0 16169 61 0 0 25 0 1 0 967900514 1570062336 360206 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181678 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 383316 360206 690 1178 0 382134 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1533264

[startup+222.301 s]
/proc/loadavg: 1.98 1.67 1.69 3/178 2956
/proc/meminfo: memFree=28736496/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=222.29 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 608306 0 0 0 22147 82 0 0 25 0 1 0 967900514 1623822336 370527 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181624 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 370527 690 1178 0 395259 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1585764

[startup+282.301 s]
/proc/loadavg: 1.99 1.72 1.71 3/178 2957
/proc/meminfo: memFree=28784428/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=282.3 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 689648 0 0 0 28133 97 0 0 25 0 1 0 967900514 1623822336 358274 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181678 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 358274 1100 1178 0 395259 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1585764

[startup+342.301 s]
/proc/loadavg: 2.04 1.79 1.73 4/178 2960
/proc/meminfo: memFree=28764788/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=342.3 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 754805 0 0 0 34120 110 0 0 25 0 1 0 967900514 1623822336 358176 33554432000 4194304 9016284 140733396682208 18446744073709551615 7214055 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 358176 1100 1178 0 395259 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1585764

[startup+402.301 s]
/proc/loadavg: 2.01 1.82 1.74 3/178 2962
/proc/meminfo: memFree=28764472/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=402.31 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 796876 0 0 0 40111 120 0 0 25 0 1 0 967900514 1623822336 358503 33554432000 4194304 9016284 140733396682208 18446744073709551615 6863428 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 358503 1100 1178 0 395259 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1585764

[startup+462.301 s]
/proc/loadavg: 2.00 1.85 1.76 3/178 2963
/proc/meminfo: memFree=28764536/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=462.31 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 832055 0 0 0 46103 128 0 0 25 0 1 0 967900514 1623822336 358485 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 358485 1100 1178 0 395259 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1585764

[startup+522.301 s]
/proc/loadavg: 2.00 1.88 1.77 3/178 2965
/proc/meminfo: memFree=28764092/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=522.3 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 857020 0 0 0 52097 133 0 0 25 0 1 0 967900514 1623822336 358631 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181509 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 358631 1100 1178 0 395259 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1585764

[startup+582.301 s]
/proc/loadavg: 2.00 1.90 1.78 3/178 2966
/proc/meminfo: memFree=28763648/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1585764 CPUtime=582.31 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 881751 0 0 0 58091 140 0 0 25 0 1 0 967900514 1623822336 358924 33554432000 4194304 9016284 140733396682208 18446744073709551615 6976490 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 396441 358924 1100 1178 0 395259 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1585764

[startup+642.301 s]

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

/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960775 0 0 0 100067 165 0 0 25 0 1 0 967900514 1521012736 358547 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178331 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358547 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1485364

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/178 2981
/proc/meminfo: memFree=28767148/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1062.32 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960795 0 0 0 106067 165 0 0 25 0 1 0 967900514 1521012736 358567 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178129 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358567 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1485364

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/178 2983
/proc/meminfo: memFree=28767068/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1122.33 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960804 0 0 0 112067 166 0 0 25 0 1 0 967900514 1521012736 358576 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178331 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358576 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1485364

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/178 2984
/proc/meminfo: memFree=28766988/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1182.32 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960824 0 0 0 118066 166 0 0 25 0 1 0 967900514 1521012736 358596 33554432000 4194304 9016284 140733396682208 18446744073709551615 7191202 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358596 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1485364

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.87 4/179 2989
/proc/meminfo: memFree=28743188/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1242.33 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960831 0 0 0 124066 167 0 0 25 0 1 0 967900514 1521012736 358603 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358603 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1485364

[startup+1302.3 s]
/proc/loadavg: 2.08 1.99 1.88 3/178 2991
/proc/meminfo: memFree=28754596/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1302.33 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960846 0 0 0 130066 167 0 0 25 0 1 0 967900514 1521012736 358618 33554432000 4194304 9016284 140733396682208 18446744073709551615 7124752 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358618 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1485364

[startup+1362.3 s]
/proc/loadavg: 2.03 1.99 1.89 3/178 2992
/proc/meminfo: memFree=28724900/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1362.33 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960846 0 0 0 136064 169 0 0 25 0 1 0 967900514 1521012736 358618 33554432000 4194304 9016284 140733396682208 18446744073709551615 7160134 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358618 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1485364

[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.89 3/178 2994
/proc/meminfo: memFree=28725100/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1422.34 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960850 0 0 0 142064 170 0 0 25 0 1 0 967900514 1521012736 358622 33554432000 4194304 9016284 140733396682208 18446744073709551615 6976898 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358622 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1485364

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 2995
/proc/meminfo: memFree=28725032/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1482.34 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960853 0 0 0 148064 170 0 0 25 0 1 0 967900514 1521012736 358625 33554432000 4194304 9016284 140733396682208 18446744073709551615 7189593 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358625 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1485364

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 2997
/proc/meminfo: memFree=28725220/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1542.34 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960858 0 0 0 154063 171 0 0 25 0 1 0 967900514 1521012736 358630 33554432000 4194304 9016284 140733396682208 18446744073709551615 7189520 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358630 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1485364

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2999
/proc/meminfo: memFree=28725028/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1602.34 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960860 0 0 0 160062 172 0 0 25 0 1 0 967900514 1521012736 358632 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358632 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1485364

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3000
/proc/meminfo: memFree=28725088/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1662.35 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960862 0 0 0 166062 173 0 0 25 0 1 0 967900514 1521012736 358634 33554432000 4194304 9016284 140733396682208 18446744073709551615 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358634 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1485364

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3208
/proc/meminfo: memFree=30168268/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1722.34 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960866 0 0 0 172061 173 0 0 25 0 1 0 967900514 1521012736 358638 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178305 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358638 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1485364

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3209
/proc/meminfo: memFree=30155104/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1782.34 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960871 0 0 0 178060 174 0 0 25 0 1 0 967900514 1521012736 358643 33554432000 4194304 9016284 140733396682208 18446744073709551615 7189584 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358643 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1485364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 3450
/proc/meminfo: memFree=30166464/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1800.06 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960872 0 0 0 179831 175 0 0 25 0 1 0 967900514 1521012736 358644 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178322 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358644 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1485364

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2949

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

[startup+1801.4 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 3451
/proc/meminfo: memFree=30166208/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1801.45 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960872 0 0 0 179970 175 0 0 25 0 1 0 967900514 1521012736 358644 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178291 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358644 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 1485364

[startup+1801.81 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 3451
/proc/meminfo: memFree=30166208/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1801.86 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960872 0 0 0 180011 175 0 0 25 0 1 0 967900514 1521012736 358644 33554432000 4194304 9016284 140733396682208 18446744073709551615 7125653 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358644 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 1485364

[startup+1802 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 3451
/proc/meminfo: memFree=30166208/32951124 swapFree=67056304/67111528
[pid=2949] ppid=2947 vsize=1485364 CPUtime=1802.05 cores=0,2,4,6
/proc/2949/stat : 2949 (scip-2.0.1.4b_2) R 2947 2949 30098 0 -1 4202496 960872 0 0 0 180030 175 0 0 25 0 1 0 967900514 1521012736 358644 33554432000 4194304 9016284 140733396682208 18446744073709551615 7178285 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2949/statm: 371341 358644 3541 1178 0 370159 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1485364

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.07
CPU time (s): 1802.13
CPU user time (s): 1800.31
CPU system time (s): 1.81472
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1585764

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

runsolver used 3.08353 second user time and 5.96909 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 09:18:19
IDJOB=3488727
IDBENCH=25013
IDSOLVER=1979
FILE ID=node110/3488727-1307776699
RUNJOBID= node110-1307776662-2878
PBS_JOBID= 13550851
Free space on /tmp= 74100 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488727-1307776699/watcher-3488727-1307776699 -o /tmp/evaluation-result-3488727-1307776699/solver-3488727-1307776699 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488727-1307776699.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=374086947

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.74
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30507676 kB
Buffers:        290972 kB
Cached:         802496 kB
SwapCached:       8464 kB
Active:        1649652 kB
Inactive:       558968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30507676 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           46288 kB
Writeback:          32 kB
AnonPages:     1112844 kB
Mapped:          15600 kB
Slab:           168568 kB
PageTables:       7312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1349972 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= 74100 MiB
End job on node110 at 2011-06-11 09:48:21