Trace number 3488880

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.03 1802.01

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.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-3488880-1307767661.opb>
0.02/0.07	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.02/0.07	c problem read
0.02/0.07	c presolving settings loaded
0.09/0.12	o 10000
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.000000e+04
0.09/0.12	c presolving:
0.09/0.16	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.09/0.19	c    (0.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (2 rounds):
0.09/0.19	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  0 implications, 0 cliques
0.09/0.19	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.09/0.19	c   10000 constraints of type <logicor>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.09
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 2.0.1.5
0.09/0.19	c 
0.09/0.19	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c conflict/interconss = 0
0.09/0.19	c 
0.09/0.19	c # should binary conflicts be preferred?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c conflict/preferbinary = TRUE
0.09/0.19	c 
0.09/0.19	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.19	c constraints/agelimit = 1
0.09/0.19	c 
0.09/0.19	c # should enforcement of pseudo solution be disabled?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/disableenfops = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1797
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 13950
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # belongs reading time to solving time?
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c timing/reading = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 

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-3488880-1307767661/watcher-3488880-1307767661 -o /tmp/evaluation-result-3488880-1307767661/solver-3488880-1307767661 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488880-1307767661.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: 1.08 1.02 1.25 2/177 23292
/proc/meminfo: memFree=30948580/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 2146 0 0 0 0 0 0 0 24 0 1 0 966996774 13000704 2101 33554432000 4194304 9016284 140733296080800 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23292/statm: 3174 2101 353 1178 0 1992 0

[startup+0.02593 s]
/proc/loadavg: 1.08 1.02 1.25 2/177 23292
/proc/meminfo: memFree=30948580/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=21700 CPUtime=0.02 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 4429 0 0 0 2 0 0 0 24 0 1 0 966996774 22220800 4382 33554432000 4194304 9016284 140733296080800 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23292/statm: 5425 4382 360 1178 0 4243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21700

[startup+0.100929 s]
/proc/loadavg: 1.08 1.02 1.25 2/177 23292
/proc/meminfo: memFree=30948580/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=42340 CPUtime=0.09 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 9567 0 0 0 9 0 0 0 24 0 1 0 966996774 43356160 9520 33554432000 4194304 9016284 140733296080800 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 10585 9548 413 1178 0 9403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42340

[startup+0.300894 s]
/proc/loadavg: 1.08 1.02 1.25 2/177 23292
/proc/meminfo: memFree=30948580/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=74232 CPUtime=0.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 18034 0 0 0 28 1 0 0 25 0 1 0 966996774 76013568 17062 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 18558 17062 596 1178 0 17376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74232

[startup+0.700813 s]
/proc/loadavg: 1.08 1.02 1.25 2/177 23292
/proc/meminfo: memFree=30948580/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=77396 CPUtime=0.69 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 18801 0 0 0 67 2 0 0 25 0 1 0 966996774 79253504 17724 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 19349 17724 633 1178 0 18167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77396

[startup+1.50068 s]
/proc/loadavg: 1.15 1.04 1.25 3/178 23293
/proc/meminfo: memFree=30869732/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=80560 CPUtime=1.49 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 19809 0 0 0 146 3 0 0 25 0 1 0 966996774 82493440 18614 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 20140 18614 619 1178 0 18958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80560

[startup+3.10042 s]
/proc/loadavg: 1.15 1.04 1.25 3/178 23293
/proc/meminfo: memFree=30866696/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=80560 CPUtime=3.09 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 19916 0 0 0 304 5 0 0 25 0 1 0 966996774 82493440 18700 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 20140 18700 601 1178 0 18958 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80560

[startup+6.30088 s]
/proc/loadavg: 1.22 1.05 1.26 3/178 23293
/proc/meminfo: memFree=30865156/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=82860 CPUtime=6.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 20412 0 0 0 623 6 0 0 25 0 1 0 966996774 84848640 19196 33554432000 4194304 9016284 140733296080800 18446744073709551615 7181476 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 20715 19196 612 1178 0 19533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82860

[startup+12.7008 s]
/proc/loadavg: 1.28 1.07 1.26 3/178 23293
/proc/meminfo: memFree=30862112/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=85212 CPUtime=12.69 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 21020 0 0 0 1262 7 0 0 25 0 1 0 966996774 87257088 19793 33554432000 4194304 9016284 140733296080800 18446744073709551615 7180891 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 21303 19793 601 1178 0 20121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85212

[startup+25.5007 s]
/proc/loadavg: 1.44 1.11 1.27 3/178 23293
/proc/meminfo: memFree=30859620/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=88428 CPUtime=25.49 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 24751 0 0 0 2539 10 0 0 25 0 1 0 966996774 90550272 20661 33554432000 4194304 9016284 140733296080800 18446744073709551615 7190406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23292/statm: 22107 20661 655 1178 0 20925 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88428

[startup+51.1004 s]
/proc/loadavg: 1.63 1.18 1.29 3/178 23295
/proc/meminfo: memFree=30848128/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=98348 CPUtime=51.08 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 29010 0 0 0 5095 13 0 0 25 0 1 0 966996774 100708352 22997 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/23292/statm: 24587 22997 601 1178 0 23405 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98348

[startup+102.307 s]
/proc/loadavg: 1.84 1.31 1.32 3/178 23295
/proc/meminfo: memFree=30842384/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=98348 CPUtime=102.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 30439 0 0 0 10211 18 0 0 25 0 1 0 966996774 100708352 23094 33554432000 4194304 9016284 140733296080800 18446744073709551615 7181009 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 24587 23094 601 1178 0 23405 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98348

[startup+162.301 s]
/proc/loadavg: 1.94 1.43 1.37 3/178 23297
/proc/meminfo: memFree=30833764/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=101380 CPUtime=162.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 32820 0 0 0 16205 24 0 0 25 0 1 0 966996774 103813120 23900 33554432000 4194304 9016284 140733296080800 18446744073709551615 7181501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 25345 23900 601 1178 0 24163 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101380

[startup+222.301 s]
/proc/loadavg: 1.98 1.53 1.40 3/178 23299
/proc/meminfo: memFree=30827160/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=104804 CPUtime=222.28 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 35050 0 0 0 22200 28 0 0 25 0 1 0 966996774 107319296 24517 33554432000 4194304 9016284 140733296080800 18446744073709551615 7181488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 26201 24517 601 1178 0 25019 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 104804

[startup+282.301 s]
/proc/loadavg: 2.04 1.63 1.44 3/178 23301
/proc/meminfo: memFree=30821028/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=107340 CPUtime=282.28 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 37713 0 0 0 28195 33 0 0 25 0 1 0 966996774 109916160 25391 33554432000 4194304 9016284 140733296080800 18446744073709551615 7180598 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 26835 25391 601 1178 0 25653 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 107340

[startup+342.301 s]
/proc/loadavg: 2.01 1.69 1.47 3/178 23303
/proc/meminfo: memFree=30819852/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=107340 CPUtime=342.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 37713 0 0 0 34191 38 0 0 25 0 1 0 966996774 109916160 25391 33554432000 4194304 9016284 140733296080800 18446744073709551615 7181505 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 26835 25391 601 1178 0 25653 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 107340

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.50 3/178 23303
/proc/meminfo: memFree=30819932/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=107340 CPUtime=402.28 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 37713 0 0 0 40186 42 0 0 25 0 1 0 966996774 109916160 25391 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 26835 25391 601 1178 0 25653 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 107340

[startup+462.301 s]
/proc/loadavg: 2.05 1.81 1.54 3/178 23495
/proc/meminfo: memFree=30762628/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=107340 CPUtime=462.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 37713 0 0 0 46182 47 0 0 25 0 1 0 966996774 109916160 25391 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219239 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 26835 25391 601 1178 0 25653 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 107340

[startup+522.301 s]
/proc/loadavg: 2.02 1.84 1.56 3/178 23497
/proc/meminfo: memFree=30762204/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=107340 CPUtime=522.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 37714 0 0 0 52179 50 0 0 25 0 1 0 966996774 109916160 25392 33554432000 4194304 9016284 140733296080800 18446744073709551615 7179971 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 26835 25392 601 1178 0 25653 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 107340

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.59 3/178 23499
/proc/meminfo: memFree=30752800/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=121312 CPUtime=582.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 42272 0 0 0 58174 55 0 0 25 0 1 0 966996774 124223488 27805 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219210 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 30328 27805 601 1178 0 29146 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 121312

[startup+642.301 s]

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

/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 47730 0 0 0 100146 84 0 0 25 0 1 0 966996774 131932160 30767 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219694 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 32210 30767 601 1178 0 31028 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 128840

[startup+1062.3 s]
/proc/loadavg: 2.04 1.99 1.74 3/178 23520
/proc/meminfo: memFree=30722048/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=128840 CPUtime=1062.29 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 47730 0 0 0 106142 87 0 0 25 0 1 0 966996774 131932160 30767 33554432000 4194304 9016284 140733296080800 18446744073709551615 7180632 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 32210 30767 601 1178 0 31028 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 128840

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.76 3/178 23522
/proc/meminfo: memFree=30717544/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=128840 CPUtime=1122.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 47741 0 0 0 112138 92 0 0 25 0 1 0 966996774 131932160 30778 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219667 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 32210 30778 601 1178 0 31028 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 128840

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/178 23524
/proc/meminfo: memFree=30716488/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=128840 CPUtime=1182.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 53642 0 0 0 118133 97 0 0 25 0 1 0 966996774 131932160 30778 33554432000 4194304 9016284 140733296080800 18446744073709551615 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 32210 30778 601 1178 0 31028 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 128840

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/178 23526
/proc/meminfo: memFree=30716428/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=128840 CPUtime=1242.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 53642 0 0 0 124131 99 0 0 25 0 1 0 966996774 131932160 30778 33554432000 4194304 9016284 140733296080800 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 32210 30778 601 1178 0 31028 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 128840

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/178 23526
/proc/meminfo: memFree=30716232/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=135932 CPUtime=1302.31 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 53747 0 0 0 130127 104 0 0 25 0 1 0 966996774 139194368 30883 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219210 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 33983 30883 601 1178 0 32801 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 135932

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/178 23528
/proc/meminfo: memFree=30716316/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=135932 CPUtime=1362.31 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 53747 0 0 0 136124 107 0 0 25 0 1 0 966996774 139194368 30883 33554432000 4194304 9016284 140733296080800 18446744073709551615 7217850 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 33983 30883 601 1178 0 32801 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 135932

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 23530
/proc/meminfo: memFree=30711672/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=135932 CPUtime=1422.31 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 55312 0 0 0 142121 110 0 0 25 0 1 0 966996774 139194368 32448 33554432000 4194304 9016284 140733296080800 18446744073709551615 7179235 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 33983 32448 601 1178 0 32801 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 135932

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/178 23532
/proc/meminfo: memFree=30711112/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=135932 CPUtime=1482.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 55326 0 0 0 148118 112 0 0 25 0 1 0 966996774 139194368 32462 33554432000 4194304 9016284 140733296080800 18446744073709551615 7231895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 33983 32462 601 1178 0 32801 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 135932

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23534
/proc/meminfo: memFree=30710064/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1542.31 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58644 0 0 0 154116 115 0 0 25 0 1 0 966996774 144642048 32621 33554432000 4194304 9016284 140733296080800 18446744073709551615 7180992 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32621 601 1178 0 34131 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 141252

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 23572
/proc/meminfo: memFree=30648172/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1602.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 160113 117 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7189364 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 141252

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/178 23574
/proc/meminfo: memFree=30627432/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1662.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 166110 120 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219239 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 141252

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 23576
/proc/meminfo: memFree=30627180/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1722.3 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 172106 124 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7179601 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 141252

[startup+1782.3 s]
/proc/loadavg: 2.03 2.00 1.86 3/178 23578
/proc/meminfo: memFree=30627004/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1782.31 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 178103 128 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7179980 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 141252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.00 1.86 3/178 23578
/proc/meminfo: memFree=30628472/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1800.01 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 179872 129 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7189232 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 141252

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23292

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.00 1.86 3/179 23579
/proc/meminfo: memFree=30628464/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1801.41 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 180012 129 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7201543 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 141252

[startup+1801.81 s]
/proc/loadavg: 2.02 2.00 1.86 3/179 23579
/proc/meminfo: memFree=30628464/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=141252 CPUtime=1801.81 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 58645 0 0 0 180052 129 0 0 25 0 1 0 966996774 144642048 32622 33554432000 4194304 9016284 140733296080800 18446744073709551615 7219203 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 35313 32622 601 1178 0 34131 0
Current children cumulated CPU time (s) 1801.81
Current children cumulated vsize (KiB) 141252

[startup+1802 s]
/proc/loadavg: 2.02 2.00 1.86 3/179 23579
/proc/meminfo: memFree=30628464/32951124 swapFree=67049456/67111528
[pid=23292] ppid=23290 vsize=102484 CPUtime=1802.01 cores=1,3,5,7
/proc/23292/stat : 23292 (scip-2.0.1.4b_2) R 23290 23292 21071 0 -1 4202496 59280 0 0 0 180072 129 0 0 25 0 1 0 966996774 104943616 24251 33554432000 4194304 9016284 140733296080800 18446744073709551615 7201733 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23292/statm: 25621 24251 601 1178 0 24439 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 102484

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.01
CPU time (s): 1802.03
CPU user time (s): 1800.73
CPU system time (s): 1.3008
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 151876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.73
system time used= 1.3008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59280
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= 3
involuntary context switches= 2662

runsolver used 2.94155 second user time and 6.563 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 06:47:41
IDJOB=3488880
IDBENCH=2218
IDSOLVER=1979
FILE ID=node118/3488880-1307767661
RUNJOBID= node118-1307767659-23189
PBS_JOBID= 13550844
Free space on /tmp= 74140 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.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-3488880-1307767661/watcher-3488880-1307767661 -o /tmp/evaluation-result-3488880-1307767661/solver-3488880-1307767661 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488880-1307767661.opb -t 1800 -m 15500

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=543177681

node118.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.842
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.68
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.842
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.75
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30949256 kB
Buffers:        235480 kB
Cached:        1536976 kB
SwapCached:      15436 kB
Active:         483080 kB
Inactive:      1321888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30949256 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           33916 kB
Writeback:           0 kB
AnonPages:       29724 kB
Mapped:          11408 kB
Slab:           131948 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   223668 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= 74120 MiB
End job on node118 at 2011-06-11 07:17:43