Trace number 3743388

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.32 1802.59

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM765f9ba042cd825181247f9fbcec5226
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35819
Best CPU time to get the best result obtained on this benchmark746.384
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 891819
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 891819
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.19/4.28	c SCIP version 1.1.0.7
4.19/4.28	c LP-Solver SoPlex 1.4.1
4.19/4.28	c user parameter file <scip.set> not found - using default parameters
4.19/4.28	c read problem <HOME/instance-3743388-1338805460.opb>
4.19/4.28	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
6.19/6.20	c start presolving problem
6.19/6.20	c presolving:
9.58/9.61	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
13.19/13.23	c (round 2) 671 del vars, 1977 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 398809 upgd conss, 100458 impls, 1977 clqs
13.89/13.96	c (round 3) 674 del vars, 2644 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 100466 impls, 1977 clqs
103.97/104.01	c (round 4) 1350 del vars, 2644 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17080982 impls, 1977 clqs
104.17/104.28	c (round 5) 1350 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17086324 impls, 1977 clqs
105.47/105.59	c (round 6) 3356 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17119676 impls, 1977 clqs
105.77/105.86	c (round 7) 3356 del vars, 5326 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17119684 impls, 1977 clqs

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-3743388-1338805460/watcher-3743388-1338805460 -o /tmp/evaluation-result-3743388-1338805460/solver-3743388-1338805460 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743388-1338805460.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 1.25 3/175 18541
/proc/meminfo: memFree=26347056/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=9132 CPUtime=0 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1620 0 0 0 0 0 0 0 20 0 1 0 346670538 9351168 1572 33554432000 4194304 7823515 140734097483008 140736879310792 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 2283 1573 349 887 0 1393 0

[startup+0.0219051 s]
/proc/loadavg: 0.92 1.00 1.25 3/175 18541
/proc/meminfo: memFree=26347056/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=14104 CPUtime=0.01 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 2865 0 0 0 1 0 0 0 20 0 1 0 346670538 14442496 2817 33554432000 4194304 7823515 140734097483008 140736879310792 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 3526 2825 354 887 0 2636 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14104

[startup+0.100334 s]
/proc/loadavg: 0.92 1.00 1.25 3/175 18541
/proc/meminfo: memFree=26347056/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=29252 CPUtime=0.09 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 6643 0 0 0 8 1 0 0 20 0 1 0 346670538 29954048 6596 33554432000 4194304 7823515 140734097483008 140736879310792 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 7313 6600 354 887 0 6423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29252

[startup+0.300312 s]
/proc/loadavg: 0.92 1.00 1.25 3/175 18541
/proc/meminfo: memFree=26347056/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=53104 CPUtime=0.29 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 12606 0 0 0 27 2 0 0 20 0 1 0 346670538 54378496 12558 33554432000 4194304 7823515 140734097483008 140736879310792 6804560 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 13276 12558 354 887 0 12386 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53104

[startup+0.700321 s]
/proc/loadavg: 0.92 1.00 1.25 3/175 18541
/proc/meminfo: memFree=26347056/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=89268 CPUtime=0.69 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 21655 0 0 0 65 4 0 0 20 0 1 0 346670538 91410432 21607 33554432000 4194304 7823515 140734097483008 140734097349112 6896347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 22317 21607 354 887 0 21427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89268

[startup+1.50026 s]
/proc/loadavg: 0.92 1.00 1.25 4/177 18543
/proc/meminfo: memFree=26097388/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=191596 CPUtime=1.49 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 47186 0 0 0 141 8 0 0 20 0 1 0 346670538 196194304 47138 33554432000 4194304 7823515 140734097483008 140734097349112 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 47899 47138 354 887 0 47009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191596

[startup+3.10025 s]
/proc/loadavg: 0.92 1.00 1.25 4/177 18543
/proc/meminfo: memFree=25817264/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=384844 CPUtime=3.09 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 95405 0 0 0 292 17 0 0 20 0 1 0 346670538 394080256 95357 33554432000 4194304 7823515 140734097483008 140734097349112 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 96211 95357 354 887 0 95321 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 384844

[startup+6.30026 s]
/proc/loadavg: 1.01 1.02 1.25 3/177 18543
/proc/meminfo: memFree=24258772/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=1063072 CPUtime=6.28 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 264446 0 0 0 582 46 0 0 20 0 1 0 346670538 1088585728 264517 33554432000 4194304 7823515 140734097483008 140734097480488 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 265768 264517 419 887 0 264878 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1063072

[startup+12.7003 s]
/proc/loadavg: 1.09 1.03 1.26 3/177 18543
/proc/meminfo: memFree=23396376/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=1482760 CPUtime=12.69 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 370726 0 0 0 1167 102 0 0 20 0 1 0 346670538 1518346240 368515 33554432000 4194304 7823515 140734097483008 140734097479688 5061266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 370690 368515 456 887 0 369800 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1482760

[startup+25.5003 s]
/proc/loadavg: 1.29 1.08 1.27 3/177 18544
/proc/meminfo: memFree=23359104/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=1482760 CPUtime=25.49 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 371284 0 0 0 2433 116 0 0 20 0 1 0 346670538 1518346240 369193 33554432000 4194304 7823515 140734097483008 140734097479704 4788715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 370690 369193 461 887 0 369800 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1482760

[startup+51.1003 s]
/proc/loadavg: 1.53 1.15 1.29 3/177 18544
/proc/meminfo: memFree=22902876/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=1713472 CPUtime=51.08 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 427941 0 0 0 4979 129 0 0 20 0 1 0 346670538 1754595328 425850 33554432000 4194304 7823515 140734097483008 140734097479704 5803639 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 428368 425850 462 887 0 427478 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1713472

[startup+102.3 s]
/proc/loadavg: 1.79 1.28 1.32 3/177 18544
/proc/meminfo: memFree=22275852/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=2067812 CPUtime=102.28 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 513993 0 0 0 10079 149 0 0 20 0 1 0 346670538 2117439488 511902 33554432000 4194304 7823515 140734097483008 140734097479064 5803639 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 516953 511902 462 887 0 516063 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2067812

[startup+162.3 s]
/proc/loadavg: 1.92 1.41 1.36 3/177 18544
/proc/meminfo: memFree=21867460/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=2287056 CPUtime=162.26 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 548586 0 0 0 16043 183 0 0 20 0 1 0 346670538 2341945344 565131 33554432000 4194304 7823515 140734097483008 140734097479064 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 571764 565131 462 887 0 570874 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2287056

[startup+222.307 s]
/proc/loadavg: 1.97 1.51 1.40 3/177 18544
/proc/meminfo: memFree=21516748/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=2492200 CPUtime=222.26 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 596271 0 0 0 22034 192 0 0 20 0 1 0 346670538 2552012800 613838 33554432000 4194304 7823515 140734097483008 140734097478872 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 623050 613838 462 887 0 622160 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2492200

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.43 3/177 18544
/proc/meminfo: memFree=21043840/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=2756624 CPUtime=282.24 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 659744 0 0 0 28018 206 0 0 20 0 1 0 346670538 2822782976 677311 33554432000 4194304 7823515 140734097483008 140734097478872 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 689156 677311 462 887 0 688266 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2756624

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.46 3/178 18548
/proc/meminfo: memFree=20713020/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=2952596 CPUtime=342.24 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 706918 0 0 0 34005 219 0 0 20 0 1 0 346670538 3023458304 724485 33554432000 4194304 7823515 140734097483008 140734097478872 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 738149 724485 462 887 0 737259 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2952596

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.49 3/177 18548
/proc/meminfo: memFree=20539092/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=2973760 CPUtime=402.23 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 715357 0 0 0 40001 222 0 0 20 0 1 0 346670538 3045130240 732924 33554432000 4194304 7823515 140734097483008 140734097478872 5803639 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 743440 732924 462 887 0 742550 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2973760

[startup+462.3 s]
/proc/loadavg: 1.99 1.77 1.52 3/177 18548
/proc/meminfo: memFree=20161788/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3100420 CPUtime=462.22 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 746541 0 0 0 45993 229 0 0 20 0 1 0 346670538 3174830080 764108 33554432000 4194304 7823515 140734097483008 140734097478872 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 775105 764108 462 887 0 774215 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3100420

[startup+522.3 s]
/proc/loadavg: 1.99 1.81 1.55 3/177 18548
/proc/meminfo: memFree=19977800/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3249352 CPUtime=522.21 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 782309 0 0 0 51984 237 0 0 20 0 1 0 346670538 3327336448 799876 33554432000 4194304 7823515 140734097483008 140734097478872 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 812338 799876 462 887 0 811448 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3249352

[startup+582.3 s]
/proc/loadavg: 1.99 1.84 1.57 3/177 18548
/proc/meminfo: memFree=19809568/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3261640 CPUtime=582.2 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 787236 0 0 0 57980 240 0 0 20 0 1 0 346670538 3339919360 804803 33554432000 4194304 7823515 140734097483008 140734097478872 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 815410 804803 462 887 0 814520 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3261640

[startup+642.3 s]

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

/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 887215 0 0 0 99944 269 0 0 20 0 1 0 346670538 3753746432 904782 33554432000 4194304 7823515 140734097483008 140734097478872 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 916442 904782 462 887 0 915552 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3665768

[startup+1062.3 s]
/proc/loadavg: 2.01 1.97 1.74 3/177 18554
/proc/meminfo: memFree=18687468/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3893740 CPUtime=1062.12 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 937058 0 0 0 105933 279 0 0 20 0 1 0 346670538 3987189760 954625 33554432000 4194304 7823515 140734097483008 140734097478872 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 973435 954625 462 887 0 972545 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3893740

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 18554
/proc/meminfo: memFree=18654388/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3898860 CPUtime=1122.12 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 939182 0 0 0 111931 281 0 0 20 0 1 0 346670538 3992432640 956749 33554432000 4194304 7823515 140734097483008 140734097478872 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 974715 956749 462 887 0 973825 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3898860

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/177 18554
/proc/meminfo: memFree=18627012/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3905004 CPUtime=1182.11 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 941686 0 0 0 117928 283 0 0 20 0 1 0 346670538 3998724096 959253 33554432000 4194304 7823515 140734097483008 140734097478872 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 976251 959253 462 887 0 975361 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3905004

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/176 18554
/proc/meminfo: memFree=18374212/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3912172 CPUtime=1242.11 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 944627 0 0 0 123926 285 0 0 20 0 1 0 346670538 4006064128 962194 33554432000 4194304 7823515 140734097483008 140734097478872 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 978043 962194 462 887 0 977153 0
Current children cumulated CPU time (s) 1242.11
Current children cumulated vsize (KiB) 3912172

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/177 18555
/proc/meminfo: memFree=18342612/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3920360 CPUtime=1302.09 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 948210 0 0 0 129922 287 0 0 20 0 1 0 346670538 4014448640 965777 33554432000 4194304 7823515 140734097483008 140734097478872 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 980090 965777 462 887 0 979200 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3920360

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/177 18555
/proc/meminfo: memFree=18309408/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3929576 CPUtime=1362.08 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 952272 0 0 0 135918 290 0 0 20 0 1 0 346670538 4023885824 969839 33554432000 4194304 7823515 140734097483008 140734097478872 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 982394 969839 462 887 0 981504 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3929576

[startup+1422.3 s]
/proc/loadavg: 2.10 2.00 1.82 3/177 18555
/proc/meminfo: memFree=18279428/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=3937768 CPUtime=1422.08 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 955671 0 0 0 141916 292 0 0 20 0 1 0 346670538 4032274432 973238 33554432000 4194304 7823515 140734097483008 140734097478872 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 984442 973238 462 887 0 983552 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3937768

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.82 3/177 18555
/proc/meminfo: memFree=18034804/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4206220 CPUtime=1482.06 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1013062 0 0 0 147904 302 0 0 20 0 1 0 346670538 4307169280 1030629 33554432000 4194304 7823515 140734097483008 140734097478872 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1051555 1030629 462 887 0 1050665 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 4206220

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 1.83 3/178 18558
/proc/meminfo: memFree=18011380/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4213384 CPUtime=1542.07 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1016196 0 0 0 153903 304 0 0 20 0 1 0 346670538 4314505216 1033763 33554432000 4194304 7823515 140734097483008 140734097478872 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1053346 1033763 462 887 0 1052456 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 4213384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 18559
/proc/meminfo: memFree=17989724/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4221576 CPUtime=1602.05 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1019577 0 0 0 159898 307 0 0 20 0 1 0 346670538 4322893824 1037144 33554432000 4194304 7823515 140734097483008 140734097478872 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1055394 1037144 462 887 0 1054504 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 4221576

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/177 18559
/proc/meminfo: memFree=17700584/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4228744 CPUtime=1662.04 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1022580 0 0 0 165895 309 0 0 20 0 1 0 346670538 4330233856 1040147 33554432000 4194304 7823515 140734097483008 140734097478872 5803639 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1057186 1040147 462 887 0 1056296 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 4228744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 18559
/proc/meminfo: memFree=17676680/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4233752 CPUtime=1722.03 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1024702 0 0 0 171894 309 0 0 20 0 1 0 346670538 4335362048 1042269 33554432000 4194304 7823515 140734097483008 140734097478872 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1058438 1042269 462 887 0 1057548 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 4233752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 18559
/proc/meminfo: memFree=17654264/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4239892 CPUtime=1782.02 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1027122 0 0 0 177892 310 0 0 20 0 1 0 346670538 4341649408 1044689 33554432000 4194304 7823515 140734097483008 140734097478872 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1059973 1044689 462 887 0 1059083 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 4239892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 18559
/proc/meminfo: memFree=17649024/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4240916 CPUtime=1800.03 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1027529 0 0 0 179692 311 0 0 20 0 1 0 346670538 4342697984 1045096 33554432000 4194304 7823515 140734097483008 140734097478872 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1060229 1045096 462 887 0 1059339 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 4240916

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18541

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 18561
/proc/meminfo: memFree=17648900/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4240916 CPUtime=1801.22 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1027538 0 0 0 179811 311 0 0 20 0 1 0 346670538 4342697984 1045105 33554432000 4194304 7823515 140734097483008 140734097478336 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1060229 1045105 462 887 0 1059339 0
Current children cumulated CPU time (s) 1801.22
Current children cumulated vsize (KiB) 4240916

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 18561
/proc/meminfo: memFree=17648512/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=4240916 CPUtime=1802.02 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4202496 1027543 0 0 0 179891 311 0 0 20 0 1 0 346670538 4342697984 1045110 33554432000 4194304 7823515 140734097483008 140734097478336 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 1060229 1045110 462 887 0 1059339 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 4240916

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 18561
/proc/meminfo: memFree=17648512/32873844 swapFree=6608/6608
[pid=18541] ppid=18537 vsize=0 CPUtime=1802.22 cores=1,3,5,7
/proc/18541/stat : 18541 (pbscip.linux.x8) R 18537 18541 15309 0 -1 4203524 1027543 0 0 0 179892 330 0 0 20 0 1 0 346670538 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.59
CPU time (s): 1802.32
CPU user time (s): 1798.92
CPU system time (s): 3.39348
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 4240916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 3.39348
maximum resident set size= 4180440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1027543
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1876

runsolver used 6.47701 second user time and 12.1612 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-04 12:24:21
IDJOB=3743388
IDBENCH=91064
IDSOLVER=2321
FILE ID=node140/3743388-1338805460
RUNJOBID= node140-1338805460-18515
PBS_JOBID= 14636846
Free space on /tmp= 70564 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743388-1338805460/watcher-3743388-1338805460 -o /tmp/evaluation-result-3743388-1338805460/solver-3743388-1338805460 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743388-1338805460.opb

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

MD5SUM BENCH= 765f9ba042cd825181247f9fbcec5226
RANDOM SEED=1226310494

node140.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.094
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.18
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.094
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.094
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.91
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.094
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.91
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        26347808 kB
Buffers:         1441936 kB
Cached:          4119900 kB
SwapCached:         1620 kB
Active:          2535208 kB
Inactive:        3041048 kB
Active(anon):       2188 kB
Inactive(anon):     9476 kB
Active(file):    2533020 kB
Inactive(file):  3031572 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:             74764 kB
Writeback:             0 kB
AnonPages:         18804 kB
Mapped:             9684 kB
Shmem:                 8 kB
Slab:             809100 kB
SReclaimable:     250340 kB
SUnreclaim:       558760 kB
KernelStack:        1424 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70544 MiB
End job on node140 at 2012-06-04 12:54:24