Trace number 3743663

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.09 1802.46

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUMff8a546b7ea64c76b8dbf498ac8de727
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11724
Best CPU time to get the best result obtained on this benchmark1800.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 621460138
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 621460138
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3743663-1338790283.opb>
5.19/5.26	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
5.19/5.26	c problem read
5.19/5.26	c presolving settings loaded
6.99/7.07	c presolving:
8.59/8.69	c (round 1) 33998 del vars, 34176 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 62458 impls, 1799 clqs
11.29/11.30	c (round 2) 33998 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366416 upgd conss, 62458 impls, 1799 clqs
16.69/16.75	c (round 3) 33998 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 62458 impls, 1800 clqs
1144.91/1145.26	c (round 4) 34621 del vars, 34370 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16919672 impls, 1800 clqs
1275.20/1275.56	c (round 5) 34621 del vars, 34993 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16924590 impls, 1800 clqs
1410.88/1411.22	c (round 6) 36468 del vars, 34993 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16955484 impls, 1800 clqs
1541.85/1542.28	c (round 7) 36468 del vars, 36840 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 366610 upgd conss, 16955492 impls, 1800 clqs
1800.02/1800.40	c pressed CTRL-C 1 times (5 times for forcing termination)

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-3743663-1338790283/watcher-3743663-1338790283 -o /tmp/evaluation-result-3743663-1338790283/solver-3743663-1338790283 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743663-1338790283.opb -t 1800 -m 15500 

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.02 2.00 2/173 2924
/proc/meminfo: memFree=26783384/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 345155171 8105984 1194 33554432000 4194304 8395647 140736239076512 140736394911640 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 1979 1194 370 1026 0 949 0

[startup+0.0466239 s]
/proc/loadavg: 2.00 2.02 2.00 2/173 2924
/proc/meminfo: memFree=26783384/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=26356 CPUtime=0.03 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 5845 0 0 0 3 0 0 0 20 0 1 0 345155171 26988544 5785 33554432000 4194304 8395647 140736239076512 140736394911640 7370911 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 6589 5785 387 1026 0 5559 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26356

[startup+0.100294 s]
/proc/loadavg: 2.00 2.02 2.00 2/173 2924
/proc/meminfo: memFree=26783384/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=48360 CPUtime=0.09 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 11286 0 0 0 8 1 0 0 20 0 1 0 345155171 49520640 11226 33554432000 4194304 8395647 140736239076512 140736394911640 7370919 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 12090 11229 387 1026 0 11060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48360

[startup+0.300232 s]
/proc/loadavg: 2.00 2.02 2.00 2/173 2924
/proc/meminfo: memFree=26783384/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=128596 CPUtime=0.29 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 30792 0 0 0 25 4 0 0 20 0 1 0 345155171 131682304 30732 33554432000 4194304 8395647 140736239076512 140736394911640 4245998 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 32149 30732 387 1026 0 31119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128596

[startup+0.700214 s]
/proc/loadavg: 2.00 2.02 2.00 2/173 2924
/proc/meminfo: memFree=26783384/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=247680 CPUtime=0.69 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 60305 0 0 0 62 7 0 0 20 0 1 0 345155171 253624320 60245 33554432000 4194304 8395647 140736239076512 140736238939000 7301360 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 61920 60245 394 1026 0 60890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 247680

[startup+1.50023 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2935
/proc/meminfo: memFree=26259120/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=305932 CPUtime=1.49 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 74829 0 0 0 139 10 0 0 20 0 1 0 345155171 313274368 74769 33554432000 4194304 8395647 140736239076512 140736238941720 5755376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 76483 74769 394 1026 0 75453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 305932

[startup+3.10021 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2935
/proc/meminfo: memFree=26122324/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=378364 CPUtime=3.09 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 92930 0 0 0 296 13 0 0 20 0 1 0 345155171 387444736 92870 33554432000 4194304 8395647 140736239076512 140736238941720 4245985 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2924/statm: 94591 92871 394 1026 0 93561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 378364

[startup+6.30027 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2935
/proc/meminfo: memFree=25630104/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1062648 CPUtime=6.29 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 262521 0 0 0 591 38 0 0 20 0 1 0 345155171 1088151552 264151 33554432000 4194304 8395647 140736239076512 140736239072792 7385355 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 265662 264151 421 1026 0 264632 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1062648

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2935
/proc/meminfo: memFree=23595500/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1591348 CPUtime=12.69 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 383386 0 0 0 1215 54 0 0 20 0 1 0 345155171 1629540352 395584 33554432000 4194304 8395647 140736239076512 140736239072312 6078312 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 397837 395584 487 1026 0 396807 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1591348

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2935
/proc/meminfo: memFree=23587812/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1600132 CPUtime=25.48 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 383565 0 0 0 2494 54 0 0 20 0 1 0 345155171 1638535168 397876 33554432000 4194304 8395647 140736239076512 140736239072312 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 400033 397876 502 1026 0 399003 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1600132

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2935
/proc/meminfo: memFree=23588092/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1600132 CPUtime=51.06 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 383587 0 0 0 5052 54 0 0 20 0 1 0 345155171 1638535168 397876 33554432000 4194304 8395647 140736239076512 140736239072312 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 400033 397876 502 1026 0 399003 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1600132

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2935
/proc/meminfo: memFree=23563336/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1622412 CPUtime=102.23 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 388821 0 0 0 10168 55 0 0 20 0 1 0 345155171 1661349888 403080 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 405603 403080 502 1026 0 404573 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1622412

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2935
/proc/meminfo: memFree=23451392/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1691336 CPUtime=162.18 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 405797 0 0 0 16160 58 0 0 20 0 1 0 345155171 1731928064 420026 33554432000 4194304 8395647 140736239076512 140736239072664 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 422834 420026 502 1026 0 421804 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1691336

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/177 2936
/proc/meminfo: memFree=23365368/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1727996 CPUtime=222.17 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 414918 0 0 0 22158 59 0 0 20 0 1 0 345155171 1769467904 429138 33554432000 4194304 8395647 140736239076512 140736239072584 4911709 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 431999 429138 502 1026 0 430969 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 1727996

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 2936
/proc/meminfo: memFree=23285664/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1759032 CPUtime=282.16 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 422413 0 0 0 28155 61 0 0 20 0 1 0 345155171 1801248768 436632 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 439758 436632 502 1026 0 438728 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 1759032

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 2936
/proc/meminfo: memFree=23231392/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1784124 CPUtime=342.15 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 428848 0 0 0 34153 62 0 0 20 0 1 0 345155171 1826942976 443066 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 446031 443066 502 1026 0 445001 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1784124

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2936
/proc/meminfo: memFree=23174504/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1807772 CPUtime=402.15 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 434267 0 0 0 40152 63 0 0 20 0 1 0 345155171 1851158528 448793 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 451943 448793 502 1026 0 450913 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1807772

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2936
/proc/meminfo: memFree=23122148/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1833204 CPUtime=462.12 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 439971 0 0 0 46149 63 0 0 20 0 1 0 345155171 1877200896 454507 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 458301 454507 502 1026 0 457271 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 1833204

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2940
/proc/meminfo: memFree=23068904/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1854648 CPUtime=522.11 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 445517 0 0 0 52147 64 0 0 20 0 1 0 345155171 1899159552 460052 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 463662 460052 502 1026 0 462632 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1854648

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2940
/proc/meminfo: memFree=23030808/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=1867236 CPUtime=582.11 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 448340 0 0 0 58146 65 0 0 20 0 1 0 345155171 1912049664 462873 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 466809 462873 502 1026 0 465779 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1867236

[startup+642.3 s]

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

/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 497347 0 0 0 100132 72 0 0 20 0 1 0 345155171 2115543040 514960 33554432000 4194304 8395647 140736239076512 140736239072584 4706152 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 516490 514960 502 1026 0 515460 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 2065960

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2942
/proc/meminfo: memFree=22530872/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2105568 CPUtime=1062.02 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 507111 0 0 0 106129 73 0 0 20 0 1 0 345155171 2156101632 524725 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 526392 524725 502 1026 0 525362 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 2105568

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2946
/proc/meminfo: memFree=22381724/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2145652 CPUtime=1122.02 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 517387 0 0 0 112127 75 0 0 20 0 1 0 345155171 2197147648 535020 33554432000 4194304 8395647 140736239076512 140736239072584 4911287 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 536413 535020 502 1026 0 535383 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 2145652

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2946
/proc/meminfo: memFree=22058400/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2160476 CPUtime=1182 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 520882 0 0 0 118125 75 0 0 20 0 1 0 345155171 2212327424 538515 33554432000 4194304 8395647 140736239076512 140736239072312 4735482 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 540119 538515 502 1026 0 539089 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 2160476

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2946
/proc/meminfo: memFree=21918952/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2160476 CPUtime=1241.99 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 520882 0 0 0 124124 75 0 0 20 0 1 0 345155171 2212327424 538515 33554432000 4194304 8395647 140736239076512 140736239072312 4735482 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 540119 538515 502 1026 0 539089 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 2160476

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2947
/proc/meminfo: memFree=21719248/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2188848 CPUtime=1301.99 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 522354 0 0 0 130123 76 0 0 20 0 1 0 345155171 2241380352 545608 33554432000 4194304 8395647 140736239076512 140736239072536 4911307 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 547212 545608 502 1026 0 546182 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 2188848

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2947
/proc/meminfo: memFree=21694732/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2188848 CPUtime=1361.98 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 522354 0 0 0 136122 76 0 0 20 0 1 0 345155171 2241380352 545608 33554432000 4194304 8395647 140736239076512 140736239072536 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 547212 545608 502 1026 0 546182 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 2188848

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2948
/proc/meminfo: memFree=21584524/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2188848 CPUtime=1421.97 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 522415 0 0 0 142121 76 0 0 20 0 1 0 345155171 2241380352 545669 33554432000 4194304 8395647 140736239076512 140736239072312 4735482 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 547212 545669 502 1026 0 546182 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 2188848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2948
/proc/meminfo: memFree=21552684/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2188848 CPUtime=1481.96 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 522415 0 0 0 148120 76 0 0 20 0 1 0 345155171 2241380352 545669 33554432000 4194304 8395647 140736239076512 140736239072312 4735482 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 547212 545669 502 1026 0 546182 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 2188848

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2948
/proc/meminfo: memFree=21424376/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2188848 CPUtime=1541.95 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 522415 0 0 0 154119 76 0 0 20 0 1 0 345155171 2241380352 545669 33554432000 4194304 8395647 140736239076512 140736239072312 5611736 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 547212 545669 502 1026 0 546182 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 2188848

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2948
/proc/meminfo: memFree=21315848/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2284200 CPUtime=1601.94 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 530265 0 0 0 160115 79 0 0 20 0 1 0 345155171 2339020800 568338 33554432000 4194304 8395647 140736239076512 140736239072584 6080717 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 571050 568338 502 1026 0 570020 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 2284200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2948
/proc/meminfo: memFree=21160444/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2295184 CPUtime=1661.94 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 533043 0 0 0 166114 80 0 0 20 0 1 0 345155171 2350268416 571116 33554432000 4194304 8395647 140736239076512 140736239072584 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 573796 571116 502 1026 0 572766 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 2295184

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 2952
/proc/meminfo: memFree=20876324/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2577668 CPUtime=1721.93 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 596020 0 0 0 172102 91 0 0 20 0 1 0 345155171 2639532032 638181 33554432000 4194304 8395647 140736239076512 140736239072376 6080705 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 644417 638181 502 1026 0 643387 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 2577668

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 2952
/proc/meminfo: memFree=20669940/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2771404 CPUtime=1781.92 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 643242 0 0 0 178092 100 0 0 20 0 1 0 345155171 2837917696 685403 33554432000 4194304 8395647 140736239076512 140736239072376 6080701 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 692851 685403 502 1026 0 691821 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 2771404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 2952
/proc/meminfo: memFree=20590800/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2853712 CPUtime=1800.02 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 661661 0 0 0 179899 103 0 0 20 0 1 0 345155171 2922201088 703822 33554432000 4194304 8395647 140736239076512 140736239072376 6080688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 713428 703822 502 1026 0 712398 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2853712

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2924

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 2953
/proc/meminfo: memFree=20590800/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2854736 CPUtime=1801.02 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 661979 0 0 0 179999 103 0 0 20 0 1 0 345155171 2923249664 704140 33554432000 4194304 8395647 140736239076512 140736239071808 6080688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 713684 704140 502 1026 0 712654 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 2854736

[startup+1802.2 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 2954
/proc/meminfo: memFree=20588924/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2854736 CPUtime=1801.82 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 662023 0 0 0 180079 103 0 0 20 0 1 0 345155171 2923249664 704184 33554432000 4194304 8395647 140736239076512 140736239072376 6080679 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 713684 704184 502 1026 0 712654 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 2854736

[startup+1802.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 2954
/proc/meminfo: memFree=20588924/32873648 swapFree=6852/6852
[pid=2924] ppid=2922 vsize=2854736 CPUtime=1802.02 cores=0,2,4,6
/proc/2924/stat : 2924 (pbscip.linux.x8) R 2922 2924 1632 0 -1 4202496 662031 0 0 0 180099 103 0 0 20 0 1 0 345155171 2923249664 704192 33554432000 4194304 8395647 140736239076512 140736239072376 6080675 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/2924/statm: 713684 704192 502 1026 0 712654 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 2854736

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.46
CPU time (s): 1802.09
CPU user time (s): 1801
CPU system time (s): 1.08883
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 2854736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801
system time used= 1.08883
maximum resident set size= 2816768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 662031
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= 130
involuntary context switches= 2146

runsolver used 3.2505 second user time and 8.72367 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 08:11:24
IDJOB=3743663
IDBENCH=92076
IDSOLVER=2326
FILE ID=node115/3743663-1338790283
RUNJOBID= node115-1338772354-1649
PBS_JOBID= 14636818
Free space on /tmp= 70776 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743663-1338790283/watcher-3743663-1338790283 -o /tmp/evaluation-result-3743663-1338790283/solver-3743663-1338790283 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743663-1338790283.opb -t 1800 -m 15500

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

MD5SUM BENCH= ff8a546b7ea64c76b8dbf498ac8de727
RANDOM SEED=1576458995

node115.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.462
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.92
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.462
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.462
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		: 2666.462
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.462
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.92
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.462
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		: 2666.462
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.462
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:        26784508 kB
Buffers:         1446492 kB
Cached:          3713688 kB
SwapCached:         1016 kB
Active:          2839564 kB
Inactive:        2337616 kB
Active(anon):       5744 kB
Inactive(anon):     9868 kB
Active(file):    2833820 kB
Inactive(file):  2327748 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             68024 kB
Writeback:             0 kB
AnonPages:        137744 kB
Mapped:            11484 kB
Shmem:                96 kB
Slab:             774296 kB
SReclaimable:     218180 kB
SUnreclaim:       556116 kB
KernelStack:        1448 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     107880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 70748 MiB
End job on node115 at 2012-06-04 08:41:27