Trace number 3308690

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 NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 8233086
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1512832                                              |
0.00/0.00	c |  Number of clauses:    8233086                                              |
2.28/2.37	c |  Parsing time:         2.17         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3308690-1303984346/watcher-3308690-1303984346 -o /tmp/evaluation-result-3308690-1303984346/solver-3308690-1303984346 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308690-1303984346.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.92 2.83 5/196 32174
/proc/meminfo: memFree=20598756/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0

[startup+0.0525059 s]
/proc/loadavg: 4.00 3.92 2.83 5/196 32174
/proc/meminfo: memFree=20598756/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.1005 s]
/proc/loadavg: 4.00 3.92 2.83 5/196 32174
/proc/meminfo: memFree=20598756/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300462 s]
/proc/loadavg: 4.00 3.92 2.83 5/196 32174
/proc/meminfo: memFree=20598756/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700392 s]
/proc/loadavg: 4.00 3.92 2.83 5/196 32174
/proc/meminfo: memFree=20598756/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50024 s]
/proc/loadavg: 4.00 3.92 2.83 5/198 32177
/proc/meminfo: memFree=20400404/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=318156 CPUtime=1.48 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 76423 0 0 0 136 12 0 0 25 0 1 0 510033406 325791744 76372 33554432000 134512640 135217611 4289389440 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 79539 76372 60 173 0 79364 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 326860

[startup+3.10096 s]
/proc/loadavg: 4.00 3.92 2.83 5/198 32178
/proc/meminfo: memFree=20174600/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=502924 CPUtime=3.09 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 121175 0 0 0 289 20 0 0 25 0 1 0 510033406 514994176 121123 33554432000 134512640 135217611 4289389440 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 125731 121123 73 173 0 125556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 511628

[startup+6.30037 s]
/proc/loadavg: 4.00 3.93 2.84 5/198 32178
/proc/meminfo: memFree=20115520/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=504956 CPUtime=6.29 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 121692 0 0 0 609 20 0 0 25 0 1 0 510033406 517074944 121640 33554432000 134512640 135217611 4289389440 18446744073709551615 134527943 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 126239 121640 74 173 0 126064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 513660

[startup+12.7002 s]
/proc/loadavg: 4.00 3.93 2.84 5/198 32178
/proc/meminfo: memFree=20111672/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=508268 CPUtime=12.69 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 122518 0 0 0 1249 20 0 0 25 0 1 0 510033406 520466432 122466 33554432000 134512640 135217611 4289389440 18446744073709551615 134528190 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 127067 122466 76 173 0 126892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 516972

[startup+25.5009 s]
/proc/loadavg: 4.00 3.93 2.86 5/198 32178
/proc/meminfo: memFree=20105264/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=515092 CPUtime=25.48 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 124291 0 0 0 2528 20 0 0 25 0 1 0 510033406 527454208 124239 33554432000 134512640 135217611 4289389440 18446744073709551615 134528138 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 128773 124239 76 173 0 128598 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 523796

[startup+51.1002 s]
/proc/loadavg: 4.00 3.93 2.89 5/198 32179
/proc/meminfo: memFree=20093096/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=527100 CPUtime=51.09 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 127292 0 0 0 5088 21 0 0 25 0 1 0 510033406 539750400 127240 33554432000 134512640 135217611 4289389440 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 131775 127240 76 173 0 131600 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 535804

[startup+102.307 s]
/proc/loadavg: 4.00 3.94 2.95 5/198 32180
/proc/meminfo: memFree=20067064/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=549164 CPUtime=102.29 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 132850 0 0 0 10208 21 0 0 25 0 1 0 510033406 562343936 132798 33554432000 134512640 135217611 4289389440 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 137291 132798 76 173 0 137116 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 557868

[startup+162.301 s]
/proc/loadavg: 4.03 3.96 3.01 5/198 32243
/proc/meminfo: memFree=19911236/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=573712 CPUtime=162.29 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 139001 0 0 0 16207 22 0 0 25 0 1 0 510033406 587481088 138949 33554432000 134512640 135217611 4289389440 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 143428 138949 76 173 0 143253 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 582416

[startup+222.301 s]
/proc/loadavg: 4.14 4.00 3.08 5/198 32274
/proc/meminfo: memFree=19937848/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=603172 CPUtime=222.3 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 146344 0 0 0 22206 24 0 0 25 0 1 0 510033406 617648128 146292 33554432000 134512640 135217611 4289389440 18446744073709551615 134527928 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 150793 146292 76 173 0 150618 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 611876

[startup+282.301 s]
/proc/loadavg: 4.05 4.00 3.14 5/198 32276
/proc/meminfo: memFree=19875276/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=647760 CPUtime=282.29 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 157509 0 0 0 28204 25 0 0 25 0 1 0 510033406 663306240 157457 33554432000 134512640 135217611 4289389440 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 161940 157457 76 173 0 161765 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 656464

[startup+342.3 s]
/proc/loadavg: 4.05 4.01 3.19 5/198 32278
/proc/meminfo: memFree=19820180/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=682152 CPUtime=342.29 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 165843 0 0 0 34202 27 0 0 25 0 1 0 510033406 698523648 165791 33554432000 134512640 135217611 4289389440 18446744073709551615 134527948 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 170538 165791 76 173 0 170363 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 690856

[startup+402.3 s]
/proc/loadavg: 4.10 4.03 3.25 5/198 32279
/proc/meminfo: memFree=19740528/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3

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

/proc/32176/statm: 214218 209441 76 173 0 214043 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 865576

[startup+642.301 s]
/proc/loadavg: 3.92 4.00 3.41 4/191 32344
/proc/meminfo: memFree=19987544/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=856872 CPUtime=642.31 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 209495 0 0 0 64196 35 0 0 25 0 1 0 510033406 877436928 209443 33554432000 134512640 135217611 4289389440 18446744073709551615 134528190 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 214218 209443 76 173 0 214043 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 865576

[startup+702.301 s]
/proc/loadavg: 3.37 3.83 3.39 4/191 32345
/proc/meminfo: memFree=19959548/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=879716 CPUtime=702.31 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 215232 0 0 0 70195 36 0 0 25 0 1 0 510033406 900829184 215180 33554432000 134512640 135217611 4289389440 18446744073709551615 134528159 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 219929 215180 76 173 0 219754 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 888420

[startup+762.307 s]
/proc/loadavg: 3.13 3.68 3.36 4/191 32350
/proc/meminfo: memFree=19862896/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=968956 CPUtime=762.31 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 237502 0 0 0 76191 40 0 0 25 0 1 0 510033406 992210944 237450 33554432000 134512640 135217611 4289389440 18446744073709551615 134528138 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 242239 237450 76 173 0 242064 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 977660

[startup+822.301 s]
/proc/loadavg: 3.08 3.57 3.34 4/191 32351
/proc/meminfo: memFree=19786728/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1031048 CPUtime=822.31 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253301 0 0 0 82188 43 0 0 25 0 1 0 510033406 1055793152 253173 33554432000 134512640 135217611 4289389440 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 257762 253173 76 173 0 257587 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1039752

[startup+882.301 s]
/proc/loadavg: 3.03 3.46 3.32 4/191 32353
/proc/meminfo: memFree=19777140/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=882.32 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253476 0 0 0 88188 44 0 0 25 0 1 0 510033406 1057996800 253348 33554432000 134512640 135217611 4289389440 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253348 76 173 0 258125 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1041904

[startup+942.301 s]
/proc/loadavg: 3.06 3.39 3.30 4/191 32355
/proc/meminfo: memFree=19771384/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=942.32 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253480 0 0 0 94188 44 0 0 25 0 1 0 510033406 1057996800 253352 33554432000 134512640 135217611 4289389440 18446744073709551615 134537924 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253352 76 173 0 258125 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1041904

[startup+1002.3 s]
/proc/loadavg: 3.02 3.32 3.27 4/191 32356
/proc/meminfo: memFree=19762672/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=1002.32 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253484 0 0 0 100188 44 0 0 25 0 1 0 510033406 1057996800 253356 33554432000 134512640 135217611 4289389440 18446744073709551615 134528062 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253356 76 173 0 258125 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1041904

[startup+1062.3 s]
/proc/loadavg: 3.01 3.26 3.26 4/191 32358
/proc/meminfo: memFree=19757056/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=1062.32 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253484 0 0 0 106188 44 0 0 25 0 1 0 510033406 1057996800 253356 33554432000 134512640 135217611 4289389440 18446744073709551615 134527984 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253356 76 173 0 258125 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1041904

[startup+1122.3 s]
/proc/loadavg: 3.00 3.21 3.24 4/191 32359
/proc/meminfo: memFree=19753664/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=1122.32 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253487 0 0 0 112188 44 0 0 25 0 1 0 510033406 1057996800 253359 33554432000 134512640 135217611 4289389440 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253359 76 173 0 258125 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1041904

[startup+1182.3 s]
/proc/loadavg: 3.00 3.17 3.22 4/191 32361
/proc/meminfo: memFree=19747552/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=1182.33 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253487 0 0 0 118189 44 0 0 25 0 1 0 510033406 1057996800 253359 33554432000 134512640 135217611 4289389440 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253359 76 173 0 258125 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1041904

[startup+1242.3 s]
/proc/loadavg: 3.00 3.13 3.20 4/191 32363
/proc/meminfo: memFree=19742540/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=1242.33 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253487 0 0 0 124189 44 0 0 25 0 1 0 510033406 1057996800 253359 33554432000 134512640 135217611 4289389440 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253359 76 173 0 258125 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1041904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.12 3.19 4/191 32364
/proc/meminfo: memFree=19737172/32951124 swapFree=67111352/67111528
[pid=32174] ppid=32172 vsize=8704 CPUtime=0 cores=1,3
/proc/32174/stat : 32174 (glucose.sh) S 32172 32174 32018 0 -1 4202496 359 110 0 0 0 0 0 0 22 0 1 0 510033405 8912896 254 33554432000 4194304 4922060 140735153818400 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32174/statm: 2176 254 211 178 0 69 0
[pid=32176] ppid=32174 vsize=1033200 CPUtime=1300.04 cores=1,3
/proc/32176/stat : 32176 (glucose_static) R 32174 32174 32018 0 -1 4202496 253488 0 0 0 129960 44 0 0 25 0 1 0 510033406 1057996800 253360 33554432000 134512640 135217611 4289389440 18446744073709551615 134527943 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32176/statm: 258300 253360 76 173 0 258125 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1041904

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32174 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1300.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.6
CPU system time (s): 0.44
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1041904

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

runsolver used 2.14367 second user time and 4.96225 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-28 11:52:31
IDJOB=3308690
IDBENCH=82404
IDSOLVER=1691
FILE ID=node134/3308690-1303984346
RUNJOBID= node134-1303983196-32038
PBS_JOBID= 13168692
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308690-1303984346/watcher-3308690-1303984346 -o /tmp/evaluation-result-3308690-1303984346/solver-3308690-1303984346 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308690-1303984346.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1884557731

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20599028 kB
Buffers:       2323616 kB
Cached:        9039512 kB
SwapCached:         64 kB
Active:        5266236 kB
Inactive:      6524692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20599028 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          166940 kB
Writeback:           0 kB
AnonPages:      427300 kB
Mapped:          16240 kB
Slab:           497444 kB
PageTables:       6196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   613224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71364 MiB
End job on node134 at 2011-04-28 12:14:14