Trace number 3743410

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.18 1802.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null0mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMcf9128b870ef9b100d6538eb54f0c456
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-451
Best CPU time to get the best result obtained on this benchmark1800.75
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 1427
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 6807
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 65956
Number of bits of the biggest sum of numbers17
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-3743410-1338805694.opb>
4.19/4.28	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
6.08/6.19	c start presolving problem
6.08/6.19	c presolving:
9.48/9.57	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
12.89/12.91	c (round 2) 671 del vars, 1977 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 398809 upgd conss, 81778 impls, 1977 clqs
13.59/13.63	c (round 3) 674 del vars, 2644 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 81786 impls, 1977 clqs
78.27/78.35	c (round 4) 1350 del vars, 2644 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12227162 impls, 1977 clqs
78.58/78.61	c (round 5) 1350 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12231168 impls, 1977 clqs
79.68/79.71	c (round 6) 3354 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12256858 impls, 1977 clqs
79.87/79.97	c (round 7) 3354 del vars, 5324 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12256866 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-3743410-1338805694/watcher-3743410-1338805694 -o /tmp/evaluation-result-3743410-1338805694/solver-3743410-1338805694 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743410-1338805694.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: 2.00 2.00 1.97 3/176 21551
/proc/meminfo: memFree=26334340/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=8240 CPUtime=0 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1445 0 0 0 0 0 0 0 20 0 1 0 346694359 8437760 1397 33554432000 4194304 7823515 140737460864240 140734417510168 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 2060 1397 337 887 0 1170 0

[startup+0.0490289 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 21551
/proc/meminfo: memFree=26334340/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=19440 CPUtime=0.03 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 4225 0 0 0 3 0 0 0 20 0 1 0 346694359 19906560 4177 33554432000 4194304 7823515 140737460864240 140734417510168 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 4860 4177 354 887 0 3970 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19440

[startup+0.100358 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 21551
/proc/meminfo: memFree=26334340/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=29148 CPUtime=0.08 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 6656 0 0 0 8 0 0 0 20 0 1 0 346694359 29847552 6608 33554432000 4194304 7823515 140737460864240 140737460730344 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 7287 6608 354 887 0 6397 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29148

[startup+0.300284 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 21551
/proc/meminfo: memFree=26334340/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=54064 CPUtime=0.29 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 12849 0 0 0 28 1 0 0 20 0 1 0 346694359 55361536 12801 33554432000 4194304 7823515 140737460864240 140737460730344 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 13516 12801 354 887 0 12626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54064

[startup+0.700282 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 21551
/proc/meminfo: memFree=26334340/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=89400 CPUtime=0.69 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 21692 0 0 0 66 3 0 0 20 0 1 0 346694359 91545600 21644 33554432000 4194304 7823515 140737460864240 140737460730344 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 22350 21644 354 887 0 21460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89400

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=26096608/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=191532 CPUtime=1.48 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 47173 0 0 0 142 6 0 0 20 0 1 0 346694359 196128768 47125 33554432000 4194304 7823515 140737460864240 140737460730344 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 47883 47126 354 887 0 46993 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 191532

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=25816228/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=384776 CPUtime=3.09 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 95389 0 0 0 294 15 0 0 20 0 1 0 346694359 394010624 95341 33554432000 4194304 7823515 140737460864240 140737460730344 4599403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 96194 95341 354 887 0 95304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 384776

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=24320232/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=1062912 CPUtime=6.29 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 264487 0 0 0 587 42 0 0 20 0 1 0 346694359 1088421888 264558 33554432000 4194304 7823515 140737460864240 140737460861832 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 265728 264558 419 887 0 264838 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1062912

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=23370496/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=1482672 CPUtime=12.69 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 369256 0 0 0 1173 96 0 0 20 0 1 0 346694359 1518256128 368576 33554432000 4194304 7823515 140737460864240 140737460861928 5061266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 370668 368576 456 887 0 369778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1482672

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=23378800/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=1482672 CPUtime=25.49 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 370836 0 0 0 2439 110 0 0 20 0 1 0 346694359 1518256128 369254 33554432000 4194304 7823515 140737460864240 140737460860936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 370668 369254 461 887 0 369778 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1482672

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=22930156/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=1706880 CPUtime=51.08 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 425837 0 0 0 4989 119 0 0 20 0 1 0 346694359 1747845120 424255 33554432000 4194304 7823515 140737460864240 140737460860936 5422765 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 426720 424255 462 887 0 425830 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1706880

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21552
/proc/meminfo: memFree=22392272/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=1967888 CPUtime=102.27 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 491167 0 0 0 10068 159 0 0 20 0 1 0 346694359 2015117312 487781 33554432000 4194304 7823515 140737460864240 140737460860296 5803658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 491972 487781 462 887 0 491082 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1967888

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21555
/proc/meminfo: memFree=21943852/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=2232316 CPUtime=162.27 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 536675 0 0 0 16057 170 0 0 20 0 1 0 346694359 2285891584 552238 33554432000 4194304 7823515 140737460864240 140737460860296 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 558079 552238 462 887 0 557189 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2232316

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/177 21556
/proc/meminfo: memFree=21760484/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=2256244 CPUtime=222.25 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 541456 0 0 0 22055 170 0 0 20 0 1 0 346694359 2310393856 558038 33554432000 4194304 7823515 140737460864240 140737460860344 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 564061 558038 462 887 0 563171 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2256244

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/177 21556
/proc/meminfo: memFree=21241820/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=2563048 CPUtime=282.25 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 615465 0 0 0 28039 186 0 0 20 0 1 0 346694359 2624561152 632047 33554432000 4194304 7823515 140737460864240 140737460860104 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 640762 632047 462 887 0 639872 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2563048

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 21556
/proc/meminfo: memFree=20966568/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=2691784 CPUtime=342.24 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 646138 0 0 0 34029 195 0 0 20 0 1 0 346694359 2756386816 662720 33554432000 4194304 7823515 140737460864240 140737460860104 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 672946 662720 462 887 0 672056 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2691784

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 21556
/proc/meminfo: memFree=20740544/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=2790360 CPUtime=402.22 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 671163 0 0 0 40019 203 0 0 20 0 1 0 346694359 2857328640 687743 33554432000 4194304 7823515 140737460864240 140737460860104 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 697590 687743 462 887 0 696700 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2790360

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 21556
/proc/meminfo: memFree=20372168/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=2907096 CPUtime=462.21 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 701003 0 0 0 46011 210 0 0 20 0 1 0 346694359 2976866304 717583 33554432000 4194304 7823515 140737460864240 140737460860104 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 726774 717583 462 887 0 725884 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2907096

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 21557
/proc/meminfo: memFree=20188180/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3045024 CPUtime=522.2 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 735842 0 0 0 52001 219 0 0 20 0 1 0 346694359 3118104576 752673 33554432000 4194304 7823515 140737460864240 140737460860104 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 761256 752673 462 887 0 760366 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3045024

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 21557
/proc/meminfo: memFree=19896064/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3196008 CPUtime=582.19 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 772040 0 0 0 57991 228 0 0 20 0 1 0 346694359 3272712192 788870 33554432000 4194304 7823515 140737460864240 140737460860104 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 799002 788870 462 887 0 798112 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3196008

[startup+642.3 s]

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

/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 928494 0 0 0 105942 268 0 0 20 0 1 0 346694359 3937456128 947747 33554432000 4194304 7823515 140737460864240 140737460860104 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 961293 947747 462 887 0 960403 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 3845172

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/177 21562
/proc/meminfo: memFree=18724640/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3848244 CPUtime=1122.08 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 929857 0 0 0 111939 269 0 0 20 0 1 0 346694359 3940601856 949502 33554432000 4194304 7823515 140737460864240 140737460860104 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 962061 949502 462 887 0 961171 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 3848244

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 21562
/proc/meminfo: memFree=18470592/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3855408 CPUtime=1182.08 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 933054 0 0 0 117937 271 0 0 20 0 1 0 346694359 3947937792 953710 33554432000 4194304 7823515 140737460864240 140737460860104 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 963852 953710 462 887 0 962962 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 3855408

[startup+1242.3 s]
/proc/loadavg: 2.05 2.02 1.99 3/177 21562
/proc/meminfo: memFree=18429080/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3866672 CPUtime=1242.07 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 937691 0 0 0 123933 274 0 0 20 0 1 0 346694359 3959472128 959703 33554432000 4194304 7823515 140737460864240 140737460860104 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 966668 959703 462 887 0 965778 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 3866672

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 21562
/proc/meminfo: memFree=18395504/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3875888 CPUtime=1302.07 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 941539 0 0 0 129930 277 0 0 20 0 1 0 346694359 3968909312 963971 33554432000 4194304 7823515 140737460864240 140737460860104 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 968972 963971 462 887 0 968082 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3875888

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 21565
/proc/meminfo: memFree=18365888/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=3885100 CPUtime=1362.05 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 945389 0 0 0 135926 279 0 0 20 0 1 0 346694359 3978342400 967980 33554432000 4194304 7823515 140737460864240 140737460860104 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 971275 967980 462 887 0 970385 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 3885100

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 21566
/proc/meminfo: memFree=18117676/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4155600 CPUtime=1422.04 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1003849 0 0 0 141915 289 0 0 20 0 1 0 346694359 4255334400 1026893 33554432000 4194304 7823515 140737460864240 140737460860104 5803654 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1038900 1026893 462 887 0 1038010 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 4155600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 21566
/proc/meminfo: memFree=18087200/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4164816 CPUtime=1482.02 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1007650 0 0 0 147910 292 0 0 20 0 1 0 346694359 4264771584 1031083 33554432000 4194304 7823515 140737460864240 140737460860104 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1041204 1031083 462 887 0 1040314 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 4164816

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 21566
/proc/meminfo: memFree=18057096/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4171984 CPUtime=1542.02 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1010883 0 0 0 153907 295 0 0 20 0 1 0 346694359 4272111616 1034568 33554432000 4194304 7823515 140737460864240 140737460860104 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1042996 1034568 462 887 0 1042106 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 4171984

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 21566
/proc/meminfo: memFree=18038896/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4180172 CPUtime=1602 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1014202 0 0 0 159903 297 0 0 20 0 1 0 346694359 4280496128 1037887 33554432000 4194304 7823515 140737460864240 140737460860104 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1045043 1037887 462 887 0 1044153 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 4180172

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21566
/proc/meminfo: memFree=17742860/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4187340 CPUtime=1661.99 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1017355 0 0 0 165900 299 0 0 20 0 1 0 346694359 4287836160 1041213 33554432000 4194304 7823515 140737460864240 140737460860104 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1046835 1041213 462 887 0 1045945 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 4187340

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 21567
/proc/meminfo: memFree=17713872/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4195532 CPUtime=1721.98 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1020792 0 0 0 171897 301 0 0 20 0 1 0 346694359 4296224768 1044911 33554432000 4194304 7823515 140737460864240 140737460860104 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1048883 1044911 462 887 0 1047993 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 4195532

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21567
/proc/meminfo: memFree=17688976/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4201672 CPUtime=1781.96 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1023401 0 0 0 177894 302 0 0 20 0 1 0 346694359 4302512128 1047520 33554432000 4194304 7823515 140737460864240 140737460860104 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1050418 1047520 462 887 0 1049528 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 4201672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 21568
/proc/meminfo: memFree=17682620/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4202696 CPUtime=1800.07 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1023975 0 0 0 179704 303 0 0 20 0 1 0 346694359 4303560704 1048094 33554432000 4194304 7823515 140737460864240 140737460860104 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1050674 1048094 462 887 0 1049784 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 4202696

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21551

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21569
/proc/meminfo: memFree=17682620/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4202696 CPUtime=1801.06 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1023995 0 0 0 179803 303 0 0 20 0 1 0 346694359 4303560704 1048114 33554432000 4194304 7823515 140737460864240 140737460859584 5803639 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1050674 1048114 462 887 0 1049784 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 4202696

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21569
/proc/meminfo: memFree=17682108/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4202696 CPUtime=1801.86 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1024007 0 0 0 179883 303 0 0 20 0 1 0 346694359 4303560704 1048126 33554432000 4194304 7823515 140737460864240 140737460859584 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1050674 1048126 462 887 0 1049784 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 4202696

[startup+1802.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21569
/proc/meminfo: memFree=17682108/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=4202696 CPUtime=1802.06 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4202496 1024009 0 0 0 179903 303 0 0 20 0 1 0 346694359 4303560704 1048128 33554432000 4194304 7823515 140737460864240 140737460859584 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 1050674 1048128 462 887 0 1049784 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 4202696

[startup+1802.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 21569
/proc/meminfo: memFree=17682108/32873844 swapFree=7628/7628
[pid=21551] ppid=21549 vsize=0 CPUtime=1802.16 cores=1,3,5,7
/proc/21551/stat : 21551 (pbscip.linux.x8) R 21549 21551 21183 0 -1 4203524 1024010 0 0 0 179904 312 0 0 20 0 1 0 346694359 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.51
CPU time (s): 1802.18
CPU user time (s): 1799.05
CPU system time (s): 3.13752
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 4202696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 3.13752
maximum resident set size= 4192516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1024010
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= 84
involuntary context switches= 1832

runsolver used 2.94855 second user time and 10.1585 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 12:28:15
IDJOB=3743410
IDBENCH=91092
IDSOLVER=2321
FILE ID=node144/3743410-1338805694
RUNJOBID= node144-1338800301-21200
PBS_JOBID= 14636864
Free space on /tmp= 70772 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_luby_20null0mast_rapportOE2.0_TMAX300_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-3743410-1338805694/watcher-3743410-1338805694 -o /tmp/evaluation-result-3743410-1338805694/solver-3743410-1338805694 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743410-1338805694.opb

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

MD5SUM BENCH= cf9128b870ef9b100d6538eb54f0c456
RANDOM SEED=1361562068

node144.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		: 2666.196
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	: 5332.39
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		: 2666.196
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		: 2666.196
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	: 5438.54
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		: 2666.196
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		: 2666.196
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		: 2666.196
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.92
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		: 2666.196
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		: 2666.196
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:        26336992 kB
Buffers:         1726064 kB
Cached:          3873448 kB
SwapCached:          464 kB
Active:          3673384 kB
Inactive:        1975060 kB
Active(anon):      29816 kB
Inactive(anon):    11188 kB
Active(file):    3643568 kB
Inactive(file):  1963872 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:             74644 kB
Writeback:             0 kB
AnonPages:         47316 kB
Mapped:            15220 kB
Shmem:               172 kB
Slab:             745876 kB
SReclaimable:     187496 kB
SUnreclaim:       558380 kB
KernelStack:        1432 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70800 MiB
End job on node144 at 2012-06-04 12:58:18