Trace number 3287364

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
priss AutoUNSAT 64.2492 16.2706

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.60145
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 30151
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 54034us
0.00/0.05	c parsed 209513 clauses with 70167 variables
0.00/0.07	c NW started thread 0 successfully (1092831552)
0.00/0.08	c NW started thread 1 successfully (1111349568)
0.00/0.10	c NW started thread 2 successfully (1121839424)
0.00/0.11	c NW started thread 3 successfully (1132329280)
7.03/1.91	c preprocessor returned 70167 variables
7.03/1.91	c preprocessing returned UNKNOWN
7.03/1.91	c PP set 17 variables
7.03/1.91	c pp time: 1786057us (1s)
7.03/1.91	c preprocessor returned 70167 variables
7.03/1.91	c preprocessing returned UNKNOWN
7.03/1.91	c PP set 17 variables
7.03/1.91	c pp time: 1776082us (1s)
7.03/1.91	c preprocessor returned 70167 variables
7.03/1.91	c preprocessing returned UNKNOWN
7.03/1.91	c PP set 17 variables
7.03/1.91	c pp time: 1773535us (1s)
7.03/1.91	c preprocessor returned 70167 variables
7.03/1.91	c preprocessing returned UNKNOWN
7.03/1.91	c PP set 17 variables
7.03/1.91	c pp time: 1762560us (1s)
61.76/15.62	c added unsatisfied clause
61.76/15.62	c failed to add network clauses
62.56/15.89	c added unsatisfied clause
62.56/15.89	c failed to add network clauses
63.36/16.00	c added unsatisfied clause
63.36/16.00	c failed to add network clauses
63.76/16.13	c added unsatisfied clause
63.76/16.13	c failed to add network clauses
63.76/16.14	c ====================
63.76/16.14	c implication/decision inf%(inf)
63.76/16.14	c decisions:           392574
63.76/16.14	c last level:          0
63.76/16.14	c conflicts:           99240
63.76/16.14	c restarts:            658
63.76/16.14	c rejected_restarts    0
63.76/16.14	c removals:            12
63.76/16.14	c removed clauses:     71669
63.76/16.14	c oft clauses:         0
63.76/16.14	c solvetime: 14246564us (14s)
63.76/16.18	c added unsatisfied clause
63.76/16.18	c failed to add network clauses
63.76/16.19	c ====================
64.15/16.20	c sended clauses   | 4598 | 4835 | 5710 | 5343 |
64.15/16.20	c received clauses | 101 | 96 | 68 | 88 |
64.15/16.20	c join all other threads
64.15/16.25	c joined thread 0
64.15/16.25	c joined thread 1
64.15/16.25	c joined thread 2
64.15/16.25	c joined thread 3
64.15/16.25	c memory usage (vsize): 347 MB
64.15/16.25	s UNSATISFIABLE

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-3287364-1304049703/watcher-3287364-1304049703 -o /tmp/evaluation-result-3287364-1304049703/solver-3287364-1304049703 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3287364-1304049703.cnf 1110242843 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.61 3.96 4.47 1/171 30150
/proc/meminfo: memFree=27810832/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0

[startup+0.035758 s]
/proc/loadavg: 3.61 3.96 4.47 1/171 30150
/proc/meminfo: memFree=27810832/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100713 s]
/proc/loadavg: 3.61 3.96 4.47 1/171 30150
/proc/meminfo: memFree=27810832/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300682 s]
/proc/loadavg: 3.61 3.96 4.47 1/171 30150
/proc/meminfo: memFree=27810832/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700604 s]
/proc/loadavg: 3.61 3.96 4.47 1/171 30150
/proc/meminfo: memFree=27810832/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 3.61 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27629860/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=373572 CPUtime=5.45 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 73455 0 0 0 503 42 0 0 21 0 5 0 516567994 382537728 47897 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 93393 47897 351 389 0 89143 0
[pid=30151/tid=30153] ppid=30150 vsize=373572 CPUtime=1.34 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 17844 0 0 0 125 9 0 0 18 0 5 0 516568001 382537728 47897 33554432000 4194304 5787044 140734958197664 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=373572 CPUtime=1.34 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 13937 0 0 0 125 9 0 0 18 0 5 0 516568002 382537728 47897 33554432000 4194304 5787044 140734958197664 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=373572 CPUtime=1.31 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 16210 0 0 0 120 11 0 0 18 0 5 0 516568004 382537728 47897 33554432000 4194304 5787044 140734958197664 18446744073709551615 4345933 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=373572 CPUtime=1.31 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 15551 0 0 0 121 10 0 0 18 0 5 0 516568006 382537728 47897 33554432000 4194304 5787044 140734958197664 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 382272

[startup+3.10117 s]
/proc/loadavg: 3.61 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27572448/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=386412 CPUtime=11.83 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 92274 0 0 0 1137 46 0 0 21 0 5 0 516567994 395685888 60222 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 96603 60222 417 389 0 92353 0
[pid=30151/tid=30153] ppid=30150 vsize=386412 CPUtime=2.94 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 22890 0 0 0 284 10 0 0 19 0 5 0 516568001 395685888 60222 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=386412 CPUtime=2.93 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 18587 0 0 0 284 9 0 0 21 0 5 0 516568002 395685888 60222 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=386412 CPUtime=2.91 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 20808 0 0 0 278 13 0 0 19 0 5 0 516568004 395685888 60222 33554432000 4194304 5787044 140734958197664 18446744073709551615 218905836063 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=386412 CPUtime=2.91 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20076 0 0 0 280 11 0 0 19 0 5 0 516568006 395685888 60222 33554432000 4194304 5787044 140734958197664 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 395112

[startup+6.30059 s]
/proc/loadavg: 3.64 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27569596/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=387000 CPUtime=24.62 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 92758 0 0 0 2415 47 0 0 21 0 5 0 516567994 396288000 60706 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 96750 60706 417 389 0 92500 0
[pid=30151/tid=30153] ppid=30150 vsize=387000 CPUtime=6.14 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 22980 0 0 0 604 10 0 0 25 0 5 0 516568001 396288000 60706 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=387000 CPUtime=6.12 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 18708 0 0 0 602 10 0 0 25 0 5 0 516568002 396288000 60706 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=387000 CPUtime=6.11 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 20940 0 0 0 598 13 0 0 25 0 5 0 516568004 396288000 60706 33554432000 4194304 5787044 140734958197664 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=387000 CPUtime=6.11 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20217 0 0 0 600 11 0 0 25 0 5 0 516568006 396288000 60706 33554432000 4194304 5787044 140734958197664 18446744073709551615 5524636 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 395700

[startup+12.7004 s]
/proc/loadavg: 3.67 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27565784/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=388012 CPUtime=50.17 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 93808 0 0 0 4968 49 0 0 21 0 5 0 516567994 397324288 61756 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 97003 61756 417 389 0 92753 0
[pid=30151/tid=30153] ppid=30150 vsize=388012 CPUtime=12.53 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 23223 0 0 0 1243 10 0 0 25 0 5 0 516568001 397324288 61756 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=388012 CPUtime=12.47 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 19048 0 0 0 1237 10 0 0 25 0 5 0 516568002 397324288 61756 33554432000 4194304 5787044 140734958197664 18446744073709551615 5585320 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=388012 CPUtime=12.5 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 21093 0 0 0 1237 13 0 0 25 0 5 0 516568004 397324288 61756 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590393 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=388012 CPUtime=12.51 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20531 0 0 0 1239 12 0 0 25 0 5 0 516568006 397324288 61756 33554432000 4194304 5787044 140734958197664 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 396712

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

[startup+14.3071 s]
/proc/loadavg: 3.70 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27564656/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=388012 CPUtime=56.59 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 94082 0 0 0 5609 50 0 0 21 0 5 0 516567994 397324288 62030 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 97003 62030 417 389 0 92753 0
[pid=30151/tid=30153] ppid=30150 vsize=388012 CPUtime=14.14 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 23279 0 0 0 1404 10 0 0 25 0 5 0 516568001 397324288 62030 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=388012 CPUtime=14.07 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 19070 0 0 0 1397 10 0 0 25 0 5 0 516568002 397324288 62030 33554432000 4194304 5787044 140734958197664 18446744073709551615 4228007 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=388012 CPUtime=14.11 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 21185 0 0 0 1398 13 0 0 25 0 5 0 516568004 397324288 62030 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=388012 CPUtime=14.12 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20635 0 0 0 1399 13 0 0 25 0 5 0 516568006 397324288 62030 33554432000 4194304 5787044 140734958197664 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 56.59
Current children cumulated vsize (KiB) 396712

[startup+15.101 s]
/proc/loadavg: 3.70 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27564656/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=388312 CPUtime=59.77 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 94292 0 0 0 5926 51 0 0 21 0 5 0 516567994 397631488 62240 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 97078 62240 417 389 0 92828 0
[pid=30151/tid=30153] ppid=30150 vsize=388312 CPUtime=14.94 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 23314 0 0 0 1483 11 0 0 25 0 5 0 516568001 397631488 62240 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=388312 CPUtime=14.86 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 19106 0 0 0 1476 10 0 0 25 0 5 0 516568002 397631488 62240 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=388312 CPUtime=14.91 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 21242 0 0 0 1477 14 0 0 25 0 5 0 516568004 397631488 62240 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590410 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=388312 CPUtime=14.91 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20717 0 0 0 1478 13 0 0 25 0 5 0 516568006 397631488 62240 33554432000 4194304 5787044 140734958197664 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 59.77
Current children cumulated vsize (KiB) 397012

[startup+15.9009 s]
/proc/loadavg: 3.70 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27563788/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=388312 CPUtime=62.96 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 94357 0 0 0 6245 51 0 0 21 0 5 0 516567994 397631488 62305 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 97078 62305 417 389 0 92828 0
[pid=30151/tid=30153] ppid=30150 vsize=388312 CPUtime=15.74 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 23323 0 0 0 1563 11 0 0 25 0 5 0 516568001 397631488 62305 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=388312 CPUtime=15.66 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 19142 0 0 0 1556 10 0 0 25 0 5 0 516568002 397631488 62305 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=388312 CPUtime=15.71 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 21242 0 0 0 1557 14 0 0 25 0 5 0 516568004 397631488 62305 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=388312 CPUtime=15.71 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20737 0 0 0 1558 13 0 0 25 0 5 0 516568006 397631488 62305 33554432000 4194304 5787044 140734958197664 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.96
Current children cumulated vsize (KiB) 397012

[startup+16.1008 s]
/proc/loadavg: 3.70 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27563788/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=388312 CPUtime=63.76 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 94410 0 0 0 6325 51 0 0 21 0 5 0 516567994 397631488 62358 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 97078 62358 417 389 0 92828 0
[pid=30151/tid=30153] ppid=30150 vsize=388312 CPUtime=15.94 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 23366 0 0 0 1583 11 0 0 25 0 5 0 516568001 397631488 62358 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=388312 CPUtime=15.86 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 19145 0 0 0 1576 10 0 0 25 0 5 0 516568002 397631488 62358 33554432000 4194304 5787044 140734958197664 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=388312 CPUtime=15.91 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 21242 0 0 0 1577 14 0 0 25 0 5 0 516568004 397631488 62358 33554432000 4194304 5787044 140734958197664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=388312 CPUtime=15.91 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) R 30150 30150 26197 0 -1 4202560 20744 0 0 0 1578 13 0 0 25 0 5 0 516568006 397631488 62358 33554432000 4194304 5787044 140734958197664 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 397012

[startup+16.2008 s]
/proc/loadavg: 3.70 3.96 4.47 5/177 30156
/proc/meminfo: memFree=27563788/32951124 swapFree=67111356/67111528
[pid=30150] ppid=30148 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (prissAuto.sh) S 30148 30150 26197 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516567994 8908800 251 33554432000 4194304 4922060 140733684482304 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30150/statm: 2175 251 211 178 0 68 0
[pid=30151] ppid=30150 vsize=388312 CPUtime=64.15 cores=1,3,5,7
/proc/30151/stat : 30151 (priss) S 30150 30150 26197 0 -1 4202496 94428 0 0 0 6364 51 0 0 21 0 5 0 516567994 397631488 62376 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/30151/statm: 97078 62376 429 389 0 92828 0
[pid=30151/tid=30153] ppid=30150 vsize=388312 CPUtime=16.04 cores=1,3,5,7
/proc/30151/task/30153/stat : 30153 (priss) R 30150 30150 26197 0 -1 4202560 23370 0 0 0 1593 11 0 0 18 0 5 0 516568001 397631488 62376 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917556917 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30151/tid=30154] ppid=30150 vsize=388312 CPUtime=15.96 cores=1,3,5,7
/proc/30151/task/30154/stat : 30154 (priss) R 30150 30150 26197 0 -1 4202560 19147 0 0 0 1586 10 0 0 25 0 5 0 516568002 397631488 62376 33554432000 4194304 5787044 140734958197664 18446744073709551615 218905379928 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30151/tid=30155] ppid=30150 vsize=388312 CPUtime=16.01 cores=1,3,5,7
/proc/30151/task/30155/stat : 30155 (priss) R 30150 30150 26197 0 -1 4202560 21242 0 0 0 1587 14 0 0 25 0 5 0 516568004 397631488 62376 33554432000 4194304 5787044 140734958197664 18446744073709551615 218917556917 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30151/tid=30156] ppid=30150 vsize=388312 CPUtime=16 cores=1,3,5,7
/proc/30151/task/30156/stat : 30156 (priss) S 30150 30150 26197 0 -1 4202560 20756 0 0 0 1587 13 0 0 18 0 5 0 516568006 397631488 62376 33554432000 4194304 5787044 140734958197664 18446744073709551615 218905836014 0 0 4096 0 18446604464244664384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.15
Current children cumulated vsize (KiB) 397012

Child status: 20
Real time (s): 16.2706
CPU time (s): 64.2492
CPU user time (s): 63.7173
CPU system time (s): 0.531919
CPU usage (%): 394.879
Max. virtual memory (cumulated for all children) (KiB): 397012

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

runsolver used 0.015997 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 06:01:43
IDJOB=3287364
IDBENCH=82465
IDSOLVER=1602
FILE ID=node137/3287364-1304049703
RUNJOBID= node137-1304043383-29277
PBS_JOBID= 13170366
Free space on /tmp= 71616 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287364-1304049703/watcher-3287364-1304049703 -o /tmp/evaluation-result-3287364-1304049703/solver-3287364-1304049703 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3287364-1304049703.cnf 1110242843 4800 15500 4

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=1110242843

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27811104 kB
Buffers:        894384 kB
Cached:        3711916 kB
SwapCached:         56 kB
Active:         256604 kB
Inactive:      4416772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27811104 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5200 kB
Writeback:           0 kB
AnonPages:       66940 kB
Mapped:          14212 kB
Slab:           401868 kB
PageTables:       4224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189704 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= 71616 MiB
End job on node137 at 2011-04-29 06:01:59