Trace number 3743256

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.32 1802.59

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
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 623794
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 623794
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.19/4.29	c SCIP version 1.1.0.7
4.19/4.29	c LP-Solver SoPlex 1.4.1
4.19/4.29	c user parameter file <scip.set> not found - using default parameters
4.19/4.29	c read problem <HOME/instance-3743256-1338803891.opb>
4.19/4.29	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
6.19/6.21	c start presolving problem
6.19/6.21	c presolving:
9.59/9.61	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
13.19/13.25	c (round 2) 671 del vars, 1977 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 398809 upgd conss, 100458 impls, 1977 clqs
13.89/13.98	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
104.18/104.23	c (round 4) 1350 del vars, 2644 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17080982 impls, 1977 clqs
104.38/104.50	c (round 5) 1350 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17086324 impls, 1977 clqs
105.77/105.81	c (round 6) 3356 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17119676 impls, 1977 clqs
105.97/106.08	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-3743256-1338803891/watcher-3743256-1338803891 -o /tmp/evaluation-result-3743256-1338803891/solver-3743256-1338803891 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743256-1338803891.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.01 2.01 1.95 3/176 21434
/proc/meminfo: memFree=26345068/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=9128 CPUtime=0 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1623 0 0 0 0 0 0 0 20 0 1 0 346514006 9347072 1575 33554432000 4194304 7823515 140733306963536 140733306828088 6888849 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 2282 1575 349 887 0 1392 0

[startup+0.023208 s]
/proc/loadavg: 2.01 2.01 1.95 3/176 21434
/proc/meminfo: memFree=26345068/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=14256 CPUtime=0.01 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 2905 0 0 0 1 0 0 0 20 0 1 0 346514006 14598144 2857 33554432000 4194304 7823515 140733306963536 140733306828088 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 3564 2857 354 887 0 2674 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14256

[startup+0.100295 s]
/proc/loadavg: 2.01 2.01 1.95 3/176 21434
/proc/meminfo: memFree=26345068/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=29248 CPUtime=0.09 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 6650 0 0 0 8 1 0 0 20 0 1 0 346514006 29949952 6602 33554432000 4194304 7823515 140733306963536 140733306828088 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 7312 6602 354 887 0 6422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29248

[startup+0.300303 s]
/proc/loadavg: 2.01 2.01 1.95 3/176 21434
/proc/meminfo: memFree=26345068/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=53100 CPUtime=0.29 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 12608 0 0 0 27 2 0 0 20 0 1 0 346514006 54374400 12560 33554432000 4194304 7823515 140733306963536 140733306828088 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 13275 12560 354 887 0 12385 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53100

[startup+0.700301 s]
/proc/loadavg: 2.01 2.01 1.95 3/176 21434
/proc/meminfo: memFree=26345068/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=89460 CPUtime=0.68 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 21707 0 0 0 65 3 0 0 20 0 1 0 346514006 91607040 21659 33554432000 4194304 7823515 140733306963536 140733306829640 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 22365 21659 354 887 0 21475 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 89460

[startup+1.50031 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 21435
/proc/meminfo: memFree=26108468/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=191592 CPUtime=1.49 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 47187 0 0 0 142 7 0 0 20 0 1 0 346514006 196190208 47139 33554432000 4194304 7823515 140733306963536 140733306829640 4511625 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 47898 47139 354 887 0 47008 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191592

[startup+3.10031 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 21435
/proc/meminfo: memFree=25831296/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=383744 CPUtime=3.09 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 95128 0 0 0 295 14 0 0 20 0 1 0 346514006 392953856 95080 33554432000 4194304 7823515 140733306963536 140733306829640 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 95936 95080 354 887 0 95046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 383744

[startup+6.30033 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 21435
/proc/meminfo: memFree=24325420/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=1063068 CPUtime=6.28 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 264958 0 0 0 588 40 0 0 20 0 1 0 346514006 1088581632 264518 33554432000 4194304 7823515 140733306963536 140733306960952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 265767 264518 419 887 0 264877 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1063068

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 21435
/proc/meminfo: memFree=23374580/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=1482488 CPUtime=12.69 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 369643 0 0 0 1175 94 0 0 20 0 1 0 346514006 1518067712 368453 33554432000 4194304 7823515 140733306963536 140733306960216 5061266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 370622 368453 456 887 0 369732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1482488

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 21435
/proc/meminfo: memFree=23388352/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=1482488 CPUtime=25.48 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 371223 0 0 0 2441 107 0 0 20 0 1 0 346514006 1518067712 369131 33554432000 4194304 7823515 140733306963536 140733306960232 4788719 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 370622 369131 461 887 0 369732 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1482488

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21435
/proc/meminfo: memFree=22924480/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=1713200 CPUtime=51.08 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 427880 0 0 0 4989 119 0 0 20 0 1 0 346514006 1754316800 425788 33554432000 4194304 7823515 140733306963536 140733306960232 5803635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 428300 425788 462 887 0 427410 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1713200

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21435
/proc/meminfo: memFree=22209416/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=2066516 CPUtime=102.28 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 513654 0 0 0 10091 137 0 0 20 0 1 0 346514006 2116112384 511562 33554432000 4194304 7823515 140733306963536 140733306960232 5422761 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 516629 511562 462 887 0 515739 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2066516

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 21439
/proc/meminfo: memFree=21834560/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=2286784 CPUtime=162.26 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 550434 0 0 0 16054 172 0 0 20 0 1 0 346514006 2341666816 565445 33554432000 4194304 7823515 140733306963536 140733306959592 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 571696 565445 462 887 0 570806 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2286784

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 21462
/proc/meminfo: memFree=21351672/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=2489096 CPUtime=222.25 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 596926 0 0 0 22045 180 0 0 20 0 1 0 346514006 2548834304 612959 33554432000 4194304 7823515 140733306963536 140733306959400 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 622274 612959 462 887 0 621384 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2489096

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 21463
/proc/meminfo: memFree=20979204/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=2693192 CPUtime=282.24 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 647922 0 0 0 28034 190 0 0 20 0 1 0 346514006 2757828608 663955 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 673298 663955 462 887 0 672408 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2693192

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21463
/proc/meminfo: memFree=20615920/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=2860400 CPUtime=342.24 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 688950 0 0 0 34024 200 0 0 20 0 1 0 346514006 2929049600 704983 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 715100 704983 462 887 0 714210 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2860400

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/177 21463
/proc/meminfo: memFree=20376256/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=2972704 CPUtime=402.22 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 716919 0 0 0 40015 207 0 0 20 0 1 0 346514006 3044048896 732952 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 743176 732952 462 887 0 742286 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2972704

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/177 21464
/proc/meminfo: memFree=20104476/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3098336 CPUtime=462.22 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 747523 0 0 0 46007 215 0 0 20 0 1 0 346514006 3172696064 763556 33554432000 4194304 7823515 140733306963536 140733306959400 5803662 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 774584 763556 462 887 0 773694 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3098336

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 21464
/proc/meminfo: memFree=19812112/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3246248 CPUtime=522.21 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 782959 0 0 0 51998 223 0 0 20 0 1 0 346514006 3324157952 798992 33554432000 4194304 7823515 140733306963536 140733306959400 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 811562 798992 462 887 0 810672 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3246248

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 21464
/proc/meminfo: memFree=19771840/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3258536 CPUtime=582.2 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 788284 0 0 0 57993 227 0 0 20 0 1 0 346514006 3336740864 804317 33554432000 4194304 7823515 140733306963536 140733306959400 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 814634 804317 462 887 0 813744 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3258536

[startup+642.3 s]

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

/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 937984 0 0 0 105947 266 0 0 20 0 1 0 346514006 3985059840 954017 33554432000 4194304 7823515 140733306963536 140733306959400 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 972915 954017 462 887 0 972025 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 3891660

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21469
/proc/meminfo: memFree=18644188/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3898828 CPUtime=1122.11 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 940923 0 0 0 111945 266 0 0 20 0 1 0 346514006 3992399872 956956 33554432000 4194304 7823515 140733306963536 140733306959400 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 974707 956956 462 887 0 973817 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3898828

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21469
/proc/meminfo: memFree=18616440/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3902920 CPUtime=1182.11 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 942736 0 0 0 117943 268 0 0 20 0 1 0 346514006 3996590080 958769 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 975730 958769 462 887 0 974840 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3902920

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21469
/proc/meminfo: memFree=18588072/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3909064 CPUtime=1242.1 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 945319 0 0 0 123941 269 0 0 20 0 1 0 346514006 4002881536 961352 33554432000 4194304 7823515 140733306963536 140733306959400 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 977266 961352 462 887 0 976376 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3909064

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21469
/proc/meminfo: memFree=18340224/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3918280 CPUtime=1302.09 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 949210 0 0 0 129938 271 0 0 20 0 1 0 346514006 4012318720 965243 33554432000 4194304 7823515 140733306963536 140733306959400 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 979570 965243 462 887 0 978680 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3918280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21472
/proc/meminfo: memFree=18305532/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3928520 CPUtime=1362.08 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 953506 0 0 0 135934 274 0 0 20 0 1 0 346514006 4022804480 969539 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 982130 969539 462 887 0 981240 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3928520

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.97 3/177 21473
/proc/meminfo: memFree=18277660/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3935684 CPUtime=1422.09 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 956787 0 0 0 141932 277 0 0 20 0 1 0 346514006 4030140416 972820 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 983921 972820 462 887 0 983031 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 3935684

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 21473
/proc/meminfo: memFree=18254624/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=3941828 CPUtime=1482.06 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 959083 0 0 0 147928 278 0 0 20 0 1 0 346514006 4036431872 975116 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 985457 975116 462 887 0 984567 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3941828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21473
/proc/meminfo: memFree=18009244/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4212328 CPUtime=1542.05 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1017604 0 0 0 153915 290 0 0 20 0 1 0 346514006 4313423872 1033637 33554432000 4194304 7823515 140733306963536 140733306959400 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1053082 1033637 462 887 0 1052192 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 4212328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21473
/proc/meminfo: memFree=17990052/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4219496 CPUtime=1602.04 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1020773 0 0 0 159912 292 0 0 20 0 1 0 346514006 4320763904 1036806 33554432000 4194304 7823515 140733306963536 140733306959400 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1054874 1036806 462 887 0 1053984 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 4219496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21473
/proc/meminfo: memFree=17963048/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4227684 CPUtime=1662.03 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1024138 0 0 0 165910 293 0 0 20 0 1 0 346514006 4329148416 1040171 33554432000 4194304 7823515 140733306963536 140733306959400 5803623 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1056921 1040171 462 887 0 1056031 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 4227684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21474
/proc/meminfo: memFree=17938772/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4233716 CPUtime=1722.03 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1026621 0 0 0 171908 295 0 0 20 0 1 0 346514006 4335325184 1042654 33554432000 4194304 7823515 140733306963536 140733306959400 5803631 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1058429 1042654 462 887 0 1057539 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 4233716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21474
/proc/meminfo: memFree=17916852/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4239860 CPUtime=1782.02 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1029086 0 0 0 177906 296 0 0 20 0 1 0 346514006 4341616640 1045119 33554432000 4194304 7823515 140733306963536 140733306959400 5803608 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1059965 1045119 462 887 0 1059075 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 4239860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 21474
/proc/meminfo: memFree=17644268/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4240884 CPUtime=1800.02 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1029502 0 0 0 179706 296 0 0 20 0 1 0 346514006 4342665216 1045535 33554432000 4194304 7823515 140733306963536 140733306959400 5803612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1060221 1045535 462 887 0 1059331 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4240884

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21434

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21476
/proc/meminfo: memFree=17643524/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4240884 CPUtime=1801.11 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1029512 0 0 0 179815 296 0 0 20 0 1 0 346514006 4342665216 1045545 33554432000 4194304 7823515 140733306963536 140733306958848 5803619 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1060221 1045545 462 887 0 1059331 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 4240884

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21476
/proc/meminfo: memFree=17643260/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=4240884 CPUtime=1801.91 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4202496 1029521 0 0 0 179895 296 0 0 20 0 1 0 346514006 4342665216 1045554 33554432000 4194304 7823515 140733306963536 140733306958848 5803650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21434/statm: 1060221 1045554 462 887 0 1059331 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 4240884

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21476
/proc/meminfo: memFree=17643260/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4203524 1029521 0 0 0 179906 305 0 0 20 0 1 0 346514006 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21434/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 2.00 1.97 3/179 21476
/proc/meminfo: memFree=17643260/32873844 swapFree=7628/7628
[pid=21434] ppid=21432 vsize=0 CPUtime=1802.21 cores=1,3,5,7
/proc/21434/stat : 21434 (pbscip.linux.x8) R 21432 21434 21183 0 -1 4203524 1029521 0 0 0 179906 315 0 0 20 0 1 0 346514006 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21434/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.32
CPU user time (s): 1799.07
CPU system time (s): 3.24951
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 4240884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 3.24951
maximum resident set size= 4182216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1029521
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 6.03508 second user time and 20.4029 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-04 11:58:11
IDJOB=3743256
IDBENCH=90937
IDSOLVER=2321
FILE ID=node144/3743256-1338803891
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_unif_50null20mast_rapportOE1.0_TMAX15_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-3743256-1338803891/watcher-3743256-1338803891 -o /tmp/evaluation-result-3743256-1338803891/solver-3743256-1338803891 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743256-1338803891.opb

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=1404931456

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:        26346076 kB
Buffers:         1725924 kB
Cached:          3870436 kB
SwapCached:          464 kB
Active:          3666372 kB
Inactive:        1972636 kB
Active(anon):      23308 kB
Inactive(anon):    11188 kB
Active(file):    3643064 kB
Inactive(file):  1961448 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:             74348 kB
Writeback:             0 kB
AnonPages:         41628 kB
Mapped:            15604 kB
Shmem:               172 kB
Slab:             745720 kB
SReclaimable:     187184 kB
SUnreclaim:       558536 kB
KernelStack:        1432 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147300 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:28:14