Trace number 3479194

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.15 1802.19

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark142
Best CPU time to get the best result obtained on this benchmark1798.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3479194-1307447783.opb>
2.39/2.44	c original problem has 213440 variables (213440 bin, 0 int, 0 impl, 0 cont) and 223870 constraints
2.39/2.44	c problem read
2.39/2.44	c presolving settings loaded
3.88/3.94	c presolving:
4.59/4.63	c (round 1) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 0 upgd conss, 243936 impls, 0 clqs
5.58/5.67	c (round 2) 264 del vars, 264 del conss, 0 add conss, 264 chg bounds, 0 chg sides, 460 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
147.70/147.86	c (round 3) 264 del vars, 122496 del conss, 121968 add conss, 264 chg bounds, 121968 chg sides, 244396 chg coeffs, 213442 upgd conss, 243936 impls, 0 clqs
150.00/150.18	c    (150.2s) probing: 101/213176 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
150.00/150.18	c    (150.2s) probing aborted: 100/100 successive totally useless probings
150.00/150.19	c presolving (4 rounds):
150.00/150.19	c  264 deleted vars, 122496 deleted constraints, 121968 added constraints, 264 tightened bounds, 0 added holes, 121968 changed sides, 244396 changed coefficients
150.00/150.19	c  243936 implications, 0 cliques
150.00/150.19	c presolved problem has 213176 variables (213176 bin, 0 int, 0 impl, 0 cont) and 223342 constraints
150.00/150.19	c     658 constraints of type <knapsack>
150.00/150.19	c  121968 constraints of type <setppc>
150.00/150.19	c   10164 constraints of type <linear>
150.00/150.19	c   90552 constraints of type <logicor>
150.00/150.19	c transformed objective value is always integral (scale: 1)
150.00/150.19	c Presolving Time: 147.31
150.00/150.19	c - non default parameters ----------------------------------------------------------------------
150.00/150.19	c # SCIP version 2.0.1.4
150.00/150.19	c 
150.00/150.19	c # frequency for displaying node information lines
150.00/150.19	c # [type: int, range: [-1,2147483647], default: 100]
150.00/150.19	c display/freq = 10000
150.00/150.19	c 
150.00/150.19	c # maximal time in seconds to run
150.00/150.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
150.00/150.19	c limits/time = 1800
150.00/150.19	c 
150.00/150.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
150.00/150.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
150.00/150.19	c limits/memory = 13950
150.00/150.19	c 
150.00/150.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
150.00/150.19	c # [type: int, range: [1,2], default: 1]
150.00/150.19	c timing/clocktype = 2
150.00/150.19	c 
150.00/150.19	c # belongs reading time to solving time?
150.00/150.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
150.00/150.19	c timing/reading = TRUE
150.00/150.19	c 
150.00/150.19	c # should presolving try to simplify inequalities
150.00/150.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
150.00/150.19	c constraints/linear/simplifyinequalities = TRUE
150.00/150.19	c 
150.00/150.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
150.00/150.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
150.00/150.19	c constraints/indicator/addCouplingCons = TRUE
150.00/150.19	c 
150.00/150.19	c # should presolving try to simplify knapsacks
150.00/150.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
150.00/150.19	c constraints/knapsack/simplifyinequalities = TRUE
150.00/150.19	c 
150.00/150.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
150.00/150.19	c # [type: int, range: [-1,2147483647], default: -1]
150.00/150.19	c separating/rapidlearning/freq = 0
150.00/150.19	c 
150.00/150.19	c -----------------------------------------------------------------------------------------------
150.00/150.19	c start solving
150.10/150.24	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-3479194-1307447783/watcher-3479194-1307447783 -o /tmp/evaluation-result-3479194-1307447783/solver-3479194-1307447783 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479194-1307447783.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.02 2.00 3/514 17417
/proc/meminfo: memFree=19800864/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=12652 CPUtime=0 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 2178 0 0 0 0 0 0 0 24 0 1 0 837193994 12955648 2132 33554432000 4194304 9128323 140737190824992 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17417/statm: 3163 2132 400 1205 0 1954 0

[startup+0.0721231 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 17417
/proc/meminfo: memFree=19800864/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=41184 CPUtime=0.06 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 9273 0 0 0 5 1 0 0 24 0 1 0 837193994 42172416 9227 33554432000 4194304 9128323 140737190824992 18446744073709551615 4437287 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17417/statm: 10296 9227 400 1205 0 9087 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41184

[startup+0.101121 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 17417
/proc/meminfo: memFree=19800864/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=54136 CPUtime=0.09 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 12496 0 0 0 8 1 0 0 24 0 1 0 837193994 55435264 12450 33554432000 4194304 9128323 140737190824992 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17417/statm: 13534 12460 400 1205 0 12325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54136

[startup+0.301079 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 17417
/proc/meminfo: memFree=19800864/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=123684 CPUtime=0.29 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 29891 0 0 0 26 3 0 0 25 0 1 0 837193994 126652416 29845 33554432000 4194304 9128323 140737190824992 18446744073709551615 4437287 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17417/statm: 30921 29845 400 1205 0 29712 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123684

[startup+0.701005 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 17417
/proc/meminfo: memFree=19800864/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=172204 CPUtime=0.68 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 42022 0 0 0 64 4 0 0 25 0 1 0 837193994 176336896 41973 33554432000 4194304 9128323 140737190824992 18446744073709551615 8008910 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17417/statm: 43051 41973 400 1205 0 41842 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 172204

[startup+1.50086 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17418
/proc/meminfo: memFree=19619320/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=207832 CPUtime=1.49 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 50936 0 0 0 143 6 0 0 25 0 1 0 837193994 212819968 50853 33554432000 4194304 9128323 140737190824992 18446744073709551615 8008900 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17417/statm: 51958 50853 400 1205 0 50749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207832

[startup+3.10055 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17418
/proc/meminfo: memFree=19571952/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=509436 CPUtime=3.09 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 125913 0 0 0 294 15 0 0 25 0 1 0 837193994 521662464 125782 33554432000 4194304 9128323 140737190824992 18446744073709551615 6580941 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 127359 125782 467 1205 0 126150 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 509436

[startup+6.30094 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17418
/proc/meminfo: memFree=18962372/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=775600 CPUtime=6.29 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 232979 0 0 0 601 28 0 0 25 0 1 0 837193994 794214400 192040 33554432000 4194304 9128323 140737190824992 18446744073709551615 6588912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 193900 192040 538 1205 0 192691 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 775600

[startup+12.7007 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17418
/proc/meminfo: memFree=19029476/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=781252 CPUtime=12.69 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 233677 0 0 0 1241 28 0 0 25 0 1 0 837193994 800002048 192738 33554432000 4194304 9128323 140737190824992 18446744073709551615 4535021 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 195313 192738 660 1205 0 194104 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 781252

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17419
/proc/meminfo: memFree=19018660/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=791828 CPUtime=25.49 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 236461 0 0 0 2521 28 0 0 25 0 1 0 837193994 810831872 195179 33554432000 4194304 9128323 140737190824992 18446744073709551615 4352128 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 197957 195179 660 1205 0 196748 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 791828

[startup+51.1005 s]
/proc/loadavg: 2.07 2.03 2.00 3/515 17419
/proc/meminfo: memFree=18996320/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=812796 CPUtime=51.01 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 241846 0 0 0 5072 29 0 0 25 0 1 0 837193994 832303104 200564 33554432000 4194304 9128323 140737190824992 18446744073709551615 4535039 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 203199 200564 660 1205 0 201990 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 812796

[startup+102.319 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 17449
/proc/meminfo: memFree=20426372/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=885084 CPUtime=102.22 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 259768 0 0 0 10191 31 0 0 25 0 1 0 837193994 906326016 218486 33554432000 4194304 9128323 140737190824992 18446744073709551615 6594752 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 221271 218486 660 1205 0 220062 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 885084

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 17450
/proc/meminfo: memFree=19814576/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1543104 CPUtime=162.2 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 425841 0 0 0 16172 48 0 0 25 0 1 0 837193994 1580138496 371281 33554432000 4194304 9128323 140737190824992 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 385776 371281 671 1205 0 384567 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1543104

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 17452
/proc/meminfo: memFree=19769640/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1601704 CPUtime=222.2 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 436746 0 0 0 22166 54 0 0 25 0 1 0 837193994 1640144896 382022 33554432000 4194304 9128323 140737190824992 18446744073709551615 7284332 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 400426 382022 807 1205 0 399217 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1601704

[startup+282.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 17463
/proc/meminfo: memFree=19755712/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1615884 CPUtime=282.2 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 440378 0 0 0 28162 58 0 0 25 0 1 0 837193994 1654665216 385237 33554432000 4194304 9128323 140737190824992 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 403971 385237 670 1205 0 402762 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1615884

[startup+342.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/515 17464
/proc/meminfo: memFree=19753124/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1616336 CPUtime=342.21 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 441140 0 0 0 34159 62 0 0 25 0 1 0 837193994 1655128064 385987 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315924 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 404084 385987 658 1205 0 402875 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1616336

[startup+402.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 17466
/proc/meminfo: memFree=19749364/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1617152 CPUtime=402.21 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 442065 0 0 0 40155 66 0 0 25 0 1 0 837193994 1655963648 386912 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316108 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 404288 386912 658 1205 0 403079 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1617152

[startup+462.301 s]
/proc/loadavg: 2.11 2.07 2.01 3/515 17467
/proc/meminfo: memFree=19746096/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1617988 CPUtime=462.21 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 442897 0 0 0 46151 70 0 0 25 0 1 0 837193994 1656819712 387744 33554432000 4194304 9128323 140737190824992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 404497 387744 658 1205 0 403288 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1617988

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 17469
/proc/meminfo: memFree=19744184/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1618428 CPUtime=522.22 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 443323 0 0 0 52149 73 0 0 25 0 1 0 837193994 1657270272 388170 33554432000 4194304 9128323 140737190824992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 404607 388170 658 1205 0 403398 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 1618428

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 17471
/proc/meminfo: memFree=19743392/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1618700 CPUtime=582.22 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 443589 0 0 0 58146 76 0 0 25 0 1 0 837193994 1657548800 388436 33554432000 4194304 9128323 140737190824992 18446744073709551615 7343451 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 404675 388436 658 1205 0 403466 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 1618700

[startup+642.301 s]

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

/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 444501 0 0 0 106127 97 0 0 25 0 1 0 837193994 1659326464 389348 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 405109 389348 658 1205 0 403900 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 1620436

[startup+1122.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/515 17485
/proc/meminfo: memFree=19740252/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1620580 CPUtime=1122.24 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 444530 0 0 0 112125 99 0 0 25 0 1 0 837193994 1659473920 389377 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316156 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 405145 389377 658 1205 0 403936 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 1620580

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/515 17487
/proc/meminfo: memFree=19732388/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1182.24 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446547 0 0 0 118123 101 0 0 25 0 1 0 837193994 1666707456 391394 33554432000 4194304 9128323 140737190824992 18446744073709551615 7284432 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391394 690 1205 0 405702 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 1627644

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 17488
/proc/meminfo: memFree=19731100/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1242.23 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446561 0 0 0 124121 102 0 0 25 0 1 0 837193994 1666707456 391408 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315615 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391408 690 1205 0 405702 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 1627644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17490
/proc/meminfo: memFree=19730276/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1302.26 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446566 0 0 0 130120 106 0 0 25 0 1 0 837193994 1666707456 391413 33554432000 4194304 9128323 140737190824992 18446744073709551615 8009001 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391413 690 1205 0 405702 0
Current children cumulated CPU time (s) 1302.26
Current children cumulated vsize (KiB) 1627644

[startup+1362.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 17491
/proc/meminfo: memFree=19730364/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1362.24 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446575 0 0 0 136117 107 0 0 25 0 1 0 837193994 1666707456 391422 33554432000 4194304 9128323 140737190824992 18446744073709551615 7081523 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391422 690 1205 0 405702 0
Current children cumulated CPU time (s) 1362.24
Current children cumulated vsize (KiB) 1627644

[startup+1422.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/515 17493
/proc/meminfo: memFree=19731480/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1422.26 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446586 0 0 0 142116 110 0 0 25 0 1 0 837193994 1666707456 391433 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316156 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391433 690 1205 0 405702 0
Current children cumulated CPU time (s) 1422.26
Current children cumulated vsize (KiB) 1627644

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 17495
/proc/meminfo: memFree=19731316/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1482.24 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446594 0 0 0 148111 113 0 0 25 0 1 0 837193994 1666707456 391441 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391441 690 1205 0 405702 0
Current children cumulated CPU time (s) 1482.24
Current children cumulated vsize (KiB) 1627644

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/515 17496
/proc/meminfo: memFree=19733136/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1542.24 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446600 0 0 0 154109 115 0 0 25 0 1 0 837193994 1666707456 391447 33554432000 4194304 9128323 140737190824992 18446744073709551615 7284410 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391447 690 1205 0 405702 0
Current children cumulated CPU time (s) 1542.24
Current children cumulated vsize (KiB) 1627644

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 17498
/proc/meminfo: memFree=19732232/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1602.25 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446606 0 0 0 160108 117 0 0 25 0 1 0 837193994 1666707456 391453 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315577 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391453 690 1205 0 405702 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 1627644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17499
/proc/meminfo: memFree=19732436/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1662.25 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446612 0 0 0 166105 120 0 0 25 0 1 0 837193994 1666707456 391459 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391459 690 1205 0 405702 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 1627644

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 17503
/proc/meminfo: memFree=19732136/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1722.26 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446626 0 0 0 172104 122 0 0 25 0 1 0 837193994 1666707456 391473 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316501 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391473 690 1205 0 405702 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 1627644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 17506
/proc/meminfo: memFree=19731104/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1782.25 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446632 0 0 0 178102 123 0 0 25 0 1 0 837193994 1666707456 391479 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315597 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391479 690 1205 0 405702 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 1627644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 17506
/proc/meminfo: memFree=19731708/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1800.07 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446632 0 0 0 179883 124 0 0 25 0 1 0 837193994 1666707456 391479 33554432000 4194304 9128323 140737190824992 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391479 690 1205 0 405702 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1627644

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17417

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 17507
/proc/meminfo: memFree=19730956/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1801.36 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446632 0 0 0 180012 124 0 0 25 0 1 0 837193994 1666707456 391479 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315303 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391479 690 1205 0 405702 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 1627644

[startup+1801.82 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 17507
/proc/meminfo: memFree=19730832/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1801.78 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446632 0 0 0 180054 124 0 0 25 0 1 0 837193994 1666707456 391479 33554432000 4194304 9128323 140737190824992 18446744073709551615 7284283 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391479 690 1205 0 405702 0
Current children cumulated CPU time (s) 1801.78
Current children cumulated vsize (KiB) 1627644

[startup+1802 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 17507
/proc/meminfo: memFree=19730832/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1801.96 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446632 0 0 0 180072 124 0 0 25 0 1 0 837193994 1666707456 391479 33554432000 4194304 9128323 140737190824992 18446744073709551615 7316460 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391479 690 1205 0 405702 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 1627644

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 17507
/proc/meminfo: memFree=19730832/32951124 swapFree=62999000/67111528
[pid=17417] ppid=17415 vsize=1627644 CPUtime=1802.06 cores=0,2,4,6
/proc/17417/stat : 17417 (scip-2.0.1.4.li) R 17415 17417 16659 0 -1 4202496 446632 0 0 0 180082 124 0 0 25 0 1 0 837193994 1666707456 391479 33554432000 4194304 9128323 140737190824992 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17417/statm: 406911 391479 690 1205 0 405702 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1627644

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.19
CPU time (s): 1802.15
CPU user time (s): 1800.84
CPU system time (s): 1.3098
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 1627644

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

runsolver used 9.91249 second user time and 21.1018 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-07 13:56:24
IDJOB=3479194
IDBENCH=89855
IDSOLVER=1949
FILE ID=node141/3479194-1307447783
RUNJOBID= node141-1307436782-16677
PBS_JOBID= 13519947
Free space on /tmp= 73888 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1853823.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-3479194-1307447783/watcher-3479194-1307447783 -o /tmp/evaluation-result-3479194-1307447783/solver-3479194-1307447783 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479194-1307447783.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1643132921

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      19801152 kB
Buffers:        329332 kB
Cached:        1012544 kB
SwapCached:       8848 kB
Active:       12149212 kB
Inactive:       715472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19801152 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:           27804 kB
Writeback:           0 kB
AnonPages:    11520760 kB
Mapped:          28504 kB
Slab:           142336 kB
PageTables:      73068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 152247276 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= 73924 MiB
End job on node141 at 2011-06-07 14:26:26