Trace number 3286302

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
riss 1.0UNSAT 741.953 741.931

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.00/0.01	c *****************************************************
0.00/0.01	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.01	c *   This program may be redistributed or modified   *
0.00/0.01	c * under the terms of the GNU General Public License *
0.00/0.01	c *****************************************************
0.00/0.01	c process id: 6962
0.00/0.08	c parsetime: 68825us
0.00/0.08	c parsed 283903 clauses with 50277 variables
2.89/2.95	c init all components done
2.89/2.95	c ====================
2.89/2.95	c trail size: 2049
741.82/741.80	c ====================
741.82/741.80	c implication/decision inf%(inf)
741.82/741.80	c decisions:           1851268
741.82/741.80	c last level:          0
741.82/741.80	c conflicts:           857205
741.82/741.80	c restarts:            5669
741.82/741.80	c rejected_restarts    0
741.82/741.80	c removals:            19
741.82/741.80	c removed clauses:     559692
741.82/741.80	c oft clauses:         0
741.91/741.90	c solvetime: 739001297us (739s)
741.91/741.92	c memory usage (vsize): 67 MB
741.91/741.92	s UNSATISFIABLE
741.91/741.92	c return value: 20

Verifier Data

No possible verification on an UNSAT instance

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-3286302-1304138503/watcher-3286302-1304138503 -o /tmp/evaluation-result-3286302-1304138503/solver-3286302-1304138503 -C 2400 -W 1300 -M 7680 HOME/riss.sh HOME HOME/instance-3286302-1304138503.cnf 1418350423 2400 7680 2 

running on 2 cores: 0,2

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: 6.88 7.84 7.93 4/178 6961
/proc/meminfo: memFree=29316308/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0

[startup+0.0897189 s]
/proc/loadavg: 6.88 7.84 7.93 4/178 6961
/proc/meminfo: memFree=29316308/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100715 s]
/proc/loadavg: 6.88 7.84 7.93 4/178 6961
/proc/meminfo: memFree=29316308/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300684 s]
/proc/loadavg: 6.88 7.84 7.93 4/178 6961
/proc/meminfo: memFree=29316308/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700583 s]
/proc/loadavg: 6.88 7.84 7.93 4/178 6961
/proc/meminfo: memFree=29316308/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50043 s]
/proc/loadavg: 6.65 7.78 7.90 5/186 6970
/proc/meminfo: memFree=29138916/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=76972 CPUtime=1.48 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 22750 0 0 0 146 2 0 0 25 0 1 0 506265745 78819328 14445 33554432000 4194304 5523604 140734194681888 18446744073709551615 4349408 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 19243 14445 329 325 0 15057 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85672

[startup+3.10115 s]
/proc/loadavg: 6.65 7.78 7.90 5/190 6977
/proc/meminfo: memFree=28995540/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=88860 CPUtime=3.09 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 31961 0 0 0 306 3 0 0 25 0 1 0 506265745 90992640 17415 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332238 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 22215 17415 370 325 0 18029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97560

[startup+6.30057 s]
/proc/loadavg: 6.65 7.78 7.90 5/194 6984
/proc/meminfo: memFree=28247552/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=90872 CPUtime=6.29 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 32443 0 0 0 626 3 0 0 25 0 1 0 506265745 93052928 17897 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332766 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 22718 17897 371 325 0 18532 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99572

[startup+12.7004 s]
/proc/loadavg: 6.24 7.65 7.86 5/194 6985
/proc/meminfo: memFree=27880728/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=94076 CPUtime=12.69 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 33262 0 0 0 1265 4 0 0 25 0 1 0 506265745 96333824 18716 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 23519 18716 371 325 0 19333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102776

[startup+25.501 s]
/proc/loadavg: 5.90 7.53 7.82 5/194 6985
/proc/meminfo: memFree=28292712/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=102944 CPUtime=25.49 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 35454 0 0 0 2545 4 0 0 25 0 1 0 506265745 105414656 20908 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332903 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 25736 20908 371 325 0 21550 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111644

[startup+51.1003 s]
/proc/loadavg: 5.32 7.26 7.72 5/194 6986
/proc/meminfo: memFree=28135940/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=114876 CPUtime=51.09 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 38434 0 0 0 5104 5 0 0 25 0 1 0 506265745 117633024 23888 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333103 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 28719 23888 371 325 0 24533 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123576

[startup+102.307 s]
/proc/loadavg: 4.53 6.71 7.51 5/194 6987
/proc/meminfo: memFree=27610764/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=139384 CPUtime=102.3 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 44454 0 0 0 10222 8 0 0 25 0 1 0 506265745 142729216 29908 33554432000 4194304 5523604 140734194681888 18446744073709551615 4218128 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 34846 29908 371 325 0 30660 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148084

[startup+162.301 s]
/proc/loadavg: 4.19 6.22 7.28 5/194 7017
/proc/meminfo: memFree=27867228/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=153532 CPUtime=162.29 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 47981 0 0 0 16220 9 0 0 25 0 1 0 506265745 157216768 33435 33554432000 4194304 5523604 140734194681888 18446744073709551615 5330046 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 38383 33435 371 325 0 34197 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 162232

[startup+222.301 s]
/proc/loadavg: 4.07 5.81 7.08 5/194 7018
/proc/meminfo: memFree=27820020/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=168312 CPUtime=222.29 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 51563 0 0 0 22218 11 0 0 25 0 1 0 506265745 172351488 37017 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 42078 37017 371 325 0 37892 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 177012

[startup+282.301 s]
/proc/loadavg: 4.02 5.48 6.88 5/194 7048
/proc/meminfo: memFree=28704304/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=172208 CPUtime=282.29 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 52459 0 0 0 28218 11 0 0 25 0 1 0 506265745 176340992 37913 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 43052 37913 371 325 0 38866 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 180908

[startup+342.3 s]
/proc/loadavg: 4.13 5.24 6.71 5/194 7049
/proc/meminfo: memFree=28657304/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=182876 CPUtime=342.3 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 55046 0 0 0 34217 13 0 0 25 0 1 0 506265745 187265024 40500 33554432000 4194304 5523604 140734194681888 18446744073709551615 4219528 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 45719 40500 371 325 0 41533 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 191576

[startup+402.3 s]
/proc/loadavg: 4.05 5.01 6.54 5/194 7051
/proc/meminfo: memFree=28606560/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=188044 CPUtime=402.3 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 56313 0 0 0 40217 13 0 0 25 0 1 0 506265745 192557056 41767 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 47011 41767 371 325 0 42825 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 196744

[startup+462.3 s]
/proc/loadavg: 4.07 4.84 6.38 5/194 7053
/proc/meminfo: memFree=28578728/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=188208 CPUtime=462.31 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 56394 0 0 0 46217 14 0 0 25 0 1 0 506265745 192724992 41848 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 47052 41848 371 325 0 42866 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 196908

[startup+522.301 s]
/proc/loadavg: 4.02 4.68 6.23 5/194 7054
/proc/meminfo: memFree=28550160/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=193032 CPUtime=522.31 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 57651 0 0 0 52216 15 0 0 25 0 1 0 506265745 197664768 43105 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332892 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 48258 43105 371 325 0 44072 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 201732

[startup+582.301 s]
/proc/loadavg: 4.09 4.57 6.09 5/194 7056
/proc/meminfo: memFree=28504980/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=203704 CPUtime=582.3 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 59851 0 0 0 58215 15 0 0 25 0 1 0 506265745 208592896 45305 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 50926 45305 371 325 0 46740 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 212404

[startup+642.301 s]
/proc/loadavg: 4.03 4.47 5.96 5/194 7057
/proc/meminfo: memFree=28460420/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=203704 CPUtime=642.31 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 59852 0 0 0 64216 15 0 0 25 0 1 0 506265745 208592896 45306 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332855 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 50926 45306 371 325 0 46740 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 212404

[startup+702.301 s]
/proc/loadavg: 4.01 4.38 5.83 5/194 7059
/proc/meminfo: memFree=28428996/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=204216 CPUtime=702.31 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 59948 0 0 0 70216 15 0 0 25 0 1 0 506265745 209117184 45402 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51054 45402 371 325 0 46868 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 212916

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

[startup+716.7 s]
/proc/loadavg: 4.01 4.36 5.80 5/194 7059
/proc/meminfo: memFree=28416348/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=204472 CPUtime=716.71 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 59998 0 0 0 71656 15 0 0 25 0 1 0 506265745 209379328 45452 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51118 45452 371 325 0 46932 0
Current children cumulated CPU time (s) 716.71
Current children cumulated vsize (KiB) 213172

[startup+729.501 s]
/proc/loadavg: 4.00 4.35 5.78 5/194 7060
/proc/meminfo: memFree=28405188/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=204472 CPUtime=729.51 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 60022 0 0 0 72936 15 0 0 25 0 1 0 506265745 209379328 45476 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333048 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51118 45476 371 325 0 46932 0
Current children cumulated CPU time (s) 729.51
Current children cumulated vsize (KiB) 213172

[startup+735.907 s]
/proc/loadavg: 4.00 4.33 5.76 5/194 7060
/proc/meminfo: memFree=28400472/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=204472 CPUtime=735.92 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 60036 0 0 0 73577 15 0 0 25 0 1 0 506265745 209379328 45490 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332855 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51118 45490 371 325 0 46932 0
Current children cumulated CPU time (s) 735.92
Current children cumulated vsize (KiB) 213172

[startup+739.101 s]
/proc/loadavg: 4.00 4.33 5.76 5/194 7060
/proc/meminfo: memFree=28397000/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=204728 CPUtime=739.11 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 60074 0 0 0 73896 15 0 0 25 0 1 0 506265745 209641472 45528 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333307 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51182 45528 371 325 0 46996 0
Current children cumulated CPU time (s) 739.11
Current children cumulated vsize (KiB) 213428

[startup+740.701 s]
/proc/loadavg: 4.00 4.33 5.76 5/194 7060
/proc/meminfo: memFree=28396256/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=204728 CPUtime=740.71 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 60089 0 0 0 74056 15 0 0 25 0 1 0 506265745 209641472 45543 33554432000 4194304 5523604 140734194681888 18446744073709551615 5332344 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51182 45543 371 325 0 46996 0
Current children cumulated CPU time (s) 740.71
Current children cumulated vsize (KiB) 213428

[startup+741.501 s]
/proc/loadavg: 4.00 4.33 5.75 5/194 7060
/proc/meminfo: memFree=28395388/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=205240 CPUtime=741.52 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 60165 0 0 0 74136 16 0 0 25 0 1 0 506265745 210165760 45619 33554432000 4194304 5523604 140734194681888 18446744073709551615 5333368 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51310 45619 371 325 0 47124 0
Current children cumulated CPU time (s) 741.52
Current children cumulated vsize (KiB) 213940

[startup+741.901 s]
/proc/loadavg: 4.00 4.33 5.75 5/194 7060
/proc/meminfo: memFree=28395388/32951124 swapFree=67111348/67111528
[pid=6961] ppid=6959 vsize=8700 CPUtime=0 cores=0,2
/proc/6961/stat : 6961 (riss.sh) S 6959 6961 6919 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 506265745 8908800 252 33554432000 4194304 4922060 140737162845840 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6961/statm: 2175 252 211 178 0 68 0
[pid=6962] ppid=6961 vsize=205240 CPUtime=741.91 cores=0,2
/proc/6962/stat : 6962 (riss) R 6961 6961 6919 0 -1 4202496 60177 0 0 0 74175 16 0 0 18 0 1 0 506265745 210165760 24545 33554432000 4194304 5523604 140734194681888 18446744073709551615 228095476842 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6962/statm: 51310 24127 383 325 0 47124 0
Current children cumulated CPU time (s) 741.91
Current children cumulated vsize (KiB) 213940

Child status: 20
Real time (s): 741.931
CPU time (s): 741.953
CPU user time (s): 741.782
CPU system time (s): 0.170974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 213940

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

runsolver used 1.2978 second user time and 2.75358 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 06:41:43
IDJOB=3286302
IDBENCH=82422
IDSOLVER=1598
FILE ID=node142/3286302-1304138503
RUNJOBID= node142-1304138502-6937
PBS_JOBID= 13170836
Free space on /tmp= 73308 MiB

SOLVER NAME= riss 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= DIR/riss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286302-1304138503/watcher-3286302-1304138503 -o /tmp/evaluation-result-3286302-1304138503/solver-3286302-1304138503 -C 2400 -W 1300 -M 7680  HOME/riss.sh HOME HOME/instance-3286302-1304138503.cnf 1418350423 2400 7680 2

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1418350423

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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	: 5332.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29317084 kB
Buffers:       1090128 kB
Cached:        1973992 kB
SwapCached:        176 kB
Active:         189168 kB
Inactive:      2946944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29317084 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           17612 kB
Writeback:           0 kB
AnonPages:       71800 kB
Mapped:          13544 kB
Slab:           432536 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73296 MiB
End job on node142 at 2011-04-30 06:54:05