Trace number 1720064

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
ManySAT 1.1 aimd 2/2009-03-20UNSAT 1175.59 594.88

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
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 Parsing...
1.28/1.32	c ==============================================================================
1.28/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.32	c ==============================================================================
1.28/1.32	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
9.28/9.32	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
9.28/9.32	c ==============================================================================
9.28/9.32	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
9.28/9.32	c CPU time:   8.86465 s
9.28/9.32	c ==============================================================================
1175.48/594.82	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1175.48/594.82	c ============================[ Problem Statistics ]=============================
1175.48/594.82	c |                                                                             |
1175.48/594.82	c threadId              : 0
1175.48/594.82	c restarts              : 4318
1175.48/594.82	c conflicts             : 819060         (703 /sec)
1175.48/594.82	c decisions             : 7129936        (1.60 % random) (6121 /sec)
1175.48/594.82	c propagations          : 519754538      (446237 /sec)
1175.48/594.82	c conflict literals     : 18249273       (22.25 % deleted)
1175.48/594.82	c Memory used           : 158.88 MB
1175.48/594.82	c CPU time              : 1164.75 s
1175.48/594.82	
1175.48/594.82	c --->m=2, e=8, aimd=2, HOME/22087_many.cnf	time: 582.376	conflicts: 819060       
1175.48/594.84	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720064-1240652234/watcher-1720064-1240652234 -o /tmp/evaluation-result-1720064-1240652234/solver-1720064-1240652234 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720064-1240652234.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.87 1.48 3/64 22087
/proc/meminfo: memFree=1880248/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=956 CPUtime=0
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 154 0 0 0 0 0 0 0 19 0 1 0 93257564 978944 138 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 239 139 50 127 0 109 0

[startup+0.079061 s]
/proc/loadavg: 1.92 1.87 1.48 3/64 22087
/proc/meminfo: memFree=1880248/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=11148 CPUtime=0.07
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 2639 0 0 0 6 1 0 0 19 0 1 0 93257564 11415552 2623 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 2787 2626 50 127 0 2657 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16504

[startup+0.102065 s]
/proc/loadavg: 1.92 1.87 1.48 3/64 22087
/proc/meminfo: memFree=1880248/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=16148 CPUtime=0.08
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 3434 0 0 0 7 1 0 0 19 0 1 0 93257564 16535552 3418 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 4037 3419 50 127 0 3907 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21504

[startup+0.301099 s]
/proc/loadavg: 1.92 1.87 1.48 3/64 22087
/proc/meminfo: memFree=1880248/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=41264 CPUtime=0.29
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 9822 0 0 0 24 5 0 0 21 0 1 0 93257564 42254336 9806 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 10316 9806 50 127 0 10186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46620

[startup+0.70217 s]
/proc/loadavg: 1.92 1.87 1.48 3/64 22087
/proc/meminfo: memFree=1880248/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=114116 CPUtime=0.68
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 22454 0 0 0 57 11 0 0 24 0 1 0 93257564 116854784 22438 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 28529 22439 50 127 0 28399 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 119472

[startup+1.50131 s]
/proc/loadavg: 1.92 1.87 1.48 2/66 22089
/proc/meminfo: memFree=1753768/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=190268 CPUtime=1.48
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 46876 0 0 0 125 23 0 0 25 0 1 0 93257564 194834432 43277 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 47567 43277 68 127 0 47437 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 195624

[startup+3.10159 s]
/proc/loadavg: 1.92 1.87 1.48 2/66 22089
/proc/meminfo: memFree=1699752/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=197756 CPUtime=3.08
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 48575 0 0 0 280 28 0 0 25 0 1 0 93257564 202502144 44976 1992294400 134512640 135034092 4294956096 18446744073709551615 134566285 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 49439 44977 68 127 0 49309 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 203112

[startup+6.30115 s]
/proc/loadavg: 1.85 1.86 1.48 2/66 22089
/proc/meminfo: memFree=1666536/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=0
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93257564 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 235 195 169 0 50 0
[pid=22088] ppid=22087 vsize=210680 CPUtime=6.27
/proc/22088/stat : 22088 (SatElite) R 22087 22087 21893 0 -1 4194304 51459 0 0 0 589 38 0 0 25 0 1 0 93257564 215736320 47860 1992294400 134512640 135034092 4294956096 18446744073709551615 134569440 0 0 4096 3 0 0 0 17 0 0 0
/proc/22088/statm: 52670 47860 68 127 0 52540 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 216036

[startup+12.7013 s]
/proc/loadavg: 1.78 1.84 1.47 3/67 22091
/proc/meminfo: memFree=1742880/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=103208 CPUtime=4
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 22101 0 0 0 376 24 0 0 16 0 2 0 93258590 105684992 22057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 25802 22057 83 193 0 25606 0
[pid=22090/tid=22091] ppid=22087 vsize=103208 CPUtime=1.6
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 1655 0 0 0 152 8 0 0 16 0 2 0 93258671 105684992 22057 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 108564

[startup+25.5025 s]
/proc/loadavg: 1.83 1.85 1.48 3/67 22091
/proc/meminfo: memFree=1731552/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=110964 CPUtime=29.52
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 24240 0 0 0 2924 28 0 0 17 0 2 0 93258590 113627136 24170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 27741 24170 83 193 0 27545 0
[pid=22090/tid=22091] ppid=22087 vsize=110964 CPUtime=14.33
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 2729 0 0 0 1423 10 0 0 17 0 2 0 93258671 113627136 24170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.76
Current children cumulated vsize (KiB) 116320

[startup+51.103 s]
/proc/loadavg: 1.89 1.86 1.49 3/67 22091
/proc/meminfo: memFree=1726176/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=117016 CPUtime=80.53
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 25647 0 0 0 8022 31 0 0 19 0 2 0 93258590 119824384 25577 1992294400 134512640 135305190 4294956144 18446744073709551615 134565634 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 29254 25577 83 193 0 29058 0
[pid=22090/tid=22091] ppid=22087 vsize=117016 CPUtime=39.76
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 3417 0 0 0 3965 11 0 0 17 0 2 0 93258671 119824384 25577 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.77
Current children cumulated vsize (KiB) 122372

[startup+102.307 s]
/proc/loadavg: 1.95 1.88 1.52 3/67 22091
/proc/meminfo: memFree=1718176/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=125156 CPUtime=182.66
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 27609 0 0 0 18232 34 0 0 17 0 2 0 93258590 128159744 27539 1992294400 134512640 135305190 4294956144 18446744073709551615 134529140 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 31289 27539 83 193 0 31093 0
[pid=22090/tid=22091] ppid=22087 vsize=125156 CPUtime=90.73
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 4256 0 0 0 9060 13 0 0 18 0 2 0 93258671 128159744 27539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.9
Current children cumulated vsize (KiB) 130512

[startup+162.302 s]
/proc/loadavg: 1.98 1.90 1.55 3/67 22091
/proc/meminfo: memFree=1714976/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=128188 CPUtime=302.36
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 28395 0 0 0 30199 37 0 0 18 0 2 0 93258590 131264512 28325 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 32047 28325 83 193 0 31851 0
[pid=22090/tid=22091] ppid=22087 vsize=128188 CPUtime=150.46
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 4576 0 0 0 15033 13 0 0 19 0 2 0 93258671 131264512 28325 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.6
Current children cumulated vsize (KiB) 133544

[startup+222.302 s]
/proc/loadavg: 1.99 1.91 1.57 3/67 22091
/proc/meminfo: memFree=1706144/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=136540 CPUtime=422.04
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 30587 0 0 0 42164 40 0 0 20 0 2 0 93258590 139816960 30517 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 34135 30517 83 193 0 33939 0
[pid=22090/tid=22091] ppid=22087 vsize=136540 CPUtime=210.21
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 5345 0 0 0 21006 15 0 0 25 0 2 0 93258671 139816960 30517 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 432.28
Current children cumulated vsize (KiB) 141896

[startup+282.302 s]
/proc/loadavg: 1.99 1.93 1.59 3/67 22091
/proc/meminfo: memFree=1696416/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=146268 CPUtime=541.78
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 33070 0 0 0 54134 44 0 0 18 0 2 0 93258590 149778432 33000 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 36567 33000 83 193 0 36371 0
[pid=22090/tid=22091] ppid=22087 vsize=146268 CPUtime=269.97
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 6329 0 0 0 26981 16 0 0 20 0 2 0 93258671 149778432 33000 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 552.02
Current children cumulated vsize (KiB) 151624

[startup+342.301 s]
/proc/loadavg: 1.99 1.94 1.62 3/67 22091
/proc/meminfo: memFree=1694176/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=148284 CPUtime=661.47
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 33557 0 0 0 66102 45 0 0 25 0 2 0 93258590 151842816 33487 1992294400 134512640 135305190 4294956144 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 37071 33487 83 193 0 36875 0
[pid=22090/tid=22091] ppid=22087 vsize=148284 CPUtime=329.71
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 6550 0 0 0 32954 17 0 0 22 0 2 0 93258671 151842816 33487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 671.71
Current children cumulated vsize (KiB) 153640

[startup+402.302 s]
/proc/loadavg: 1.99 1.95 1.64 3/67 22091
/proc/meminfo: memFree=1689440/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=154260 CPUtime=781.17
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 34738 0 0 0 78069 48 0 0 25 0 2 0 93258590 157962240 34668 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 38565 34668 83 193 0 38369 0
[pid=22090/tid=22091] ppid=22087 vsize=154260 CPUtime=389.47
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7033 0 0 0 38929 18 0 0 17 0 2 0 93258671 157962240 34668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 791.41
Current children cumulated vsize (KiB) 159616

[startup+462.302 s]
/proc/loadavg: 1.99 1.95 1.66 3/67 22091
/proc/meminfo: memFree=1688544/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=154992 CPUtime=900.9
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 34947 0 0 0 90041 49 0 0 22 0 2 0 93258590 158711808 34877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 38748 34877 83 193 0 38552 0
[pid=22090/tid=22091] ppid=22087 vsize=154992 CPUtime=449.23
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7081 0 0 0 44905 18 0 0 21 0 2 0 93258671 158711808 34877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 911.14
Current children cumulated vsize (KiB) 160348

[startup+522.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 22091
/proc/meminfo: memFree=1681312/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=161764 CPUtime=1020.59
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36748 0 0 0 102006 53 0 0 25 0 2 0 93258590 165646336 36678 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40441 36678 83 193 0 40245 0
[pid=22090/tid=22091] ppid=22087 vsize=161764 CPUtime=508.99
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7794 0 0 0 50880 19 0 0 25 0 2 0 93258671 165646336 36678 1992294400 134512640 135305190 4294956144 18446744073709551615 134530682 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1030.83
Current children cumulated vsize (KiB) 167120

[startup+582.301 s]
/proc/loadavg: 1.99 1.96 1.69 3/67 22091
/proc/meminfo: memFree=1681120/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162120 CPUtime=1140.3
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36818 0 0 0 113977 53 0 0 25 0 2 0 93258590 166010880 36748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40530 36748 83 193 0 40334 0
[pid=22090/tid=22091] ppid=22087 vsize=162120 CPUtime=568.75
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7815 0 0 0 56855 20 0 0 17 0 2 0 93258671 166010880 36748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1150.54
Current children cumulated vsize (KiB) 167476

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

[startup+588.702 s]
/proc/loadavg: 1.99 1.96 1.69 3/67 22091
/proc/meminfo: memFree=1680736/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162556 CPUtime=1153.08
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36902 0 0 0 115255 53 0 0 25 0 2 0 93258590 166457344 36832 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40639 36832 83 193 0 40443 0
[pid=22090/tid=22091] ppid=22087 vsize=162556 CPUtime=575.13
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7827 0 0 0 57493 20 0 0 25 0 2 0 93258671 166457344 36832 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1163.32
Current children cumulated vsize (KiB) 167912

[startup+591.902 s]
/proc/loadavg: 1.99 1.96 1.70 3/67 22091
/proc/meminfo: memFree=1680736/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162556 CPUtime=1159.46
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36916 0 0 0 115893 53 0 0 20 0 2 0 93258590 166457344 36846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40639 36846 83 193 0 40443 0
[pid=22090/tid=22091] ppid=22087 vsize=162556 CPUtime=578.31
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7832 0 0 0 57811 20 0 0 22 0 2 0 93258671 166457344 36846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1169.7
Current children cumulated vsize (KiB) 167912

[startup+593.501 s]
/proc/loadavg: 1.99 1.96 1.70 3/67 22091
/proc/meminfo: memFree=1680608/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162556 CPUtime=1162.65
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36926 0 0 0 116212 53 0 0 18 0 2 0 93258590 166457344 36856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40639 36856 83 193 0 40443 0
[pid=22090/tid=22091] ppid=22087 vsize=162556 CPUtime=579.91
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7837 0 0 0 57971 20 0 0 18 0 2 0 93258671 166457344 36856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.89
Current children cumulated vsize (KiB) 167912

[startup+594.302 s]
/proc/loadavg: 1.99 1.96 1.70 3/67 22091
/proc/meminfo: memFree=1680608/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162556 CPUtime=1164.24
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36926 0 0 0 116371 53 0 0 17 0 2 0 93258590 166457344 36856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40639 36856 83 193 0 40443 0
[pid=22090/tid=22091] ppid=22087 vsize=162556 CPUtime=580.7
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7837 0 0 0 58050 20 0 0 19 0 2 0 93258671 166457344 36856 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.48
Current children cumulated vsize (KiB) 167912

[startup+594.702 s]
/proc/loadavg: 1.99 1.96 1.70 3/67 22091
/proc/meminfo: memFree=1680608/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162556 CPUtime=1165.04
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36932 0 0 0 116451 53 0 0 17 0 2 0 93258590 166457344 36862 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40639 36862 83 193 0 40443 0
[pid=22090/tid=22091] ppid=22087 vsize=162556 CPUtime=581.1
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7837 0 0 0 58090 20 0 0 16 0 2 0 93258671 166457344 36862 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.28
Current children cumulated vsize (KiB) 167912

[startup+594.802 s]
/proc/loadavg: 1.99 1.96 1.70 3/67 22091
/proc/meminfo: memFree=1680608/2055920 swapFree=4181848/4192956
[pid=22087] ppid=22085 vsize=5356 CPUtime=10.24
/proc/22087/stat : 22087 (manysat.sh) S 22085 22087 21893 0 -1 4194304 312 56812 0 0 0 0 970 54 19 0 1 0 93257564 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22087/statm: 1339 238 195 169 0 50 0
[pid=22090] ppid=22087 vsize=162692 CPUtime=1165.24
/proc/22090/stat : 22090 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194304 36936 0 0 0 116471 53 0 0 17 0 2 0 93258590 166596608 36866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22090/statm: 40673 36866 83 193 0 40477 0
[pid=22090/tid=22091] ppid=22087 vsize=162692 CPUtime=581.2
/proc/22090/task/22091/stat : 22091 (manysat1.1_stat) R 22087 22087 21893 0 -1 4194368 7837 0 0 0 58100 20 0 0 16 0 2 0 93258671 166596608 36866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (KiB) 168048

Child status: 20
Real time (s): 594.88
CPU time (s): 1175.59
CPU user time (s): 1174.46
CPU system time (s): 1.13483
CPU usage (%): 197.619
Max. virtual memory (cumulated for all children) (KiB): 233476

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

runsolver used 0.575912 second user time and 1.59476 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 11:37:16
IDJOB=1720064
IDBENCH=69591
IDSOLVER=515
FILE ID=node4/1720064-1240652234
PBS_JOBID= 9186517
Free space on /tmp= 66184 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720064-1240652234/watcher-1720064-1240652234 -o /tmp/evaluation-result-1720064-1240652234/solver-1720064-1240652234 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1720064-1240652234.cnf aimd 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1593534735

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1880728 kB
Buffers:          5904 kB
Cached:         110944 kB
SwapCached:       5212 kB
Active:          54044 kB
Inactive:        71024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880728 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:           25128 kB
Writeback:           0 kB
Mapped:          13828 kB
Slab:            36048 kB
Committed_AS:   423156 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66184 MiB
End job on node4 at 2009-04-25 11:47:11