Trace number 3743168

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.3 1802.58

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM8d651cc878ba5f8db7c83d3bfed1cb1c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-98026
Best CPU time to get the best result obtained on this benchmark1800.85
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 1605
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 987807
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 987807
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.12	c SCIP version 1.1.0.7
4.09/4.12	c LP-Solver SoPlex 1.4.1
4.09/4.12	c user parameter file <scip.set> not found - using default parameters
4.09/4.12	c read problem <HOME/instance-3743168-1338802638.opb>
4.09/4.12	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
5.50/5.56	c start presolving problem
5.50/5.56	c presolving:
8.38/8.45	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
11.59/11.60	c (round 2) 672 del vars, 1977 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 398809 upgd conss, 81776 impls, 1977 clqs
12.09/12.15	c (round 3) 675 del vars, 2645 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 81784 impls, 1977 clqs
65.38/65.44	c (round 4) 1350 del vars, 2645 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12206672 impls, 1977 clqs
65.58/65.65	c (round 5) 1350 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12210678 impls, 1977 clqs
66.48/66.53	c (round 6) 3354 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12231588 impls, 1977 clqs
66.68/66.74	c (round 7) 3354 del vars, 5324 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 12231596 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-3743168-1338802638/watcher-3743168-1338802638 -o /tmp/evaluation-result-3743168-1338802638/solver-3743168-1338802638 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743168-1338802638.opb 

running on 4 cores: 0,2,4,6

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 2.00 3/176 8496
/proc/meminfo: memFree=26300224/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=6124 CPUtime=0 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 920 0 0 0 0 0 0 0 20 0 1 0 346389338 6270976 872 33554432000 4194304 7823515 140735164623920 140737452822728 6908043 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1531 872 330 887 0 641 0

[startup+0.048383 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8496
/proc/meminfo: memFree=26300224/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=19532 CPUtime=0.04 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 4225 0 0 0 4 0 0 0 20 0 1 0 346389338 20000768 4177 33554432000 4194304 7823515 140735164623920 140737452822728 4363784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 4883 4177 354 887 0 3993 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19532

[startup+0.100207 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8496
/proc/meminfo: memFree=26300224/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=29140 CPUtime=0.09 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 6435 0 0 0 9 0 0 0 20 0 1 0 346389338 29839360 6388 33554432000 4194304 7823515 140735164623920 140737452822728 5878822 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 7285 6419 354 887 0 6395 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29140

[startup+0.300162 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8496
/proc/meminfo: memFree=26300224/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=54056 CPUtime=0.29 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 12850 0 0 0 28 1 0 0 20 0 1 0 346389338 55353344 12802 33554432000 4194304 7823515 140735164623920 140737452822728 6957168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 13514 12802 354 887 0 12624 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54056

[startup+0.700157 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8496
/proc/meminfo: memFree=26300224/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=92276 CPUtime=0.68 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 22420 0 0 0 65 3 0 0 20 0 1 0 346389338 94490624 22372 33554432000 4194304 7823515 140735164623920 140735164490024 4512305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 23069 22372 354 887 0 22179 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92276

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8497
/proc/meminfo: memFree=26174232/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=196400 CPUtime=1.49 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 48393 0 0 0 142 7 0 0 20 0 1 0 346389338 201113600 48345 33554432000 4194304 7823515 140735164623920 140735164490024 6957168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 49100 48345 354 887 0 48210 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196400

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8497
/proc/meminfo: memFree=26031640/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=394516 CPUtime=3.09 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 97848 0 0 0 295 14 0 0 20 0 1 0 346389338 403984384 97800 33554432000 4194304 7823515 140735164623920 140735164490024 6957168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 98629 97800 354 887 0 97739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 394516

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8497
/proc/meminfo: memFree=25236816/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=1072020 CPUtime=6.29 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 266172 0 0 0 574 55 0 0 20 0 1 0 346389338 1097748480 266754 33554432000 4194304 7823515 140735164623920 140735164621512 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 268005 266754 419 887 0 267115 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1072020

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8497
/proc/meminfo: memFree=24727820/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=1482648 CPUtime=12.68 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 370783 0 0 0 1161 107 0 0 20 0 1 0 346389338 1518231552 369201 33554432000 4194304 7823515 140735164623920 140735164620104 5803612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 370662 369201 461 887 0 369772 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1482648

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8497
/proc/meminfo: memFree=24564620/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=1522064 CPUtime=25.48 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 380295 0 0 0 2439 109 0 0 20 0 1 0 346389338 1558593536 378713 33554432000 4194304 7823515 140735164623920 140735164620616 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 380516 378713 461 887 0 379626 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1522064

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8497
/proc/meminfo: memFree=24173352/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=1763796 CPUtime=51.08 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 439514 0 0 0 4988 120 0 0 20 0 1 0 346389338 1806127104 437932 33554432000 4194304 7823515 140735164623920 140735164620600 4740492 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 440949 437932 462 887 0 440059 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1763796

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8497
/proc/meminfo: memFree=23542424/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=2041616 CPUtime=102.27 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 508142 0 0 0 10068 159 0 0 20 0 1 0 346389338 2090614784 505778 33554432000 4194304 7823515 140735164623920 140735164620616 5803608 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 510404 505778 462 887 0 509514 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2041616

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8498
/proc/meminfo: memFree=23326544/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=2236876 CPUtime=162.26 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 536425 0 0 0 16060 166 0 0 20 0 1 0 346389338 2290561024 553479 33554432000 4194304 7823515 140735164623920 140735164619976 5803658 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 559219 553479 462 887 0 558329 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2236876

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8501
/proc/meminfo: memFree=22911288/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=2402476 CPUtime=222.25 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 574098 0 0 0 22055 170 0 0 20 0 1 0 346389338 2460135424 592685 33554432000 4194304 7823515 140735164623920 140735164619784 5803650 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 600619 592685 462 887 0 599729 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2402476

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8501
/proc/meminfo: memFree=22353076/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=2693760 CPUtime=282.24 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 644427 0 0 0 28040 184 0 0 20 0 1 0 346389338 2758410240 663014 33554432000 4194304 7823515 140735164623920 140735164619784 5803631 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 673440 663014 462 887 0 672550 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2693760

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 8501
/proc/meminfo: memFree=21917368/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=2902932 CPUtime=342.23 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 696796 0 0 0 34031 192 0 0 20 0 1 0 346389338 2972602368 715383 33554432000 4194304 7823515 140735164623920 140735164619784 5803612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 725733 715383 462 887 0 724843 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2902932

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8501
/proc/meminfo: memFree=21497656/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=3177508 CPUtime=402.23 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 762202 0 0 0 40020 203 0 0 20 0 1 0 346389338 3253768192 780789 33554432000 4194304 7823515 140735164623920 140735164619784 5803600 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 794377 780789 462 887 0 793487 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3177508

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8502
/proc/meminfo: memFree=21276608/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=3204128 CPUtime=462.21 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 772914 0 0 0 46015 206 0 0 20 0 1 0 346389338 3281027072 791501 33554432000 4194304 7823515 140735164623920 140735164619784 5803643 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 801032 791501 462 887 0 800142 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3204128

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8502
/proc/meminfo: memFree=21076352/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=3385520 CPUtime=522.21 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 817052 0 0 0 52006 215 0 0 20 0 1 0 346389338 3466772480 835639 33554432000 4194304 7823515 140735164623920 140735164619784 4245457 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 846380 835639 462 887 0 845490 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3385520

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8502
/proc/meminfo: memFree=20692612/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=3593580 CPUtime=582.2 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 866107 0 0 0 57995 225 0 0 20 0 1 0 346389338 3679825920 884694 33554432000 4194304 7823515 140735164623920 140735164619784 5803612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 898395 884694 462 887 0 897505 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3593580

[startup+642.3 s]

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

/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1012859 0 0 0 105959 253 0 0 20 0 1 0 346389338 4282519552 1031446 33554432000 4194304 7823515 140735164623920 140735164619784 5803662 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1045537 1031446 462 887 0 1044647 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 4182148

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8507
/proc/meminfo: memFree=19473724/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4193412 CPUtime=1122.11 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1017785 0 0 0 111956 255 0 0 20 0 1 0 346389338 4294053888 1036372 33554432000 4194304 7823515 140735164623920 140735164619784 5803619 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1048353 1036372 462 887 0 1047463 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 4193412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8507
/proc/meminfo: memFree=19432804/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4203652 CPUtime=1182.11 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1022183 0 0 0 117954 257 0 0 20 0 1 0 346389338 4304539648 1040770 33554432000 4194304 7823515 140735164623920 140735164619784 5803662 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1050913 1040770 462 887 0 1050023 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 4203652

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 8507
/proc/meminfo: memFree=19124816/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4530608 CPUtime=1242.1 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1092457 0 0 0 123944 266 0 0 20 0 1 0 346389338 4639342592 1111044 33554432000 4194304 7823515 140735164623920 140735164619784 5803662 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1132652 1111044 462 887 0 1131762 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 4530608

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8507
/proc/meminfo: memFree=18827568/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4540844 CPUtime=1302.09 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1096900 0 0 0 129942 267 0 0 20 0 1 0 346389338 4649824256 1115487 33554432000 4194304 7823515 140735164623920 140735164619784 5803627 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1135211 1115487 462 887 0 1134321 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 4540844

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8508
/proc/meminfo: memFree=18801804/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4550060 CPUtime=1362.08 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1101023 0 0 0 135939 269 0 0 20 0 1 0 346389338 4659261440 1119610 33554432000 4194304 7823515 140735164623920 140735164619784 5803650 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1137515 1119610 462 887 0 1136625 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 4550060

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 8533
/proc/meminfo: memFree=18771976/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4561320 CPUtime=1422.08 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1105587 0 0 0 141937 271 0 0 20 0 1 0 346389338 4670791680 1124174 33554432000 4194304 7823515 140735164623920 140735164619784 5803612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1140330 1124174 462 887 0 1139440 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 4561320

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 8533
/proc/meminfo: memFree=18736560/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4571560 CPUtime=1482.07 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1110145 0 0 0 147935 272 0 0 20 0 1 0 346389338 4681277440 1128732 33554432000 4194304 7823515 140735164623920 140735164619784 5803608 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1142890 1128732 462 887 0 1142000 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 4571560

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8533
/proc/meminfo: memFree=18702868/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4579752 CPUtime=1542.05 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1113657 0 0 0 153932 273 0 0 20 0 1 0 346389338 4689666048 1132244 33554432000 4194304 7823515 140735164623920 140735164619784 5803608 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1144938 1132244 462 887 0 1144048 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 4579752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8533
/proc/meminfo: memFree=18670532/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4589988 CPUtime=1602.05 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1117935 0 0 0 159931 274 0 0 20 0 1 0 346389338 4700147712 1136522 33554432000 4194304 7823515 140735164623920 140735164619784 5803608 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1147497 1136522 462 887 0 1146607 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 4589988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8534
/proc/meminfo: memFree=18643244/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4598180 CPUtime=1662.04 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1121345 0 0 0 165929 275 0 0 20 0 1 0 346389338 4708536320 1139932 33554432000 4194304 7823515 140735164623920 140735164619784 5803612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1149545 1139932 462 887 0 1148655 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 4598180

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 8534
/proc/meminfo: memFree=18298940/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4987460 CPUtime=1722.03 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1204509 0 0 0 171917 286 0 0 20 0 1 0 346389338 5107159040 1223096 33554432000 4194304 7823515 140735164623920 140735164619784 5803608 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1246865 1223096 462 887 0 1245975 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 4987460

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8534
/proc/meminfo: memFree=18276152/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4995652 CPUtime=1782.02 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1207831 0 0 0 177915 287 0 0 20 0 1 0 346389338 5115547648 1226418 33554432000 4194304 7823515 140735164623920 140735164619784 5803612 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1248913 1226418 462 887 0 1248023 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 4995652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 8573
/proc/meminfo: memFree=21384500/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4996672 CPUtime=1800.02 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1208272 0 0 0 179715 287 0 0 20 0 1 0 346389338 5116592128 1226898 33554432000 4194304 7823515 140735164623920 140735164619784 5803627 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1249168 1226898 462 887 0 1248278 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4996672

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8496

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8574
/proc/meminfo: memFree=21381524/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4996672 CPUtime=1801.11 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1208283 0 0 0 179824 287 0 0 20 0 1 0 346389338 5116592128 1226909 33554432000 4194304 7823515 140735164623920 140735164619264 5803619 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1249168 1226909 462 887 0 1248278 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 4996672

[startup+1802.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8574
/proc/meminfo: memFree=21380896/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=4996672 CPUtime=1801.91 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4202496 1208291 0 0 0 179904 287 0 0 20 0 1 0 346389338 5116592128 1226917 33554432000 4194304 7823515 140735164623920 140735164619264 5803619 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8496/statm: 1249168 1226917 462 887 0 1248278 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 4996672

[startup+1802.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 8574
/proc/meminfo: memFree=21380896/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=0 CPUtime=1802.11 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4203524 1208293 0 0 0 179915 296 0 0 20 0 1 0 346389338 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8496/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.01 2.00 2.00 3/178 8574
/proc/meminfo: memFree=21380896/32873648 swapFree=7116/7116
[pid=8496] ppid=8494 vsize=0 CPUtime=1802.21 cores=0,2,4,6
/proc/8496/stat : 8496 (pbscip.linux.x8) R 8494 8496 7629 0 -1 4203524 1208293 0 0 0 179915 306 0 0 20 0 1 0 346389338 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8496/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.58
CPU time (s): 1802.3
CPU user time (s): 1799.15
CPU system time (s): 3.14352
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 4996672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 3.14352
maximum resident set size= 4907676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1208293
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= 8
involuntary context switches= 1984

runsolver used 6.21105 second user time and 14.4608 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-04 11:37:19
IDJOB=3743168
IDBENCH=90877
IDSOLVER=2321
FILE ID=node123/3743168-1338802638
RUNJOBID= node123-1338788257-7645
PBS_JOBID= 14636858
Free space on /tmp= 71232 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_10null20mast_rapportOE1.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-3743168-1338802638/watcher-3743168-1338802638 -o /tmp/evaluation-result-3743168-1338802638/solver-3743168-1338802638 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743168-1338802638.opb

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

MD5SUM BENCH= 8d651cc878ba5f8db7c83d3bfed1cb1c
RANDOM SEED=1678271797

node123.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.217
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.43
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.217
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.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.217
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.217
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.217
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.217
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.217
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:       32873648 kB
MemFree:        26300116 kB
Buffers:         1817544 kB
Cached:          2373192 kB
SwapCached:         2268 kB
Active:          3798308 kB
Inactive:        1881112 kB
Active(anon):    1481876 kB
Inactive(anon):     5504 kB
Active(file):    2316432 kB
Inactive(file):  1875608 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             74940 kB
Writeback:             4 kB
AnonPages:       1492212 kB
Mapped:            12200 kB
Shmem:                 0 kB
Slab:             752320 kB
SReclaimable:     196040 kB
SUnreclaim:       556280 kB
KernelStack:        1456 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1604940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71224 MiB
End job on node123 at 2012-06-04 12:07:21