Trace number 3743717

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.24 1802.55

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUM7323ad829904457180c70fb1ea620d7c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83387
Best CPU time to get the best result obtained on this benchmark1800.75
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 272557
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 904013696
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 904013696
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-3743717-1338791693.opb>
5.08/5.14	c original problem has 399113 variables (399113 bin, 0 int, 0 impl, 0 cont) and 400980 constraints
5.08/5.14	c problem read
5.18/5.29	c presolving settings loaded
7.08/7.13	c presolving:
8.79/8.85	c (round 1) 67996 del vars, 68352 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 59784 impls, 1621 clqs
11.28/11.32	c (round 2) 67996 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332240 upgd conss, 59784 impls, 1621 clqs
12.09/12.17	c (round 3) 67996 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 59784 impls, 1621 clqs
625.89/626.07	c (round 4) 68540 del vars, 68546 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 10335308 impls, 1621 clqs
626.58/626.70	c (round 5) 68540 del vars, 69090 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 10338518 impls, 1621 clqs
646.58/646.76	c (round 6) 70148 del vars, 69090 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 10367320 impls, 1621 clqs
647.08/647.27	c (round 7) 70148 del vars, 70698 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 10367332 impls, 1621 clqs
993.73/993.93	c (round 8) 70686 del vars, 70698 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 16603276 impls, 1621 clqs
994.24/994.45	c (round 9) 70686 del vars, 71233 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 332434 upgd conss, 16603284 impls, 1621 clqs
1800.09/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-3743717-1338791693/watcher-3743717-1338791693 -o /tmp/evaluation-result-3743717-1338791693/solver-3743717-1338791693 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743717-1338791693.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: 1.92 1.99 1.99 3/178 13363
/proc/meminfo: memFree=26342672/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 1249 0 0 0 0 0 0 0 20 0 1 0 345294803 8105984 1196 33554432000 4194304 8395647 140733275844800 140733365712792 7385025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 1979 1196 370 1026 0 949 0

[startup+0.102912 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 13363
/proc/meminfo: memFree=26342672/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=50488 CPUtime=0.09 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 11814 0 0 0 8 1 0 0 20 0 1 0 345294803 51699712 11755 33554432000 4194304 8395647 140733275844800 140733365712792 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 12622 11755 387 1026 0 11592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50488

[startup+0.200262 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 13363
/proc/meminfo: memFree=26342672/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=89268 CPUtime=0.19 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 21432 0 0 0 17 2 0 0 20 0 1 0 345294803 91410432 21373 33554432000 4194304 8395647 140733275844800 140733365712792 5754942 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 22317 21373 387 1026 0 21287 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 89268

[startup+0.300259 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 13363
/proc/meminfo: memFree=26342672/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=128592 CPUtime=0.28 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 30793 0 0 0 25 3 0 0 20 0 1 0 345294803 131678208 30734 33554432000 4194304 8395647 140733275844800 140733365712792 5759075 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 32148 30734 387 1026 0 31118 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 128592

[startup+0.700206 s]
/proc/loadavg: 1.92 1.99 1.99 3/178 13363
/proc/meminfo: memFree=26342672/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=233208 CPUtime=0.69 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 56472 0 0 0 62 7 0 0 20 0 1 0 345294803 238804992 56413 33554432000 4194304 8395647 140733275844800 140733275710008 4685157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 58302 56413 394 1026 0 57272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 233208

[startup+1.50022 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 13364
/proc/meminfo: memFree=26085728/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=300688 CPUtime=1.48 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 73332 0 0 0 139 9 0 0 20 0 1 0 345294803 307904512 73273 33554432000 4194304 8395647 140733275844800 140733275710008 7370064 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 75172 73273 394 1026 0 74142 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 300688

[startup+3.1002 s]
/proc/loadavg: 1.92 1.99 1.99 3/179 13364
/proc/meminfo: memFree=26009228/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=381392 CPUtime=3.09 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 93589 0 0 0 296 13 0 0 20 0 1 0 345294803 390545408 93530 33554432000 4194304 8395647 140733275844800 140733275710008 7382041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13363/statm: 95348 93530 394 1026 0 94318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 381392

[startup+6.30029 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 13364
/proc/meminfo: memFree=25570080/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1079644 CPUtime=6.29 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 266271 0 0 0 593 36 0 0 20 0 1 0 345294803 1105555456 268413 33554432000 4194304 8395647 140733275844800 140733275841240 4449009 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 269911 268413 421 1026 0 268881 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1079644

[startup+12.7003 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 13364
/proc/meminfo: memFree=24803972/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1546944 CPUtime=12.68 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 374079 0 0 0 1218 50 0 0 20 0 1 0 345294803 1584070656 384670 33554432000 4194304 8395647 140733275844800 140733275840600 4689653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 386736 384670 499 1026 0 385706 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1546944

[startup+25.5004 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 13364
/proc/meminfo: memFree=24804080/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1546944 CPUtime=25.49 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 374128 0 0 0 2498 51 0 0 20 0 1 0 345294803 1584070656 384719 33554432000 4194304 8395647 140733275844800 140733275840600 4911709 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 386736 384719 502 1026 0 385706 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1546944

[startup+51.1004 s]
/proc/loadavg: 1.96 1.99 1.99 3/179 13364
/proc/meminfo: memFree=24804172/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1546944 CPUtime=51.08 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 374128 0 0 0 5057 51 0 0 20 0 1 0 345294803 1584070656 384719 33554432000 4194304 8395647 140733275844800 140733275840600 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 386736 384719 502 1026 0 385706 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1546944

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 13364
/proc/meminfo: memFree=24803456/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1546944 CPUtime=102.28 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 374128 0 0 0 10177 51 0 0 20 0 1 0 345294803 1584070656 384719 33554432000 4194304 8395647 140733275844800 140733275840600 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 386736 384719 502 1026 0 385706 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1546944

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 13365
/proc/meminfo: memFree=24747684/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1586152 CPUtime=162.26 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 383450 0 0 0 16174 52 0 0 20 0 1 0 345294803 1624219648 394041 33554432000 4194304 8395647 140733275844800 140733275840872 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 396538 394041 502 1026 0 395508 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1586152

[startup+222.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 13365
/proc/meminfo: memFree=24670212/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1628568 CPUtime=222.26 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 394088 0 0 0 22172 54 0 0 20 0 1 0 345294803 1667653632 404679 33554432000 4194304 8395647 140733275844800 140733275840088 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 407142 404679 502 1026 0 406112 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1628568

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 13365
/proc/meminfo: memFree=24582588/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1679636 CPUtime=282.24 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 406704 0 0 0 28168 56 0 0 20 0 1 0 345294803 1719947264 417295 33554432000 4194304 8395647 140733275844800 140733275840872 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 419909 417295 502 1026 0 418879 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1679636

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/180 13368
/proc/meminfo: memFree=24509060/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1712160 CPUtime=342.23 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 414799 0 0 0 34166 57 0 0 20 0 1 0 345294803 1753251840 425390 33554432000 4194304 8395647 140733275844800 140733275840872 4911287 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 428040 425390 502 1026 0 427010 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1712160

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 13368
/proc/meminfo: memFree=24437564/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1742668 CPUtime=402.23 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 422350 0 0 0 40164 59 0 0 20 0 1 0 345294803 1784492032 432941 33554432000 4194304 8395647 140733275844800 140733275840872 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 435667 432941 502 1026 0 434637 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1742668

[startup+462.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 13369
/proc/meminfo: memFree=24392320/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1772236 CPUtime=462.21 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 429639 0 0 0 46161 60 0 0 20 0 1 0 345294803 1814769664 440230 33554432000 4194304 8395647 140733275844800 140733275840872 6080665 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 443059 440230 502 1026 0 442029 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1772236

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13369
/proc/meminfo: memFree=24340284/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1804060 CPUtime=522.2 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 437595 0 0 0 52159 61 0 0 20 0 1 0 345294803 1847357440 448186 33554432000 4194304 8395647 140733275844800 140733275840872 4911325 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 451015 448186 502 1026 0 449985 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1804060

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13369
/proc/meminfo: memFree=24283520/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=1836264 CPUtime=582.2 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 445288 0 0 0 58158 62 0 0 20 0 1 0 345294803 1880334336 455879 33554432000 4194304 8395647 140733275844800 140733275840872 4911327 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 459066 455879 502 1026 0 458036 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1836264

[startup+642.3 s]

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

/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 543383 0 0 0 100134 79 0 0 20 0 1 0 345294803 2415095808 581057 33554432000 4194304 8395647 140733275844800 140733275840664 6080692 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 589623 581057 502 1026 0 588593 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2358492

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13373
/proc/meminfo: memFree=23322488/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=2574228 CPUtime=1062.12 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 597305 0 0 0 106122 90 0 0 20 0 1 0 345294803 2636009472 634979 33554432000 4194304 8395647 140733275844800 140733275840664 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 643557 634979 502 1026 0 642527 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2574228

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13374
/proc/meminfo: memFree=23166896/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=2735288 CPUtime=1122.12 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 635948 0 0 0 112114 98 0 0 20 0 1 0 345294803 2800934912 673622 33554432000 4194304 8395647 140733275844800 140733275840664 6080688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 683822 673622 502 1026 0 682792 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2735288

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13374
/proc/meminfo: memFree=23044040/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=2840764 CPUtime=1182.1 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 661126 0 0 0 118107 103 0 0 20 0 1 0 345294803 2908942336 698875 33554432000 4194304 8395647 140733275844800 140733275840664 6080653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 710191 698875 502 1026 0 709161 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2840764

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13374
/proc/meminfo: memFree=22997444/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=2855100 CPUtime=1242.09 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 666884 0 0 0 124103 106 0 0 20 0 1 0 345294803 2923622400 704630 33554432000 4194304 8395647 140733275844800 140733275840664 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 713775 704630 502 1026 0 712745 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2855100

[startup+1302.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 13374
/proc/meminfo: memFree=22866900/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=2976640 CPUtime=1302.08 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 695269 0 0 0 130097 111 0 0 20 0 1 0 345294803 3048079360 733013 33554432000 4194304 8395647 140733275844800 140733275840664 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 744160 733013 502 1026 0 743130 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2976640

[startup+1362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 13374
/proc/meminfo: memFree=22622964/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3119432 CPUtime=1362.06 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 728634 0 0 0 136090 116 0 0 20 0 1 0 345294803 3194298368 766371 33554432000 4194304 8395647 140733275844800 140733275840664 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 779858 766371 502 1026 0 778828 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3119432

[startup+1422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 13375
/proc/meminfo: memFree=22348680/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3130696 CPUtime=1422.06 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 733403 0 0 0 142087 119 0 0 20 0 1 0 345294803 3205832704 771134 33554432000 4194304 8395647 140733275844800 140733275840664 6080705 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 782674 771134 502 1026 0 781644 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3130696

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 13375
/proc/meminfo: memFree=22223096/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3137860 CPUtime=1482.04 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 736530 0 0 0 148084 120 0 0 20 0 1 0 345294803 3213168640 774259 33554432000 4194304 8395647 140733275844800 140733275840664 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 784465 774259 502 1026 0 783435 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 3137860

[startup+1542.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/180 13378
/proc/meminfo: memFree=22136812/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3145028 CPUtime=1542.03 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 739290 0 0 0 154082 121 0 0 20 0 1 0 345294803 3220508672 777285 33554432000 4194304 8395647 140733275844800 140733275840664 6080688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 786257 777285 502 1026 0 785227 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 3145028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/180 13401
/proc/meminfo: memFree=21913828/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3302868 CPUtime=1602.02 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 773737 0 0 0 160075 127 0 0 20 0 1 0 345294803 3382136832 811814 33554432000 4194304 8395647 140733275844800 140733275840664 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 825717 811814 502 1026 0 824687 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3302868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 13401
/proc/meminfo: memFree=21804744/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3309012 CPUtime=1662.01 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 776400 0 0 0 166073 128 0 0 20 0 1 0 345294803 3388428288 814476 33554432000 4194304 8395647 140733275844800 140733275840664 6080688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 827253 814476 502 1026 0 826223 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3309012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 13402
/proc/meminfo: memFree=21781088/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3315156 CPUtime=1721.99 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 779093 0 0 0 172070 129 0 0 20 0 1 0 345294803 3394719744 817169 33554432000 4194304 8395647 140733275844800 140733275840664 6080701 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 828789 817169 502 1026 0 827759 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3315156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13441
/proc/meminfo: memFree=24206308/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3322324 CPUtime=1781.98 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 782197 0 0 0 178066 132 0 0 20 0 1 0 345294803 3402059776 820471 33554432000 4194304 8395647 140733275844800 140733275840664 6080679 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 830581 820471 502 1026 0 829551 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 3322324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13441
/proc/meminfo: memFree=23038784/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3325392 CPUtime=1800.09 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 783496 0 0 0 179876 133 0 0 20 0 1 0 345294803 3405201408 821826 33554432000 4194304 8395647 140733275844800 140733275840664 6080692 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 831348 821826 502 1026 0 830318 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3325392

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13363

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 13442
/proc/meminfo: memFree=23038776/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3325392 CPUtime=1801.18 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 783520 0 0 0 179985 133 0 0 20 0 1 0 345294803 3405201408 821850 33554432000 4194304 8395647 140733275844800 140733275840064 6080661 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 831348 821850 502 1026 0 830318 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (KiB) 3325392

[startup+1802.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 13442
/proc/meminfo: memFree=23038652/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=3325392 CPUtime=1801.98 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4202496 783539 0 0 0 180065 133 0 0 20 0 1 0 345294803 3405201408 821869 33554432000 4194304 8395647 140733275844800 140733275840064 6080688 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 831348 821869 502 1026 0 830318 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 3325392

[startup+1802.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 13442
/proc/meminfo: memFree=23038652/32873844 swapFree=7124/7124
[pid=13363] ppid=13361 vsize=0 CPUtime=1802.18 cores=0,2,4,6
/proc/13363/stat : 13363 (pbscip.linux.x8) R 13361 13363 12290 0 -1 4203524 783542 0 0 0 180076 142 0 0 20 0 1 0 345294803 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13363/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.55
CPU time (s): 1802.24
CPU user time (s): 1800.76
CPU system time (s): 1.47678
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 3325392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.76
system time used= 1.47677
maximum resident set size= 3287488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 783542
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= 47
involuntary context switches= 2011

runsolver used 3.42348 second user time and 9.58654 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-04 08:34:54
IDJOB=3743717
IDBENCH=92194
IDSOLVER=2326
FILE ID=node134/3743717-1338791693
RUNJOBID= node134-1338773738-12306
PBS_JOBID= 14636824
Free space on /tmp= 70288 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_20null20mast_rapportOE2.0_TMAX120_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-3743717-1338791693/watcher-3743717-1338791693 -o /tmp/evaluation-result-3743717-1338791693/solver-3743717-1338791693 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743717-1338791693.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7323ad829904457180c70fb1ea620d7c
RANDOM SEED=1801006866

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26342936 kB
Buffers:          510204 kB
Cached:          3511560 kB
SwapCached:           76 kB
Active:          3466012 kB
Inactive:        2156896 kB
Active(anon):    1593080 kB
Inactive(anon):    10496 kB
Active(file):    1872932 kB
Inactive(file):  2146400 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             83040 kB
Writeback:             0 kB
AnonPages:       1610140 kB
Mapped:            13232 kB
Shmem:                96 kB
Slab:             765876 kB
SReclaimable:     205672 kB
SUnreclaim:       560204 kB
KernelStack:        1464 kB
PageTables:         7148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1722324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70280 MiB
End job on node134 at 2012-06-04 09:04:57