Trace number 1783658

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.42

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
MD5SUM5a3ae9766db0de00fa37fabacaa34827
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 variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
Number of clauses of size over 50

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-1783658-1241862007.cnf
0.00/0.00	c found header 'p cnf 4703 45358'
0.00/0.06	c finished parsing
0.00/0.06	c
0.00/0.06	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.06	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.06	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.06	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.06	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.06	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.06	c
0.00/0.06	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.06	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.06	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.06	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.06	c
0.00/0.06	c starting search after 0.1 seconds
0.00/0.06	c no decision limit
0.00/0.06	c
0.00/0.06	c       original/binary      fixed     eliminated      learned       agility
0.00/0.06	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.06	c
0.00/0.06	c *    0.1    44591    4512    181    10      0       0      0    0.0   0    3
0.69/0.78	c s    0.8    42995    4386    214    77     26       0      0    0.0   0    3
0.69/0.78	c l    0.8    42995    4386    214    77     26       0  37993    0.0   0    3
0.69/0.79	c R    0.8    43001    4386    214    77     26     100     96  228.0  14    3
0.79/0.81	c R    0.8    43005    4386    214    77     26     201    196  174.2  17    4
1.49/1.51	c N    1.5    43005    4386    214    77     26     805    800  147.4  32    4
1.79/1.82	c B    1.8    43005    4386    214    77     26    1000    995  142.6  27    4
2.19/2.23	c s    2.2    43005    4386    214    77     26    1260   1255  137.2  29    3
2.59/2.64	c B    2.6    43139    4384    215    78     26    2000   1995  120.6  39    4
2.79/2.84	c N    2.8    43168    4384    215    78     26    2410   2405  114.7  38    4
3.89/3.93	c s    3.9    43312    4384    215    78     26    3633   3625  100.8  30    4
5.79/5.85	c s    5.8    43314    4384    215    78     26    5623   5614   87.2  40    5
6.39/6.44	c N    6.4    43314    4384    215    78     26    6419   6410   83.3  40    5
7.49/7.51	c B    7.5    43315    4384    215    78     26    8004   7994   77.8  42    6
8.09/8.18	c s    8.2    42068    4384    215    78     26    8092   8082   77.6  43    5
8.09/8.18	c -    8.2    42068    4384    215    78     26    8092  37234   77.6  43    5
10.29/10.36	c s   10.4    42080    4384    215    78     26   11312  11302   69.8  43    6
12.79/12.84	c s   12.8    42082    4384    215    78     26   15320  15309   64.7  36    7
13.28/13.38	c N   13.4    42085    4384    215    78     26   16039  16026   64.1  38    8
15.18/15.24	c
15.18/15.24	c       original/binary      fixed     eliminated      learned       agility
15.18/15.24	c   seconds        variables     equivalent    conflicts       height       MB
15.18/15.24	c
15.18/15.24	c s   15.2    42085    4384    215    78     26   17598  17585   62.8  42    8
19.39/19.43	c B   19.4    42085    4384    215    78     26   24006  23993   60.8  36   10
22.29/22.32	c s   22.3    42086    4384    215    78     26   27765  27751   59.9  30   10
25.78/25.84	c s   25.8    41406    4383    215    79     26   31908  31884   57.6  29   11
25.78/25.84	c -   25.8    41406    4383    215    79     26   31908  36862   57.6  29   11
28.89/28.98	c s   29.0    41410    4383    215    79     26   36107  36082   55.9  34   12
29.99/30.06	c +   30.1    41413    4383    215    79     26   36862  40548   55.6  32   13
31.98/32.00	c s   32.0    41413    4383    215    79     26   38139  38113   55.4  27   13
32.38/32.40	c R   32.4    41413    4383    215    79     26   38468  38442   55.2  19   14
39.58/39.60	c +   39.6    41413    4383    215    79     26   46075  44602   53.2  36   14
54.08/54.14	c +   54.1    41413    4383    215    79     26   57591  49062   50.5  38   15
63.88/63.92	c s   63.9    41414    4383    215    79     26   62714  49149   49.5  35   14
64.68/64.79	c B   64.8    41418    4383    215    79     26   64019  49111   49.3  40   15
68.27/68.36	c s   68.3    41418    4383    215    79     26   69865  49124   48.5  36   14
69.97/70.07	c +   70.1    41418    4383    215    79     26   71985  53968   48.6  30   15
83.07/83.13	c N   83.1    41418    4383    215    79     26   89767  54012   47.6  31   16
83.17/83.28	c +   83.3    41418    4383    215    79     26   89980  59364   47.6  35   16
101.77/101.82	c +  101.8    41418    4383    215    79     26  112475  65300   46.5  34   19
124.86/124.94	c +  124.9    41418    4383    215    79     26  140591  71830   45.4  29   20
140.25/140.39	c
140.25/140.39	c       original/binary      fixed     eliminated      learned       agility
140.25/140.39	c   seconds        variables     equivalent    conflicts       height       MB
140.25/140.39	c
140.25/140.39	c B  140.4    41418    4383    215    79     26  160044  71887   44.4  38   22
144.25/144.36	c s  144.3    41419    4383    215    79     26  163956  71897   44.2  32   17
151.65/151.74	c s  151.7    41420    4383    215    79     26  171780  71861   44.1  35   17
154.85/154.98	c +  154.9    41420    4383    215    79     26  175735  79013   44.1  35   19
181.95/182.01	c N  182.0    41420    4383    215    79     26  205121  79106   43.5  29   21
196.14/196.26	c +  196.2    41420    4383    215    79     26  219666  86914   43.2  33   20
253.23/253.34	c +  253.3    41420    4383    215    79     26  274580  95605   42.1  34   26
314.41/314.54	c +  314.5    41420    4383    215    79     26  343225 105165   41.4  30   28
316.00/316.10	c s  316.0    41421    4383    215    79     26  345148  97573   41.3  24   21
350.99/351.18	c B  351.1    41421    4383    215    79     26  384086 119034   40.3  33   29
369.69/369.85	c s  369.8    41422    4383    215    79     26  402664 137612   39.8  24   30
392.19/392.32	c +  392.2    41422    4383    215    79     26  429033 115681   39.9  32   28
418.58/418.76	c N  418.6    41422    4383    215    79     26  461488 115878   39.9  36   33
493.56/493.80	c +  493.7    41422    4383    215    79     26  536291 127249   39.9  35   43
636.32/636.52	c s  636.4    41423    4383    215    79     26  665048 153680   40.8  35   39
640.92/641.20	c +  641.0    41429    4383    215    79     26  670361 139973   40.9  29   38
649.52/649.72	c s  649.6    41429    4383    215    79     26  677103 140076   40.9  32   35
670.82/671.08	c s  670.9    41430    4383    215    79     26  701121 140072   40.9  43   35
840.87/841.12	c +  840.9    41430    4383    215    79     26  837953 153970   41.2  39   47
935.85/936.12	c
935.85/936.12	c       original/binary      fixed     eliminated      learned       agility
935.85/936.12	c   seconds        variables     equivalent    conflicts       height       MB
935.85/936.12	c
935.85/936.12	c B  935.9    41430    4383    215    79     26  896166 117147   41.3  43   32
952.74/953.06	c s  952.8    41431    4383    215    79     26  919401 140381   41.3  23   36
1053.02/1053.30	c N 1053.0    41431    4383    215    79     26 1025324 154069   41.3  30   42
1085.41/1085.74	c + 1085.5    41431    4383    215    79     26 1047442 169367   41.2  34   43
1091.81/1092.18	c s 1091.9    41432    4383    215    79     26 1051731 158341   41.2  31   35
1107.30/1107.65	c s 1107.4    41434    4383    215    79     26 1061779 168388   41.2  28   37
1157.79/1158.20	c s 1157.9    41435    4383    215    79     26 1111831 169464   41.1  31   36
1175.78/1176.13	c s 1175.8    41436    4383    215    79     26 1128405 169450   41.2  32   35
1233.47/1233.90	c s 1233.6    41062    4380    215    80     28 1173423 169448   41.1  23   35
1249.17/1249.58	c s 1249.3    41063    4380    215    80     28 1182044 169540   41.1  30   35
1267.46/1267.88	c s 1267.5    41067    4380    215    80     28 1204154 169456   41.1  31   37
1284.25/1284.69	c s 1284.4    41075    4380    215    80     28 1213379 169525   41.2  44   37
1308.04/1308.43	c s 1308.1    41076    4380    215    80     28 1231118 169529   41.4  36   38
1389.72/1390.18	c + 1389.8    41076    4380    215    80     28 1309300 186303   41.2  29   50
1660.85/1661.39	c s 1661.0    41077    4380    215    80     28 1468339 142114   40.7  28   41
1681.24/1681.77	c s 1681.3    41078    4380    215    80     28 1473191 146966   40.7  37   42
1926.38/1926.97	c + 1926.5    41078    4380    215    80     28 1636625 204933   40.5  32   51
2115.92/2116.59	c s 2116.0    41079    4380    215    80     28 1718544 205000   40.3  34   44
2969.51/2970.35	c s 2969.6    41082    4380    215    80     28 2022984 153728   40.2  42   32
3005.80/3006.65	c
3005.80/3006.65	c       original/binary      fixed     eliminated      learned       agility
3005.80/3006.65	c   seconds        variables     equivalent    conflicts       height       MB
3005.80/3006.65	c
3005.80/3006.65	c + 3005.9    41082    4380    215    80     28 2045781 225426   40.3  36   42
3009.70/3010.58	c B 3009.8    41082    4380    215    80     28 2048343 179087   40.3  34   42
3516.26/3517.29	c N 3516.4    41082    4380    215    80     28 2255405 233039   40.0  38   65
4066.81/4067.96	c + 4066.9    41082    4380    215    80     28 2557225 247968   39.8  37   56
5000.06/5001.40	c
5000.06/5001.40	c *** CAUGHT SIGNAL 15 ***
5000.06/5001.40	c
5000.06/5001.40	c 3075313 conflicts, 3354946 decisions, 2 random
5000.06/5001.40	c 0 iterations, 25 restarts, 5347 skipped
5000.06/5001.40	c 20 enlarged, 4246 shrunken, 30034 rescored, 759 rebiased
5000.06/5001.40	c 35 simplifications, 6 reductions
5000.06/5001.40	c
5000.06/5001.40	c vars: 215 fixed, 80 equiv, 28 elim, 89 merged
5000.06/5001.40	c elim: 1128836 resolutions, 4 phases, 4 rounds
5000.06/5001.40	c sbst: 100% substituted, 0.0% nots, 10.7% ands, 85.7% xors, 3.6% ites
5000.06/5001.40	c arty: 2.00 and 2.00 xor average arity
5000.06/5001.40	c prbe: 464710 probed, 51 phases, 53 rounds
5000.06/5001.40	c prbe: 1 failed, 19 lifted, 1 merged
5000.06/5001.40	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.06/5001.40	c hash: 19 units, 88 merged
5000.06/5001.40	c mins: 137296847 learned, 44% deleted, 153 strong, 407 depth
5000.06/5001.40	c subs: 2316 forward, 4269 backward, 855 doms
5000.06/5001.40	c strs: 10110 forward, 13004 backward
5000.06/5001.40	c doms: 860 dominators, 623 high, 0 low
5000.06/5001.40	c prps: 2125131283 propagations, 0.43 megaprops
5000.06/5001.40	c
5000.06/5001.40	c 5000.1 seconds, 91 MB max, 546 MB recycled
5000.06/5001.40	c
5000.06/5001.40	c *** CAUGHT SIGNAL 15 ***
5000.06/5001.40	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-1783658-1241862007/watcher-1783658-1241862007 -o /tmp/evaluation-result-1783658-1241862007/solver-1783658-1241862007 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1783658-1241862007.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: 0.96 0.49 0.19 3/64 32265
/proc/meminfo: memFree=1485528/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=1340 CPUtime=0
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 214234720 1372160 215 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 335 215 64 155 0 178 0

[startup+0.0803379 s]
/proc/loadavg: 0.96 0.49 0.19 3/64 32265
/proc/meminfo: memFree=1485528/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=4900 CPUtime=0.07
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1132 0 0 0 7 0 0 0 18 0 1 0 214234720 5017600 1116 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1225 1116 79 155 0 1068 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4900

[startup+0.101339 s]
/proc/loadavg: 0.96 0.49 0.19 3/64 32265
/proc/meminfo: memFree=1485528/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=5032 CPUtime=0.09
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1186 0 0 0 9 0 0 0 18 0 1 0 214234720 5152768 1170 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1258 1171 79 155 0 1101 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5032

[startup+0.301355 s]
/proc/loadavg: 0.96 0.49 0.19 3/64 32265
/proc/meminfo: memFree=1485528/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=6104 CPUtime=0.29
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1608 0 0 0 29 0 0 0 19 0 1 0 214234720 6250496 1438 1992294400 134512640 135151029 4294956240 18446744073709551615 134575754 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1526 1438 79 155 0 1369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6104

[startup+0.701388 s]
/proc/loadavg: 0.96 0.49 0.19 3/64 32265
/proc/meminfo: memFree=1485528/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=6104 CPUtime=0.69
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1609 0 0 0 69 0 0 0 22 0 1 0 214234720 6250496 1439 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1526 1439 79 155 0 1369 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6104

[startup+1.50145 s]
/proc/loadavg: 0.96 0.49 0.19 2/65 32266
/proc/meminfo: memFree=1480016/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=6112 CPUtime=1.49
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1611 0 0 0 149 0 0 0 25 0 1 0 214234720 6258688 1441 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1528 1441 79 155 0 1371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6112

[startup+3.10158 s]
/proc/loadavg: 0.97 0.50 0.19 2/65 32266
/proc/meminfo: memFree=1479888/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=6112 CPUtime=3.09
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1611 0 0 0 309 0 0 0 25 0 1 0 214234720 6258688 1441 1992294400 134512640 135151029 4294956240 18446744073709551615 134554571 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1528 1441 79 155 0 1371 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6112

[startup+6.30285 s]
/proc/loadavg: 0.97 0.50 0.19 2/65 32266
/proc/meminfo: memFree=1479248/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=6908 CPUtime=6.29
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 1803 0 0 0 629 0 0 0 25 0 1 0 214234720 7073792 1633 1992294400 134512640 135151029 4294956240 18446744073709551615 134551455 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 1727 1633 79 155 0 1570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6908

[startup+12.7014 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 32266
/proc/meminfo: memFree=1476752/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=9544 CPUtime=12.69
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 2524 0 0 0 1268 1 0 0 25 0 1 0 214234720 9773056 2274 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 2386 2274 79 155 0 2229 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9544

[startup+25.5014 s]
/proc/loadavg: 0.98 0.53 0.21 2/65 32266
/proc/meminfo: memFree=1471888/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=14252 CPUtime=25.48
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 3682 0 0 0 2545 3 0 0 25 0 1 0 214234720 14594048 3432 1992294400 134512640 135151029 4294956240 18446744073709551615 134526375 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 3563 3432 79 155 0 3406 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14252

[startup+51.1015 s]
/proc/loadavg: 0.98 0.57 0.23 2/65 32266
/proc/meminfo: memFree=1468688/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=17420 CPUtime=51.07
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 4464 0 0 0 5103 4 0 0 25 0 1 0 214234720 17838080 4209 1992294400 134512640 135151029 4294956240 18446744073709551615 134551638 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 4355 4209 79 155 0 4198 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17420

[startup+102.306 s]
/proc/loadavg: 0.99 0.64 0.27 2/65 32266
/proc/meminfo: memFree=1464848/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=21192 CPUtime=102.27
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 5408 0 0 0 10221 6 0 0 25 0 1 0 214234720 21700608 5147 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 5298 5147 79 155 0 5141 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21192

[startup+162.302 s]
/proc/loadavg: 0.99 0.69 0.31 2/65 32266
/proc/meminfo: memFree=1462224/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=23868 CPUtime=162.25
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 6258 0 0 0 16218 7 0 0 25 0 1 0 214234720 24440832 5808 1992294400 134512640 135151029 4294956240 18446744073709551615 134554848 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 5967 5808 79 155 0 5810 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 23868

[startup+222.301 s]
/proc/loadavg: 0.99 0.75 0.35 2/65 32266
/proc/meminfo: memFree=1460560/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=25860 CPUtime=222.23
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 6647 0 0 0 22215 8 0 0 25 0 1 0 214234720 26480640 6197 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 6465 6197 79 155 0 6308 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 25860

[startup+282.301 s]
/proc/loadavg: 0.99 0.79 0.39 2/65 32266
/proc/meminfo: memFree=1456464/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=30576 CPUtime=282.22
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 7668 0 0 0 28213 9 0 0 25 0 1 0 214234720 31309824 7218 1992294400 134512640 135151029 4294956240 18446744073709551615 134554805 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 7644 7218 79 155 0 7487 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 30576

[startup+342.301 s]
/proc/loadavg: 0.99 0.83 0.43 2/65 32266
/proc/meminfo: memFree=1455568/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=30624 CPUtime=342.2
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 8068 0 0 0 34211 9 0 0 25 0 1 0 214234720 31358976 7443 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 7656 7443 79 155 0 7499 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 30624

[startup+402.301 s]
/proc/loadavg: 0.99 0.85 0.46 2/65 32266
/proc/meminfo: memFree=1448848/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=37016 CPUtime=402.18
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 9800 0 0 0 40207 11 0 0 25 0 1 0 214234720 37904384 9101 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 9254 9101 79 155 0 9097 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 37016

[startup+462.301 s]
/proc/loadavg: 0.99 0.88 0.49 2/65 32266
/proc/meminfo: memFree=1446288/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=40520 CPUtime=462.17
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 10447 0 0 0 46205 12 0 0 25 0 1 0 214234720 41492480 9748 1992294400 134512640 135151029 4294956240 18446744073709551615 134580620 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 10130 9748 79 155 0 9973 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 40520

[startup+522.302 s]
/proc/loadavg: 0.99 0.90 0.52 2/65 32266
/proc/meminfo: memFree=1433104/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=54996 CPUtime=522.15
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 13845 0 0 0 52201 14 0 0 25 0 1 0 214234720 56315904 13146 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 13749 13146 79 155 0 13592 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 54996

[startup+582.302 s]
/proc/loadavg: 0.99 0.91 0.55 2/65 32266
/proc/meminfo: memFree=1427024/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=60444 CPUtime=582.14
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 15391 0 0 0 58197 17 0 0 25 0 1 0 214234720 61894656 14512 1992294400 134512640 135151029 4294956240 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 15111 14512 79 155 0 14954 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 60444

[startup+642.302 s]
/proc/loadavg: 0.99 0.93 0.57 2/65 32266
/proc/meminfo: memFree=1426768/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=60444 CPUtime=642.12
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 15471 0 0 0 64195 17 0 0 25 0 1 0 214234720 61894656 14592 1992294400 134512640 135151029 4294956240 18446744073709551615 134554848 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 15111 14592 79 155 0 14954 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 60444

[startup+702.302 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1389840/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=94000 CPUtime=4001.22
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 27913 0 0 0 400077 45 0 0 25 0 1 0 214234720 96256000 23411 1992294400 134512640 135151029 4294956240 18446744073709551615 134554940 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 23500 23411 79 155 0 23343 0
Current children cumulated CPU time (s) 4001.22
Current children cumulated vsize (KiB) 94000

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1389200/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=95028 CPUtime=4061.22
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 28067 0 0 0 406076 46 0 0 25 0 1 0 214234720 97308672 23565 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 23757 23565 79 155 0 23600 0
Current children cumulated CPU time (s) 4061.22
Current children cumulated vsize (KiB) 95028

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1388496/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=96056 CPUtime=4121.19
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 28249 0 0 0 412073 46 0 0 25 0 1 0 214234720 98361344 23747 1992294400 134512640 135151029 4294956240 18446744073709551615 134554900 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 24014 23747 79 155 0 23857 0
Current children cumulated CPU time (s) 4121.19
Current children cumulated vsize (KiB) 96056

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1387664/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=97600 CPUtime=4181.18
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 28467 0 0 0 418071 47 0 0 25 0 1 0 214234720 99942400 23965 1992294400 134512640 135151029 4294956240 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 24400 23965 79 155 0 24243 0
Current children cumulated CPU time (s) 4181.18
Current children cumulated vsize (KiB) 97600

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1386448/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=99012 CPUtime=4241.16
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 28777 0 0 0 424069 47 0 0 25 0 1 0 214234720 101388288 24275 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 24753 24275 79 155 0 24596 0
Current children cumulated CPU time (s) 4241.16
Current children cumulated vsize (KiB) 99012

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1385232/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=100296 CPUtime=4301.15
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29055 0 0 0 430067 48 0 0 25 0 1 0 214234720 102703104 24553 1992294400 134512640 135151029 4294956240 18446744073709551615 134552184 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 25074 24553 79 155 0 24917 0
Current children cumulated CPU time (s) 4301.15
Current children cumulated vsize (KiB) 100296

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 32274
/proc/meminfo: memFree=1384016/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=101840 CPUtime=4361.13
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29369 0 0 0 436065 48 0 0 25 0 1 0 214234720 104284160 24867 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 25460 24867 79 155 0 25303 0
Current children cumulated CPU time (s) 4361.13
Current children cumulated vsize (KiB) 101840

[startup+4422.3 s]
/proc/loadavg: 1.04 1.01 0.91 2/65 32274
/proc/meminfo: memFree=1389584/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=94000 CPUtime=4421.11
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29375 0 0 0 442063 48 0 0 25 0 1 0 214234720 96256000 23416 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 23500 23416 79 155 0 23343 0
Current children cumulated CPU time (s) 4421.11
Current children cumulated vsize (KiB) 94000

[startup+4482.3 s]
/proc/loadavg: 1.11 1.04 0.93 2/65 32274
/proc/meminfo: memFree=1389584/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=94000 CPUtime=4481.1
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29375 0 0 0 448061 49 0 0 25 0 1 0 214234720 96256000 23416 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 23500 23416 79 155 0 23343 0
Current children cumulated CPU time (s) 4481.1
Current children cumulated vsize (KiB) 94000

[startup+4542.3 s]
/proc/loadavg: 1.04 1.03 0.93 2/65 32274
/proc/meminfo: memFree=1389392/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=94768 CPUtime=4541.09
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29459 0 0 0 454060 49 0 0 25 0 1 0 214234720 97042432 23500 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 23692 23500 79 155 0 23535 0
Current children cumulated CPU time (s) 4541.09
Current children cumulated vsize (KiB) 94768

[startup+4602.3 s]
/proc/loadavg: 1.01 1.02 0.93 2/65 32274
/proc/meminfo: memFree=1388752/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=95792 CPUtime=4601.07
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29611 0 0 0 460058 49 0 0 25 0 1 0 214234720 98091008 23652 1992294400 134512640 135151029 4294956240 18446744073709551615 134575907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 23948 23652 79 155 0 23791 0
Current children cumulated CPU time (s) 4601.07
Current children cumulated vsize (KiB) 95792

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 0.93 2/65 32274
/proc/meminfo: memFree=1387792/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=97328 CPUtime=4661.05
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 29855 0 0 0 466056 49 0 0 25 0 1 0 214234720 99663872 23896 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 24332 23896 79 155 0 24175 0
Current children cumulated CPU time (s) 4661.05
Current children cumulated vsize (KiB) 97328

[startup+4722.31 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 32274
/proc/meminfo: memFree=1386768/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=98612 CPUtime=4721.04
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 30097 0 0 0 472054 50 0 0 25 0 1 0 214234720 100978688 24138 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 24653 24138 79 155 0 24496 0
Current children cumulated CPU time (s) 4721.04
Current children cumulated vsize (KiB) 98612

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 32274
/proc/meminfo: memFree=1385872/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=99896 CPUtime=4781.03
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 30316 0 0 0 478052 51 0 0 25 0 1 0 214234720 102293504 24357 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 24974 24357 79 155 0 24817 0
Current children cumulated CPU time (s) 4781.03
Current children cumulated vsize (KiB) 99896

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 32274
/proc/meminfo: memFree=1384656/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=101436 CPUtime=4841.01
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 30618 0 0 0 484050 51 0 0 25 0 1 0 214234720 103870464 24659 1992294400 134512640 135151029 4294956240 18446744073709551615 134575907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 25359 24659 79 155 0 25202 0
Current children cumulated CPU time (s) 4841.01
Current children cumulated vsize (KiB) 101436

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 32280
/proc/meminfo: memFree=1384136/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=102204 CPUtime=4900.99
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 30734 0 0 0 490047 52 0 0 25 0 1 0 214234720 104656896 24775 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 25551 24775 79 155 0 25394 0
Current children cumulated CPU time (s) 4900.99
Current children cumulated vsize (KiB) 102204

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 32280
/proc/meminfo: memFree=1383816/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=102460 CPUtime=4960.97
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 30797 0 0 0 496045 52 0 0 25 0 1 0 214234720 104919040 24838 1992294400 134512640 135151029 4294956240 18446744073709551615 134554843 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 25615 24838 79 155 0 25458 0
Current children cumulated CPU time (s) 4960.97
Current children cumulated vsize (KiB) 102460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 32280
/proc/meminfo: memFree=1383432/2055920 swapFree=4191900/4192956
[pid=32265] ppid=32263 vsize=102972 CPUtime=5000.06
/proc/32265/stat : 32265 (precosat) R 32263 32265 32196 0 -1 4194304 30891 0 0 0 499954 52 0 0 25 0 1 0 214234720 105443328 24932 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/32265/statm: 25743 24932 79 155 0 25586 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 102972

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.42
CPU time (s): 5000.09
CPU user time (s): 4999.55
CPU system time (s): 0.542917
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 105296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.55
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30891
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= 10263

runsolver used 3.2885 second user time and 10.6954 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-09 11:40:07
IDJOB=1783658
IDBENCH=24628
IDSOLVER=607
FILE ID=node3/1783658-1241862007
PBS_JOBID= 9264609
Free space on /tmp= 66140 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783658-1241862007/watcher-1783658-1241862007 -o /tmp/evaluation-result-1783658-1241862007/solver-1783658-1241862007 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1783658-1241862007.cnf

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

MD5SUM BENCH= 5a3ae9766db0de00fa37fabacaa34827
RANDOM SEED=1932464036

node3.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.212
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.212
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:       1485944 kB
Buffers:         30760 kB
Cached:         449060 kB
SwapCached:        260 kB
Active:          76120 kB
Inactive:       417480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485944 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          22276 kB
Slab:            62404 kB
Committed_AS:   788112 kB
PageTables:       1372 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= 66140 MiB
End job on node3 at 2009-05-09 13:03:30