Trace number 3693733

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.21 1802.48

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM765f9ba042cd825181247f9fbcec5226
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35819
Best CPU time to get the best result obtained on this benchmark746.384
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 891819
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 891819
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-3693733-1338047711.opb>
2.39/2.44	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
2.39/2.44	c problem read in 2.44
6.99/7.02	c presolving:
13.99/14.09	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
16.29/16.39	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-3693733-1338047711/watcher-3693733-1338047711 -o /tmp/evaluation-result-3693733-1338047711/solver-3693733-1338047711 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693733-1338047711.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.02 2.03 2.00 2/176 9306
/proc/meminfo: memFree=25856040/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=11136 CPUtime=0 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 1538 0 0 0 0 0 0 0 20 0 1 0 270895552 11403264 1493 33554432000 4194304 10169799 140735685060736 140733364307752 8883659 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 2784 1493 412 1459 0 1316 0

[startup+0.106208 s]
/proc/loadavg: 2.02 2.03 2.00 2/176 9306
/proc/meminfo: memFree=25856040/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=43780 CPUtime=0.09 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 9685 0 0 0 8 1 0 0 20 0 1 0 270895552 44830720 9640 33554432000 4194304 10169799 140735685060736 140735684925432 8982256 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 10945 9640 412 1459 0 9477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43780

[startup+0.200366 s]
/proc/loadavg: 2.02 2.03 2.00 2/176 9306
/proc/meminfo: memFree=25856040/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=65440 CPUtime=0.19 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 15117 0 0 0 17 2 0 0 20 0 1 0 270895552 67010560 15072 33554432000 4194304 10169799 140735685060736 140735684926392 8982256 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 16360 15072 412 1459 0 14892 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65440

[startup+0.300353 s]
/proc/loadavg: 2.02 2.03 2.00 2/176 9306
/proc/meminfo: memFree=25856040/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=80556 CPUtime=0.29 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 18903 0 0 0 26 3 0 0 20 0 1 0 270895552 82489344 18858 33554432000 4194304 10169799 140735685060736 140735684926392 5477139 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 20139 18858 412 1459 0 18671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80556

[startup+0.700372 s]
/proc/loadavg: 2.02 2.03 2.00 2/176 9306
/proc/meminfo: memFree=25856040/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=177584 CPUtime=0.69 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 43153 0 0 0 62 7 0 0 20 0 1 0 270895552 181846016 43108 33554432000 4194304 10169799 140735685060736 140735684927064 5471578 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 44396 43108 412 1459 0 42928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177584

[startup+1.50037 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9307
/proc/meminfo: memFree=25389224/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=350648 CPUtime=1.49 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 86274 0 0 0 135 14 0 0 20 0 1 0 270895552 359063552 86231 33554432000 4194304 10169799 140735685060736 140735684926472 7543003 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 87662 86282 412 1459 0 86194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 350648

[startup+3.10039 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9307
/proc/meminfo: memFree=25222568/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=831660 CPUtime=3.09 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 206480 0 0 0 274 35 0 0 20 0 1 0 270895552 851619840 206385 33554432000 4194304 10169799 140735685060736 140735685055816 7543003 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 207915 206430 462 1459 0 206447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 831660

[startup+6.3004 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9307
/proc/meminfo: memFree=24579944/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=1265596 CPUtime=6.29 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 314206 0 0 0 575 54 0 0 20 0 1 0 270895552 1295970304 314564 33554432000 4194304 10169799 140735685060736 140735685057624 4933777 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9306/statm: 316399 314564 500 1459 0 314931 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1265596

[startup+12.7005 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9307
/proc/meminfo: memFree=23938468/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=1612000 CPUtime=12.69 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 456032 0 0 0 1074 195 0 0 20 0 1 0 270895552 1650688000 399637 33554432000 4194304 10169799 140735685060736 140735685059416 8961143 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 403000 399637 560 1459 0 401532 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1612000

[startup+25.5005 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 9307
/proc/meminfo: memFree=23761488/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=1903840 CPUtime=25.48 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 509884 0 0 0 2182 366 0 0 20 0 1 0 270895552 1949532160 471563 33554432000 4194304 10169799 140735685060736 140735685057384 8922310 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 475960 471563 609 1459 0 474492 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1903840

[startup+51.1006 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 9307
/proc/meminfo: memFree=23752200/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=1911968 CPUtime=51.08 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 511282 0 0 0 4741 367 0 0 20 0 1 0 270895552 1957855232 473472 33554432000 4194304 10169799 140735685060736 140735685057384 8922300 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 477992 473472 609 1459 0 476524 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1911968

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 9307
/proc/meminfo: memFree=23747408/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=1914656 CPUtime=102.29 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 512009 0 0 0 9861 368 0 0 20 0 1 0 270895552 1960607744 474199 33554432000 4194304 10169799 140735685060736 140735685058264 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 478664 474199 609 1459 0 477196 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1914656

[startup+162.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 9307
/proc/meminfo: memFree=22391916/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3307556 CPUtime=162.27 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 832290 0 0 0 15806 421 0 0 20 0 1 0 270895552 3386937344 812875 33554432000 4194304 10169799 140735685060736 140735685057000 8922268 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 826889 812875 609 1459 0 825421 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3307556

[startup+222.309 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 9307
/proc/meminfo: memFree=22384008/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3308448 CPUtime=222.27 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 832657 0 0 0 21806 421 0 0 20 0 1 0 270895552 3387850752 813209 33554432000 4194304 10169799 140735685060736 140735685057000 8922305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 827112 813209 609 1459 0 825644 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 3308448

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 9308
/proc/meminfo: memFree=22381308/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3309472 CPUtime=282.25 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 833023 0 0 0 27804 421 0 0 20 0 1 0 270895552 3388899328 813575 33554432000 4194304 10169799 140735685060736 140735685057000 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 827368 813575 609 1459 0 825900 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3309472

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9311
/proc/meminfo: memFree=22380088/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3309472 CPUtime=342.24 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 833133 0 0 0 33803 421 0 0 20 0 1 0 270895552 3388899328 813685 33554432000 4194304 10169799 140735685060736 140735685057000 8922300 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 827368 813685 609 1459 0 825900 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3309472

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 9334
/proc/meminfo: memFree=22368460/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3309472 CPUtime=402.23 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 833243 0 0 0 39802 421 0 0 20 0 1 0 270895552 3388899328 813795 33554432000 4194304 10169799 140735685060736 140735685057000 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 827368 813795 609 1459 0 825900 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3309472

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 9334
/proc/meminfo: memFree=22361552/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3311328 CPUtime=462.22 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 833822 0 0 0 45801 421 0 0 20 0 1 0 270895552 3390799872 814374 33554432000 4194304 10169799 140735685060736 140735685057000 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 827832 814374 609 1459 0 826364 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3311328

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 9334
/proc/meminfo: memFree=22356372/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3313376 CPUtime=522.21 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 834472 0 0 0 51800 421 0 0 20 0 1 0 270895552 3392897024 815024 33554432000 4194304 10169799 140735685060736 140735685057000 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 828344 815024 609 1459 0 826876 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3313376

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 9334
/proc/meminfo: memFree=22354424/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3313376 CPUtime=582.2 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 834585 0 0 0 57799 421 0 0 20 0 1 0 270895552 3392897024 815137 33554432000 4194304 10169799 140735685060736 140735685057000 8922305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 828344 815137 609 1459 0 826876 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3313376

[startup+642.301 s]

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

/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 836192 0 0 0 105790 422 0 0 20 0 1 0 270895552 3395710976 816711 33554432000 4194304 10169799 140735685060736 140735685057000 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829031 816711 609 1459 0 827563 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3316124

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 9339
/proc/meminfo: memFree=22321916/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3317148 CPUtime=1122.12 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 836564 0 0 0 111789 423 0 0 20 0 1 0 270895552 3396759552 817083 33554432000 4194304 10169799 140735685060736 140735685057000 8922285 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829287 817083 609 1459 0 827819 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3317148

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9339
/proc/meminfo: memFree=22317884/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3318172 CPUtime=1182.11 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 836936 0 0 0 117788 423 0 0 20 0 1 0 270895552 3397808128 817455 33554432000 4194304 10169799 140735685060736 140735685057000 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829543 817455 609 1459 0 828075 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3318172

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22314192/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3319004 CPUtime=1242.1 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 837264 0 0 0 123787 423 0 0 20 0 1 0 270895552 3398660096 817783 33554432000 4194304 10169799 140735685060736 140735685057000 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829751 817783 609 1459 0 828283 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3319004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22311504/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3319004 CPUtime=1302.09 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 837384 0 0 0 129786 423 0 0 20 0 1 0 270895552 3398660096 817903 33554432000 4194304 10169799 140735685060736 140735685057000 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829751 817903 609 1459 0 828283 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3319004

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22311408/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3318872 CPUtime=1362.08 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 837498 0 0 0 135785 423 0 0 20 0 1 0 270895552 3398524928 817984 33554432000 4194304 10169799 140735685060736 140735685057320 8922285 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829718 817984 609 1459 0 828250 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3318872

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22307592/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3319896 CPUtime=1422.08 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 837872 0 0 0 141785 423 0 0 20 0 1 0 270895552 3399573504 818358 33554432000 4194304 10169799 140735685060736 140735685057000 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 829974 818358 609 1459 0 828506 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3319896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22305016/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3320920 CPUtime=1482.07 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 838246 0 0 0 147783 424 0 0 20 0 1 0 270895552 3400622080 818732 33554432000 4194304 10169799 140735685060736 140735685057000 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 830230 818732 609 1459 0 828762 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 3320920

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9344
/proc/meminfo: memFree=22303920/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3320920 CPUtime=1542.07 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 838364 0 0 0 153783 424 0 0 20 0 1 0 270895552 3400622080 818850 33554432000 4194304 10169799 140735685060736 140735685057000 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 830230 818850 609 1459 0 828762 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 3320920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9344
/proc/meminfo: memFree=22299864/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3322456 CPUtime=1602.05 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 838864 0 0 0 159781 424 0 0 20 0 1 0 270895552 3402194944 819350 33554432000 4194304 10169799 140735685060736 140735685057000 8922300 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 830614 819350 609 1459 0 829146 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3322456

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9344
/proc/meminfo: memFree=22297288/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3323348 CPUtime=1662.04 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 839230 0 0 0 165780 424 0 0 20 0 1 0 270895552 3403108352 819683 33554432000 4194304 10169799 140735685060736 140735685057000 8922305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 830837 819683 609 1459 0 829369 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3323348

[startup+1722.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/171 9369
/proc/meminfo: memFree=25663956/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3325396 CPUtime=1722.03 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 839931 0 0 0 171778 425 0 0 20 0 1 0 270895552 3405205504 820445 33554432000 4194304 10169799 140735685060736 140735685057000 8922310 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 831349 820445 609 1459 0 829881 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3325396

[startup+1782.3 s]
/proc/loadavg: 1.20 1.72 1.90 2/171 9369
/proc/meminfo: memFree=25662744/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3325396 CPUtime=1782.02 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 840162 0 0 0 177777 425 0 0 20 0 1 0 270895552 3405205504 820676 33554432000 4194304 10169799 140735685060736 140735685057000 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 831349 820676 609 1459 0 829881 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3325396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.16 1.69 1.88 2/170 9369
/proc/meminfo: memFree=25662588/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3325396 CPUtime=1800.02 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 840199 0 0 0 179577 425 0 0 20 0 1 0 270895552 3405205504 820713 33554432000 4194304 10169799 140735685060736 140735685057000 8922305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 831349 820713 609 1459 0 829881 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3325396

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9306

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

[startup+1801.5 s]
/proc/loadavg: 1.16 1.69 1.88 2/171 9370
/proc/meminfo: memFree=25662588/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3325396 CPUtime=1801.21 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 840201 0 0 0 179696 425 0 0 20 0 1 0 270895552 3405205504 820715 33554432000 4194304 10169799 140735685060736 140735685056448 8922310 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 831349 820715 609 1459 0 829881 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 3325396

[startup+1801.91 s]
/proc/loadavg: 1.14 1.68 1.88 2/171 9370
/proc/meminfo: memFree=25662464/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3325396 CPUtime=1801.62 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 840202 0 0 0 179737 425 0 0 20 0 1 0 270895552 3405205504 820716 33554432000 4194304 10169799 140735685060736 140735685056448 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 831349 820716 609 1459 0 829881 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 3325396

[startup+1802.3 s]
/proc/loadavg: 1.14 1.68 1.88 2/171 9370
/proc/meminfo: memFree=25662464/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=3325396 CPUtime=1802.01 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4202496 840202 0 0 0 179776 425 0 0 20 0 1 0 270895552 3405205504 820716 33554432000 4194304 10169799 140735685060736 140735685056448 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9306/statm: 831349 820716 609 1459 0 829881 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3325396

[startup+1802.4 s]
/proc/loadavg: 1.14 1.68 1.88 2/171 9370
/proc/meminfo: memFree=25662464/32873844 swapFree=7612/7612
[pid=9306] ppid=9304 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/9306/stat : 9306 (scip-2.1.1.4sfi) R 9304 9306 5919 0 -1 4203524 840202 0 0 0 179777 434 0 0 20 0 1 0 270895552 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9306/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.48
CPU time (s): 1802.21
CPU user time (s): 1797.78
CPU system time (s): 4.42933
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 3325396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 4.42933
maximum resident set size= 3282864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 840202
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= 5
involuntary context switches= 2099

runsolver used 3.58845 second user time and 11.8882 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 17:55:12
IDJOB=3693733
IDBENCH=91064
IDSOLVER=2272
FILE ID=node143/3693733-1338047711
RUNJOBID= node143-1338029547-6917
PBS_JOBID= 14624332
Free space on /tmp= 71404 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_50null50mast_rapportOE1.0_TMAX180_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-3693733-1338047711/watcher-3693733-1338047711 -o /tmp/evaluation-result-3693733-1338047711/solver-3693733-1338047711 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693733-1338047711.opb -t 1800 -m 15500

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

MD5SUM BENCH= 765f9ba042cd825181247f9fbcec5226
RANDOM SEED=1252792738

node143.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.787
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	: 5333.57
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.787
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.787
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		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:       32873844 kB
MemFree:        25857900 kB
Buffers:          272676 kB
Cached:          2897908 kB
SwapCached:            0 kB
Active:          3825352 kB
Inactive:        2397712 kB
Active(anon):    3054976 kB
Inactive(anon):        0 kB
Active(file):     770376 kB
Inactive(file):  2397712 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             41152 kB
Writeback:             0 kB
AnonPages:       3039676 kB
Mapped:            16788 kB
Shmem:               200 kB
Slab:             642816 kB
SReclaimable:      85284 kB
SUnreclaim:       557532 kB
KernelStack:        1448 kB
PageTables:        10296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3210032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71428 MiB
End job on node143 at 2012-05-26 18:25:14