Trace number 3693729

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (TO) 1802.15 1802.46

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMd6bdbf89ddd7448cef1f1e681200f2c0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25980
Best CPU time to get the best result obtained on this benchmark1801.09
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 1427
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 881564
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 881564
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693729-1338047430.opb>
2.19/2.24	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
2.19/2.24	c problem read in 2.24
4.99/5.09	c presolving:
10.49/10.58	c (round 1) 0 del vars, 1977 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
12.18/12.25	c (round 2) 0 del vars, 1977 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 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-3693729-1338047430/watcher-3693729-1338047430 -o /tmp/evaluation-result-3693729-1338047430/solver-3693729-1338047430 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693729-1338047430.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.00 2.00 2/177 4259
/proc/meminfo: memFree=26428468/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=11132 CPUtime=0 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 1524 0 0 0 0 0 0 0 20 0 1 0 270871662 11399168 1479 33554432000 4194304 10169799 140737408933200 140735457674808 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 2783 1479 403 1459 0 1315 0

[startup+0.0894101 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 4259
/proc/meminfo: memFree=26428468/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=40044 CPUtime=0.08 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 8771 0 0 0 7 1 0 0 20 0 1 0 270871662 41005056 8726 33554432000 4194304 10169799 140737408933200 140737408799528 7139113 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 10011 8726 412 1459 0 8543 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40044

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 4259
/proc/meminfo: memFree=26428468/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=41320 CPUtime=0.09 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 9089 0 0 0 8 1 0 0 20 0 1 0 270871662 42311680 9044 33554432000 4194304 10169799 140737408933200 140737408799528 8828700 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 10330 9044 412 1459 0 8862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41320

[startup+0.300224 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 4259
/proc/meminfo: memFree=26428468/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=79548 CPUtime=0.28 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 18648 0 0 0 26 2 0 0 20 0 1 0 270871662 81457152 18603 33554432000 4194304 10169799 140737408933200 140737408799528 5280594 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 19887 18603 412 1459 0 18419 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 79548

[startup+0.700226 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 4259
/proc/meminfo: memFree=26428468/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=179660 CPUtime=0.69 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 43678 0 0 0 63 6 0 0 20 0 1 0 270871662 183971840 43633 33554432000 4194304 10169799 140737408933200 140737408799528 7168658 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 44915 43633 412 1459 0 43447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179660

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4260
/proc/meminfo: memFree=26187236/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=363492 CPUtime=1.49 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 89397 0 0 0 137 12 0 0 20 0 1 0 270871662 372215808 89352 33554432000 4194304 10169799 140737408933200 140737408799528 4633263 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 90873 89352 412 1459 0 89405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 363492

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4260
/proc/meminfo: memFree=26020772/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=925760 CPUtime=3.09 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 230170 0 0 0 276 33 0 0 20 0 1 0 270871662 947978240 229999 33554432000 4194304 10169799 140737408933200 140737408930184 7547396 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/4259/statm: 231440 229999 462 1459 0 229972 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 925760

[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4260
/proc/meminfo: memFree=25207940/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=1241940 CPUtime=6.28 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 331636 0 0 0 467 161 0 0 20 0 1 0 270871662 1271746560 307797 33554432000 4194304 10169799 140737408933200 140737408931352 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 310485 307797 546 1459 0 309017 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1241940

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4260
/proc/meminfo: memFree=24815248/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=1624076 CPUtime=12.69 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 461699 0 0 0 696 573 0 0 20 0 1 0 270871662 1663053824 402823 33554432000 4194304 10169799 140737408933200 140737408930840 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 406019 402823 584 1459 0 404551 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1624076

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4260
/proc/meminfo: memFree=24559272/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=1904460 CPUtime=25.48 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 509346 0 0 0 1907 641 0 0 20 0 1 0 270871662 1950167040 472101 33554432000 4194304 10169799 140737408933200 140737408929848 8922240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 476115 472101 609 1459 0 474647 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1904460

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4260
/proc/meminfo: memFree=24535608/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=1914064 CPUtime=51.08 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 511645 0 0 0 4466 642 0 0 20 0 1 0 270871662 1960001536 474400 33554432000 4194304 10169799 140737408933200 140737408930712 8884231 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 478516 474400 609 1459 0 477048 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1914064

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 4298
/proc/meminfo: memFree=24541232/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=1941700 CPUtime=102.27 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 518780 0 0 0 9584 643 0 0 20 0 1 0 270871662 1988300800 482034 33554432000 4194304 10169799 140737408933200 140737408930728 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 485425 482034 609 1459 0 483957 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1941700

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4298
/proc/meminfo: memFree=23202720/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3307824 CPUtime=162.26 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 829683 0 0 0 15539 687 0 0 20 0 1 0 270871662 3387211776 813393 33554432000 4194304 10169799 140737408933200 140737408929464 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 826956 813393 609 1459 0 825488 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3307824

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 4299
/proc/meminfo: memFree=21842832/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3308848 CPUtime=222.25 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 830147 0 0 0 21538 687 0 0 20 0 1 0 270871662 3388260352 813857 33554432000 4194304 10169799 140737408933200 140737408929464 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 827212 813857 609 1459 0 825744 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3308848

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4299
/proc/meminfo: memFree=21841372/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3308848 CPUtime=282.24 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 830254 0 0 0 27537 687 0 0 20 0 1 0 270871662 3388260352 813964 33554432000 4194304 10169799 140737408933200 140737408929464 8922305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 827212 813964 609 1459 0 825744 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3308848

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4299
/proc/meminfo: memFree=21836192/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3311728 CPUtime=342.23 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 831148 0 0 0 33536 687 0 0 20 0 1 0 270871662 3391209472 814858 33554432000 4194304 10169799 140737408933200 140737408929464 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 827932 814858 609 1459 0 826464 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3311728

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4299
/proc/meminfo: memFree=21833680/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3312752 CPUtime=402.22 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 831514 0 0 0 39535 687 0 0 20 0 1 0 270871662 3392258048 815391 33554432000 4194304 10169799 140737408933200 140737408929464 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 828188 815391 609 1459 0 826720 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3312752

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 4299
/proc/meminfo: memFree=21832468/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3312752 CPUtime=462.21 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 831653 0 0 0 45533 688 0 0 20 0 1 0 270871662 3392258048 815530 33554432000 4194304 10169799 140737408933200 140737408929464 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 828188 815530 609 1459 0 826720 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3312752

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4300
/proc/meminfo: memFree=21821336/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3312752 CPUtime=522.2 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 831765 0 0 0 51532 688 0 0 20 0 1 0 270871662 3392258048 817801 33554432000 4194304 10169799 140737408933200 140737408929464 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 828188 817801 609 1459 0 826720 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3312752

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4303
/proc/meminfo: memFree=21813248/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3314668 CPUtime=582.18 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 832457 0 0 0 57530 688 0 0 20 0 1 0 270871662 3394220032 819243 33554432000 4194304 10169799 140737408933200 140737408929464 8922285 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 828667 819243 609 1459 0 827199 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3314668

[startup+642.301 s]

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

/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 834228 0 0 0 99522 689 0 0 20 0 1 0 270871662 3398021120 825713 33554432000 4194304 10169799 140737408933200 140737408929464 8922305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 829595 825713 609 1459 0 828127 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 3318380

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4326
/proc/meminfo: memFree=21780704/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3318380 CPUtime=1062.1 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 834260 0 0 0 105521 689 0 0 20 0 1 0 270871662 3398021120 825745 33554432000 4194304 10169799 140737408933200 140737408929464 8922285 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 829595 825745 609 1459 0 828127 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 3318380

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4327
/proc/meminfo: memFree=21777892/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3320428 CPUtime=1122.09 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 834799 0 0 0 111520 689 0 0 20 0 1 0 270871662 3400118272 826284 33554432000 4194304 10169799 140737408933200 140737408929464 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 830107 826284 609 1459 0 828639 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 3320428

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4330
/proc/meminfo: memFree=21776332/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3320428 CPUtime=1182.08 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 834830 0 0 0 117519 689 0 0 20 0 1 0 270871662 3400118272 826315 33554432000 4194304 10169799 140737408933200 140737408929464 8922305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 830107 826315 609 1459 0 828639 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 3320428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4330
/proc/meminfo: memFree=21773312/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3321964 CPUtime=1242.07 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 835241 0 0 0 123518 689 0 0 20 0 1 0 270871662 3401691136 826726 33554432000 4194304 10169799 140737408933200 140737408929464 8922290 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 830491 826726 609 1459 0 829023 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 3321964

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4330
/proc/meminfo: memFree=21770364/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3322856 CPUtime=1302.08 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 835533 0 0 0 129518 690 0 0 20 0 1 0 270871662 3402604544 826985 33554432000 4194304 10169799 140737408933200 140737408929464 8922285 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 830714 826985 609 1459 0 829246 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3322856

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4330
/proc/meminfo: memFree=21767360/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3324904 CPUtime=1362.06 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 836069 0 0 0 135516 690 0 0 20 0 1 0 270871662 3404701696 827634 33554432000 4194304 10169799 140737408933200 140737408929464 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 831226 827634 609 1459 0 829758 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3324904

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4330
/proc/meminfo: memFree=21763884/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3324904 CPUtime=1422.06 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 836102 0 0 0 141516 690 0 0 20 0 1 0 270871662 3404701696 828348 33554432000 4194304 10169799 140737408933200 140737408929464 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 831226 828348 609 1459 0 829758 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3324904

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4331
/proc/meminfo: memFree=21761060/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3324904 CPUtime=1482.04 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 836130 0 0 0 147514 690 0 0 20 0 1 0 270871662 3404701696 828523 33554432000 4194304 10169799 140737408933200 140737408929464 8922268 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 831226 828523 609 1459 0 829758 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 3324904

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4331
/proc/meminfo: memFree=21759352/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3325928 CPUtime=1542.03 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 836415 0 0 0 153513 690 0 0 20 0 1 0 270871662 3405750272 828807 33554432000 4194304 10169799 140737408933200 140737408929464 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 831482 828807 609 1459 0 830014 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 3325928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4331
/proc/meminfo: memFree=21757024/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3327784 CPUtime=1602.02 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 836913 0 0 0 159512 690 0 0 20 0 1 0 270871662 3407650816 829303 33554432000 4194304 10169799 140737408933200 140737408929464 8922290 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 831946 829303 609 1459 0 830478 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3327784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4331
/proc/meminfo: memFree=21754944/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3327784 CPUtime=1662 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 836947 0 0 0 165510 690 0 0 20 0 1 0 270871662 3407650816 829376 33554432000 4194304 10169799 140737408933200 140737408929464 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 831946 829376 609 1459 0 830478 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 3327784

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 4331
/proc/meminfo: memFree=21751376/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3329832 CPUtime=1721.99 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 837490 0 0 0 171509 690 0 0 20 0 1 0 270871662 3409747968 829919 33554432000 4194304 10169799 140737408933200 140737408929464 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 832458 829919 609 1459 0 830990 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3329832

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 4335
/proc/meminfo: memFree=21748628/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3329832 CPUtime=1781.98 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 837515 0 0 0 177508 690 0 0 20 0 1 0 270871662 3409747968 829944 33554432000 4194304 10169799 140737408933200 140737408929464 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 832458 829944 609 1459 0 830990 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 3329832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 4335
/proc/meminfo: memFree=21747768/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3330856 CPUtime=1800.09 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 837782 0 0 0 179319 690 0 0 20 0 1 0 270871662 3410796544 830211 33554432000 4194304 10169799 140737408933200 140737408929464 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 832714 830211 609 1459 0 831246 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3330856

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4259

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4336
/proc/meminfo: memFree=21747768/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3330856 CPUtime=1801.08 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 837782 0 0 0 179418 690 0 0 20 0 1 0 270871662 3410796544 830211 33554432000 4194304 10169799 140737408933200 140737408928896 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 832714 830211 609 1459 0 831246 0
Current children cumulated CPU time (s) 1801.08
Current children cumulated vsize (KiB) 3330856

[startup+1802.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4336
/proc/meminfo: memFree=21747636/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3330856 CPUtime=1801.88 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 837782 0 0 0 179498 690 0 0 20 0 1 0 270871662 3410796544 830211 33554432000 4194304 10169799 140737408933200 140737408928896 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 832714 830211 609 1459 0 831246 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 3330856

[startup+1802.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4336
/proc/meminfo: memFree=21747636/32873844 swapFree=7356/7356
[pid=4259] ppid=4257 vsize=3330856 CPUtime=1802.08 cores=0,2,4,6
/proc/4259/stat : 4259 (scip-2.1.1.4sfi) R 4257 4259 1047 0 -1 4202496 837782 0 0 0 179518 690 0 0 20 0 1 0 270871662 3410796544 830211 33554432000 4194304 10169799 140737408933200 140737408928896 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/4259/statm: 832714 830211 609 1459 0 831246 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 3330856

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.46
CPU time (s): 1802.15
CPU user time (s): 1795.19
CPU system time (s): 6.95694
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 3330856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 6.95694
maximum resident set size= 3320844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 837782
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= 38
involuntary context switches= 1873

runsolver used 2.85057 second user time and 10.1495 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-26 17:50:31
IDJOB=3693729
IDBENCH=90976
IDSOLVER=2272
FILE ID=node109/3693729-1338047430
RUNJOBID= node109-1338029634-2326
PBS_JOBID= 14624362
Free space on /tmp= 71352 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX300_K192_cod2.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693729-1338047430/watcher-3693729-1338047430 -o /tmp/evaluation-result-3693729-1338047430/solver-3693729-1338047430 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693729-1338047430.opb -t 1800 -m 15500

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

MD5SUM BENCH= d6bdbf89ddd7448cef1f1e681200f2c0
RANDOM SEED=1422616568

node109.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.264
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.52
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.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26428848 kB
Buffers:          250416 kB
Cached:          3443576 kB
SwapCached:            0 kB
Active:          2691724 kB
Inactive:        2966376 kB
Active(anon):    1966832 kB
Inactive(anon):        0 kB
Active(file):     724892 kB
Inactive(file):  2966376 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             41184 kB
Writeback:             8 kB
AnonPages:       1965576 kB
Mapped:            17744 kB
Shmem:               200 kB
Slab:             640608 kB
SReclaimable:      83268 kB
SUnreclaim:       557340 kB
KernelStack:        1480 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2092824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 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= 71312 MiB
End job on node109 at 2012-05-26 18:20:33