Trace number 3485438

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 2 2011-06-10 (fixed)? (TO) 1800.06 1800.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.4 [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-3485438-1307764760.opb>
0.06/0.08	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.06/0.08	c problem read
0.06/0.08	c presolving settings loaded
0.09/0.14	o 10000
0.09/0.14	c feasible solution found by trivial heuristic, objective value  1.000000e+04
0.09/0.14	c presolving:
0.09/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.22	c    (0.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.22	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (2 rounds):
0.19/0.22	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.22	c  0 implications, 0 cliques
0.19/0.22	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.19/0.22	c   10000 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.12
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 2.0.1.4
0.19/0.22	c 
0.19/0.22	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c conflict/interconss = 0
0.19/0.22	c 
0.19/0.22	c # should binary conflicts be preferred?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c conflict/preferbinary = TRUE
0.19/0.22	c 
0.19/0.22	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c constraints/agelimit = 1
0.19/0.22	c 
0.19/0.22	c # should enforcement of pseudo solution be disabled?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/disableenfops = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1797
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 13950
0.19/0.22	c 
0.19/0.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.22	c # [type: int, range: [1,2], default: 1]
0.19/0.22	c timing/clocktype = 2
0.19/0.22	c 
0.19/0.22	c # belongs reading time to solving time?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c timing/reading = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/indicator/addCouplingCons = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	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-3485438-1307764760/watcher-3485438-1307764760 -o /tmp/evaluation-result-3485438-1307764760/solver-3485438-1307764760 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485438-1307764760.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.00 2.00 2.00 2/177 1785
/proc/meminfo: memFree=31356648/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=6720 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 826 0 0 0 0 0 0 0 25 0 1 0 966706584 6881280 781 33554432000 4194304 8979876 140733376453568 18446744073709551615 7841099 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1785/statm: 1680 781 316 1169 0 507 0

[startup+0.073695 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1785
/proc/meminfo: memFree=31356648/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=21332 CPUtime=0.06 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 4353 0 0 0 6 0 0 0 25 0 1 0 966706584 21843968 4306 33554432000 4194304 8979876 140733376453568 18446744073709551615 6204168 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1785/statm: 5333 4306 366 1169 0 4160 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21332

[startup+0.100685 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1785
/proc/meminfo: memFree=31356648/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=36580 CPUtime=0.09 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 8136 0 0 0 8 1 0 0 25 0 1 0 966706584 37457920 8089 33554432000 4194304 8979876 140733376453568 18446744073709551615 4621977 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 9145 8089 416 1169 0 7972 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36580

[startup+0.300663 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1785
/proc/meminfo: memFree=31356648/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=73648 CPUtime=0.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 18100 0 0 0 27 2 0 0 25 0 1 0 966706584 75415552 16946 33554432000 4194304 8979876 140733376453568 18446744073709551615 7046510 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 18412 16946 604 1169 0 17239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73648

[startup+0.700582 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 1785
/proc/meminfo: memFree=31356648/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=75664 CPUtime=0.69 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 18608 0 0 0 67 2 0 0 25 0 1 0 966706584 77479936 17380 33554432000 4194304 8979876 140733376453568 18446744073709551615 7047456 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 18916 17380 610 1169 0 17743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75664

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1786
/proc/meminfo: memFree=31287844/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=79188 CPUtime=1.49 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 19680 0 0 0 147 2 0 0 25 0 1 0 966706584 81088512 18325 33554432000 4194304 8979876 140733376453568 18446744073709551615 7123753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 19797 18325 633 1169 0 18624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79188

[startup+3.10112 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1786
/proc/meminfo: memFree=31285604/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=81440 CPUtime=3.09 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 20183 0 0 0 306 3 0 0 25 0 1 0 966706584 83394560 18811 33554432000 4194304 8979876 140733376453568 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 20360 18811 652 1169 0 19187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81440

[startup+6.30056 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1786
/proc/meminfo: memFree=31282876/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=81440 CPUtime=6.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 20369 0 0 0 626 3 0 0 25 0 1 0 966706584 83394560 18961 33554432000 4194304 8979876 140733376453568 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 20360 18961 620 1169 0 19187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81440

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1786
/proc/meminfo: memFree=31280896/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=82072 CPUtime=12.7 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 21135 0 0 0 1265 5 0 0 25 0 1 0 966706584 84041728 18748 33554432000 4194304 8979876 140733376453568 18446744073709551615 7147081 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 20518 18748 610 1169 0 19345 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 82072

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1786
/proc/meminfo: memFree=31287120/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=87316 CPUtime=25.5 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 23809 0 0 0 2544 6 0 0 25 0 1 0 966706584 89411584 20423 33554432000 4194304 8979876 140733376453568 18446744073709551615 7146549 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 21829 20423 625 1169 0 20656 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 87316

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1787
/proc/meminfo: memFree=31276196/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=97932 CPUtime=51.08 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 27513 0 0 0 5100 8 0 0 25 0 1 0 966706584 100282368 22358 33554432000 4194304 8979876 140733376453568 18446744073709551615 7147105 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 24483 22358 610 1169 0 23310 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 97932

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1797
/proc/meminfo: memFree=31258784/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=99852 CPUtime=102.3 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 32419 0 0 0 10218 12 0 0 25 0 1 0 966706584 102248448 23462 33554432000 4194304 8979876 140733376453568 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 24963 23462 610 1169 0 23790 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99852

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1799
/proc/meminfo: memFree=31255484/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=103216 CPUtime=162.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 35361 0 0 0 16213 16 0 0 25 0 1 0 966706584 105693184 23497 33554432000 4194304 8979876 140733376453568 18446744073709551615 7157329 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 25804 23497 610 1169 0 24631 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103216

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1800
/proc/meminfo: memFree=31252912/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=107284 CPUtime=222.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 38165 0 0 0 22209 20 0 0 25 0 1 0 966706584 109858816 24688 33554432000 4194304 8979876 140733376453568 18446744073709551615 7156024 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 26821 24688 610 1169 0 25648 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 107284

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1802
/proc/meminfo: memFree=31257068/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=107284 CPUtime=282.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 38410 0 0 0 28206 23 0 0 25 0 1 0 966706584 109858816 24933 33554432000 4194304 8979876 140733376453568 18446744073709551615 6820818 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 26821 24933 610 1169 0 25648 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107284

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1804
/proc/meminfo: memFree=31258000/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=109396 CPUtime=342.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 39395 0 0 0 34203 26 0 0 25 0 1 0 966706584 112021504 25918 33554432000 4194304 8979876 140733376453568 18446744073709551615 7183375 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 27349 25918 625 1169 0 26176 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 109396

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1805
/proc/meminfo: memFree=31255344/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=109396 CPUtime=402.29 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 39398 0 0 0 40199 30 0 0 25 0 1 0 966706584 112021504 25918 33554432000 4194304 8979876 140733376453568 18446744073709551615 7167024 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 27349 25918 622 1169 0 26176 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 109396

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1807
/proc/meminfo: memFree=31253540/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=109396 CPUtime=462.3 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 39410 0 0 0 46196 34 0 0 25 0 1 0 966706584 112021504 25918 33554432000 4194304 8979876 140733376453568 18446744073709551615 7147105 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 27349 25918 610 1169 0 26176 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109396

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1808
/proc/meminfo: memFree=31252740/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=109396 CPUtime=522.3 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 39415 0 0 0 52193 37 0 0 25 0 1 0 966706584 112021504 25923 33554432000 4194304 8979876 140733376453568 18446744073709551615 7118896 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 27349 25923 610 1169 0 26176 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 109396

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1810
/proc/meminfo: memFree=31252800/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=109396 CPUtime=582.3 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 39415 0 0 0 58191 39 0 0 25 0 1 0 966706584 112021504 25923 33554432000 4194304 8979876 140733376453568 18446744073709551615 7145559 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 27349 25923 610 1169 0 26176 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109396

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1854
/proc/meminfo: memFree=31375960/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=119100 CPUtime=822.3 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 45402 0 0 0 82174 56 0 0 25 0 1 0 966706584 121958400 27243 33554432000 4194304 8979876 140733376453568 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 29775 27243 610 1169 0 28602 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 119100

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1856
/proc/meminfo: memFree=31363992/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=120520 CPUtime=882.3 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 46892 0 0 0 88171 59 0 0 25 0 1 0 966706584 123412480 28733 33554432000 4194304 8979876 140733376453568 18446744073709551615 7122758 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 30130 28733 610 1169 0 28957 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 120520

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1858
/proc/meminfo: memFree=31368396/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=120520 CPUtime=942.31 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 49388 0 0 0 94168 63 0 0 25 0 1 0 966706584 123412480 28733 33554432000 4194304 8979876 140733376453568 18446744073709551615 7157296 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 30130 28733 610 1169 0 28957 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 120520

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1859
/proc/meminfo: memFree=31356792/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=120520 CPUtime=1002.31 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 49388 0 0 0 100165 66 0 0 25 0 1 0 966706584 123412480 28733 33554432000 4194304 8979876 140733376453568 18446744073709551615 7185312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 30130 28733 610 1169 0 28957 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 120520

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1861
/proc/meminfo: memFree=31340104/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=126792 CPUtime=1062.31 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 49438 0 0 0 106163 68 0 0 25 0 1 0 966706584 129835008 28783 33554432000 4194304 8979876 140733376453568 18446744073709551615 7167143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31698 28783 610 1169 0 30525 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 126792

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1862
/proc/meminfo: memFree=31336432/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=126792 CPUtime=1122.31 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 49545 0 0 0 112161 70 0 0 25 0 1 0 966706584 129835008 28890 33554432000 4194304 8979876 140733376453568 18446744073709551615 7184978 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31698 28890 610 1169 0 30525 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 126792

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1864
/proc/meminfo: memFree=31320372/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=126792 CPUtime=1182.31 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 49545 0 0 0 118158 73 0 0 25 0 1 0 966706584 129835008 28890 33554432000 4194304 8979876 140733376453568 18446744073709551615 7185133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31698 28890 610 1169 0 30525 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 126792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1866
/proc/meminfo: memFree=31305180/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=126964 CPUtime=1242.32 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 50972 0 0 0 124156 76 0 0 25 0 1 0 966706584 130011136 30317 33554432000 4194304 8979876 140733376453568 18446744073709551615 7167143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31741 30317 610 1169 0 30568 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 126964

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 1867
/proc/meminfo: memFree=31292456/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=126964 CPUtime=1302.32 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 50972 0 0 0 130153 79 0 0 25 0 1 0 966706584 130011136 30317 33554432000 4194304 8979876 140733376453568 18446744073709551615 7146602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31741 30317 610 1169 0 30568 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 126964

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 1869
/proc/meminfo: memFree=31280864/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=126964 CPUtime=1362.32 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 50972 0 0 0 136150 82 0 0 25 0 1 0 966706584 130011136 30317 33554432000 4194304 8979876 140733376453568 18446744073709551615 7185312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31741 30317 610 1169 0 30568 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 126964

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 1870
/proc/meminfo: memFree=31269012/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=127132 CPUtime=1422.33 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 51014 0 0 0 142150 83 0 0 25 0 1 0 966706584 130183168 30359 33554432000 4194304 8979876 140733376453568 18446744073709551615 7167143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31783 30359 610 1169 0 30610 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 127132

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 1872
/proc/meminfo: memFree=31254556/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=127132 CPUtime=1482.32 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 51014 0 0 0 148147 85 0 0 25 0 1 0 966706584 130183168 30359 33554432000 4194304 8979876 140733376453568 18446744073709551615 7157333 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31783 30359 610 1169 0 30610 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 127132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 1874
/proc/meminfo: memFree=31248296/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=127132 CPUtime=1542.32 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 51014 0 0 0 154145 87 0 0 25 0 1 0 966706584 130183168 30359 33554432000 4194304 8979876 140733376453568 18446744073709551615 7146602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 31783 30359 610 1169 0 30610 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 127132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1875
/proc/meminfo: memFree=31236060/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=134376 CPUtime=1602.33 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 51093 0 0 0 160144 89 0 0 25 0 1 0 966706584 137601024 30438 33554432000 4194304 8979876 140733376453568 18446744073709551615 7147035 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 33594 30438 610 1169 0 32421 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 134376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1877
/proc/meminfo: memFree=31211556/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=138896 CPUtime=1662.33 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 53955 0 0 0 166141 92 0 0 25 0 1 0 966706584 142229504 33300 33554432000 4194304 8979876 140733376453568 18446744073709551615 7184622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 34724 33300 610 1169 0 33551 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 138896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1878
/proc/meminfo: memFree=31206416/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=138896 CPUtime=1722.33 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 53955 0 0 0 172139 94 0 0 25 0 1 0 966706584 142229504 33300 33554432000 4194304 8979876 140733376453568 18446744073709551615 7147072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 34724 33300 610 1169 0 33551 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 138896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1880
/proc/meminfo: memFree=31203492/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=138896 CPUtime=1782.33 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 53955 0 0 0 178137 96 0 0 25 0 1 0 966706584 142229504 33300 33554432000 4194304 8979876 140733376453568 18446744073709551615 7184608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 34724 33300 610 1169 0 33551 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 138896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1881
/proc/meminfo: memFree=31204336/32951124 swapFree=67056304/67111528
[pid=1785] ppid=1783 vsize=138896 CPUtime=1800.04 cores=0,2,4,6
/proc/1785/stat : 1785 (scip-2.0.1.4_2.) R 1783 1785 30098 0 -1 4202496 53955 0 0 0 179907 97 0 0 25 0 1 0 966706584 142229504 33300 33554432000 4194304 8979876 140733376453568 18446744073709551615 7144835 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1785/statm: 34724 33300 610 1169 0 33551 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 138896

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1799.08
CPU system time (s): 0.978851
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 138896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 0.978851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53955
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= 5
involuntary context switches= 3987

runsolver used 2.91756 second user time and 5.74913 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 05:59:20
IDJOB=3485438
IDBENCH=2218
IDSOLVER=1977
FILE ID=node110/3485438-1307764760
RUNJOBID= node110-1307750177-30116
PBS_JOBID= 13550851
Free space on /tmp= 74128 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485438-1307764760/watcher-3485438-1307764760 -o /tmp/evaluation-result-3485438-1307764760/solver-3485438-1307764760 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485438-1307764760.opb -t 1800 -m 15500

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=879762513

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:      31356960 kB
Buffers:        280484 kB
Cached:         749344 kB
SwapCached:       8464 kB
Active:         814324 kB
Inactive:       547064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31356960 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           17520 kB
Writeback:           0 kB
AnonPages:      329760 kB
Mapped:          15932 kB
Slab:           167524 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   532484 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= 74108 MiB
End job on node110 at 2011-06-11 06:29:22