Trace number 3693722

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.08 1802.37

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM1534d9d93781c259bc7b88f8b451f924
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11801
Best CPU time to get the best result obtained on this benchmark626.328
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 1605
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 807160
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 807160
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-3693722-1338047426.opb>
1.99/2.10	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
1.99/2.10	c problem read in 2.10
4.69/4.77	c presolving:
8.59/8.62	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.69/9.73	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, 1978 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-3693722-1338047426/watcher-3693722-1338047426 -o /tmp/evaluation-result-3693722-1338047426/solver-3693722-1338047426 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693722-1338047426.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 2636
/proc/meminfo: memFree=26707472/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=11132 CPUtime=0 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 1525 0 0 0 0 0 0 0 20 0 1 0 270871303 11399168 1480 33554432000 4194304 10169799 140733599084352 140734106649624 7170938 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 2783 1481 403 1459 0 1315 0

[startup+0.0405681 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2636
/proc/meminfo: memFree=26707472/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=26688 CPUtime=0.03 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 5441 0 0 0 3 0 0 0 20 0 1 0 270871303 27328512 5396 33554432000 4194304 10169799 140733599084352 140734106649624 5471578 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 6672 5396 412 1459 0 5204 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26688

[startup+0.100358 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2636
/proc/meminfo: memFree=26707472/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=43528 CPUtime=0.08 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 9641 0 0 0 8 0 0 0 20 0 1 0 270871303 44572672 9596 33554432000 4194304 10169799 140733599084352 140734106649624 5477139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 10882 9596 412 1459 0 9414 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43528

[startup+0.300307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2636
/proc/meminfo: memFree=26707472/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=84360 CPUtime=0.29 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 19821 0 0 0 27 2 0 0 20 0 1 0 270871303 86384640 19776 33554432000 4194304 10169799 140733599084352 140734106649624 8857680 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 21090 19776 412 1459 0 19622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84360

[startup+0.700321 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2636
/proc/meminfo: memFree=26707472/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=190484 CPUtime=0.69 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 46266 0 0 0 63 6 0 0 20 0 1 0 270871303 195055616 46221 33554432000 4194304 10169799 140733599084352 140733598950680 7138973 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 47621 46221 412 1459 0 46153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 190484

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2637
/proc/meminfo: memFree=26448528/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=385932 CPUtime=1.49 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 95060 0 0 0 135 14 0 0 20 0 1 0 270871303 395194368 95015 33554432000 4194304 10169799 140733599084352 140733598950680 7546672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 96483 95015 412 1459 0 95015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 385932

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2637
/proc/meminfo: memFree=26274912/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=935636 CPUtime=3.09 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 231998 0 0 0 276 33 0 0 20 0 1 0 270871303 958091264 232410 33554432000 4194304 10169799 140733599084352 140733599081704 5757893 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 233909 232410 489 1459 0 232441 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 935636

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2637
/proc/meminfo: memFree=25474540/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=1312404 CPUtime=6.29 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 348455 0 0 0 564 65 0 0 20 0 1 0 270871303 1343901696 325458 33554432000 4194304 10169799 140733599084352 140733599082504 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 328101 325458 553 1459 0 326633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1312404

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2637
/proc/meminfo: memFree=24818552/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=1902312 CPUtime=12.68 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 508724 0 0 0 1145 123 0 0 20 0 1 0 270871303 1947967488 471527 33554432000 4194304 10169799 140733599084352 140733599081000 8922280 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 475578 471527 607 1459 0 474110 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1902312

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2637
/proc/meminfo: memFree=24815940/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=1905192 CPUtime=25.48 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 509507 0 0 0 2425 123 0 0 20 0 1 0 270871303 1950916608 472310 33554432000 4194304 10169799 140733599084352 140733599081000 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 476298 472310 607 1459 0 474830 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1905192

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2637
/proc/meminfo: memFree=24806804/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=1913832 CPUtime=51.08 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 511554 0 0 0 4984 124 0 0 20 0 1 0 270871303 1959763968 474357 33554432000 4194304 10169799 140733599084352 140733599081880 8922280 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 478458 474357 607 1459 0 476990 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1913832

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2637
/proc/meminfo: memFree=24713160/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=2056688 CPUtime=102.27 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 544395 0 0 0 10099 128 0 0 20 0 1 0 270871303 2106048512 506638 33554432000 4194304 10169799 140733599084352 140733599081880 7543003 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 514172 506672 607 1459 0 512704 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2056688

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2637
/proc/meminfo: memFree=23436436/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3308812 CPUtime=162.27 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 830919 0 0 0 16059 168 0 0 20 0 1 0 270871303 3388223488 813617 33554432000 4194304 10169799 140733599084352 140733599080616 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 827203 813617 607 1459 0 825735 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3308812

[startup+222.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 2638
/proc/meminfo: memFree=23433076/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3309836 CPUtime=222.26 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 831383 0 0 0 22058 168 0 0 20 0 1 0 270871303 3389272064 814081 33554432000 4194304 10169799 140733599084352 140733599080616 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 827459 814081 607 1459 0 825991 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3309836

[startup+282.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 2638
/proc/meminfo: memFree=23429188/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3310860 CPUtime=282.25 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 831791 0 0 0 28057 168 0 0 20 0 1 0 270871303 3390320640 814489 33554432000 4194304 10169799 140733599084352 140733599080616 8922280 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 827715 814489 607 1459 0 826247 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3310860

[startup+342.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 2638
/proc/meminfo: memFree=23424396/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3312908 CPUtime=342.23 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 832514 0 0 0 34055 168 0 0 20 0 1 0 270871303 3392417792 815274 33554432000 4194304 10169799 140733599084352 140733599080616 8922240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 828227 815274 607 1459 0 826759 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3312908

[startup+402.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 2638
/proc/meminfo: memFree=23421572/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3312908 CPUtime=402.23 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 832731 0 0 0 40054 169 0 0 20 0 1 0 270871303 3392417792 815491 33554432000 4194304 10169799 140733599084352 140733599080616 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 828227 815491 607 1459 0 826759 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3312908

[startup+462.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 2638
/proc/meminfo: memFree=23417012/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3314824 CPUtime=462.22 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 833459 0 0 0 46053 169 0 0 20 0 1 0 270871303 3394379776 816186 33554432000 4194304 10169799 140733599084352 140733599080616 8922285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 828706 816186 607 1459 0 827238 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3314824

[startup+522.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 2639
/proc/meminfo: memFree=23413692/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3315656 CPUtime=522.21 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 833882 0 0 0 52052 169 0 0 20 0 1 0 270871303 3395231744 816609 33554432000 4194304 10169799 140733599084352 140733599080616 8922316 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 828914 816609 607 1459 0 827446 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3315656

[startup+582.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/178 2642
/proc/meminfo: memFree=23396516/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3315656 CPUtime=582.2 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 834096 0 0 0 58050 170 0 0 20 0 1 0 270871303 3395231744 816823 33554432000 4194304 10169799 140733599084352 140733599080616 8922300 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 828914 816823 607 1459 0 827446 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3315656

[startup+642.3 s]

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

/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 838755 0 0 0 106041 171 0 0 20 0 1 0 270871303 3406823424 825295 33554432000 4194304 10169799 140733599084352 140733599080616 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 831744 825295 607 1459 0 830276 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3326976

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 2705
/proc/meminfo: memFree=24325972/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3327808 CPUtime=1122.11 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 839191 0 0 0 112040 171 0 0 20 0 1 0 270871303 3407675392 825731 33554432000 4194304 10169799 140733599084352 140733599080616 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 831952 825731 607 1459 0 830484 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3327808

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 2708
/proc/meminfo: memFree=24318792/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3329856 CPUtime=1182.1 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 839840 0 0 0 118039 171 0 0 20 0 1 0 270871303 3409772544 827525 33554432000 4194304 10169799 140733599084352 140733599080616 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 832464 827525 607 1459 0 830996 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3329856

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 2708
/proc/meminfo: memFree=24310284/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3330880 CPUtime=1242.09 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 840189 0 0 0 124038 171 0 0 20 0 1 0 270871303 3410821120 829137 33554432000 4194304 10169799 140733599084352 140733599080616 8922300 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 832720 829137 607 1459 0 831252 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3330880

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 2708
/proc/meminfo: memFree=24292660/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3332736 CPUtime=1302.08 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 840701 0 0 0 130037 171 0 0 20 0 1 0 270871303 3412721664 829807 33554432000 4194304 10169799 140733599084352 140733599080616 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 833184 829807 607 1459 0 831716 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3332736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 2708
/proc/meminfo: memFree=24287492/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3332604 CPUtime=1362.07 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 840738 0 0 0 136036 171 0 0 20 0 1 0 270871303 3412586496 829811 33554432000 4194304 10169799 140733599084352 140733599080936 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 833151 829811 607 1459 0 831683 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3332604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2709
/proc/meminfo: memFree=24284856/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3334652 CPUtime=1422.06 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 841298 0 0 0 142035 171 0 0 20 0 1 0 270871303 3414683648 830371 33554432000 4194304 10169799 140733599084352 140733599080616 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 833663 830371 607 1459 0 832195 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3334652

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 2709
/proc/meminfo: memFree=24283584/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3335676 CPUtime=1482.05 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 841602 0 0 0 148033 172 0 0 20 0 1 0 270871303 3415732224 830675 33554432000 4194304 10169799 140733599084352 140733599080616 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 833919 830675 607 1459 0 832451 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3335676

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2709
/proc/meminfo: memFree=24281752/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3337532 CPUtime=1542.04 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 842101 0 0 0 154032 172 0 0 20 0 1 0 270871303 3417632768 831174 33554432000 4194304 10169799 140733599084352 140733599080616 8922305 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 834383 831174 607 1459 0 832915 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3337532

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2709
/proc/meminfo: memFree=24279124/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3338556 CPUtime=1602.03 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 842405 0 0 0 160031 172 0 0 20 0 1 0 270871303 3418681344 831591 33554432000 4194304 10169799 140733599084352 140733599080616 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 834639 831591 607 1459 0 833171 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3338556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2709
/proc/meminfo: memFree=24277316/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3338556 CPUtime=1662.02 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 842453 0 0 0 166030 172 0 0 20 0 1 0 270871303 3418681344 832027 33554432000 4194304 10169799 140733599084352 140733599080616 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 834639 832027 607 1459 0 833171 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3338556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2709
/proc/meminfo: memFree=24272896/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3341436 CPUtime=1722.01 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843210 0 0 0 172029 172 0 0 20 0 1 0 270871303 3421630464 833141 33554432000 4194304 10169799 140733599084352 140733599080616 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835359 833141 607 1459 0 833891 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3341436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2713
/proc/meminfo: memFree=24271420/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3342460 CPUtime=1782 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843514 0 0 0 178028 172 0 0 20 0 1 0 270871303 3422679040 833445 33554432000 4194304 10169799 140733599084352 140733599080616 8922295 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835615 833445 607 1459 0 834147 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3342460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2713
/proc/meminfo: memFree=24271388/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3342460 CPUtime=1800.01 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843526 0 0 0 179829 172 0 0 20 0 1 0 270871303 3422679040 833456 33554432000 4194304 10169799 140733599084352 140733599080616 8922310 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835615 833456 607 1459 0 834147 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3342460

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2636

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2714
/proc/meminfo: memFree=24271388/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3342460 CPUtime=1801.1 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843526 0 0 0 179938 172 0 0 20 0 1 0 270871303 3422679040 833456 33554432000 4194304 10169799 140733599084352 140733599080064 8922285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835615 833456 607 1459 0 834147 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 3342460

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2714
/proc/meminfo: memFree=24271380/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3342460 CPUtime=1801.51 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843526 0 0 0 179979 172 0 0 20 0 1 0 270871303 3422679040 833456 33554432000 4194304 10169799 140733599084352 140733599080064 8922290 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835615 833456 607 1459 0 834147 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 3342460

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2714
/proc/meminfo: memFree=24271380/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3342460 CPUtime=1801.9 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843526 0 0 0 180018 172 0 0 20 0 1 0 270871303 3422679040 833456 33554432000 4194304 10169799 140733599084352 140733599080064 8922280 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835615 833456 607 1459 0 834147 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3342460

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2714
/proc/meminfo: memFree=24271380/32873844 swapFree=7100/7100
[pid=2636] ppid=2634 vsize=3342460 CPUtime=1802 cores=0,2,4,6
/proc/2636/stat : 2636 (scip-2.1.1.4sfi) R 2634 2636 32565 0 -1 4202496 843526 0 0 0 180028 172 0 0 20 0 1 0 270871303 3422679040 833456 33554432000 4194304 10169799 140733599084352 140733599080064 8922336 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2636/statm: 835615 833456 607 1459 0 834147 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3342460

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.37
CPU time (s): 1802.08
CPU user time (s): 1800.29
CPU system time (s): 1.78673
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 3342460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.29
system time used= 1.78673
maximum resident set size= 3333824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 843526
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= 27
involuntary context switches= 1866

runsolver used 4.27735 second user time and 11.5782 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 17:50:27
IDJOB=3693722
IDBENCH=90952
IDSOLVER=2272
FILE ID=node103/3693722-1338047426
RUNJOBID= node103-1338029661-1334
PBS_JOBID= 14624368
Free space on /tmp= 71532 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_10null0mast_rapportOE2.0_TMAX15_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-3693722-1338047426/watcher-3693722-1338047426 -o /tmp/evaluation-result-3693722-1338047426/solver-3693722-1338047426 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693722-1338047426.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1534d9d93781c259bc7b88f8b451f924
RANDOM SEED=878772933

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        26707704 kB
Buffers:          254844 kB
Cached:          3097256 kB
SwapCached:            0 kB
Active:          2954020 kB
Inactive:        2434848 kB
Active(anon):    2039272 kB
Inactive(anon):        0 kB
Active(file):     914748 kB
Inactive(file):  2434848 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             41200 kB
Writeback:             0 kB
AnonPages:       2046024 kB
Mapped:            17888 kB
Shmem:               200 kB
Slab:             635600 kB
SReclaimable:      78032 kB
SUnreclaim:       557568 kB
KernelStack:        1448 kB
PageTables:         8120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2157388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1597440 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= 71504 MiB
End job on node103 at 2012-05-26 18:20:30