Trace number 3693704

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.13 1802.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
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 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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-3693704-1338047823.opb>
2.20/2.26	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
2.20/2.26	c problem read in 2.26
5.50/5.56	c presolving:
10.19/10.20	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
11.59/11.64	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-3693704-1338047823/watcher-3693704-1338047823 -o /tmp/evaluation-result-3693704-1338047823/solver-3693704-1338047823 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693704-1338047823.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.04 2.02 2.00 3/176 25692
/proc/meminfo: memFree=25479104/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=11132 CPUtime=0 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 1534 0 0 0 0 0 0 0 20 0 1 0 270908491 11399168 1489 33554432000 4194304 10169799 140736446672848 140736339686920 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 2783 1490 412 1459 0 1315 0

[startup+0.0983399 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 25692
/proc/meminfo: memFree=25479104/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=42424 CPUtime=0.08 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 9341 0 0 0 8 0 0 0 20 0 1 0 270908491 43442176 9296 33554432000 4194304 10169799 140736446672848 140736339686920 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 10606 9296 412 1459 0 9138 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42424

[startup+0.100341 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 25692
/proc/meminfo: memFree=25479104/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=43580 CPUtime=0.09 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 9632 0 0 0 8 1 0 0 20 0 1 0 270908491 44625920 9587 33554432000 4194304 10169799 140736446672848 140736339686920 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 10895 9587 412 1459 0 9427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43580

[startup+0.300296 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 25692
/proc/meminfo: memFree=25479104/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=80848 CPUtime=0.29 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 18954 0 0 0 27 2 0 0 20 0 1 0 270908491 82788352 18909 33554432000 4194304 10169799 140736446672848 140736339686920 8993866 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 20212 18909 412 1459 0 18744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80848

[startup+0.700295 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 25692
/proc/meminfo: memFree=25479104/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=182708 CPUtime=0.69 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 44292 0 0 0 64 5 0 0 20 0 1 0 270908491 187092992 44247 33554432000 4194304 10169799 140736446672848 140736339686920 7409213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 45677 44247 412 1459 0 44209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182708

[startup+1.50031 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 25693
/proc/meminfo: memFree=25232072/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=367368 CPUtime=1.49 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 90348 0 0 0 135 14 0 0 20 0 1 0 270908491 376184832 90303 33554432000 4194304 10169799 140736446672848 140736446539176 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 91842 90303 412 1459 0 90374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 367368

[startup+3.10029 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 25693
/proc/meminfo: memFree=25052768/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=918084 CPUtime=3.08 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 227638 0 0 0 275 33 0 0 20 0 1 0 270908491 940118016 228052 33554432000 4194304 10169799 140736446672848 140736446670200 5549214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 229521 228052 461 1459 0 228053 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 918084

[startup+6.30033 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 25693
/proc/meminfo: memFree=24264112/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=1242944 CPUtime=6.29 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 330278 0 0 0 569 60 0 0 20 0 1 0 270908491 1272774656 308017 33554432000 4194304 10169799 140736446672848 140736446671000 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 310736 308017 545 1459 0 309268 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1242944

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 25693
/proc/meminfo: memFree=23866188/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=1668840 CPUtime=12.68 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 461558 0 0 0 1141 127 0 0 20 0 1 0 270908491 1708892160 414035 33554432000 4194304 10169799 140736446672848 140736446671240 5281244 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 417210 414035 588 1459 0 415742 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1668840

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 25693
/proc/meminfo: memFree=23591292/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=1905032 CPUtime=25.49 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 508114 0 0 0 2413 136 0 0 20 0 1 0 270908491 1950752768 471788 33554432000 4194304 10169799 140736446672848 140736446669400 8922300 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 476258 471788 607 1459 0 474790 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1905032

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 25693
/proc/meminfo: memFree=23547652/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=1914376 CPUtime=51.08 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 510344 0 0 0 4972 136 0 0 20 0 1 0 270908491 1960321024 474018 33554432000 4194304 10169799 140736446672848 140736446669496 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 478594 474018 607 1459 0 477126 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1914376

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 25693
/proc/meminfo: memFree=23556092/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=1942008 CPUtime=102.28 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 517548 0 0 0 10091 137 0 0 20 0 1 0 270908491 1988616192 480661 33554432000 4194304 10169799 140736446672848 140736446670376 8922268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 485502 480661 607 1459 0 484034 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1942008

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 25693
/proc/meminfo: memFree=22224088/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3308232 CPUtime=162.26 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 831283 0 0 0 16042 184 0 0 20 0 1 0 270908491 3387629568 813319 33554432000 4194304 10169799 140736446672848 140736446669112 8922268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 827058 813319 607 1459 0 825590 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3308232

[startup+222.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/178 25696
/proc/meminfo: memFree=22215740/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3309256 CPUtime=222.25 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 831721 0 0 0 22041 184 0 0 20 0 1 0 270908491 3388678144 813757 33554432000 4194304 10169799 140736446672848 140736446669112 8922268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 827314 813757 607 1459 0 825846 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3309256

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/178 25720
/proc/meminfo: memFree=22210000/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3309256 CPUtime=282.24 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 831876 0 0 0 28040 184 0 0 20 0 1 0 270908491 3388678144 813912 33554432000 4194304 10169799 140736446672848 140736446669112 8922300 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 827314 813912 607 1459 0 825846 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3309256

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 25720
/proc/meminfo: memFree=22200548/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3313160 CPUtime=342.24 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 833061 0 0 0 34039 185 0 0 20 0 1 0 270908491 3392675840 815097 33554432000 4194304 10169799 140736446672848 140736446669112 8922280 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 828290 815097 607 1459 0 826822 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3313160

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 25720
/proc/meminfo: memFree=22214964/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3313160 CPUtime=402.23 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 833251 0 0 0 40038 185 0 0 20 0 1 0 270908491 3392675840 815287 33554432000 4194304 10169799 140736446672848 140736446669112 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 828290 815287 607 1459 0 826822 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3313160

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25720
/proc/meminfo: memFree=22199364/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3313160 CPUtime=462.22 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 833469 0 0 0 46037 185 0 0 20 0 1 0 270908491 3392675840 815505 33554432000 4194304 10169799 140736446672848 140736446669112 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 828290 815505 607 1459 0 826822 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3313160

[startup+522.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 25720
/proc/meminfo: memFree=22196788/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3315076 CPUtime=522.21 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 834125 0 0 0 52036 185 0 0 20 0 1 0 270908491 3394637824 816128 33554432000 4194304 10169799 140736446672848 140736446669112 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 828769 816128 607 1459 0 827301 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3315076

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 25721
/proc/meminfo: memFree=22194584/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3315908 CPUtime=582.2 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 834521 0 0 0 58035 185 0 0 20 0 1 0 270908491 3395489792 816524 33554432000 4194304 10169799 140736446672848 140736446669112 8922310 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 828977 816524 607 1459 0 827509 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3315908

[startup+642.3 s]

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

/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 837481 0 0 0 100027 186 0 0 20 0 1 0 270908491 3401973760 819449 33554432000 4194304 10169799 140736446672848 140736446669112 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 830560 819449 607 1459 0 829092 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3322240

[startup+1062.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 25763
/proc/meminfo: memFree=23473528/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3325180 CPUtime=1062.12 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 838401 0 0 0 106026 186 0 0 20 0 1 0 270908491 3404984320 820336 33554432000 4194304 10169799 140736446672848 140736446669112 8922326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 831295 820336 607 1459 0 829827 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3325180

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25763
/proc/meminfo: memFree=23472192/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3325180 CPUtime=1122.12 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 838591 0 0 0 112025 187 0 0 20 0 1 0 270908491 3404984320 820693 33554432000 4194304 10169799 140736446672848 140736446669112 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 831295 820693 607 1459 0 829827 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3325180

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25764
/proc/meminfo: memFree=23471476/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3325180 CPUtime=1182.11 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 838743 0 0 0 118024 187 0 0 20 0 1 0 270908491 3404984320 820845 33554432000 4194304 10169799 140736446672848 140736446669112 8922300 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 831295 820845 607 1459 0 829827 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3325180

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25764
/proc/meminfo: memFree=23460344/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3327228 CPUtime=1242.1 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 839448 0 0 0 124023 187 0 0 20 0 1 0 270908491 3407081472 823633 33554432000 4194304 10169799 140736446672848 140736446669112 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 831807 823633 607 1459 0 830339 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3327228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25764
/proc/meminfo: memFree=23455164/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3328060 CPUtime=1302.1 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 839881 0 0 0 130023 187 0 0 20 0 1 0 270908491 3407933440 824935 33554432000 4194304 10169799 140736446672848 140736446669112 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 832015 824935 607 1459 0 830547 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 3328060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25764
/proc/meminfo: memFree=23450480/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3330108 CPUtime=1362.08 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 840545 0 0 0 136021 187 0 0 20 0 1 0 270908491 3410030592 826158 33554432000 4194304 10169799 140736446672848 140736446669112 8922280 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 832527 826158 607 1459 0 831059 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3330108

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25767
/proc/meminfo: memFree=23447896/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3331132 CPUtime=1422.07 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 840994 0 0 0 142020 187 0 0 20 0 1 0 270908491 3411079168 826697 33554432000 4194304 10169799 140736446672848 140736446669112 8922316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 832783 826697 607 1459 0 831315 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3331132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25768
/proc/meminfo: memFree=23446692/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3331132 CPUtime=1482.07 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 841155 0 0 0 148019 188 0 0 20 0 1 0 270908491 3411079168 826967 33554432000 4194304 10169799 140736446672848 140736446669112 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 832783 826967 607 1459 0 831315 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 3331132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25768
/proc/meminfo: memFree=23444116/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3332988 CPUtime=1542.05 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 841827 0 0 0 154017 188 0 0 20 0 1 0 270908491 3412979712 827639 33554432000 4194304 10169799 140736446672848 140736446669112 8922285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 833247 827639 607 1459 0 831779 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3332988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25768
/proc/meminfo: memFree=23442532/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3333880 CPUtime=1602.04 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 842314 0 0 0 160016 188 0 0 20 0 1 0 270908491 3413893120 828093 33554432000 4194304 10169799 140736446672848 140736446669112 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 833470 828093 607 1459 0 832002 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3333880

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25768
/proc/meminfo: memFree=23438192/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3334904 CPUtime=1662.03 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 842720 0 0 0 166015 188 0 0 20 0 1 0 270908491 3414941696 829092 33554432000 4194304 10169799 140736446672848 140736446669112 8922290 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 833726 829092 607 1459 0 832258 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3334904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25768
/proc/meminfo: memFree=23433044/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3335928 CPUtime=1722.02 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 843064 0 0 0 172014 188 0 0 20 0 1 0 270908491 3415990272 830399 33554432000 4194304 10169799 140736446672848 140736446669112 8922240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 833982 830399 607 1459 0 832514 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3335928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25769
/proc/meminfo: memFree=23430236/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3337784 CPUtime=1782.01 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 843567 0 0 0 178013 188 0 0 20 0 1 0 270908491 3417890816 831129 33554432000 4194304 10169799 140736446672848 140736446669112 8922268 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 834446 831129 607 1459 0 832978 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3337784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25770
/proc/meminfo: memFree=23428968/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3338808 CPUtime=1800.01 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 843837 0 0 0 179813 188 0 0 20 0 1 0 270908491 3418939392 831399 33554432000 4194304 10169799 140736446672848 140736446669112 8922310 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 834702 831399 607 1459 0 833234 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3338808

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25692

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25771
/proc/meminfo: memFree=23428968/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3338808 CPUtime=1801.11 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 843837 0 0 0 179923 188 0 0 20 0 1 0 270908491 3418939392 831399 33554432000 4194304 10169799 140736446672848 140736446668544 8922305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 834702 831399 607 1459 0 833234 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 3338808

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25771
/proc/meminfo: memFree=23428960/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=3338808 CPUtime=1801.91 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4202496 843837 0 0 0 180003 188 0 0 20 0 1 0 270908491 3418939392 831399 33554432000 4194304 10169799 140736446672848 140736446668544 8922280 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 834702 831399 607 1459 0 833234 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 3338808

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25771
/proc/meminfo: memFree=23428960/32873844 swapFree=7364/7364
[pid=25692] ppid=25690 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/25692/stat : 25692 (scip-2.1.1.4sfi) R 25690 25692 21011 0 -1 4203524 843837 0 0 0 180013 198 0 0 20 0 1 0 270908491 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25692/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.41
CPU time (s): 1802.13
CPU user time (s): 1800.14
CPU system time (s): 1.9937
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 3338808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.14
system time used= 1.9937
maximum resident set size= 3325596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 843837
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= 11
involuntary context switches= 1878

runsolver used 3.47247 second user time and 9.76052 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-26 17:57:04
IDJOB=3693704
IDBENCH=91120
IDSOLVER=2272
FILE ID=node118/3693704-1338047823
RUNJOBID= node118-1338029245-21966
PBS_JOBID= 14624353
Free space on /tmp= 71556 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_fibo_50null0mast_rapportOE2.0_TMAX120_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-3693704-1338047823/watcher-3693704-1338047823 -o /tmp/evaluation-result-3693704-1338047823/solver-3693704-1338047823 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693704-1338047823.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=533115884

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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:        25479236 kB
Buffers:          256172 kB
Cached:          4364440 kB
SwapCached:            0 kB
Active:          2576068 kB
Inactive:        4032992 kB
Active(anon):    1990228 kB
Inactive(anon):        0 kB
Active(file):     585840 kB
Inactive(file):  4032992 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40912 kB
Writeback:             0 kB
AnonPages:       1996892 kB
Mapped:            17876 kB
Shmem:               200 kB
Slab:             641380 kB
SReclaimable:      82080 kB
SUnreclaim:       559300 kB
KernelStack:        1448 kB
PageTables:         7864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2121904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71536 MiB
End job on node118 at 2012-05-26 18:27:06