Trace number 3692946

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (TO) 1802.08 1802.38

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692946-1338041232.opb>
3.19/3.23	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
3.19/3.23	c problem read in 3.23
6.99/7.06	c presolving:
14.88/14.91	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 495802 impls, 1772 clqs
66.58/66.62	c    (66.6s) probing: 1000/48410 (2.1%) - 0 fixings, 0 aggregations, 249291 implications, 0 bound changes
66.58/66.67	c    (66.6s) probing: 1001/48410 (2.1%) - 0 fixings, 0 aggregations, 249293 implications, 0 bound changes
66.58/66.67	c    (66.6s) probing aborted: 1000/1000 successive useless probings
72.68/72.75	c presolving (2 rounds):
72.68/72.75	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
72.68/72.75	c  994388 implications, 1772 cliques
72.68/72.75	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
72.68/72.75	c  112021 constraints of type <knapsack>
72.68/72.75	c  237606 constraints of type <setppc>
72.68/72.75	c       1 constraints of type <linear>
72.68/72.75	c  771859 constraints of type <logicor>
72.68/72.75	c transformed objective value is always integral (scale: 1)
72.68/72.75	c Presolving Time: 68.65
72.68/72.75	c - non default parameters ----------------------------------------------------------------------
72.68/72.75	c # SCIP version 2.1.1.4
72.68/72.75	c 
72.68/72.75	c # maximal time in seconds to run
72.68/72.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
72.68/72.75	c limits/time = 1797
72.68/72.75	c 
72.68/72.75	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
72.68/72.75	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
72.68/72.75	c limits/memory = 13950
72.68/72.75	c 
72.68/72.75	c # default clock type (1: CPU user seconds, 2: wall clock time)
72.68/72.75	c # [type: int, range: [1,2], default: 1]
72.68/72.75	c timing/clocktype = 2
72.68/72.75	c 
72.68/72.75	c # belongs reading time to solving time?
72.68/72.75	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
72.68/72.75	c timing/reading = TRUE
72.68/72.75	c 
72.68/72.75	c -----------------------------------------------------------------------------------------------
72.68/72.75	c start solving
72.68/72.78	c 
118.78/118.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.78/118.81	c   119s|     1 |     0 |  7457 |     - |1735M|   0 |1585 |  48k|1121k|  48k|1121k|   0 |  26 |   0 | 0.000000e+00 |      --      |    Inf 
1313.88/1314.10	c  1314s|     1 |     0 | 35819 |     - |1765M|   0 |2135 |  48k|1121k|  48k|1121k|  10 |  26 |   0 | 0.000000e+00 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3692946-1338041232/watcher-3692946-1338041232 -o /tmp/evaluation-result-3692946-1338041232/solver-3692946-1338041232 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692946-1338041232.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.02 2.01 2.00 3/176 843
/proc/meminfo: memFree=28775460/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=8128 CPUtime=0 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 777 0 0 0 0 0 0 0 20 0 1 0 270248754 8323072 732 33554432000 4194304 10169799 140733967013392 140733511886552 8844157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 2032 732 387 1459 0 564 0

[startup+0.081208 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 843
/proc/meminfo: memFree=28775460/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=20260 CPUtime=0.07 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 3815 0 0 0 7 0 0 0 20 0 1 0 270248754 20746240 3770 33554432000 4194304 10169799 140733967013392 140733511886552 8982256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 5065 3770 409 1459 0 3597 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20260

[startup+0.100251 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 843
/proc/meminfo: memFree=28775460/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=21732 CPUtime=0.09 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 4184 0 0 0 9 0 0 0 20 0 1 0 270248754 22253568 4139 33554432000 4194304 10169799 140733967013392 140733511886552 8828843 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 5433 4139 409 1459 0 3965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21732

[startup+0.300251 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 843
/proc/meminfo: memFree=28775460/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=47568 CPUtime=0.29 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 10634 0 0 0 28 1 0 0 20 0 1 0 270248754 48709632 10589 33554432000 4194304 10169799 140733967013392 140733966879720 8823776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 11892 10589 409 1459 0 10424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47568

[startup+0.700263 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 843
/proc/meminfo: memFree=28775460/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=93752 CPUtime=0.69 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 22124 0 0 0 67 2 0 0 20 0 1 0 270248754 96002048 22079 33554432000 4194304 10169799 140733967013392 140733966879720 5282256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 23438 22079 409 1459 0 21970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93752

[startup+1.50026 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 844
/proc/meminfo: memFree=28651940/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=188308 CPUtime=1.49 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 45715 0 0 0 144 5 0 0 20 0 1 0 270248754 192827392 45670 33554432000 4194304 10169799 140733967013392 140733966879720 8857709 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 47077 45670 409 1459 0 45609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188308

[startup+3.10026 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 844
/proc/meminfo: memFree=28525708/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=373728 CPUtime=3.09 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 91924 0 0 0 296 13 0 0 20 0 1 0 270248754 382697472 91879 33554432000 4194304 10169799 140733967013392 140733966879720 8724538 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 93432 91879 409 1459 0 91964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 373728

[startup+6.30026 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 844
/proc/meminfo: memFree=27537304/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=1542400 CPUtime=6.28 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 380065 0 0 0 573 55 0 0 20 0 1 0 270248754 1579417600 379950 33554432000 4194304 10169799 140733967013392 140733967010280 7547313 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 385600 379950 496 1459 0 384132 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1542400

[startup+12.7003 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 844
/proc/meminfo: memFree=27178760/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=1727084 CPUtime=12.68 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 496399 0 0 0 1119 149 0 0 20 0 1 0 270248754 1768534016 422786 33554432000 4194304 10169799 140733967013392 140733967011544 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 431771 422786 568 1459 0 430303 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1727084

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 844
/proc/meminfo: memFree=27222416/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=1579544 CPUtime=25.48 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 551282 0 0 0 2351 197 0 0 20 0 1 0 270248754 1617453056 385116 33554432000 4194304 10169799 140733967013392 140733967010904 4257064 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 394886 385116 615 1459 0 393418 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1579544

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 844
/proc/meminfo: memFree=27201300/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=1592840 CPUtime=51.08 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 554547 0 0 0 4908 200 0 0 20 0 1 0 270248754 1631068160 388381 33554432000 4194304 10169799 140733967013392 140733967010920 4777712 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 398210 388381 615 1459 0 396742 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1592840

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 844
/proc/meminfo: memFree=25387172/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3551544 CPUtime=102.28 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 835109 0 0 0 9949 279 0 0 20 0 1 0 270248754 3636781056 839025 33554432000 4194304 10169799 140733967013392 140733967007800 7703296 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 887886 839025 772 1459 0 886418 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3551544

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 844
/proc/meminfo: memFree=25541152/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3315204 CPUtime=162.27 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 858476 0 0 0 15895 332 0 0 20 0 1 0 270248754 3394768896 795070 33554432000 4194304 10169799 140733967013392 140733967005704 8004337 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 828801 795070 786 1459 0 827333 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3315204

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 847
/proc/meminfo: memFree=25470448/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3316772 CPUtime=222.26 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 867393 0 0 0 21851 375 0 0 20 0 1 0 270248754 3396374528 795031 33554432000 4194304 10169799 140733967013392 140733967005848 8020396 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/843/statm: 829193 795031 789 1459 0 827725 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3316772

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 848
/proc/meminfo: memFree=25464876/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3316772 CPUtime=282.24 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 869018 0 0 0 27841 383 0 0 20 0 1 0 270248754 3396374528 795533 33554432000 4194304 10169799 140733967013392 140733967005848 8020234 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 829193 795533 789 1459 0 827725 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3316772

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 848
/proc/meminfo: memFree=25504752/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3316772 CPUtime=342.24 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 870183 0 0 0 33833 391 0 0 20 0 1 0 270248754 3396374528 795031 33554432000 4194304 10169799 140733967013392 140733967004968 8030364 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 829193 795031 789 1459 0 827725 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3316772

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 848
/proc/meminfo: memFree=25520792/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3337756 CPUtime=402.23 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 874745 0 0 0 39816 407 0 0 20 0 1 0 270248754 3417862144 800437 33554432000 4194304 10169799 140733967013392 140733967006072 8009301 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 834439 800437 789 1459 0 832971 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3337756

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 848
/proc/meminfo: memFree=25490120/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3390960 CPUtime=462.22 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 883231 0 0 0 45789 433 0 0 20 0 1 0 270248754 3472343040 808127 33554432000 4194304 10169799 140733967013392 140733967005704 8009833 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 847740 808127 789 1459 0 846272 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3390960

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 848
/proc/meminfo: memFree=25489404/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3390960 CPUtime=522.21 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 888908 0 0 0 51763 458 0 0 20 0 1 0 270248754 3472343040 808277 33554432000 4194304 10169799 140733967013392 140733967004968 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 847740 808277 789 1459 0 846272 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3390960

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 849
/proc/meminfo: memFree=25487696/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3390960 CPUtime=582.2 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 893831 0 0 0 57740 480 0 0 20 0 1 0 270248754 3472343040 808686 33554432000 4194304 10169799 140733967013392 140733967006072 7708196 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 847740 808686 789 1459 0 846272 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3390960

[startup+642.3 s]

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

/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 900577 0 0 0 105705 507 0 0 20 0 1 0 270248754 3423162368 807333 33554432000 4194304 10169799 140733967013392 140733967009400 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 835733 807333 807 1459 0 834265 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3342932

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 853
/proc/meminfo: memFree=25492784/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3342932 CPUtime=1122.11 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 900577 0 0 0 111704 507 0 0 20 0 1 0 270248754 3423162368 807543 33554432000 4194304 10169799 140733967013392 140733967009400 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 835733 807543 807 1459 0 834265 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3342932

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 854
/proc/meminfo: memFree=25490380/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3342932 CPUtime=1182.1 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 900578 0 0 0 117703 507 0 0 20 0 1 0 270248754 3423162368 808145 33554432000 4194304 10169799 140733967013392 140733967009400 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 835733 808145 807 1459 0 834265 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3342932

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 854
/proc/meminfo: memFree=25487528/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3342932 CPUtime=1242.09 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 900578 0 0 0 123702 507 0 0 20 0 1 0 270248754 3423162368 808821 33554432000 4194304 10169799 140733967013392 140733967009400 7280659 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 835733 808821 807 1459 0 834265 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3342932

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 854
/proc/meminfo: memFree=25373580/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3563344 CPUtime=1302.08 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 909405 0 0 0 129680 528 0 0 20 0 1 0 270248754 3648864256 837244 33554432000 4194304 10169799 140733967013392 140733967006872 7647194 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 890836 837244 821 1459 0 889368 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3563344

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 854
/proc/meminfo: memFree=25308036/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1362.07 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 135664 543 0 0 20 0 1 0 270248754 3709362176 853601 33554432000 4194304 10169799 140733967013392 140733967009928 7271366 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 853601 821 1459 0 904138 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3622424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 895
/proc/meminfo: memFree=25906728/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1422.06 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 141663 543 0 0 20 0 1 0 270248754 3709362176 853601 33554432000 4194304 10169799 140733967013392 140733967009704 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 853601 821 1459 0 904138 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3622424

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 896
/proc/meminfo: memFree=25903856/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1482.05 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 147662 543 0 0 20 0 1 0 270248754 3709362176 853686 33554432000 4194304 10169799 140733967013392 140733967009704 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 853686 821 1459 0 904138 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3622424

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 896
/proc/meminfo: memFree=25901908/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1542.04 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 153661 543 0 0 20 0 1 0 270248754 3709362176 853686 33554432000 4194304 10169799 140733967013392 140733967009704 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 853686 821 1459 0 904138 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3622424

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 896
/proc/meminfo: memFree=25896996/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1602.03 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 159660 543 0 0 20 0 1 0 270248754 3709362176 854220 33554432000 4194304 10169799 140733967013392 140733967009704 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854220 821 1459 0 904138 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3622424

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 896
/proc/meminfo: memFree=25892012/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1662.02 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 165659 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967009704 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3622424

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 896
/proc/meminfo: memFree=25890460/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1722.01 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 171658 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967009704 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3622424

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/176 896
/proc/meminfo: memFree=25887056/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1782 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 177657 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967009704 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3622424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 897
/proc/meminfo: memFree=25886552/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1800 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 179457 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967009704 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3622424

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -843

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

[startup+1801.4 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 898
/proc/meminfo: memFree=25886552/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1801.1 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 179567 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967008768 7280659 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 3622424

[startup+1801.81 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 898
/proc/meminfo: memFree=25886296/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1801.51 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 179608 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967008768 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 3622424

[startup+1802.2 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 898
/proc/meminfo: memFree=25886296/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1801.9 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 179647 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967008768 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3622424

[startup+1802.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 898
/proc/meminfo: memFree=25886296/32873844 swapFree=7384/7384
[pid=843] ppid=841 vsize=3622424 CPUtime=1802 cores=0,2,4,6
/proc/843/stat : 843 (scip-2.1.1.4sfi) R 841 843 31024 0 -1 4202496 915392 0 0 0 179657 543 0 0 20 0 1 0 270248754 3709362176 854611 33554432000 4194304 10169799 140733967013392 140733967008768 7280644 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/843/statm: 905606 854611 821 1459 0 904138 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3622424

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.38
CPU time (s): 1802.08
CPU user time (s): 1796.58
CPU system time (s): 5.50316
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 3709540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.58
system time used= 5.50316
maximum resident set size= 3445100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 915392
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= 24
involuntary context switches= 2074

runsolver used 4.83726 second user time and 9.60254 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 16:07:13
IDJOB=3692946
IDBENCH=89735
IDSOLVER=2272
FILE ID=node136/3692946-1338041232
RUNJOBID= node136-1338028239-32007
PBS_JOBID= 14624338
Free space on /tmp= 71612 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-120.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692946-1338041232/watcher-3692946-1338041232 -o /tmp/evaluation-result-3692946-1338041232/solver-3692946-1338041232 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692946-1338041232.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=1700741573

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28776220 kB
Buffers:          326864 kB
Cached:          2392420 kB
SwapCached:        24460 kB
Active:          1392556 kB
Inactive:        1930708 kB
Active(anon):     578808 kB
Inactive(anon):    25096 kB
Active(file):     813748 kB
Inactive(file):  1905612 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             63392 kB
Writeback:             0 kB
AnonPages:        585432 kB
Mapped:            12976 kB
Shmem:                 0 kB
Slab:             634160 kB
SReclaimable:      75916 kB
SUnreclaim:       558244 kB
KernelStack:        1448 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     720056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node136 at 2012-05-26 16:37:15