Trace number 1784418

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
precosat 236? (TO) 5000.09 5001.33

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1784418-1241939372.cnf
0.00/0.00	c found header 'p cnf 2100 215164'
0.29/0.34	c finished parsing
0.29/0.34	c
0.29/0.34	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.29/0.34	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.29/0.34	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.29/0.34	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.29/0.34	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.29/0.34	c --random=1 --spread=2000 --seed=0 --skip=25
0.29/0.34	c
0.29/0.34	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.29/0.34	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.29/0.34	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.29/0.34	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.29/0.34	c
0.29/0.34	c starting search after 0.3 seconds
0.29/0.34	c no decision limit
0.29/0.34	c
0.29/0.34	c       original/binary      fixed     eliminated      learned       agility
0.29/0.34	c   seconds        variables     equivalent    conflicts       height       MB
0.29/0.34	c
0.29/0.34	c *    0.3   215164    2100      0     0      0       0      0    0.0   0   13
0.89/0.91	c -    0.9   214918    2091      0     0      9       0   1000    0.0   0   17
3.19/3.26	c s    3.3   212622    2030      0     0     70       0      0    0.0   0   14
3.19/3.26	c l    3.3   212622    2030      0     0     70       0  11726    0.0   0   14
3.19/3.29	c R    3.3   212622    2030      0     0     70     101    101  142.7   3   15
3.29/3.31	c R    3.3   212622    2030      0     0     70     201    201  115.4   3   16
3.39/3.40	c R    3.4   212622    2030      0     0     70     805    805   80.3   4   16
3.39/3.44	c B    3.4   212622    2030      0     0     70    1000   1000   78.9   4   16
3.49/3.59	c B    3.6   212622    2030      0     0     70    2001   2001   93.4   5   17
3.59/3.66	c R    3.7   212622    2030      0     0     70    2412   2412  109.5   4   17
4.19/4.25	c R    4.3   212622    2030      0     0     70    6419   6419  102.2   4   19
4.49/4.50	c B    4.5   212622    2030      0     0     70    8001   8001  113.1   5   20
5.09/5.15	c +    5.2   212622    2030      0     0     70   11726  12898   99.3   4   22
5.59/5.63	c +    5.6   212622    2030      0     0     70   14656  14187   95.8   4   22
5.79/5.86	c R    5.9   212622    2030      0     0     70   16045  14223   92.5   3   23
6.29/6.37	c +    6.4   212622    2030      0     0     70   18320  15605   88.8   4   23
7.19/7.24	c +    7.2   212622    2030      0     0     70   22900  17165   85.9   4   23
7.39/7.41	c B    7.4   212622    2030      0     0     70   24008  16724   84.8   5   24
8.19/8.21	c +    8.2   212622    2030      0     0     70   28628  18881   82.9   4   24
9.49/9.50	c
9.49/9.50	c       original/binary      fixed     eliminated      learned       agility
9.49/9.50	c   seconds        variables     equivalent    conflicts       height       MB
9.49/9.50	c
9.49/9.50	c +    9.5   212622    2030      0     0     70   35786  20769   80.2   5   25
9.89/9.96	c R   10.0   212622    2030      0     0     70   38492  20781   78.0   5   26
11.39/11.40	c +   11.4   212622    2030      0     0     70   44730  22845   74.1   4   26
13.38/13.48	c +   13.5   212622    2030      0     0     70   55911  25129   75.9   4   27
15.09/15.18	c B   15.2   212622    2030      0     0     70   64023  25177   75.3   5   27
16.29/16.37	c +   16.4   212622    2030      0     0     70   69885  27641   77.1   5   28
19.99/20.07	c +   20.1   212622    2030      0     0     70   87355  30405   77.2   5   29
20.69/20.71	c R   20.7   212622    2030      0     0     70   89784  30117   76.8   4   30
24.88/24.97	c +   25.0   212622    2030      0     0     70  109191  33445   75.4   4   31
31.09/31.18	c +   31.2   212622    2030      0     0     70  136485  36789   74.4   5   32
36.38/36.47	c B   36.5   212622    2030      0     0     70  160044  36821   74.9   4   34
38.78/38.82	c +   38.8   212622    2030      0     0     70  170605  40467   74.7   4   34
47.18/47.26	c R   47.3   212622    2030      0     0     70  205157  40491   72.7   5   36
48.98/49.09	c +   49.1   212622    2030      0     0     70  213255  44513   71.7   5   36
62.38/62.43	c +   62.4   212622    2030      0     0     70  266565  48964   71.0   4   38
80.97/81.09	c +   81.1   212622    2030      0     0     70  333207  53860   69.6   4   40
94.97/95.06	c B   95.0   212622    2030      0     0     70  384101  53891   71.7   5   44
103.76/103.89	c +  103.9   212622    2030      0     0     70  416506  59246   72.2   5   44
116.86/116.96	c R  116.9   212622    2030      0     0     70  461467  59311   70.8   6   44
135.26/135.35	c
135.26/135.35	c       original/binary      fixed     eliminated      learned       agility
135.26/135.35	c   seconds        variables     equivalent    conflicts       height       MB
135.26/135.35	c
135.26/135.35	c +  135.3   212622    2030      0     0     70  520632  65170   70.6   5   48
148.65/148.79	c s  148.8   212623    2030      0     0     70  557563  65297   71.2   6   41
166.15/166.21	c s  166.2   212624    2030      0     0     70  612996  65209   71.8   5   40
177.85/177.96	c +  177.9   212624    2030      0     0     70  650791  71687   72.7   4   45
189.75/189.85	c s  189.8   212625    2030      0     0     70  683826  71710   72.5   5   42
209.24/209.31	c s  209.3   212626    2030      0     0     70  742256  71707   71.4   5   41
230.54/230.64	c s  230.6   212627    2030      0     0     70  803806  71816   72.7   4   44
233.64/233.72	c +  233.7   212627    2030      0     0     70  813485  78855   73.0   4   48
255.73/255.89	c s  255.8   212628    2030      0     0     70  874921  78912   73.4   4   47
263.53/263.65	c B  263.6   212628    2030      0     0     70  896180  78882   73.9   4   53
307.31/307.46	c +  307.4   212628    2030      0     0     70 1016855  86740   73.0   5   53
311.21/311.36	c R  311.3   212628    2030      0     0     70 1025433  86820   72.9   4   56
312.82/312.94	c s  312.9   212629    2030      0     0     70 1027319  86793   72.9   4   47
399.39/399.59	c +  399.5   212629    2030      0     0     70 1271066  95414   70.1   4   59
417.79/417.95	c s  417.8   212631    2030      0     0     70 1317944  95473   70.5   4   53
442.59/442.71	c s  442.6   212632    2030      0     0     70 1379672  95437   70.1   5   52
529.56/529.74	c +  529.6   212632    2030      0     0     70 1588831 104955   70.7   5   62
558.55/558.72	c s  558.6   212633    2030      0     0     70 1656165 105027   70.1   4   53
632.83/633.01	c s  632.9   212634    2030      0     0     70 1821263 105013   71.1   5   58
658.73/658.97	c
658.73/658.97	c       original/binary      fixed     eliminated      learned       agility
658.73/658.97	c   seconds        variables     equivalent    conflicts       height       MB
658.73/658.97	c
658.73/658.97	c s  658.8   212635    2030      0     0     70 1879411 105010   70.8   4   57
684.72/684.94	c s  684.8   212636    2030      0     0     70 1938020 105156   71.4   4   58
705.52/705.76	c +  705.6   212636    2030      0     0     70 1986035 115450   71.6   5   67
711.62/711.84	c s  711.7   212637    2030      0     0     70 1997432 115496   71.8   4   64
735.81/736.03	c B  735.9   212637    2030      0     0     70 2048390 115516   72.3   5   72
740.91/741.16	c s  741.0   212643    2030      0     0     70 2058512 115510   72.4   4   64
769.80/770.09	c s  769.9   212647    2030      0     0     70 2120106 115544   71.9   5   61
855.58/855.81	c R  855.6   212647    2030      0     0     70 2255865 115508   70.5   6   62
984.04/984.39	c +  984.2   212647    2030      0     0     70 2482540 126995   68.6   5   75
1269.68/1270.04	c + 1269.7   212647    2030      0     0     70 3103177 139694   69.7   4   94
1684.68/1685.11	c + 1684.7   212647    2030      0     0     70 3878970 153663   70.5   5  103
1686.28/1686.75	c s 1686.3   212648    2030      0     0     70 3880317 141120   70.5   5   73
1978.10/1978.64	c s 1978.2   212649    2030      0     0     70 4385610 153721   71.2   4   83
2111.27/2111.85	c B 2111.3   212649    2030      0     0     70 4608879 153718   72.0   5   97
2271.03/2271.68	c + 2271.1   212649    2030      0     0     70 4848711 169029   71.4   5   65
2317.92/2318.56	c R 2318.0   212649    2030      0     0     70 4921725 169097   71.1   5   82
2745.31/2746.00	c s 2745.3   212650    2030      0     0     70 5511300 169129   69.8   4   84
3048.54/3049.39	c + 3048.6   212650    2030      0     0     70 6060885 185931   70.0   4  102
4097.48/4098.53	c + 4097.5   212650    2030      0     0     70 7576105 204524   70.8   5  123
5000.05/5001.30	c
5000.05/5001.30	c *** CAUGHT SIGNAL 15 ***
5000.05/5001.30	c
5000.05/5001.30	c 8793737 conflicts, 17498620 decisions, 8744 random
5000.05/5001.30	c 0 iterations, 14331 restarts, 0 skipped
5000.05/5001.30	c 30 enlarged, 156 shrunken, 86057 rescored, 1913 rebiased
5000.05/5001.30	c 20 simplifications, 1 reductions
5000.05/5001.30	c
5000.05/5001.30	c vars: 0 fixed, 0 equiv, 70 elim, 0 merged
5000.05/5001.30	c elim: 950744 resolutions, 2 phases, 1 rounds
5000.05/5001.30	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
5000.05/5001.30	c arty: 29.00 and 0.00 xor average arity
5000.05/5001.30	c prbe: 1238430 probed, 1218 phases, 305 rounds
5000.05/5001.30	c prbe: 0 failed, 0 lifted, 0 merged
5000.05/5001.30	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.05/5001.30	c hash: 0 units, 0 merged
5000.05/5001.30	c mins: 924991292 learned, 49% deleted, 0 strong, 18 depth
5000.05/5001.30	c subs: 107 forward, 422 backward, 1 doms
5000.05/5001.30	c strs: 935 forward, 0 backward
5000.05/5001.30	c doms: 1 dominators, 0 high, 0 low
5000.05/5001.30	c prps: 1882157880 propagations, 0.38 megaprops
5000.05/5001.30	c
5000.05/5001.30	c 5000.1 seconds, 157 MB max, 3644 MB recycled
5000.05/5001.30	c
5000.05/5001.30	c *** CAUGHT SIGNAL 15 ***
5000.05/5001.30	c

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784418-1241939372/watcher-1784418-1241939372 -o /tmp/evaluation-result-1784418-1241939372/solver-1784418-1241939372 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1784418-1241939372.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31810
/proc/meminfo: memFree=1810808/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=1188 CPUtime=0
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 221964331 1216512 183 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 297 183 63 155 0 140 0

[startup+0.00774606 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31810
/proc/meminfo: memFree=1810808/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=1320 CPUtime=0
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 248 0 0 0 0 0 0 0 18 0 1 0 221964331 1351680 233 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 330 234 63 155 0 173 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1320

[startup+0.101754 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31810
/proc/meminfo: memFree=1810808/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=6572 CPUtime=0.09
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 1759 0 0 0 9 0 0 0 18 0 1 0 221964331 6729728 1517 1992294400 134512640 135151029 4294956240 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 1643 1518 63 155 0 1486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6572

[startup+0.301773 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31810
/proc/meminfo: memFree=1810808/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=14724 CPUtime=0.29
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 4058 0 0 0 28 1 0 0 19 0 1 0 221964331 15077376 3559 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 3681 3559 63 155 0 3524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14724

[startup+0.70181 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31810
/proc/meminfo: memFree=1810808/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=18504 CPUtime=0.69
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 6689 0 0 0 67 2 0 0 22 0 1 0 221964331 18948096 4525 1992294400 134512640 135151029 4294956240 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 4626 4525 79 155 0 4469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18504

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1790320/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=23680 CPUtime=1.49
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 8237 0 0 0 146 3 0 0 25 0 1 0 221964331 24248320 5816 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 5920 5816 79 155 0 5763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23680

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1787632/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=23680 CPUtime=3.09
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 8237 0 0 0 306 3 0 0 25 0 1 0 221964331 24248320 5816 1992294400 134512640 135151029 4294956240 18446744073709551615 134550581 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 5920 5816 79 155 0 5763 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23680

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1785008/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=26776 CPUtime=6.29
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 9546 0 0 0 626 3 0 0 25 0 1 0 221964331 27418624 6612 1992294400 134512640 135151029 4294956240 18446744073709551615 134551885 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 6694 6612 79 155 0 6537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26776

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1780792/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=30484 CPUtime=12.68
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 10458 0 0 0 1264 4 0 0 25 0 1 0 221964331 31215616 7524 1992294400 134512640 135151029 4294956240 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 7621 7524 79 155 0 7464 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30484

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1775480/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=36164 CPUtime=25.48
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 11886 0 0 0 2543 5 0 0 25 0 1 0 221964331 37031936 8952 1992294400 134512640 135151029 4294956240 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 9041 8952 79 155 0 8884 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36164

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1769336/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=41860 CPUtime=51.07
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 13295 0 0 0 5101 6 0 0 25 0 1 0 221964331 42864640 10361 1992294400 134512640 135151029 4294956240 18446744073709551615 134574851 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 10465 10361 79 155 0 10308 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41860

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1762424/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=48788 CPUtime=102.27
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 15013 0 0 0 10219 8 0 0 25 0 1 0 221964331 49958912 12079 1992294400 134512640 135151029 4294956240 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 12197 12079 79 155 0 12040 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 48788

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1753144/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=58108 CPUtime=162.25
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 18334 0 0 0 16214 11 0 0 25 0 1 0 221964331 59502592 14374 1992294400 134512640 135151029 4294956240 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 14527 14374 79 155 0 14370 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 58108

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1752952/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=58108 CPUtime=222.23
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 19920 0 0 0 22211 12 0 0 25 0 1 0 221964331 59502592 14421 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 14527 14421 79 155 0 14370 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 58108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1750008/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=61056 CPUtime=282.22
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 21930 0 0 0 28208 14 0 0 25 0 1 0 221964331 62521344 15148 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 15264 15148 79 155 0 15107 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 61056

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1750456/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=60196 CPUtime=342.21
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 23157 0 0 0 34206 15 0 0 25 0 1 0 221964331 61640704 14968 1992294400 134512640 135151029 4294956240 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 15049 14968 79 155 0 14892 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 60196

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1744504/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=68040 CPUtime=402.19
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 25030 0 0 0 40202 17 0 0 25 0 1 0 221964331 69672960 16841 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 17010 16841 79 155 0 16853 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 68040

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1739960/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=70824 CPUtime=462.18
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 27299 0 0 0 46199 19 0 0 25 0 1 0 221964331 72523776 17570 1992294400 134512640 135151029 4294956240 18446744073709551615 134554517 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 17706 17570 79 155 0 17549 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 70824

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1738616/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=72292 CPUtime=522.16
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 27689 0 0 0 52197 19 0 0 25 0 1 0 221964331 74027008 17960 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 18073 17960 79 155 0 17916 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 72292

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1738744/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=71848 CPUtime=582.14
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 28822 0 0 0 58194 20 0 0 25 0 1 0 221964331 73572352 17879 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 17962 17879 79 155 0 17805 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 71848

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31811
/proc/meminfo: memFree=1735736/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=74760 CPUtime=642.13
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 30708 0 0 0 64191 22 0 0 25 0 1 0 221964331 76554240 18609 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 18690 18609 79 155 0 18533 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 74760

[startup+702.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1668024/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=142092 CPUtime=4061.29
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 55256 0 0 0 406073 56 0 0 25 0 1 0 221964331 145502208 35267 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 35523 35267 79 155 0 35366 0
Current children cumulated CPU time (s) 4061.29
Current children cumulated vsize (KiB) 142092

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1667640/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=142636 CPUtime=4121.27
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 55349 0 0 0 412071 56 0 0 25 0 1 0 221964331 146059264 35360 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 35659 35360 79 155 0 35502 0
Current children cumulated CPU time (s) 4121.27
Current children cumulated vsize (KiB) 142636

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1653624/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=156732 CPUtime=4181.25
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 58832 0 0 0 418066 59 0 0 25 0 1 0 221964331 160493568 38843 1992294400 134512640 135151029 4294956240 18446744073709551615 134520405 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 39183 38843 79 155 0 39026 0
Current children cumulated CPU time (s) 4181.25
Current children cumulated vsize (KiB) 156732

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1647480/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=163340 CPUtime=4241.24
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 60398 0 0 0 424062 62 0 0 25 0 1 0 221964331 167260160 40409 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 40835 40409 79 155 0 40678 0
Current children cumulated CPU time (s) 4241.24
Current children cumulated vsize (KiB) 163340

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640184/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4301.22
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62185 0 0 0 430058 64 0 0 25 0 1 0 221964331 175190016 42196 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42196 79 155 0 42614 0
Current children cumulated CPU time (s) 4301.22
Current children cumulated vsize (KiB) 171084

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640184/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4361.2
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62189 0 0 0 436056 64 0 0 25 0 1 0 221964331 175190016 42200 1992294400 134512640 135151029 4294956240 18446744073709551615 134554588 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42200 79 155 0 42614 0
Current children cumulated CPU time (s) 4361.2
Current children cumulated vsize (KiB) 171084

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640184/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4421.2
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62192 0 0 0 442055 65 0 0 25 0 1 0 221964331 175190016 42203 1992294400 134512640 135151029 4294956240 18446744073709551615 134555108 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42203 79 155 0 42614 0
Current children cumulated CPU time (s) 4421.2
Current children cumulated vsize (KiB) 171084

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640120/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4481.18
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62193 0 0 0 448053 65 0 0 25 0 1 0 221964331 175190016 42204 1992294400 134512640 135151029 4294956240 18446744073709551615 134520273 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42204 79 155 0 42614 0
Current children cumulated CPU time (s) 4481.18
Current children cumulated vsize (KiB) 171084

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640120/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4541.16
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62194 0 0 0 454051 65 0 0 25 0 1 0 221964331 175190016 42205 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42205 79 155 0 42614 0
Current children cumulated CPU time (s) 4541.16
Current children cumulated vsize (KiB) 171084

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640056/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4601.15
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62198 0 0 0 460050 65 0 0 25 0 1 0 221964331 175190016 42209 1992294400 134512640 135151029 4294956240 18446744073709551615 134552116 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42209 79 155 0 42614 0
Current children cumulated CPU time (s) 4601.15
Current children cumulated vsize (KiB) 171084

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640056/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4661.13
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62199 0 0 0 466048 65 0 0 25 0 1 0 221964331 175190016 42210 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42210 79 155 0 42614 0
Current children cumulated CPU time (s) 4661.13
Current children cumulated vsize (KiB) 171084

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640056/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4721.13
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62200 0 0 0 472047 66 0 0 25 0 1 0 221964331 175190016 42211 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42211 79 155 0 42614 0
Current children cumulated CPU time (s) 4721.13
Current children cumulated vsize (KiB) 171084

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640056/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4781.11
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62200 0 0 0 478045 66 0 0 25 0 1 0 221964331 175190016 42211 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42211 79 155 0 42614 0
Current children cumulated CPU time (s) 4781.11
Current children cumulated vsize (KiB) 171084

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1640056/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4841.09
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62201 0 0 0 484043 66 0 0 25 0 1 0 221964331 175190016 42212 1992294400 134512640 135151029 4294956240 18446744073709551615 134552164 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42212 79 155 0 42614 0
Current children cumulated CPU time (s) 4841.09
Current children cumulated vsize (KiB) 171084

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1639992/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4901.07
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62202 0 0 0 490041 66 0 0 25 0 1 0 221964331 175190016 42213 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42213 79 155 0 42614 0
Current children cumulated CPU time (s) 4901.07
Current children cumulated vsize (KiB) 171084

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1639992/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=4961.06
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62202 0 0 0 496040 66 0 0 25 0 1 0 221964331 175190016 42213 1992294400 134512640 135151029 4294956240 18446744073709551615 134520453 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42213 79 155 0 42614 0
Current children cumulated CPU time (s) 4961.06
Current children cumulated vsize (KiB) 171084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1639992/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=5000.05
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62202 0 0 0 499939 66 0 0 25 0 1 0 221964331 175190016 42213 1992294400 134512640 135151029 4294956240 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42213 79 155 0 42614 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 171084

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

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

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31819
/proc/meminfo: memFree=1639992/2055920 swapFree=4175096/4192956
[pid=31810] ppid=31808 vsize=171084 CPUtime=5000.05
/proc/31810/stat : 31810 (precosat) R 31808 31810 31653 0 -1 4194304 62202 0 0 0 499939 66 0 0 25 0 1 0 221964331 175190016 42213 1992294400 134512640 135151029 4294956240 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31810/statm: 42771 42213 79 155 0 42614 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 171084

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.33
CPU time (s): 5000.09
CPU user time (s): 4999.4
CPU system time (s): 0.696894
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 171084

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

runsolver used 4.06738 second user time and 9.75652 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-10 09:09:32
IDJOB=1784418
IDBENCH=71428
IDSOLVER=607
FILE ID=node61/1784418-1241939372
PBS_JOBID= 9265009
Free space on /tmp= 66308 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784418-1241939372/watcher-1784418-1241939372 -o /tmp/evaluation-result-1784418-1241939372/solver-1784418-1241939372 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1784418-1241939372.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=2105601433

node61.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.216
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.216
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:       1811224 kB
Buffers:         50632 kB
Cached:         136512 kB
SwapCached:      12504 kB
Active:         110344 kB
Inactive:        91656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811224 kB
SwapTotal:     4192956 kB
SwapFree:      4175096 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:          13692 kB
Slab:            28772 kB
Committed_AS:   764580 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node61 at 2009-05-10 10:32:55