Trace number 3693709

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.07 1802.36

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
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-3693709-1338047129.opb>
1.99/2.09	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
1.99/2.09	c problem read in 2.09
4.59/4.69	c presolving:
8.38/8.49	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.48/9.59	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-3693709-1338047129/watcher-3693709-1338047129 -o /tmp/evaluation-result-3693709-1338047129/solver-3693709-1338047129 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693709-1338047129.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.00 2.00 2.00 3/176 2152
/proc/meminfo: memFree=26921448/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=10460 CPUtime=0 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 1346 0 0 0 0 0 0 0 20 0 1 0 270838803 10711040 1300 33554432000 4194304 10169799 140735312664816 140733374566152 5544033 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2615 1300 403 1459 0 1147 0

[startup+0.0869099 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2152
/proc/meminfo: memFree=26921448/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=40812 CPUtime=0.08 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 8965 0 0 0 7 1 0 0 20 0 1 0 270838803 41791488 8919 33554432000 4194304 10169799 140735312664816 140733374566152 8982256 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 10203 8919 412 1459 0 8735 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40812

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2152
/proc/meminfo: memFree=26921448/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=43532 CPUtime=0.09 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 9641 0 0 0 8 1 0 0 20 0 1 0 270838803 44576768 9595 33554432000 4194304 10169799 140735312664816 140733374566152 5281241 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 10883 9595 412 1459 0 9415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43532

[startup+0.301084 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2152
/proc/meminfo: memFree=26921448/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=86160 CPUtime=0.29 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 20273 0 0 0 27 2 0 0 20 0 1 0 270838803 88227840 20227 33554432000 4194304 10169799 140735312664816 140733374566152 5281244 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 21540 20227 412 1459 0 20072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86160

[startup+0.701081 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2152
/proc/meminfo: memFree=26921448/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=190488 CPUtime=0.68 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 46269 0 0 0 62 6 0 0 20 0 1 0 270838803 195059712 46223 33554432000 4194304 10169799 140735312664816 140735312531144 7546569 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 47622 46223 412 1459 0 46154 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 190488

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2153
/proc/meminfo: memFree=26661792/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=387732 CPUtime=1.48 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 95473 0 0 0 134 14 0 0 20 0 1 0 270838803 397037568 95429 33554432000 4194304 10169799 140735312664816 140735312531144 7543003 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 96933 95469 412 1459 0 95465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 387732

[startup+3.10112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2153
/proc/meminfo: memFree=26396484/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=935640 CPUtime=3.09 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 231454 0 0 0 276 33 0 0 20 0 1 0 270838803 958095360 232376 33554432000 4194304 10169799 140735312664816 140735312661752 5757893 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 233910 232376 490 1459 0 232442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 935640

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2153
/proc/meminfo: memFree=25688992/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=1339344 CPUtime=6.29 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 355678 0 0 0 562 67 0 0 20 0 1 0 270838803 1371488256 332169 33554432000 4194304 10169799 140735312664816 140735312662968 8961143 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 334836 332169 555 1459 0 333368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1339344

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2153
/proc/meminfo: memFree=25034872/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=1902512 CPUtime=12.69 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 508402 0 0 0 1144 125 0 0 20 0 1 0 270838803 1948172288 471253 33554432000 4194304 10169799 140735312664816 140735312661464 8922365 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 475628 471253 609 1459 0 474160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1902512

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2153
/proc/meminfo: memFree=25029496/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=1910128 CPUtime=25.48 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 509665 0 0 0 2423 125 0 0 20 0 1 0 270838803 1955971072 473027 33554432000 4194304 10169799 140735312664816 140735312661336 8922310 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 477532 473027 609 1459 0 476064 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1910128

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2153
/proc/meminfo: memFree=25191916/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=1913776 CPUtime=51.08 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 510656 0 0 0 4983 125 0 0 20 0 1 0 270838803 1959706624 474018 33554432000 4194304 10169799 140735312664816 140735312662344 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 478444 474018 609 1459 0 476976 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1913776

[startup+102.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 2191
/proc/meminfo: memFree=26213248/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=2588484 CPUtime=102.28 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 676299 0 0 0 10081 147 0 0 20 0 1 0 270838803 2650607616 638638 33554432000 4194304 10169799 140735312664816 140735312661080 7432607 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 647121 638638 609 1459 0 645653 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2588484

[startup+162.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 2191
/proc/meminfo: memFree=24067664/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3308640 CPUtime=162.27 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 832755 0 0 0 16057 170 0 0 20 0 1 0 270838803 3388047360 813517 33554432000 4194304 10169799 140735312664816 140735312661080 8922295 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 827160 813517 609 1459 0 825692 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3308640

[startup+222.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2191
/proc/meminfo: memFree=22707952/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3309664 CPUtime=222.26 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 833227 0 0 0 22056 170 0 0 20 0 1 0 270838803 3389095936 813989 33554432000 4194304 10169799 140735312664816 140735312661080 8922300 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 827416 813989 609 1459 0 825948 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3309664

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2194
/proc/meminfo: memFree=22700164/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3312736 CPUtime=282.25 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 834242 0 0 0 28055 170 0 0 20 0 1 0 270838803 3392241664 815004 33554432000 4194304 10169799 140735312664816 140735312661080 8922310 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 828184 815004 609 1459 0 826716 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3312736

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2195
/proc/meminfo: memFree=22699220/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3312736 CPUtime=342.24 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 834464 0 0 0 34054 170 0 0 20 0 1 0 270838803 3392241664 815226 33554432000 4194304 10169799 140735312664816 140735312661080 8922305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 828184 815226 609 1459 0 826716 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3312736

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2195
/proc/meminfo: memFree=22692428/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3313628 CPUtime=402.23 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 834940 0 0 0 40053 170 0 0 20 0 1 0 270838803 3393155072 815670 33554432000 4194304 10169799 140735312664816 140735312661608 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 828407 815670 609 1459 0 826939 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3313628

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2195
/proc/meminfo: memFree=22688240/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3315484 CPUtime=462.22 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 835622 0 0 0 46052 170 0 0 20 0 1 0 270838803 3395055616 816519 33554432000 4194304 10169799 140735312664816 140735312661080 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 828871 816519 609 1459 0 827403 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3315484

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2195
/proc/meminfo: memFree=22685664/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3315484 CPUtime=522.2 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 835904 0 0 0 52050 170 0 0 20 0 1 0 270838803 3395055616 816801 33554432000 4194304 10169799 140735312664816 140735312661080 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 828871 816801 609 1459 0 827403 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3315484

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2195
/proc/meminfo: memFree=22669572/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3316508 CPUtime=582.2 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 836396 0 0 0 58049 171 0 0 20 0 1 0 270838803 3396104192 819996 33554432000 4194304 10169799 140735312664816 140735312661080 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 829127 819996 609 1459 0 827659 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3316508

[startup+642.3 s]

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

/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 840560 0 0 0 100041 172 0 0 20 0 1 0 270838803 3406647296 827310 33554432000 4194304 10169799 140735312664816 140735312661080 8922285 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 831701 827310 609 1459 0 830233 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3326804

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2223
/proc/meminfo: memFree=22621484/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3327636 CPUtime=1062.12 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 840813 0 0 0 106040 172 0 0 20 0 1 0 270838803 3407499264 828303 33554432000 4194304 10169799 140735312664816 140735312661080 8922300 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 831909 828303 609 1459 0 830441 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3327636

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2223
/proc/meminfo: memFree=22618920/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3329684 CPUtime=1122.11 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 841366 0 0 0 112039 172 0 0 20 0 1 0 270838803 3409596416 828856 33554432000 4194304 10169799 140735312664816 140735312661080 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 832421 828856 609 1459 0 830953 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3329684

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 2223
/proc/meminfo: memFree=22616972/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3329684 CPUtime=1182.1 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 841403 0 0 0 118038 172 0 0 20 0 1 0 270838803 3409596416 828893 33554432000 4194304 10169799 140735312664816 140735312661080 8922290 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 832421 828893 609 1459 0 830953 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3329684

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2224
/proc/meminfo: memFree=22612900/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3330708 CPUtime=1242.1 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 841700 0 0 0 124037 173 0 0 20 0 1 0 270838803 3410644992 829190 33554432000 4194304 10169799 140735312664816 140735312661080 8922310 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 832677 829190 609 1459 0 831209 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3330708

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2224
/proc/meminfo: memFree=22610200/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3332564 CPUtime=1302.09 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 842201 0 0 0 130036 173 0 0 20 0 1 0 270838803 3412545536 829691 33554432000 4194304 10169799 140735312664816 140735312661080 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 833141 829691 609 1459 0 831673 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3332564

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2224
/proc/meminfo: memFree=22606736/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3332432 CPUtime=1362.08 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 842242 0 0 0 136035 173 0 0 20 0 1 0 270838803 3412410368 829812 33554432000 4194304 10169799 140735312664816 140735312661400 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 833108 829812 609 1459 0 831640 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3332432

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2224
/proc/meminfo: memFree=22602328/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3333456 CPUtime=1422.08 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 842535 0 0 0 142035 173 0 0 20 0 1 0 270838803 3413458944 830533 33554432000 4194304 10169799 140735312664816 140735312661080 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 833364 830533 609 1459 0 831896 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3333456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2227
/proc/meminfo: memFree=22597612/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3334480 CPUtime=1482.06 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 842832 0 0 0 148033 173 0 0 20 0 1 0 270838803 3414507520 831335 33554432000 4194304 10169799 140735312664816 140735312661080 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 833620 831335 609 1459 0 832152 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3334480

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2228
/proc/meminfo: memFree=22595352/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3335504 CPUtime=1542.06 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 843118 0 0 0 154033 173 0 0 20 0 1 0 270838803 3415556096 831621 33554432000 4194304 10169799 140735312664816 140735312661080 8922316 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 833876 831621 609 1459 0 832408 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3335504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2228
/proc/meminfo: memFree=22592404/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3337360 CPUtime=1602.04 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 843617 0 0 0 160031 173 0 0 20 0 1 0 270838803 3417456640 832120 33554432000 4194304 10169799 140735312664816 140735312661080 8922300 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834340 832120 609 1459 0 832872 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3337360

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 2228
/proc/meminfo: memFree=22589892/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3338384 CPUtime=1662.03 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 843918 0 0 0 166030 173 0 0 20 0 1 0 270838803 3418505216 832421 33554432000 4194304 10169799 140735312664816 140735312661080 8922285 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834596 832421 609 1459 0 833128 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3338384

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2228
/proc/meminfo: memFree=22587936/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3338384 CPUtime=1722.02 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 843958 0 0 0 172029 173 0 0 20 0 1 0 270838803 3418505216 832461 33554432000 4194304 10169799 140735312664816 140735312661080 8922268 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834596 832461 609 1459 0 833128 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3338384

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2228
/proc/meminfo: memFree=22584624/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3339408 CPUtime=1782.01 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 844258 0 0 0 178028 173 0 0 20 0 1 0 270838803 3419553792 832761 33554432000 4194304 10169799 140735312664816 140735312661080 8922341 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834852 832761 609 1459 0 833384 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3339408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2228
/proc/meminfo: memFree=22584104/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3339408 CPUtime=1800.01 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 844270 0 0 0 179828 173 0 0 20 0 1 0 270838803 3419553792 832773 33554432000 4194304 10169799 140735312664816 140735312661080 8922305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834852 832773 609 1459 0 833384 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3339408

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2152

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 2229
/proc/meminfo: memFree=22584104/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3339408 CPUtime=1801.21 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 844270 0 0 0 179948 173 0 0 20 0 1 0 270838803 3419553792 832773 33554432000 4194304 10169799 140735312664816 140735312660544 8922346 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834852 832773 609 1459 0 833384 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 3339408

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2229
/proc/meminfo: memFree=22583848/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3339408 CPUtime=1801.61 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 844270 0 0 0 179988 173 0 0 20 0 1 0 270838803 3419553792 832773 33554432000 4194304 10169799 140735312664816 140735312660544 8922280 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834852 832773 609 1459 0 833384 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 3339408

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2229
/proc/meminfo: memFree=22583848/32873648 swapFree=6844/6844
[pid=2152] ppid=2150 vsize=3339408 CPUtime=1802.01 cores=1,3,5,7
/proc/2152/stat : 2152 (scip-2.1.1.4sfi) R 2150 2152 1406 0 -1 4202496 844270 0 0 0 180028 173 0 0 20 0 1 0 270838803 3419553792 832773 33554432000 4194304 10169799 140735312664816 140735312660544 8922254 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 834852 832773 609 1459 0 833384 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3339408

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.36
CPU time (s): 1802.07
CPU user time (s): 1800.29
CPU system time (s): 1.78473
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 3339408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.29
system time used= 1.78473
maximum resident set size= 3331092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 844270
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= 16
involuntary context switches= 1854

runsolver used 3.66244 second user time and 12.0552 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-26 17:45:29
IDJOB=3693709
IDBENCH=90903
IDSOLVER=2272
FILE ID=node124/3693709-1338047129
RUNJOBID= node124-1338036340-1424
PBS_JOBID= 14624372
Free space on /tmp= 71500 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_10null10mast_rapportOE2.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-3693709-1338047129/watcher-3693709-1338047129 -o /tmp/evaluation-result-3693709-1338047129/solver-3693709-1338047129 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693709-1338047129.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=1543799151

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26921728 kB
Buffers:          273108 kB
Cached:          2555804 kB
SwapCached:            0 kB
Active:          3081676 kB
Inactive:        2083324 kB
Active(anon):    2338724 kB
Inactive(anon):        0 kB
Active(file):     742952 kB
Inactive(file):  2083324 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             41148 kB
Writeback:            16 kB
AnonPages:       2345460 kB
Mapped:            17684 kB
Shmem:               200 kB
Slab:             640704 kB
SReclaimable:      85140 kB
SUnreclaim:       555564 kB
KernelStack:        1456 kB
PageTables:         8776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2529248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node124 at 2012-05-26 18:15:32