Trace number 3452620

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.07 1802.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2757
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
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 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
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.4 [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-3452620-1307086644.opb>
0.06/0.09	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.06/0.09	c problem read
0.06/0.09	c presolving settings loaded
0.09/0.15	o 10000
0.09/0.15	c feasible solution found by trivial heuristic, objective value  1.000000e+04
0.09/0.15	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10000 upgd conss, 0 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (2 rounds):
0.19/0.23	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23	c  0 implications, 0 cliques
0.19/0.23	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.19/0.23	c   10000 constraints of type <logicor>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.11
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.4
0.19/0.23	c 
0.19/0.23	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c conflict/interconss = 0
0.19/0.23	c 
0.19/0.23	c # should binary conflicts be preferred?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c conflict/preferbinary = TRUE
0.19/0.23	c 
0.19/0.23	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23	c constraints/agelimit = 1
0.19/0.23	c 
0.19/0.23	c # should enforcement of pseudo solution be disabled?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/disableenfops = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1800
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23	c lp/solvefreq = 0
0.19/0.23	c 
0.19/0.23	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.19/0.23	c # [type: char, range: {lafpsqd}, default: l]
0.19/0.23	c lp/pricing = a
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # priority of node selection rule <dfs> in standard mode
0.19/0.23	c # [type: int, range: [-536870912,536870911], default: 0]
0.19/0.23	c nodeselection/dfs/stdpriority = 1000000
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 

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-3452620-1307086644/watcher-3452620-1307086644 -o /tmp/evaluation-result-3452620-1307086644/solver-3452620-1307086644 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452620-1307086644.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.04 2.04 2.00 2/446 9599
/proc/meminfo: memFree=31262364/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=11236 CPUtime=0 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 1805 0 0 0 0 0 0 0 25 0 1 0 820263145 11505664 1757 33554432000 4194304 9128323 140733944396048 18446744073709551615 6193891 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9599/statm: 2809 1757 391 1205 0 1600 0

[startup+0.0715429 s]
/proc/loadavg: 2.04 2.04 2.00 2/446 9599
/proc/meminfo: memFree=31262364/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=20960 CPUtime=0.06 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 4291 0 0 0 6 0 0 0 25 0 1 0 820263145 21463040 4240 33554432000 4194304 9128323 140733944396048 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9599/statm: 5240 4240 400 1205 0 4031 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20960

[startup+0.100535 s]
/proc/loadavg: 2.04 2.04 2.00 2/446 9599
/proc/meminfo: memFree=31262364/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=23660 CPUtime=0.09 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 4869 0 0 0 9 0 0 0 25 0 1 0 820263145 24227840 4817 33554432000 4194304 9128323 140733944396048 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 5915 4833 429 1205 0 4706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23660

[startup+0.300551 s]
/proc/loadavg: 2.04 2.04 2.00 2/446 9599
/proc/meminfo: memFree=31262364/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=73784 CPUtime=0.29 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 18321 0 0 0 28 1 0 0 25 0 1 0 820263145 75554816 17159 33554432000 4194304 9128323 140733944396048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 18446 17159 618 1205 0 17237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73784

[startup+0.700541 s]
/proc/loadavg: 2.04 2.04 2.00 2/446 9599
/proc/meminfo: memFree=31262364/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=76696 CPUtime=0.69 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 19014 0 0 0 67 2 0 0 25 0 1 0 820263145 78536704 17770 33554432000 4194304 9128323 140733944396048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 19174 17770 644 1205 0 17965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76696

[startup+1.50034 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 9600
/proc/meminfo: memFree=31192420/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=81104 CPUtime=1.49 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 20228 0 0 0 147 2 0 0 25 0 1 0 820263145 83050496 18873 33554432000 4194304 9128323 140733944396048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 20276 18873 650 1205 0 19067 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81104

[startup+3.10112 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 9600
/proc/meminfo: memFree=31187956/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=81104 CPUtime=3.09 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 20275 0 0 0 306 3 0 0 25 0 1 0 820263145 83050496 18920 33554432000 4194304 9128323 140733944396048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 20276 18920 650 1205 0 19067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81104

[startup+6.30045 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 9600
/proc/meminfo: memFree=31186836/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=81104 CPUtime=6.29 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 20422 0 0 0 626 3 0 0 25 0 1 0 820263145 83050496 19023 33554432000 4194304 9128323 140733944396048 18446744073709551615 7312746 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 20276 19023 624 1205 0 19067 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81104

[startup+12.7003 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 9600
/proc/meminfo: memFree=31184280/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=84648 CPUtime=12.69 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 21216 0 0 0 1265 4 0 0 25 0 1 0 820263145 86679552 19816 33554432000 4194304 9128323 140733944396048 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 21162 19816 623 1205 0 19953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84648

[startup+25.5011 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 9601
/proc/meminfo: memFree=31180432/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=87720 CPUtime=25.49 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 24762 0 0 0 2544 5 0 0 25 0 1 0 820263145 89825280 20634 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357921 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 21930 20634 667 1205 0 20721 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87720

[startup+51.1007 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 9602
/proc/meminfo: memFree=31170680/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=97216 CPUtime=51.09 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 27561 0 0 0 5102 7 0 0 25 0 1 0 820263145 99549184 22343 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357907 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 24304 22343 623 1205 0 23095 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97216

[startup+102.317 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 9603
/proc/meminfo: memFree=31160896/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=97904 CPUtime=102.31 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 30023 0 0 0 10221 10 0 0 25 0 1 0 820263145 100253696 23068 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357372 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 24476 23068 623 1205 0 23267 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 97904

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 9604
/proc/meminfo: memFree=31147964/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=107084 CPUtime=162.29 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 33932 0 0 0 16217 12 0 0 25 0 1 0 820263145 109654016 25402 33554432000 4194304 9128323 140733944396048 18446744073709551615 7383759 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 26771 25402 623 1205 0 25562 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107084

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 9606
/proc/meminfo: memFree=31145424/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=107084 CPUtime=222.3 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 33971 0 0 0 22214 16 0 0 25 0 1 0 820263145 109654016 25441 33554432000 4194304 9128323 140733944396048 18446744073709551615 7356608 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 26771 25441 623 1205 0 25562 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107084

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 9608
/proc/meminfo: memFree=31145648/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=113336 CPUtime=282.3 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 36583 0 0 0 28212 18 0 0 25 0 1 0 820263145 116056064 26247 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357560 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 28334 26247 623 1205 0 27125 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113336

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 9609
/proc/meminfo: memFree=31139880/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=113336 CPUtime=342.29 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 37089 0 0 0 34208 21 0 0 25 0 1 0 820263145 116056064 26753 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357391 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 28334 26753 623 1205 0 27125 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 113336

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 9611
/proc/meminfo: memFree=31157580/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=101964 CPUtime=402.3 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 38366 0 0 0 40206 24 0 0 25 0 1 0 820263145 104411136 23371 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 25491 23371 623 1205 0 24282 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101964

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 9667
/proc/meminfo: memFree=31176768/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=102844 CPUtime=462.3 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 39429 0 0 0 46202 28 0 0 25 0 1 0 820263145 105312256 24434 33554432000 4194304 9128323 140733944396048 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 25711 24434 623 1205 0 24502 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102844

[startup+522.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/447 9669
/proc/meminfo: memFree=31229680/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=106320 CPUtime=522.3 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 40290 0 0 0 52199 31 0 0 25 0 1 0 820263145 108871680 25295 33554432000 4194304 9128323 140733944396048 18446744073709551615 7359296 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 26580 25295 623 1205 0 25371 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 106320

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/447 9671
/proc/meminfo: memFree=31231976/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=106320 CPUtime=582.3 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 40290 0 0 0 58197 33 0 0 25 0 1 0 820263145 108871680 25295 33554432000 4194304 9128323 140733944396048 18446744073709551615 7284961 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 26580 25295 623 1205 0 25371 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 106320

[startup+642.3 s]

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

/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 49871 0 0 0 100179 52 0 0 25 0 1 0 820263145 119975936 28006 33554432000 4194304 9128323 140733944396048 18446744073709551615 7326023 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 29291 28006 623 1205 0 28082 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 117164

[startup+1062.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/447 9683
/proc/meminfo: memFree=31202200/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123312 CPUtime=1062.31 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 51408 0 0 0 106178 53 0 0 25 0 1 0 820263145 126271488 29543 33554432000 4194304 9128323 140733944396048 18446744073709551615 7313767 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30828 29543 623 1205 0 29619 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 123312

[startup+1122.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/447 9685
/proc/meminfo: memFree=31203268/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123312 CPUtime=1122.31 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 51408 0 0 0 112176 55 0 0 25 0 1 0 820263145 126271488 29543 33554432000 4194304 9128323 140733944396048 18446744073709551615 7315680 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30828 29543 623 1205 0 29619 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 123312

[startup+1182.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 9687
/proc/meminfo: memFree=31202712/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123312 CPUtime=1182.32 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 51408 0 0 0 118175 57 0 0 25 0 1 0 820263145 126271488 29543 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357356 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30828 29543 623 1205 0 29619 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 123312

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 9688
/proc/meminfo: memFree=31200180/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123828 CPUtime=1242.32 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 54370 0 0 0 124171 61 0 0 25 0 1 0 820263145 126799872 29672 33554432000 4194304 9128323 140733944396048 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30957 29672 623 1205 0 29748 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 123828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 9690
/proc/meminfo: memFree=31202112/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123828 CPUtime=1302.33 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 60271 0 0 0 130169 64 0 0 25 0 1 0 820263145 126799872 29672 33554432000 4194304 9128323 140733944396048 18446744073709551615 7315713 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30957 29672 623 1205 0 29748 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 123828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 9691
/proc/meminfo: memFree=31202444/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123828 CPUtime=1362.33 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 60271 0 0 0 136167 66 0 0 25 0 1 0 820263145 126799872 29672 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357856 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30957 29672 623 1205 0 29748 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 123828

[startup+1422.32 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 9702
/proc/meminfo: memFree=31199324/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123828 CPUtime=1422.34 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 60271 0 0 0 142167 67 0 0 25 0 1 0 820263145 126799872 29672 33554432000 4194304 9128323 140733944396048 18446744073709551615 7314290 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30957 29672 623 1205 0 29748 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 123828

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 9731
/proc/meminfo: memFree=31003344/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123828 CPUtime=1482.33 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 60271 0 0 0 148164 69 0 0 25 0 1 0 820263145 126799872 29672 33554432000 4194304 9128323 140733944396048 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30957 29672 623 1205 0 29748 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 123828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 9732
/proc/meminfo: memFree=30911448/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=123828 CPUtime=1542.33 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 60271 0 0 0 154163 70 0 0 25 0 1 0 820263145 126799872 29672 33554432000 4194304 9128323 140733944396048 18446744073709551615 7328001 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 30957 29672 623 1205 0 29748 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 123828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 9734
/proc/meminfo: memFree=30904212/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=131720 CPUtime=1602.33 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 65374 0 0 0 160160 73 0 0 25 0 1 0 820263145 134881280 31645 33554432000 4194304 9128323 140733944396048 18446744073709551615 7314316 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 32930 31645 623 1205 0 31721 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 131720

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/447 9738
/proc/meminfo: memFree=30903020/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=136436 CPUtime=1662.34 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 68660 0 0 0 166158 76 0 0 25 0 1 0 820263145 139710464 31772 33554432000 4194304 9128323 140733944396048 18446744073709551615 7313984 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34109 31772 623 1205 0 32900 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 136436

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/447 9740
/proc/meminfo: memFree=30897128/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=138908 CPUtime=1722.34 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 70330 0 0 0 172156 78 0 0 25 0 1 0 820263145 142241792 33442 33554432000 4194304 9128323 140733944396048 18446744073709551615 7340568 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34727 33442 623 1205 0 33518 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 138908

[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/447 9742
/proc/meminfo: memFree=30896204/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=138908 CPUtime=1782.33 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 70330 0 0 0 178154 79 0 0 25 0 1 0 820263145 142241792 33442 33554432000 4194304 9128323 140733944396048 18446744073709551615 7357560 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34727 33442 623 1205 0 33518 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 138908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.12 2.05 2.01 3/447 9742
/proc/meminfo: memFree=30896796/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=138908 CPUtime=1800.05 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 70330 0 0 0 179924 81 0 0 25 0 1 0 820263145 142241792 33442 33554432000 4194304 9128323 140733944396048 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34727 33442 623 1205 0 33518 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 138908

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9599

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

[startup+1801.4 s]
/proc/loadavg: 2.12 2.05 2.01 3/448 9743
/proc/meminfo: memFree=30896168/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=138908 CPUtime=1801.44 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 70330 0 0 0 180063 81 0 0 25 0 1 0 820263145 142241792 33442 33554432000 4194304 9128323 140733944396048 18446744073709551615 7314714 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34727 33442 623 1205 0 33518 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 138908

[startup+1801.82 s]
/proc/loadavg: 2.12 2.05 2.01 3/448 9743
/proc/meminfo: memFree=30896044/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=138908 CPUtime=1801.86 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 70330 0 0 0 180105 81 0 0 25 0 1 0 820263145 142241792 33442 33554432000 4194304 9128323 140733944396048 18446744073709551615 7315635 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34727 33442 623 1205 0 33518 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 138908

[startup+1802 s]
/proc/loadavg: 2.12 2.05 2.01 3/448 9743
/proc/meminfo: memFree=30896044/32950928 swapFree=34365992/67111528
[pid=9599] ppid=9597 vsize=138908 CPUtime=1802.04 cores=0,2,4,6
/proc/9599/stat : 9599 (scip-2.0.1.4.li) R 9597 9599 6518 0 -1 4202496 70330 0 0 0 180123 81 0 0 25 0 1 0 820263145 142241792 33442 33554432000 4194304 9128323 140733944396048 18446744073709551615 7337846 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9599/statm: 34727 33442 623 1205 0 33518 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 138908

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.07
CPU user time (s): 1801.25
CPU system time (s): 0.816875
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 147664

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

runsolver used 8.01878 second user time and 18.2272 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 09:37:24
IDJOB=3452620
IDBENCH=2218
IDSOLVER=1949
FILE ID=node120/3452620-1307086644
RUNJOBID= node120-1307081648-8890
PBS_JOBID= 13497866
Free space on /tmp= 73800 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452620-1307086644/watcher-3452620-1307086644 -o /tmp/evaluation-result-3452620-1307086644/solver-3452620-1307086644 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452620-1307086644.opb -t 1800 -m 15500

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=1246036441

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:      31262644 kB
Buffers:        249204 kB
Cached:         954468 kB
SwapCached:      12852 kB
Active:         477992 kB
Inactive:       919072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31262644 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           12804 kB
Writeback:           0 kB
AnonPages:      190560 kB
Mapped:          12368 kB
Slab:           131792 kB
PageTables:      91388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105569256 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 10:07:26