Trace number 3693720

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (TO) 1802.14 1802.45

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM187352532546cdf6dd143df196fcb0ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8192
Best CPU time to get the best result obtained on this benchmark1800.93
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
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-3693720-1338047598.opb>
2.08/2.14	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
2.08/2.14	c problem read in 2.14
4.69/4.74	c presolving:
9.99/10.07	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.66	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-3693720-1338047598/watcher-3693720-1338047598 -o /tmp/evaluation-result-3693720-1338047598/solver-3693720-1338047598 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693720-1338047598.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.03 2.00 3/176 9267
/proc/meminfo: memFree=28747440/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=10456 CPUtime=0 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 1346 0 0 0 0 0 0 0 20 0 1 0 270884251 10706944 1300 33554432000 4194304 10169799 140734074238544 140735340891496 5282259 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9267/statm: 2614 1300 403 1459 0 1146 0

[startup+0.0881029 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 9267
/proc/meminfo: memFree=28747440/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=37880 CPUtime=0.08 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 8217 0 0 0 7 1 0 0 20 0 1 0 270884251 38789120 8171 33554432000 4194304 10169799 140734074238544 140735340891496 9048061 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9267/statm: 9470 8171 412 1459 0 8002 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37880

[startup+0.24206 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 9267
/proc/meminfo: memFree=28747440/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=72756 CPUtime=0.23 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 16901 0 0 0 20 3 0 0 20 0 1 0 270884251 74502144 16855 33554432000 4194304 10169799 140734074238544 140734074104872 8982256 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 18189 16855 412 1459 0 16721 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 72756

[startup+0.300305 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 9267
/proc/meminfo: memFree=28747440/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=79528 CPUtime=0.28 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 18647 0 0 0 25 3 0 0 20 0 1 0 270884251 81436672 18601 33554432000 4194304 10169799 140734074238544 140734074104872 5471578 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 19882 18601 412 1459 0 18414 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 79528

[startup+0.700283 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 9267
/proc/meminfo: memFree=28747440/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=182708 CPUtime=0.69 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 44294 0 0 0 62 7 0 0 20 0 1 0 270884251 187092992 44248 33554432000 4194304 10169799 140734074238544 140734074103240 5471578 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 45677 44248 412 1459 0 44209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 182708

[startup+1.50028 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 9268
/proc/meminfo: memFree=28473492/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=376096 CPUtime=1.49 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 92357 0 0 0 135 14 0 0 20 0 1 0 270884251 385122304 92312 33554432000 4194304 10169799 140734074238544 140734074104872 7543003 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 94024 92346 412 1459 0 92556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 376096

[startup+3.1003 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 9268
/proc/meminfo: memFree=28280920/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=935660 CPUtime=3.09 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 231968 0 0 0 275 34 0 0 20 0 1 0 270884251 958115840 232381 33554432000 4194304 10169799 140734074238544 140734074234776 5757893 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 233915 232381 489 1459 0 232447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 935660

[startup+6.30029 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 9268
/proc/meminfo: memFree=27516448/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=1243456 CPUtime=6.28 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 331428 0 0 0 503 125 0 0 20 0 1 0 270884251 1273298944 308144 33554432000 4194304 10169799 140734074238544 140734074236696 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 310864 308144 545 1459 0 309396 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1243456

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 9268
/proc/meminfo: memFree=27134164/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=1624352 CPUtime=12.68 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 461623 0 0 0 911 357 0 0 20 0 1 0 270884251 1663336448 402861 33554432000 4194304 10169799 140734074238544 140734074235752 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 406088 402861 583 1459 0 404620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1624352

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 9268
/proc/meminfo: memFree=26858056/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=1904856 CPUtime=25.48 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 507777 0 0 0 2175 373 0 0 20 0 1 0 270884251 1950572544 471961 33554432000 4194304 10169799 140734074238544 140734074235096 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 476214 471961 608 1459 0 474746 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1904856

[startup+51.1003 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 9268
/proc/meminfo: memFree=26848176/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=1914456 CPUtime=51.07 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 509581 0 0 0 4734 373 0 0 20 0 1 0 270884251 1960402944 474321 33554432000 4194304 10169799 140734074238544 140734074235096 8922240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 478614 474321 608 1459 0 477146 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1914456

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9269
/proc/meminfo: memFree=26818708/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=1941832 CPUtime=102.27 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 516716 0 0 0 9852 375 0 0 20 0 1 0 270884251 1988435968 481898 33554432000 4194304 10169799 140734074238544 140734074236056 5868407 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 485458 481898 608 1459 0 483990 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1941832

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 9307
/proc/meminfo: memFree=23752324/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3307888 CPUtime=162.25 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 828651 0 0 0 15805 420 0 0 20 0 1 0 270884251 3387277312 813266 33554432000 4194304 10169799 140734074238544 140734074234808 8922295 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 826972 813266 608 1459 0 825504 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3307888

[startup+222.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9307
/proc/meminfo: memFree=23747392/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3308912 CPUtime=222.25 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 829082 0 0 0 21805 420 0 0 20 0 1 0 270884251 3388325888 813697 33554432000 4194304 10169799 140734074238544 140734074234808 8922268 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 827228 813697 608 1459 0 825760 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3308912

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 9307
/proc/meminfo: memFree=22388056/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3309936 CPUtime=282.24 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 829546 0 0 0 27803 421 0 0 20 0 1 0 270884251 3389374464 814161 33554432000 4194304 10169799 140734074238544 140734074234808 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 827484 814161 608 1459 0 826016 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3309936

[startup+342.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 9307
/proc/meminfo: memFree=22383868/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3312816 CPUtime=342.22 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 830400 0 0 0 33801 421 0 0 20 0 1 0 270884251 3392323584 815015 33554432000 4194304 10169799 140734074238544 140734074234808 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 828204 815015 608 1459 0 826736 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 3312816

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 9308
/proc/meminfo: memFree=22381292/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3312816 CPUtime=402.21 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 830511 0 0 0 39800 421 0 0 20 0 1 0 270884251 3392323584 815290 33554432000 4194304 10169799 140734074238544 140734074234808 8922305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 828204 815290 608 1459 0 826736 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 3312816

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 9311
/proc/meminfo: memFree=22379576/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3312816 CPUtime=462.2 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 830697 0 0 0 45799 421 0 0 20 0 1 0 270884251 3392323584 815475 33554432000 4194304 10169799 140734074238544 140734074234808 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 828204 815475 608 1459 0 826736 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 3312816

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 9334
/proc/meminfo: memFree=22367080/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3313708 CPUtime=522.19 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 831065 0 0 0 51798 421 0 0 20 0 1 0 270884251 3393236992 818515 33554432000 4194304 10169799 140734074238544 140734074235336 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 828427 818515 608 1459 0 826959 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 3313708

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 9334
/proc/meminfo: memFree=22361288/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3314732 CPUtime=582.18 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 831464 0 0 0 57797 421 0 0 20 0 1 0 270884251 3394285568 819405 33554432000 4194304 10169799 140734074238544 140734074234808 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 828683 819405 608 1459 0 827215 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 3314732

[startup+642.301 s]

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

/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 833520 0 0 0 105787 423 0 0 20 0 1 0 270884251 3399000064 825789 33554432000 4194304 10169799 140734074238544 140734074234808 8922305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 829834 825789 608 1459 0 828366 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 3319336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9339
/proc/meminfo: memFree=22325564/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3320360 CPUtime=1122.09 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 833807 0 0 0 111786 423 0 0 20 0 1 0 270884251 3400048640 826076 33554432000 4194304 10169799 140734074238544 140734074234808 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 830090 826076 608 1459 0 828622 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 3320360

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9339
/proc/meminfo: memFree=22324988/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3320360 CPUtime=1182.08 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 833848 0 0 0 117785 423 0 0 20 0 1 0 270884251 3400048640 826117 33554432000 4194304 10169799 140734074238544 140734074234808 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 830090 826117 608 1459 0 828622 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 3320360

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 9339
/proc/meminfo: memFree=22320784/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3322788 CPUtime=1242.07 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 834517 0 0 0 123784 423 0 0 20 0 1 0 270884251 3402534912 826753 33554432000 4194304 10169799 140734074238544 140734074234808 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 830697 826753 608 1459 0 829229 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 3322788

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 9339
/proc/meminfo: memFree=22316768/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3324836 CPUtime=1302.07 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 835073 0 0 0 129783 424 0 0 20 0 1 0 270884251 3404632064 827410 33554432000 4194304 10169799 140734074238544 140734074234808 8922295 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831209 827410 608 1459 0 829741 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3324836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22313820/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3324836 CPUtime=1362.06 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 835102 0 0 0 135782 424 0 0 20 0 1 0 270884251 3404632064 827781 33554432000 4194304 10169799 140734074238544 140734074234808 8922305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831209 827781 608 1459 0 829741 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3324836

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22311116/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3324836 CPUtime=1422.05 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 835147 0 0 0 141781 424 0 0 20 0 1 0 270884251 3404632064 828276 33554432000 4194304 10169799 140734074238544 140734074234808 8922295 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831209 828276 608 1459 0 829741 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 3324836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22310044/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3325860 CPUtime=1482.03 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 835432 0 0 0 147779 424 0 0 20 0 1 0 270884251 3405680640 828561 33554432000 4194304 10169799 140734074238544 140734074234808 8922290 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831465 828561 608 1459 0 829997 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 3325860

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22306104/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3326884 CPUtime=1542.03 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 835731 0 0 0 153779 424 0 0 20 0 1 0 270884251 3406729216 828858 33554432000 4194304 10169799 140734074238544 140734074234808 8922290 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831721 828858 608 1459 0 830253 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 3326884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9340
/proc/meminfo: memFree=22304644/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3327716 CPUtime=1602.01 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 835973 0 0 0 159777 424 0 0 20 0 1 0 270884251 3407581184 829142 33554432000 4194304 10169799 140734074238544 140734074234808 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831929 829142 608 1459 0 830461 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 3327716

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9344
/proc/meminfo: memFree=22303548/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3327716 CPUtime=1662.01 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836005 0 0 0 165776 425 0 0 20 0 1 0 270884251 3407581184 829175 33554432000 4194304 10169799 140734074238544 140734074234808 8922290 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 831929 829175 608 1459 0 830461 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3327716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9344
/proc/meminfo: memFree=22299616/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3329764 CPUtime=1721.99 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836558 0 0 0 171774 425 0 0 20 0 1 0 270884251 3409678336 829728 33554432000 4194304 10169799 140734074238544 140734074234808 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832441 829728 608 1459 0 830973 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 3329764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9344
/proc/meminfo: memFree=22296916/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3330788 CPUtime=1781.99 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836846 0 0 0 177774 425 0 0 20 0 1 0 270884251 3410726912 830016 33554432000 4194304 10169799 140734074238544 140734074234808 8922295 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832697 830016 608 1459 0 831229 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 3330788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 9344
/proc/meminfo: memFree=22295892/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3330788 CPUtime=1800.09 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836858 0 0 0 179584 425 0 0 20 0 1 0 270884251 3410726912 830028 33554432000 4194304 10169799 140734074238544 140734074234808 8922290 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832697 830028 608 1459 0 831229 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3330788

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9267

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9345
/proc/meminfo: memFree=22295892/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3330788 CPUtime=1801.18 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836858 0 0 0 179693 425 0 0 20 0 1 0 270884251 3410726912 830028 33554432000 4194304 10169799 140734074238544 140734074234240 8922300 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832697 830028 608 1459 0 831229 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (KiB) 3330788

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9345
/proc/meminfo: memFree=22295884/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3330788 CPUtime=1801.59 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836858 0 0 0 179734 425 0 0 20 0 1 0 270884251 3410726912 830028 33554432000 4194304 10169799 140734074238544 140734074234240 8922280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832697 830028 608 1459 0 831229 0
Current children cumulated CPU time (s) 1801.59
Current children cumulated vsize (KiB) 3330788

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9345
/proc/meminfo: memFree=22295884/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3330788 CPUtime=1801.98 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836858 0 0 0 179773 425 0 0 20 0 1 0 270884251 3410726912 830028 33554432000 4194304 10169799 140734074238544 140734074234240 8922316 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832697 830028 608 1459 0 831229 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 3330788

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9345
/proc/meminfo: memFree=22295884/32873844 swapFree=7612/7612
[pid=9267] ppid=9265 vsize=3330788 CPUtime=1802.08 cores=0,2,4,6
/proc/9267/stat : 9267 (scip-2.1.1.4sfi) R 9265 9267 5919 0 -1 4202496 836858 0 0 0 179783 425 0 0 20 0 1 0 270884251 3410726912 830028 33554432000 4194304 10169799 140734074238544 140734074234240 8922310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/9267/statm: 832697 830028 608 1459 0 831229 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 3330788

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.85
system time used= 4.29735
maximum resident set size= 3320112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 836858
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= 44
involuntary context switches= 2035

runsolver used 3.33349 second user time and 10.7084 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 17:53:19
IDJOB=3693720
IDBENCH=91052
IDSOLVER=2272
FILE ID=node143/3693720-1338047598
RUNJOBID= node143-1338029547-6916
PBS_JOBID= 14624332
Free space on /tmp= 71428 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_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-3693720-1338047598/watcher-3693720-1338047598 -o /tmp/evaluation-result-3693720-1338047598/solver-3693720-1338047598 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693720-1338047598.opb -t 1800 -m 15500

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

MD5SUM BENCH= 187352532546cdf6dd143df196fcb0ac
RANDOM SEED=315548436

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:        28747440 kB
Buffers:          272552 kB
Cached:          2868024 kB
SwapCached:            0 kB
Active:           948204 kB
Inactive:        2395080 kB
Active(anon):     205228 kB
Inactive(anon):        0 kB
Active(file):     742976 kB
Inactive(file):  2395080 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40960 kB
Writeback:             0 kB
AnonPages:        212472 kB
Mapped:            17744 kB
Shmem:               200 kB
Slab:             642608 kB
SReclaimable:      85068 kB
SUnreclaim:       557540 kB
KernelStack:        1448 kB
PageTables:         4432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     320408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71388 MiB
End job on node143 at 2012-05-26 18:23:21