Trace number 3743333

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 905768
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 905768
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.39/4.41	c SCIP version 1.1.0.7
4.39/4.41	c LP-Solver SoPlex 1.4.1
4.39/4.41	c user parameter file <scip.set> not found - using default parameters
4.39/4.41	c read problem <HOME/instance-3743333-1338804629.opb>
4.39/4.41	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
6.60/6.63	c start presolving problem
6.60/6.63	c presolving:
9.98/10.04	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.38/13.42	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
14.08/14.13	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.67/78.71	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.87/78.98	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.96/80.09	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
80.27/80.35	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-3743333-1338804629/watcher-3743333-1338804629 -o /tmp/evaluation-result-3743333-1338804629/solver-3743333-1338804629 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743333-1338804629.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.92 1.98 1.99 3/177 17932
/proc/meminfo: memFree=22036636/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=8424 CPUtime=0 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1463 0 0 0 0 0 0 0 20 0 1 0 346587398 8626176 1415 33554432000 4194304 7823515 140735385331520 140733933996408 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 2106 1419 349 887 0 1216 0

[startup+0.050313 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 17932
/proc/meminfo: memFree=22036636/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=19440 CPUtime=0.03 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 4226 0 0 0 3 0 0 0 20 0 1 0 346587398 19906560 4178 33554432000 4194304 7823515 140735385331520 140733933996408 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 4860 4178 354 887 0 3970 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19440

[startup+0.100414 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 17932
/proc/meminfo: memFree=22036636/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=27868 CPUtime=0.09 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 6336 0 0 0 8 1 0 0 20 0 1 0 346587398 28536832 6288 33554432000 4194304 7823515 140735385331520 140733933996408 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 6967 6288 354 887 0 6077 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27868

[startup+0.300335 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 17932
/proc/meminfo: memFree=22036636/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=54064 CPUtime=0.29 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 12848 0 0 0 27 2 0 0 20 0 1 0 346587398 55361536 12800 33554432000 4194304 7823515 140735385331520 140733933996408 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 13516 12800 354 887 0 12626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54064

[startup+0.700315 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 17932
/proc/meminfo: memFree=22036636/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=89012 CPUtime=0.68 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 21587 0 0 0 65 3 0 0 20 0 1 0 346587398 91148288 21539 33554432000 4194304 7823515 140735385331520 140733933996408 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 22253 21539 354 887 0 21363 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 89012

[startup+1.50034 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 17933
/proc/meminfo: memFree=21915208/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=186336 CPUtime=1.49 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 45841 0 0 0 141 8 0 0 20 0 1 0 346587398 190808064 45793 33554432000 4194304 7823515 140735385331520 140735385197624 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 46584 45793 354 887 0 45694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186336

[startup+3.10036 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 17933
/proc/meminfo: memFree=21780420/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=374956 CPUtime=3.09 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 92896 0 0 0 292 17 0 0 20 0 1 0 346587398 383954944 92848 33554432000 4194304 7823515 140735385331520 140735385197624 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 93739 92848 354 887 0 92849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 374956

[startup+6.30044 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 17934
/proc/meminfo: memFree=21109820/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=1061548 CPUtime=6.29 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 264310 0 0 0 584 45 0 0 20 0 1 0 346587398 1087025152 264381 33554432000 4194304 7823515 140735385331520 140735385328728 4685941 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 265387 264381 385 887 0 264497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1061548

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 17972
/proc/meminfo: memFree=24503388/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=1482652 CPUtime=12.68 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 368885 0 0 0 1166 102 0 0 20 0 1 0 346587398 1518235648 367840 33554432000 4194304 7823515 140735385331520 140735385328808 4206555 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 370663 367840 449 887 0 369773 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1482652

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 17972
/proc/meminfo: memFree=23558796/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=1482652 CPUtime=25.48 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 370629 0 0 0 2433 115 0 0 20 0 1 0 346587398 1518235648 369237 33554432000 4194304 7823515 140735385331520 140735385328216 4841963 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 370663 369237 461 887 0 369773 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1482652

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 17972
/proc/meminfo: memFree=23123640/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=1704204 CPUtime=51.07 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 424936 0 0 0 4980 127 0 0 20 0 1 0 346587398 1745104896 423535 33554432000 4194304 7823515 140735385331520 140735385327576 4245253 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 426051 423535 462 887 0 425161 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1704204

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 17972
/proc/meminfo: memFree=22493020/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=1966844 CPUtime=102.27 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 490626 0 0 0 10060 167 0 0 20 0 1 0 346587398 2014048256 487420 33554432000 4194304 7823515 140735385331520 140735385328216 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 491711 487420 462 887 0 490821 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1966844

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 17972
/proc/meminfo: memFree=22035772/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=2232300 CPUtime=162.24 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 536449 0 0 0 16045 179 0 0 20 0 1 0 346587398 2285875200 552142 33554432000 4194304 7823515 140735385331520 140735385327576 5803616 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 558075 552142 462 887 0 557185 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2232300

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 17972
/proc/meminfo: memFree=21757784/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=2246756 CPUtime=222.24 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 539752 0 0 0 22044 180 0 0 20 0 1 0 346587398 2300678144 555956 33554432000 4194304 7823515 140735385331520 140735385327576 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 561689 555956 462 887 0 560799 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2246756

[startup+282.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 17973
/proc/meminfo: memFree=21256852/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=2563028 CPUtime=282.22 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 615573 0 0 0 28029 193 0 0 20 0 1 0 346587398 2624540672 631774 33554432000 4194304 7823515 140735385331520 140735385327384 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 640757 631774 462 887 0 639867 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2563028

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 17973
/proc/meminfo: memFree=20931876/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=2691764 CPUtime=342.2 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 646437 0 0 0 34021 199 0 0 20 0 1 0 346587398 2756366336 662636 33554432000 4194304 7823515 140735385331520 140735385327384 5803658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 672941 662636 462 887 0 672051 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2691764

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17973
/proc/meminfo: memFree=20703744/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=2791368 CPUtime=402.19 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 671779 0 0 0 40014 205 0 0 20 0 1 0 346587398 2858360832 688227 33554432000 4194304 7823515 140735385331520 140735385327384 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 697842 688227 462 887 0 696952 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2791368

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17973
/proc/meminfo: memFree=20436304/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=2907080 CPUtime=462.18 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 701315 0 0 0 46006 212 0 0 20 0 1 0 346587398 2976849920 717763 33554432000 4194304 7823515 140735385331520 140735385327384 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 726770 717763 462 887 0 725880 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 2907080

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17973
/proc/meminfo: memFree=20145676/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=3047052 CPUtime=522.16 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 736635 0 0 0 51995 221 0 0 20 0 1 0 346587398 3120181248 753083 33554432000 4194304 7823515 140735385331520 140735385327384 5802717 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 761763 753083 462 887 0 760873 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 3047052

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17977
/proc/meminfo: memFree=19980652/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=3195992 CPUtime=582.15 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 772359 0 0 0 57983 232 0 0 20 0 1 0 346587398 3272695808 788807 33554432000 4194304 7823515 140735385331520 140735385327384 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 798998 788807 462 887 0 798108 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 3195992

[startup+642.3 s]

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

/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 928840 0 0 0 105934 272 0 0 20 0 1 0 346587398 3937435648 949498 33554432000 4194304 7823515 140735385331520 140735385327384 5803643 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 961288 949498 462 887 0 960398 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 3845152

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17978
/proc/meminfo: memFree=18832256/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=3849248 CPUtime=1122.04 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 930479 0 0 0 111932 272 0 0 20 0 1 0 346587398 3941629952 952274 33554432000 4194304 7823515 140735385331520 140735385327384 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 962312 952274 462 887 0 961422 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 3849248

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 17982
/proc/meminfo: memFree=18795532/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=3857440 CPUtime=1182.04 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 934144 0 0 0 117929 275 0 0 20 0 1 0 346587398 3950018560 956325 33554432000 4194304 7823515 140735385331520 140735385327384 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 964360 956325 462 887 0 963470 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 3857440

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 17982
/proc/meminfo: memFree=18760020/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=3869724 CPUtime=1242.02 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 939161 0 0 0 123925 277 0 0 20 0 1 0 346587398 3962597376 961586 33554432000 4194304 7823515 140735385331520 140735385327384 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 967431 961586 462 887 0 966541 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 3869724

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 17982
/proc/meminfo: memFree=18511800/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=3876892 CPUtime=1302.02 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 942453 0 0 0 129923 279 0 0 20 0 1 0 346587398 3969937408 965101 33554432000 4194304 7823515 140735385331520 140735385327384 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 969223 965101 462 887 0 968333 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 3876892

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 17982
/proc/meminfo: memFree=18259612/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4149440 CPUtime=1362 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1001430 0 0 0 135909 291 0 0 20 0 1 0 346587398 4249026560 1024467 33554432000 4194304 7823515 140735385331520 140735385327384 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1037360 1024467 462 887 0 1036470 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 4149440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 17982
/proc/meminfo: memFree=18227772/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4158652 CPUtime=1422 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1005281 0 0 0 141906 294 0 0 20 0 1 0 346587398 4258459648 1028570 33554432000 4194304 7823515 140735385331520 140735385327384 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1039663 1028570 462 887 0 1038773 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 4158652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17983
/proc/meminfo: memFree=18202504/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4165820 CPUtime=1481.98 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1008603 0 0 0 147901 297 0 0 20 0 1 0 346587398 4265799680 1032065 33554432000 4194304 7823515 140735385331520 140735385327384 5803600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1041455 1032065 462 887 0 1040565 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 4165820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17983
/proc/meminfo: memFree=18180584/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4174012 CPUtime=1541.97 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1012000 0 0 0 153898 299 0 0 20 0 1 0 346587398 4274188288 1035462 33554432000 4194304 7823515 140735385331520 140735385327384 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1043503 1035462 462 887 0 1042613 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 4174012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17983
/proc/meminfo: memFree=18155192/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4181176 CPUtime=1601.96 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1015101 0 0 0 159895 301 0 0 20 0 1 0 346587398 4281524224 1038825 33554432000 4194304 7823515 140735385331520 140735385327384 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1045294 1038825 462 887 0 1044404 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 4181176

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17983
/proc/meminfo: memFree=18132280/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4189368 CPUtime=1661.95 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1018394 0 0 0 165893 302 0 0 20 0 1 0 346587398 4289912832 1042118 33554432000 4194304 7823515 140735385331520 140735385327384 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1047342 1042118 462 887 0 1046452 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 4189368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17983
/proc/meminfo: memFree=18108500/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4195512 CPUtime=1721.94 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1021100 0 0 0 171890 304 0 0 20 0 1 0 346587398 4296204288 1045138 33554432000 4194304 7823515 140735385331520 140735385327384 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1048878 1045138 462 887 0 1047988 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 4195512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17987
/proc/meminfo: memFree=17821708/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4200632 CPUtime=1781.93 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1023368 0 0 0 177888 305 0 0 20 0 1 0 346587398 4301447168 1047406 33554432000 4194304 7823515 140735385331520 140735385327384 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1050158 1047406 462 887 0 1049268 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 4200632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17987
/proc/meminfo: memFree=17814732/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4202676 CPUtime=1800.04 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1024155 0 0 0 179698 306 0 0 20 0 1 0 346587398 4303540224 1048193 33554432000 4194304 7823515 140735385331520 140735385327384 5803627 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1050669 1048193 462 887 0 1049779 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 4202676

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17932

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17988
/proc/meminfo: memFree=17814732/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4202676 CPUtime=1801.03 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1024168 0 0 0 179797 306 0 0 20 0 1 0 346587398 4303540224 1048206 33554432000 4194304 7823515 140735385331520 140735385326848 5803635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1050669 1048206 462 887 0 1049779 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 4202676

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17988
/proc/meminfo: memFree=17814724/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4202676 CPUtime=1801.83 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1024175 0 0 0 179877 306 0 0 20 0 1 0 346587398 4303540224 1048213 33554432000 4194304 7823515 140735385331520 140735385326848 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1050669 1048213 462 887 0 1049779 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 4202676

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17988
/proc/meminfo: memFree=17814724/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=4202676 CPUtime=1802.03 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4202496 1024178 0 0 0 179897 306 0 0 20 0 1 0 346587398 4303540224 1048216 33554432000 4194304 7823515 140735385331520 140735385326848 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 1050669 1048216 462 887 0 1049779 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 4202676

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17988
/proc/meminfo: memFree=17814724/32873844 swapFree=7628/7628
[pid=17932] ppid=17930 vsize=0 CPUtime=1802.13 cores=1,3,5,7
/proc/17932/stat : 17932 (pbscip.linux.x8) R 17930 17932 17511 0 -1 4203524 1024178 0 0 0 179898 315 0 0 20 0 1 0 346587398 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17932/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.51
CPU time (s): 1802.15
CPU user time (s): 1798.98
CPU system time (s): 3.16652
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 4202676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 3.16652
maximum resident set size= 4192864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1024178
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= 115
involuntary context switches= 1829

runsolver used 6.55 second user time and 14.7158 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 12:10:30
IDJOB=3743333
IDBENCH=91035
IDSOLVER=2321
FILE ID=node145/3743333-1338804629
RUNJOBID= node145-1338797440-17528
PBS_JOBID= 14636861
Free space on /tmp= 70864 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_20null20mast_rapportOE1.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-3743333-1338804629/watcher-3743333-1338804629 -o /tmp/evaluation-result-3743333-1338804629/solver-3743333-1338804629 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743333-1338804629.opb

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=1206552954

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22036016 kB
Buffers:          456408 kB
Cached:          5018744 kB
SwapCached:            0 kB
Active:          6293152 kB
Inactive:        3667072 kB
Active(anon):    4475904 kB
Inactive(anon):    10916 kB
Active(file):    1817248 kB
Inactive(file):  3656156 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37052 kB
Writeback:             0 kB
AnonPages:       4534852 kB
Mapped:            15884 kB
Shmem:               200 kB
Slab:             727624 kB
SReclaimable:     168932 kB
SUnreclaim:       558692 kB
KernelStack:        1456 kB
PageTables:        13052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4669408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 70852 MiB
End job on node145 at 2012-06-04 12:40:33