Trace number 3743146

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.31 1802.59

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM7e1ba98da2a2cea04a0e7f6c87cec7d2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4565
Best CPU time to get the best result obtained on this benchmark1800.5
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 624831
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 624831
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.09/4.10	c SCIP version 1.1.0.7
4.09/4.10	c LP-Solver SoPlex 1.4.1
4.09/4.10	c user parameter file <scip.set> not found - using default parameters
4.09/4.10	c read problem <HOME/instance-3743146-1338802445.opb>
4.09/4.10	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
5.50/5.54	c start presolving problem
5.50/5.54	c presolving:
8.39/8.43	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
11.48/11.58	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
12.10/12.12	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
86.67/86.79	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
86.98/87.00	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
88.08/88.11	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
88.28/88.32	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-3743146-1338802445/watcher-3743146-1338802445 -o /tmp/evaluation-result-3743146-1338802445/solver-3743146-1338802445 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743146-1338802445.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: 1.11 1.73 1.90 3/176 7054
/proc/meminfo: memFree=29798476/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=9740 CPUtime=0 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1788 0 0 0 0 0 0 0 20 0 1 0 346370409 9973760 1741 33554432000 4194304 7823515 140736268633648 140736268629080 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 2435 1742 354 887 0 1545 0

[startup+0.045238 s]
/proc/loadavg: 1.11 1.73 1.90 3/176 7054
/proc/meminfo: memFree=29798476/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=19440 CPUtime=0.04 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 4217 0 0 0 4 0 0 0 20 0 1 0 346370409 19906560 4170 33554432000 4194304 7823515 140736268633648 140736268629080 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 4860 4170 354 887 0 3970 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19440

[startup+0.100279 s]
/proc/loadavg: 1.11 1.73 1.90 3/176 7054
/proc/meminfo: memFree=29798476/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=29248 CPUtime=0.09 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 6651 0 0 0 9 0 0 0 20 0 1 0 346370409 29949952 6604 33554432000 4194304 7823515 140736268633648 140736268629080 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 7312 6604 354 887 0 6422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29248

[startup+0.300236 s]
/proc/loadavg: 1.11 1.73 1.90 3/176 7054
/proc/meminfo: memFree=29798476/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=53100 CPUtime=0.29 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 12609 0 0 0 28 1 0 0 20 0 1 0 346370409 54374400 12562 33554432000 4194304 7823515 140736268633648 140736268629080 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 13275 12562 354 887 0 12385 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53100

[startup+0.700236 s]
/proc/loadavg: 1.11 1.73 1.90 3/176 7054
/proc/meminfo: memFree=29798476/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=93372 CPUtime=0.69 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 22691 0 0 0 66 3 0 0 20 0 1 0 346370409 95612928 22644 33554432000 4194304 7823515 140736268633648 140736268499752 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 23343 22644 354 887 0 22453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93372

[startup+1.50024 s]
/proc/loadavg: 1.11 1.73 1.90 3/177 7055
/proc/meminfo: memFree=29556596/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=196468 CPUtime=1.49 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 48408 0 0 0 143 6 0 0 20 0 1 0 346370409 201183232 48361 33554432000 4194304 7823515 140736268633648 140736268499752 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 49117 48361 354 887 0 48227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196468

[startup+3.10024 s]
/proc/loadavg: 1.11 1.73 1.90 3/177 7055
/proc/meminfo: memFree=29273584/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=396828 CPUtime=3.09 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 98448 0 0 0 296 13 0 0 20 0 1 0 346370409 406351872 98401 33554432000 4194304 7823515 140736268633648 140736268499752 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 99207 98401 354 887 0 98317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 396828

[startup+6.30025 s]
/proc/loadavg: 1.18 1.73 1.90 3/177 7055
/proc/meminfo: memFree=27716548/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=1072676 CPUtime=6.29 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 266847 0 0 0 579 50 0 0 20 0 1 0 346370409 1098420224 266920 33554432000 4194304 7823515 140736268633648 140736268630584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 268169 266926 419 887 0 267279 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1072676

[startup+12.7003 s]
/proc/loadavg: 1.24 1.74 1.90 3/177 7055
/proc/meminfo: memFree=26877376/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=1482488 CPUtime=12.69 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 370712 0 0 0 1167 102 0 0 20 0 1 0 346370409 1518067712 369130 33554432000 4194304 7823515 140736268633648 140736268630344 5803687 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 370622 369130 461 887 0 369732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1482488

[startup+25.5003 s]
/proc/loadavg: 1.41 1.75 1.91 3/177 7055
/proc/meminfo: memFree=26807936/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=1518828 CPUtime=25.49 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 379363 0 0 0 2444 105 0 0 20 0 1 0 346370409 1555279872 377781 33554432000 4194304 7823515 140736268633648 140736268630344 4788719 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 379707 377781 461 887 0 378817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1518828

[startup+51.1003 s]
/proc/loadavg: 1.61 1.77 1.91 3/177 7055
/proc/meminfo: memFree=26332356/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=1766680 CPUtime=51.08 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 440407 0 0 0 4992 116 0 0 20 0 1 0 346370409 1809080320 438825 33554432000 4194304 7823515 140736268633648 140736268630344 5803616 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 441670 438825 462 887 0 440780 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1766680

[startup+102.308 s]
/proc/loadavg: 1.83 1.80 1.91 3/177 7055
/proc/meminfo: memFree=25683260/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=2146224 CPUtime=102.28 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 533146 0 0 0 10067 161 0 0 20 0 1 0 346370409 2197733376 530782 33554432000 4194304 7823515 140736268633648 140736268630344 5802411 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 536556 530782 462 887 0 535666 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2146224

[startup+162.3 s]
/proc/loadavg: 1.93 1.83 1.91 3/177 7055
/proc/meminfo: memFree=25348772/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=2293356 CPUtime=162.26 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 550326 0 0 0 16062 164 0 0 20 0 1 0 346370409 2348396544 566869 33554432000 4194304 7823515 140736268633648 140736268629704 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 573339 566869 462 887 0 572449 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2293356

[startup+222.3 s]
/proc/loadavg: 1.97 1.86 1.91 3/177 7055
/proc/meminfo: memFree=24875924/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=2622620 CPUtime=222.26 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 628381 0 0 0 22049 177 0 0 20 0 1 0 346370409 2685562880 645435 33554432000 4194304 7823515 140736268633648 140736268629512 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 655655 645435 462 887 0 654765 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2622620

[startup+282.301 s]
/proc/loadavg: 1.99 1.89 1.91 3/177 7055
/proc/meminfo: memFree=24270956/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=2958708 CPUtime=282.25 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 710039 0 0 0 28033 192 0 0 20 0 1 0 346370409 3029716992 727093 33554432000 4194304 7823515 140736268633648 140736268629512 5803635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 739677 727093 462 887 0 738787 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2958708

[startup+342.3 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 7056
/proc/meminfo: memFree=23912008/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=3098336 CPUtime=342.24 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 746232 0 0 0 34023 201 0 0 20 0 1 0 346370409 3172696064 763286 33554432000 4194304 7823515 140736268633648 140736268629512 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 774584 763286 462 887 0 773694 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3098336

[startup+402.301 s]
/proc/loadavg: 1.99 1.92 1.91 3/178 7059
/proc/meminfo: memFree=23487336/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=3255464 CPUtime=402.23 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 785894 0 0 0 40015 208 0 0 20 0 1 0 346370409 3333595136 802948 33554432000 4194304 7823515 140736268633648 140736268629512 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 813866 802948 462 887 0 812976 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3255464

[startup+462.3 s]
/proc/loadavg: 2.07 1.95 1.91 3/177 7059
/proc/meminfo: memFree=23288228/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=3426960 CPUtime=462.22 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 825258 0 0 0 46006 216 0 0 20 0 1 0 346370409 3509207040 842312 33554432000 4194304 7823515 140736268633648 140736268629512 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 856740 842312 462 887 0 855850 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3426960

[startup+522.301 s]
/proc/loadavg: 2.03 1.95 1.91 3/177 7059
/proc/meminfo: memFree=23079936/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=3442316 CPUtime=522.21 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 832120 0 0 0 52002 219 0 0 20 0 1 0 346370409 3524931584 849174 33554432000 4194304 7823515 140736268633648 140736268629512 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 860579 849174 462 887 0 859689 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3442316

[startup+582.3 s]
/proc/loadavg: 2.01 1.96 1.91 3/177 7059
/proc/meminfo: memFree=22698292/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=3645256 CPUtime=582.2 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 879094 0 0 0 57992 228 0 0 20 0 1 0 346370409 3732742144 896148 33554432000 4194304 7823515 140736268633648 140736268629512 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 911314 896148 462 887 0 910424 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3645256

[startup+642.3 s]

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

/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1024170 0 0 0 105949 264 0 0 20 0 1 0 346370409 4332294144 1041224 33554432000 4194304 7823515 140736268633648 140736268629512 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1057689 1041224 462 887 0 1056799 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 4230756

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7064
/proc/meminfo: memFree=21465500/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4239860 CPUtime=1122.12 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1027874 0 0 0 111947 265 0 0 20 0 1 0 346370409 4341616640 1044928 33554432000 4194304 7823515 140736268633648 140736268629512 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1059965 1044928 462 887 0 1059075 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 4239860

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7064
/proc/meminfo: memFree=21437752/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4249076 CPUtime=1182.11 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1031749 0 0 0 117944 267 0 0 20 0 1 0 346370409 4351053824 1048803 33554432000 4194304 7823515 140736268633648 140736268629512 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1062269 1048803 462 887 0 1061379 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 4249076

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7065
/proc/meminfo: memFree=21140428/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4257264 CPUtime=1242.1 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1035497 0 0 0 123941 269 0 0 20 0 1 0 346370409 4359438336 1052551 33554432000 4194304 7823515 140736268633648 140736268629512 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1064316 1052551 462 887 0 1063426 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 4257264

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7065
/proc/meminfo: memFree=20835912/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4585248 CPUtime=1302.1 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1106126 0 0 0 129929 281 0 0 20 0 1 0 346370409 4695293952 1123180 33554432000 4194304 7823515 140736268633648 140736268629512 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1146312 1123180 462 887 0 1145422 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 4585248

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7065
/proc/meminfo: memFree=20797004/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4595484 CPUtime=1362.09 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1110619 0 0 0 135926 283 0 0 20 0 1 0 346370409 4705775616 1127673 33554432000 4194304 7823515 140736268633648 140736268629512 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1148871 1127673 462 887 0 1147981 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 4595484

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7065
/proc/meminfo: memFree=20756236/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4608796 CPUtime=1422.08 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1116128 0 0 0 141923 285 0 0 20 0 1 0 346370409 4719407104 1133182 33554432000 4194304 7823515 140736268633648 140736268629512 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1152199 1133182 462 887 0 1151309 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 4608796

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7065
/proc/meminfo: memFree=20717080/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4623128 CPUtime=1482.07 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1121921 0 0 0 147920 287 0 0 20 0 1 0 346370409 4734083072 1138975 33554432000 4194304 7823515 140736268633648 140736268629512 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1155782 1138975 462 887 0 1154892 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 4623128

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7066
/proc/meminfo: memFree=20682764/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4633368 CPUtime=1542.05 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1126433 0 0 0 153917 288 0 0 20 0 1 0 346370409 4744568832 1143487 33554432000 4194304 7823515 140736268633648 140736268629512 5803627 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1158342 1143487 462 887 0 1157452 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 4633368

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 7069
/proc/meminfo: memFree=20634552/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=4649748 CPUtime=1602.05 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1133477 0 0 0 159913 292 0 0 20 0 1 0 346370409 4761341952 1150531 33554432000 4194304 7823515 140736268633648 140736268629512 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1162437 1150531 462 887 0 1161547 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 4649748

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 7092
/proc/meminfo: memFree=19960012/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=5043124 CPUtime=1662.04 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1218555 0 0 0 165900 304 0 0 20 0 1 0 346370409 5164158976 1235609 33554432000 4194304 7823515 140736268633648 140736268629512 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1260781 1235609 462 887 0 1259891 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 5043124

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7092
/proc/meminfo: memFree=19936612/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=5048244 CPUtime=1722.03 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1220790 0 0 0 171897 306 0 0 20 0 1 0 346370409 5169401856 1237844 33554432000 4194304 7823515 140736268633648 140736268629512 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1262061 1237844 462 887 0 1261171 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5048244

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7092
/proc/meminfo: memFree=19880592/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=5074864 CPUtime=1782.02 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1232341 0 0 0 177891 311 0 0 20 0 1 0 346370409 5196660736 1249395 33554432000 4194304 7823515 140736268633648 140736268629512 5803658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1268716 1249395 462 887 0 1267826 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 5074864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 7093
/proc/meminfo: memFree=19869400/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=5077936 CPUtime=1800.02 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1233489 0 0 0 179691 311 0 0 20 0 1 0 346370409 5199806464 1250543 33554432000 4194304 7823515 140736268633648 140736268629512 5803616 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1269484 1250543 462 887 0 1268594 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5077936

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7054

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

[startup+1801.4 s]
/proc/loadavg: 2.00 1.99 1.93 3/179 7094
/proc/meminfo: memFree=19869276/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=5077936 CPUtime=1801.12 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1233520 0 0 0 179801 311 0 0 20 0 1 0 346370409 5199806464 1250574 33554432000 4194304 7823515 140736268633648 140736268628992 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1269484 1250574 462 887 0 1268594 0
Current children cumulated CPU time (s) 1801.12
Current children cumulated vsize (KiB) 5077936

[startup+1802.2 s]
/proc/loadavg: 2.00 1.99 1.93 3/179 7094
/proc/meminfo: memFree=19868888/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=5077936 CPUtime=1801.92 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4202496 1233537 0 0 0 179881 311 0 0 20 0 1 0 346370409 5199806464 1250591 33554432000 4194304 7823515 140736268633648 140736268628992 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 1269484 1250591 462 887 0 1268594 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 5077936

[startup+1802.4 s]
/proc/loadavg: 2.00 1.99 1.93 3/179 7094
/proc/meminfo: memFree=19868888/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4203524 1233538 0 0 0 179891 320 0 0 20 0 1 0 346370409 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

[startup+1802.5 s]
/proc/loadavg: 2.00 1.99 1.93 3/179 7094
/proc/meminfo: memFree=19868888/32873648 swapFree=6860/6860
[pid=7054] ppid=7052 vsize=0 CPUtime=1802.21 cores=1,3,5,7
/proc/7054/stat : 7054 (pbscip.linux.x8) R 7052 7054 7010 0 -1 4203524 1233538 0 0 0 179891 330 0 0 20 0 1 0 346370409 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7054/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.21
Current children cumulated vsize (KiB) 0

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 3.39348
maximum resident set size= 5002368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1233538
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= 1858

runsolver used 3.12052 second user time and 9.1916 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 11:34:05
IDJOB=3743146
IDBENCH=90863
IDSOLVER=2321
FILE ID=node124/3743146-1338802445
RUNJOBID= node124-1338802444-7027
PBS_JOBID= 14636865
Free space on /tmp= 70648 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_50null20mast_rapportOE2.0_TMAX120_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-3743146-1338802445/watcher-3743146-1338802445 -o /tmp/evaluation-result-3743146-1338802445/solver-3743146-1338802445 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743146-1338802445.opb

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

MD5SUM BENCH= 7e1ba98da2a2cea04a0e7f6c87cec7d2
RANDOM SEED=1503525153

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29799484 kB
Buffers:          274676 kB
Cached:          1949132 kB
SwapCached:         8368 kB
Active:           686884 kB
Inactive:        1580248 kB
Active(anon):      37620 kB
Inactive(anon):     8360 kB
Active(file):     649264 kB
Inactive(file):  1571888 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091616 kB
Dirty:             74580 kB
Writeback:            20 kB
AnonPages:         42700 kB
Mapped:             9876 kB
Shmem:                 0 kB
Slab:             666788 kB
SReclaimable:     110984 kB
SUnreclaim:       555804 kB
KernelStack:        1416 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70672 MiB
End job on node124 at 2012-06-04 12:04:08