Trace number 3743289

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.19 1802.54

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMb2e2f53405c70867914e951ebcc4a7e3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1888
Best CPU time to get the best result obtained on this benchmark1146.44
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 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28513
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 64167
Number of bits of the biggest sum of numbers16
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.15	c SCIP version 1.1.0.7
4.09/4.15	c LP-Solver SoPlex 1.4.1
4.09/4.15	c user parameter file <scip.set> not found - using default parameters
4.09/4.15	c read problem <HOME/instance-3743289-1338804248.opb>
4.09/4.15	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
5.59/5.61	c start presolving problem
5.59/5.61	c presolving:
8.48/8.53	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.58/11.69	c (round 2) 671 del vars, 1977 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 398809 upgd conss, 100458 impls, 1977 clqs
12.19/12.24	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
87.55/87.68	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
87.86/87.90	c (round 5) 1350 del vars, 3320 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 400786 upgd conss, 17086324 impls, 1977 clqs
88.96/89.03	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
89.16/89.25	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-3743289-1338804248/watcher-3743289-1338804248 -o /tmp/evaluation-result-3743289-1338804248/solver-3743289-1338804248 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743289-1338804248.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 1.99 1.93 3/173 7159
/proc/meminfo: memFree=29838528/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=9128 CPUtime=0 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1621 0 0 0 0 0 0 0 20 0 1 0 346550746 9347072 1573 33554432000 4194304 7823515 140734685381712 140733549029432 5878822 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 2282 1573 349 887 0 1392 0

[startup+0.015459 s]
/proc/loadavg: 2.00 1.99 1.93 3/173 7159
/proc/meminfo: memFree=29838528/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=13476 CPUtime=0.01 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 2677 0 0 0 1 0 0 0 20 0 1 0 346550746 13799424 2629 33554432000 4194304 7823515 140734685381712 140733549029432 5878822 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 3369 2653 354 887 0 2479 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13476

[startup+0.100238 s]
/proc/loadavg: 2.00 1.99 1.93 3/173 7159
/proc/meminfo: memFree=29838528/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=28220 CPUtime=0.09 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 6391 0 0 0 9 0 0 0 20 0 1 0 346550746 28897280 6343 33554432000 4194304 7823515 140734685381712 140734685247816 6825202 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 7055 6343 354 887 0 6165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28220

[startup+0.300225 s]
/proc/loadavg: 2.00 1.99 1.93 3/173 7159
/proc/meminfo: memFree=29838528/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=53100 CPUtime=0.29 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 12605 0 0 0 28 1 0 0 20 0 1 0 346550746 54374400 12557 33554432000 4194304 7823515 140734685381712 140734685247816 6908082 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 13275 12557 354 887 0 12385 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53100

[startup+0.700221 s]
/proc/loadavg: 2.00 1.99 1.93 3/173 7159
/proc/meminfo: memFree=29838528/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=89264 CPUtime=0.69 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 21656 0 0 0 67 2 0 0 20 0 1 0 346550746 91406336 21608 33554432000 4194304 7823515 140734685381712 140734685247816 6908057 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 22316 21608 354 887 0 21426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89264

[startup+1.50023 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7170
/proc/meminfo: memFree=29598356/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=193840 CPUtime=1.48 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 47753 0 0 0 143 5 0 0 20 0 1 0 346550746 198492160 47705 33554432000 4194304 7823515 140734685381712 140734685247816 6957168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 48460 47705 354 887 0 47570 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 193840

[startup+3.10064 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7170
/proc/meminfo: memFree=29316248/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=390480 CPUtime=3.09 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 96842 0 0 0 296 13 0 0 20 0 1 0 346550746 399851520 96794 33554432000 4194304 7823515 140734685381712 140734685247816 6957168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 97620 96794 354 887 0 96730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 390480

[startup+6.30089 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7170
/proc/meminfo: memFree=27714276/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=1072016 CPUtime=6.28 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 266174 0 0 0 579 49 0 0 20 0 1 0 346550746 1097744384 266798 33554432000 4194304 7823515 140734685381712 140734685378648 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 268004 266798 419 887 0 267114 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1072016

[startup+12.7011 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=26874964/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=1482756 CPUtime=12.68 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 371330 0 0 0 1169 99 0 0 20 0 1 0 346550746 1518342144 369281 33554432000 4194304 7823515 140734685381712 140734685379400 5422761 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 370689 369281 461 887 0 369799 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1482756

[startup+25.5066 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=26808872/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=1515832 CPUtime=25.47 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 379455 0 0 0 2446 101 0 0 20 0 1 0 346550746 1552211968 377401 33554432000 4194304 7823515 140734685381712 140734685378408 5875900 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7159/statm: 378958 377401 461 887 0 378068 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1515832

[startup+51.1006 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=26332072/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=1763440 CPUtime=51.06 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 440123 0 0 0 4993 113 0 0 20 0 1 0 346550746 1805762560 438067 33554432000 4194304 7823515 140734685381712 140734685378408 4243078 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/7159/statm: 440860 438067 462 887 0 439970 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1763440

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=25694508/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=2140764 CPUtime=102.26 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 532433 0 0 0 10067 159 0 0 20 0 1 0 346550746 2192142336 529591 33554432000 4194304 7823515 140734685381712 140734685378408 5803616 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 535191 529591 462 887 0 534301 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2140764

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=25344956/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=2293624 CPUtime=162.25 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 550832 0 0 0 16062 163 0 0 20 0 1 0 346550746 2348670976 566896 33554432000 4194304 7823515 140734685381712 140734685377768 5803612 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 573406 566896 462 887 0 572516 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2293624

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=24873284/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=2622652 CPUtime=222.24 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 627822 0 0 0 22049 175 0 0 20 0 1 0 346550746 2685595648 645417 33554432000 4194304 7823515 140734685381712 140734685377576 5803612 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 655663 645417 462 887 0 654773 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2622652

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7171
/proc/meminfo: memFree=24266332/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=2958736 CPUtime=282.21 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 709539 0 0 0 28032 189 0 0 20 0 1 0 346550746 3029745664 727130 33554432000 4194304 7823515 140734685381712 140734685377576 5803662 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 739684 727130 462 887 0 738794 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 2958736

[startup+342.307 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7172
/proc/meminfo: memFree=23907876/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=3098368 CPUtime=342.21 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 745741 0 0 0 34023 198 0 0 20 0 1 0 346550746 3172728832 763330 33554432000 4194304 7823515 140734685381712 140734685377576 5803631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 774592 763330 462 887 0 773702 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 3098368

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 7175
/proc/meminfo: memFree=23486676/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=3256516 CPUtime=402.18 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 785608 0 0 0 40012 206 0 0 20 0 1 0 346550746 3334672384 803449 33554432000 4194304 7823515 140734685381712 140734685377576 5803631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 814129 803449 462 887 0 813239 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 3256516

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 7175
/proc/meminfo: memFree=23285708/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=3426988 CPUtime=462.17 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 824730 0 0 0 46005 212 0 0 20 0 1 0 346550746 3509235712 842571 33554432000 4194304 7823515 140734685381712 140734685377576 5803650 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 856747 842571 462 887 0 855857 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 3426988

[startup+522.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/177 7175
/proc/meminfo: memFree=23072456/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=3443368 CPUtime=522.16 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 831937 0 0 0 52001 215 0 0 20 0 1 0 346550746 3526008832 849778 33554432000 4194304 7823515 140734685381712 140734685377576 5803623 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 860842 849778 462 887 0 859952 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 3443368

[startup+582.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/177 7175
/proc/meminfo: memFree=22692920/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=3645288 CPUtime=582.15 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 878578 0 0 0 57992 223 0 0 20 0 1 0 346550746 3732774912 896419 33554432000 4194304 7823515 140734685381712 140734685377576 5803650 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 911322 896419 462 887 0 910432 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 3645288

[startup+642.301 s]

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

/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1023694 0 0 0 105953 252 0 0 20 0 1 0 346550746 4332326912 1045826 33554432000 4194304 7823515 140734685381712 140734685377576 5803600 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1057697 1045826 462 887 0 1056807 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 4230788

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 7180
/proc/meminfo: memFree=21460260/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4239888 CPUtime=1122.04 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1027386 0 0 0 111951 253 0 0 20 0 1 0 346550746 4341645312 1050871 33554432000 4194304 7823515 140734685381712 140734685377576 5803639 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1059972 1050871 462 887 0 1059082 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 4239888

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7180
/proc/meminfo: memFree=21431272/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4249104 CPUtime=1182.04 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1031286 0 0 0 117949 255 0 0 20 0 1 0 346550746 4351082496 1055395 33554432000 4194304 7823515 140734685381712 140734685377576 5803631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1062276 1055395 462 887 0 1061386 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 4249104

[startup+1242.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/177 7181
/proc/meminfo: memFree=21127748/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4259344 CPUtime=1242.03 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1035558 0 0 0 123946 257 0 0 20 0 1 0 346550746 4361568256 1060226 33554432000 4194304 7823515 140734685381712 140734685377576 5803631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1064836 1060226 462 887 0 1063946 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 4259344

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 7181
/proc/meminfo: memFree=20829060/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4586300 CPUtime=1302.02 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1106003 0 0 0 129935 267 0 0 20 0 1 0 346550746 4696371200 1130774 33554432000 4194304 7823515 140734685381712 140734685377576 5803639 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1146575 1130774 462 887 0 1145685 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 4586300

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 7182
/proc/meminfo: memFree=20791632/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4597564 CPUtime=1362.01 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1110741 0 0 0 135932 269 0 0 20 0 1 0 346550746 4707905536 1135734 33554432000 4194304 7823515 140734685381712 140734685377576 5803623 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1149391 1135734 462 887 0 1148501 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 4597564

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7182
/proc/meminfo: memFree=20746780/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4611896 CPUtime=1422 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1116577 0 0 0 141929 271 0 0 20 0 1 0 346550746 4722581504 1141959 33554432000 4194304 7823515 140734685381712 140734685377576 5803639 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1152974 1141959 462 887 0 1152084 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 4611896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7182
/proc/meminfo: memFree=20707624/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4624184 CPUtime=1481.99 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1121804 0 0 0 147926 273 0 0 20 0 1 0 346550746 4735164416 1147437 33554432000 4194304 7823515 140734685381712 140734685377576 5803600 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1156046 1147437 462 887 0 1155156 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 4624184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7183
/proc/meminfo: memFree=20671324/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4635444 CPUtime=1541.98 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1126682 0 0 0 153924 274 0 0 20 0 1 0 346550746 4746694656 1152489 33554432000 4194304 7823515 140734685381712 140734685377576 5803639 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1158861 1152489 462 887 0 1157971 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 4635444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 7186
/proc/meminfo: memFree=20626704/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=4651828 CPUtime=1601.97 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1133638 0 0 0 159921 276 0 0 20 0 1 0 346550746 4763471872 1159706 33554432000 4194304 7823515 140734685381712 140734685377576 5803631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1162957 1159706 462 887 0 1162067 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 4651828

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7186
/proc/meminfo: memFree=19951312/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5046228 CPUtime=1661.97 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1219100 0 0 0 165909 288 0 0 20 0 1 0 346550746 5167337472 1245168 33554432000 4194304 7823515 140734685381712 140734685377576 5803619 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1261557 1245168 462 887 0 1260667 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 5046228

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7186
/proc/meminfo: memFree=19926912/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5049296 CPUtime=1721.95 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1220727 0 0 0 171907 288 0 0 20 0 1 0 346550746 5170479104 1247109 33554432000 4194304 7823515 140734685381712 140734685377576 5803631 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1262324 1247109 462 887 0 1261434 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 5049296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7186
/proc/meminfo: memFree=19869156/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5076940 CPUtime=1781.94 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1232448 0 0 0 177901 293 0 0 20 0 1 0 346550746 5198786560 1258830 33554432000 4194304 7823515 140734685381712 140734685377576 5803612 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1269235 1258830 462 887 0 1268345 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 5076940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7186
/proc/meminfo: memFree=19862304/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5077964 CPUtime=1800.04 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1233121 0 0 0 179711 293 0 0 20 0 1 0 346550746 5199835136 1259503 33554432000 4194304 7823515 140734685381712 140734685377576 5803639 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1269491 1259503 462 887 0 1268601 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 5077964

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7159

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

[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 7188
/proc/meminfo: memFree=19861188/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5078988 CPUtime=1801.24 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1233403 0 0 0 179831 293 0 0 20 0 1 0 346550746 5200883712 1259785 33554432000 4194304 7823515 140734685381712 140734685377024 5803662 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1269747 1259785 462 887 0 1268857 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 5078988

[startup+1802.01 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 7188
/proc/meminfo: memFree=19859684/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5078988 CPUtime=1801.64 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1233413 0 0 0 179871 293 0 0 20 0 1 0 346550746 5200883712 1259795 33554432000 4194304 7823515 140734685381712 140734685377024 5803608 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1269747 1259795 462 887 0 1268857 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 5078988

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 7188
/proc/meminfo: memFree=19859684/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=5078988 CPUtime=1802.04 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4202496 1233420 0 0 0 179911 293 0 0 20 0 1 0 346550746 5200883712 1259802 33554432000 4194304 7823515 140734685381712 140734685377576 5803650 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 1269747 1259802 462 887 0 1268857 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 5078988

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 7188
/proc/meminfo: memFree=19859684/32873648 swapFree=6860/6860
[pid=7159] ppid=7157 vsize=0 CPUtime=1802.14 cores=0,2,4,6
/proc/7159/stat : 7159 (pbscip.linux.x8) R 7157 7159 7010 0 -1 4203524 1233420 0 0 0 179912 302 0 0 20 0 1 0 346550746 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7159/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.54
CPU time (s): 1802.19
CPU user time (s): 1799.12
CPU system time (s): 3.06753
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 5078988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 3.06753
maximum resident set size= 5039208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1233420
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= 107
involuntary context switches= 1882

runsolver used 3.90841 second user time and 10.3314 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 12:04:09
IDJOB=3743289
IDBENCH=90950
IDSOLVER=2321
FILE ID=node124/3743289-1338804248
RUNJOBID= node124-1338802444-7026
PBS_JOBID= 14636865
Free space on /tmp= 70660 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_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-3743289-1338804248/watcher-3743289-1338804248 -o /tmp/evaluation-result-3743289-1338804248/solver-3743289-1338804248 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3743289-1338804248.opb

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

MD5SUM BENCH= b2e2f53405c70867914e951ebcc4a7e3
RANDOM SEED=1030264720

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29839800 kB
Buffers:          274956 kB
Cached:          1940132 kB
SwapCached:         8368 kB
Active:           623232 kB
Inactive:        1605824 kB
Active(anon):       8344 kB
Inactive(anon):     8360 kB
Active(file):     614888 kB
Inactive(file):  1597464 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091616 kB
Dirty:             62692 kB
Writeback:             0 kB
AnonPages:         13080 kB
Mapped:             8820 kB
Shmem:                 0 kB
Slab:             666036 kB
SReclaimable:     110268 kB
SUnreclaim:       555768 kB
KernelStack:        1464 kB
PageTables:         3788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70636 MiB
End job on node124 at 2012-06-04 12:34:11