Trace number 3693719

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.14 1802.45

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMb2e2f53405c70867914e951ebcc4a7e3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1888
Best CPU time to get the best result obtained on this benchmark1146.44
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28513
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 64167
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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-3693719-1338047418.opb>
1.99/2.08	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
1.99/2.08	c problem read in 2.08
4.59/4.66	c presolving:
8.38/8.44	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
9.49/9.53	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-3693719-1338047418/watcher-3693719-1338047418 -o /tmp/evaluation-result-3693719-1338047418/solver-3693719-1338047418 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693719-1338047418.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 3/177 10525
/proc/meminfo: memFree=28723240/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=11780 CPUtime=0 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 1682 0 0 0 0 0 0 0 20 0 1 0 270867335 12062720 1636 33554432000 4194304 10169799 140737383700784 140733569257352 8688073 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 2945 1640 412 1459 0 1477 0

[startup+0.052147 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10525
/proc/meminfo: memFree=28723240/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=31036 CPUtime=0.04 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 6516 0 0 0 4 0 0 0 20 0 1 0 270867335 31780864 6470 33554432000 4194304 10169799 140737383700784 140733569257352 8724888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 7759 6470 412 1459 0 6291 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31036

[startup+0.100231 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10525
/proc/meminfo: memFree=28723240/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=43780 CPUtime=0.09 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 9685 0 0 0 8 1 0 0 20 0 1 0 270867335 44830720 9639 33554432000 4194304 10169799 140737383700784 140733569257352 5477139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 10945 9639 412 1459 0 9477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43780

[startup+0.541938 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10525
/proc/meminfo: memFree=28723240/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=148976 CPUtime=0.53 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 36000 0 0 0 49 4 0 0 20 0 1 0 270867335 152551424 35954 33554432000 4194304 10169799 140737383700784 140737383567112 8824936 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 37244 35954 412 1459 0 35776 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 148976

[startup+0.70017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10525
/proc/meminfo: memFree=28723240/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=190476 CPUtime=0.69 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 46267 0 0 0 63 6 0 0 20 0 1 0 270867335 195047424 46221 33554432000 4194304 10169799 140737383700784 140737383567112 7546639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 47619 46221 412 1459 0 46151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 190476

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10526
/proc/meminfo: memFree=28390020/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=388744 CPUtime=1.49 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 95802 0 0 0 136 13 0 0 20 0 1 0 270867335 398073856 95756 33554432000 4194304 10169799 140737383700784 140737383567112 8726672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 97186 95756 412 1459 0 95718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 388744

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10526
/proc/meminfo: memFree=27989064/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=935664 CPUtime=3.09 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 230946 0 0 0 278 31 0 0 20 0 1 0 270867335 958119936 232381 33554432000 4194304 10169799 140737383700784 140737383695880 5757893 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 233916 232381 489 1459 0 232448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 935664

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10526
/proc/meminfo: memFree=27478656/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=1350460 CPUtime=6.29 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 357380 0 0 0 567 62 0 0 20 0 1 0 270867335 1382871040 334843 33554432000 4194304 10169799 140737383700784 140737383698136 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 337615 334843 554 1459 0 336147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1350460

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10526
/proc/meminfo: memFree=26837320/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=1902548 CPUtime=12.69 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 507457 0 0 0 1146 123 0 0 20 0 1 0 270867335 1948209152 471202 33554432000 4194304 10169799 140737383700784 140737383697432 8922285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 475637 471202 608 1459 0 474169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1902548

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10564
/proc/meminfo: memFree=26908536/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=1910164 CPUtime=25.49 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 509229 0 0 0 2425 124 0 0 20 0 1 0 270867335 1956007936 473876 33554432000 4194304 10169799 140737383700784 140737383697304 8922346 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 477541 473876 608 1459 0 476073 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1910164

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10564
/proc/meminfo: memFree=25065756/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=1914068 CPUtime=51.08 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 510287 0 0 0 4984 124 0 0 20 0 1 0 270867335 1960005632 475059 33554432000 4194304 10169799 140737383700784 140737383698312 8922316 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 478517 475059 608 1459 0 477049 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1914068

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10565
/proc/meminfo: memFree=25001816/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=2257508 CPUtime=102.27 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 592990 0 0 0 10090 137 0 0 20 0 1 0 270867335 2311688192 557097 33554432000 4194304 10169799 140737383700784 140737383697048 7432597 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 564377 557098 608 1459 0 562909 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2257508

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10565
/proc/meminfo: memFree=22345488/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3307696 CPUtime=162.26 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 829859 0 0 0 16058 168 0 0 20 0 1 0 270867335 3387080704 813499 33554432000 4194304 10169799 140737383700784 140737383697048 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 826924 813499 608 1459 0 825456 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3307696

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10565
/proc/meminfo: memFree=22341176/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3308720 CPUtime=222.24 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 830324 0 0 0 22056 168 0 0 20 0 1 0 270867335 3388129280 813964 33554432000 4194304 10169799 140737383700784 140737383697048 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 827180 813964 608 1459 0 825712 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3308720

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 10565
/proc/meminfo: memFree=22334148/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3312624 CPUtime=282.24 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 831536 0 0 0 28055 169 0 0 20 0 1 0 270867335 3392126976 815176 33554432000 4194304 10169799 140737383700784 140737383697048 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 828156 815176 608 1459 0 826688 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3312624

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10565
/proc/meminfo: memFree=22329592/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3312624 CPUtime=342.23 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 831752 0 0 0 34054 169 0 0 20 0 1 0 270867335 3392126976 815557 33554432000 4194304 10169799 140737383700784 140737383697048 8922240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 828156 815557 608 1459 0 826688 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3312624

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 10566
/proc/meminfo: memFree=22326892/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3313516 CPUtime=402.22 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 832220 0 0 0 40053 169 0 0 20 0 1 0 270867335 3393040384 815992 33554432000 4194304 10169799 140737383700784 140737383697576 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 828379 815992 608 1459 0 826911 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3313516

[startup+462.307 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 10566
/proc/meminfo: memFree=22311172/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3315372 CPUtime=462.21 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 832943 0 0 0 46052 169 0 0 20 0 1 0 270867335 3394940928 819114 33554432000 4194304 10169799 140737383700784 140737383697048 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 828843 819114 608 1459 0 827375 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3315372

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 10566
/proc/meminfo: memFree=22306984/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3315372 CPUtime=522.19 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 833186 0 0 0 52050 169 0 0 20 0 1 0 270867335 3394940928 820004 33554432000 4194304 10169799 140737383700784 140737383697048 8922316 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 828843 820004 608 1459 0 827375 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 3315372

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 10569
/proc/meminfo: memFree=22301532/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3316396 CPUtime=582.18 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 833660 0 0 0 58049 169 0 0 20 0 1 0 270867335 3395989504 820949 33554432000 4194304 10169799 140737383700784 140737383697048 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 829099 820949 608 1459 0 827631 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3316396

[startup+642.3 s]

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

/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 837723 0 0 0 106039 170 0 0 20 0 1 0 270867335 3407384576 828306 33554432000 4194304 10169799 140737383700784 140737383697048 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 831881 828306 608 1459 0 830413 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 3327524

[startup+1122.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 10594
/proc/meminfo: memFree=22253972/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3327524 CPUtime=1122.09 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 837759 0 0 0 112039 170 0 0 20 0 1 0 270867335 3407384576 828342 33554432000 4194304 10169799 140737383700784 140737383697048 8922254 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 831881 828342 608 1459 0 830413 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 3327524

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10594
/proc/meminfo: memFree=22250652/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3329572 CPUtime=1182.08 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 838298 0 0 0 118038 170 0 0 20 0 1 0 270867335 3409481728 828881 33554432000 4194304 10169799 140737383700784 140737383697048 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 832393 828881 608 1459 0 830925 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 3329572

[startup+1242.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/178 10597
/proc/meminfo: memFree=22246488/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3330596 CPUtime=1242.08 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 838590 0 0 0 124037 171 0 0 20 0 1 0 270867335 3410530304 829286 33554432000 4194304 10169799 140737383700784 140737383697048 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 832649 829286 608 1459 0 831181 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3330596

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 10597
/proc/meminfo: memFree=22244736/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3330596 CPUtime=1302.06 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 838623 0 0 0 130035 171 0 0 20 0 1 0 270867335 3410530304 829319 33554432000 4194304 10169799 140737383700784 140737383697048 8922316 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 832649 829319 608 1459 0 831181 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 3330596

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10598
/proc/meminfo: memFree=22237512/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3332452 CPUtime=1362.05 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 839124 0 0 0 136034 171 0 0 20 0 1 0 270867335 3412430848 830696 33554432000 4194304 10169799 140737383700784 140737383697048 8922316 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 833113 830696 608 1459 0 831645 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 3332452

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10598
/proc/meminfo: memFree=22234752/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3333344 CPUtime=1422.04 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 839416 0 0 0 142033 171 0 0 20 0 1 0 270867335 3413344256 831000 33554432000 4194304 10169799 140737383700784 140737383697368 8922280 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 833336 831000 608 1459 0 831868 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 3333344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10598
/proc/meminfo: memFree=22232176/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3334368 CPUtime=1482.03 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 839709 0 0 0 148032 171 0 0 20 0 1 0 270867335 3414392832 831292 33554432000 4194304 10169799 140737383700784 140737383697048 8922285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 833592 831292 608 1459 0 832124 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 3334368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10598
/proc/meminfo: memFree=22229352/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3335392 CPUtime=1542.02 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840003 0 0 0 154031 171 0 0 20 0 1 0 270867335 3415441408 831584 33554432000 4194304 10169799 140737383700784 140737383697048 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 833848 831584 608 1459 0 832380 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 3335392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10598
/proc/meminfo: memFree=22227336/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3336224 CPUtime=1602.01 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840248 0 0 0 160030 171 0 0 20 0 1 0 270867335 3416293376 831872 33554432000 4194304 10169799 140737383700784 140737383697048 8922300 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834056 831872 608 1459 0 832588 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 3336224

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10599
/proc/meminfo: memFree=22223644/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1662.01 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840789 0 0 0 166030 171 0 0 20 0 1 0 270867335 3418390528 832413 33554432000 4194304 10169799 140737383700784 140737383697048 8922285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832413 608 1459 0 833100 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3338272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10599
/proc/meminfo: memFree=22222184/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1721.99 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840822 0 0 0 172028 171 0 0 20 0 1 0 270867335 3418390528 832446 33554432000 4194304 10169799 140737383700784 140737383697048 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832446 608 1459 0 833100 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3338272

[startup+1782.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 10600
/proc/meminfo: memFree=22218660/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1781.99 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840856 0 0 0 178028 171 0 0 20 0 1 0 270867335 3418390528 832480 33554432000 4194304 10169799 140737383700784 140737383697048 5908418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832480 608 1459 0 833100 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 3338272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 10602
/proc/meminfo: memFree=22218684/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1800.08 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840868 0 0 0 179837 171 0 0 20 0 1 0 270867335 3418390528 832492 33554432000 4194304 10169799 140737383700784 140737383697048 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832492 608 1459 0 833100 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 3338272

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10525

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

[startup+1801.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10603
/proc/meminfo: memFree=22218684/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1801.38 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840868 0 0 0 179967 171 0 0 20 0 1 0 270867335 3418390528 832492 33554432000 4194304 10169799 140737383700784 140737383696512 8922280 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832492 608 1459 0 833100 0
Current children cumulated CPU time (s) 1801.38
Current children cumulated vsize (KiB) 3338272

[startup+1802.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10603
/proc/meminfo: memFree=22218428/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1801.78 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840868 0 0 0 180007 171 0 0 20 0 1 0 270867335 3418390528 832492 33554432000 4194304 10169799 140737383700784 140737383696512 8922300 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832492 608 1459 0 833100 0
Current children cumulated CPU time (s) 1801.78
Current children cumulated vsize (KiB) 3338272

[startup+1802.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10603
/proc/meminfo: memFree=22218428/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1801.98 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840868 0 0 0 180027 171 0 0 20 0 1 0 270867335 3418390528 832492 33554432000 4194304 10169799 140737383700784 140737383696512 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832492 608 1459 0 833100 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 3338272

[startup+1802.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10603
/proc/meminfo: memFree=22218428/32873648 swapFree=6856/6856
[pid=10525] ppid=10523 vsize=3338272 CPUtime=1802.08 cores=0,2,4,6
/proc/10525/stat : 10525 (scip-2.1.1.4sfi) R 10523 10525 7220 0 -1 4202496 840868 0 0 0 180037 171 0 0 20 0 1 0 270867335 3418390528 832492 33554432000 4194304 10169799 140737383700784 140737383696512 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/10525/statm: 834568 832492 608 1459 0 833100 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 3338272

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.45
CPU time (s): 1802.14
CPU user time (s): 1800.38
CPU system time (s): 1.76173
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 3338272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.38
system time used= 1.76173
maximum resident set size= 3329968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 840868
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= 36
involuntary context switches= 2105

runsolver used 2.88656 second user time and 9.27559 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 17:50:19
IDJOB=3693719
IDBENCH=90950
IDSOLVER=2272
FILE ID=node125/3693719-1338047418
RUNJOBID= node125-1338029661-8139
PBS_JOBID= 14624346
Free space on /tmp= 71252 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_luby_50null50mast_rapportOE1.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-3693719-1338047418/watcher-3693719-1338047418 -o /tmp/evaluation-result-3693719-1338047418/solver-3693719-1338047418 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693719-1338047418.opb -t 1800 -m 15500

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

MD5SUM BENCH= b2e2f53405c70867914e951ebcc4a7e3
RANDOM SEED=1948102361

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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		: 2666.373
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	: 5438.54
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.373
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.373
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:        28723256 kB
Buffers:          253356 kB
Cached:          2932244 kB
SwapCached:            0 kB
Active:          1312904 kB
Inactive:        2054852 kB
Active(anon):     184520 kB
Inactive(anon):        0 kB
Active(file):    1128384 kB
Inactive(file):  2054852 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40992 kB
Writeback:            16 kB
AnonPages:        191052 kB
Mapped:            17720 kB
Shmem:               200 kB
Slab:             643116 kB
SReclaimable:      87132 kB
SUnreclaim:       555984 kB
KernelStack:        1456 kB
PageTables:         4416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     295508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71212 MiB
End job on node125 at 2012-05-26 18:20:22