Trace number 1784126

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.15 5002.99

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_11_3_4_fbc.cnf
MD5SUM3f38c028c252f031e9505f68e48a880b
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 variables8713
Number of clauses129507
Sum of the clauses size394961
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240674
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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-1784126-1241916475.cnf
0.00/0.00	c found header 'p cnf 8713 129507'
0.09/0.13	c finished parsing
0.09/0.13	c
0.09/0.13	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.13	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.13	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.13	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.13	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.13	c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.13	c
0.09/0.13	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.09/0.13	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.09/0.13	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.09/0.13	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.09/0.13	c
0.09/0.13	c starting search after 0.1 seconds
0.09/0.13	c no decision limit
0.09/0.14	c
0.09/0.14	c       original/binary      fixed     eliminated      learned       agility
0.09/0.14	c   seconds        variables     equivalent    conflicts       height       MB
0.09/0.14	c
0.09/0.14	c *    0.1   129507    8713      0     0      0       0      0    0.0   0    9
1.79/1.88	c s    1.9   305134    8699      0    12      2       0      0    0.0   0   20
1.79/1.88	c l    1.9   305134    8699      0    12      2       0  88316    0.0   0   20
1.79/1.90	c R    1.9   305281    8699      0    12      2     100     99 1659.9   5   20
1.89/1.91	c R    1.9   305408    8699      0    12      2     202    201 1462.4   6   21
1.99/2.06	c R    2.1   306301    8698      0    13      2     802    795 1480.2   5   21
2.10/2.12	c B    2.1   306464    8696      0    15      2    1001    992 1452.6   6   21
2.20/2.28	c B    2.3   308482    8696      0    15      2    2001   1990 1312.0   3   23
2.29/2.39	c R    2.4   309862    8696      0    15      2    2405   2388 1322.2   3   23
3.59/3.61	c R    3.6   356338    8691      0    20      2    6414   6388 1350.3   7   31
3.79/3.86	c B    3.9   356338    8691      0    20      2    8001   7975 1333.0   4   33
5.50/5.57	c R    5.6   356362    8691      0    20      2   16031  15997 1264.2   4   40
7.69/7.74	c B    7.7   356439    8691      0    20      2   24005  23966 1199.0   5   48
12.29/12.30	c R   12.3   356564    8691      0    20      2   38502  38446 1237.9   4   62
15.98/16.04	c s   16.0   356514    8685      0    20      8   44439  44316 1214.6   4   62
24.77/24.81	c B   24.8   356629    8685      0    20      8   64022  63867 1202.9   6   87
35.27/35.37	c +   35.4   356692    8685      0    20      8   88316  97147 1205.5   4  109
35.67/35.79	c R   35.8   356692    8685      0    20      8   89787  89619 1204.0   4  110
50.07/50.18	c s   50.2   356752    8685      0    20      8  108962  97175 1176.2   5  101
50.87/50.96	c
50.87/50.96	c       original/binary      fixed     eliminated      learned       agility
50.87/50.96	c   seconds        variables     equivalent    conflicts       height       MB
50.87/50.96	c
50.87/50.96	c +   50.9   356754    8685      0    20      8  110396 106861 1186.7   2  105
69.85/69.97	c +   69.9   356872    8685      0    20      8  137995 117547 1178.3   6  124
80.95/81.06	c B   81.0   356989    8685      0    20      8  160044 117605 1178.5   4  133
91.15/91.22	c +   91.2   357086    8685      0    20      8  172491 129301 1200.1   5  134
93.84/93.97	c s   93.9   357092    8685      0    20      8  176468 121560 1200.4   5  116
110.23/110.35	c R  110.3   357213    8685      0    20      8  205187 129315 1218.2   4  136
118.23/118.32	c +  118.3   357247    8685      0    20      8  215610 142231 1212.7   4  137
146.62/146.79	c s  146.7   357347    8685      0    20      8  253600 142307 1208.7   3  128
157.51/157.67	c +  157.6   357509    8685      0    20      8  269510 156454 1219.2   7  142
207.58/207.77	c s  207.7   357773    8685      0    20      8  334417 156499 1192.4   8  134
209.38/209.52	c +  209.4   357789    8685      0    20      8  336886 172099 1189.7   5  142
245.46/245.64	c B  245.5   358077    8685      0    20      8  384095 172142 1193.2   5  176
270.96/271.17	c s  271.0   358190    8685      0    20      8  411222 172129 1197.6   6  150
276.96/277.14	c +  277.0   358288    8685      0    20      8  421107 189308 1203.0   5  161
303.52/303.77	c R  303.6   358368    8685      0    20      8  461617 189322 1206.3   6  186
352.70/352.90	c s  352.7   358406    8685      0    20      8  509353 189321 1194.5   4  163
371.29/371.55	c +  371.4   358465    8685      0    20      8  526381 208238 1198.7   5  184
441.43/441.73	c s  441.5   358692    8685      0    20      8  595940 208246 1183.8   4  174
493.51/493.86	c +  493.6   358986    8685      0    20      8  657975 229061 1183.2   5  202
524.58/524.97	c
524.58/524.97	c       original/binary      fixed     eliminated      learned       agility
524.58/524.97	c   seconds        variables     equivalent    conflicts       height       MB
524.58/524.97	c
524.58/524.97	c s  524.7   359064    8685      0    20      8  684838 229130 1177.9   2  189
621.43/621.82	c s  621.5   359368    8685      0    20      8  780528 229087 1176.8   6  184
666.32/666.70	c +  666.3   359571    8685      0    20      8  822467 251967 1183.0   2  216
711.30/711.73	c s  711.3   359748    8685      0    20      8  868809 252059 1188.1   1  200
732.49/732.97	c B  732.6   359909    8685      0    20      8  896209 252102 1188.4   3  225
803.44/803.96	c s  803.5   360073    8685      0    20      8  985750 252002 1191.4   4  208
839.42/839.94	c R  839.5   360129    8685      0    20      8 1025643 252001 1195.9   6  246
843.82/844.39	c +  843.9   360129    8685      0    20      8 1028080 277163 1195.6   5  246
904.39/904.98	c s  904.5   360154    8685      0    20      8 1095471 277192 1187.7   4  235
1023.11/1023.73	c s 1023.2   360400    8685      0    20      8 1189678 277300 1183.4   1  238
1137.46/1138.16	c + 1137.5   360696    8685      0    20      8 1285100 304879 1184.1   3  255
1140.95/1141.68	c s 1141.0   360697    8685      0    20      8 1286485 278698 1184.0   5  217
1276.08/1276.84	c s 1276.1   360958    8685      0    20      8 1389220 305036 1182.1   4  239
1404.91/1405.79	c s 1405.0   361272    8685      0    20      8 1495625 304907 1186.1   6  236
1540.44/1541.30	c s 1540.5   361577    8685      0    20      8 1601075 304884 1181.6   5  236
1552.63/1553.56	c + 1552.7   361583    8685      0    20      8 1606376 335366 1181.2   4  245
1682.46/1683.40	c s 1682.5   361792    8685      0    20      8 1705808 335425 1178.4   3  256
1847.56/1848.68	c s 1847.7   361999    8685      0    20      8 1818197 335534 1176.3   2  255
1981.99/1983.16	c s 1982.1   362280    8685      0    20      8 1924045 335379 1181.4   6  266
2098.03/2099.25	c
2098.03/2099.25	c       original/binary      fixed     eliminated      learned       agility
2098.03/2099.25	c   seconds        variables     equivalent    conflicts       height       MB
2098.03/2099.25	c
2098.03/2099.25	c + 2098.1   362587    8685      0    20      8 2007970 368902 1184.6   5  323
2124.33/2125.56	c s 2124.4   362642    8685      0    20      8 2027325 354737 1185.2   5  290
2158.60/2159.88	c B 2158.7   362687    8685      0    20      8 2048468 369119 1186.7   3  340
2270.34/2271.61	c s 2270.4   362852    8685      0    20      8 2148027 369185 1195.7   4  319
2397.08/2398.49	c s 2397.2   363069    8685      0    20      8 2254591 369317 1209.4   4  340
2402.36/2403.72	c R 2402.4   363070    8685      0    20      8 2256067 369036 1209.5   5  350
2646.90/2648.49	c s 2647.0   363217    8685      0    20      8 2409004 440768 1211.5   9  462
2784.93/2786.56	c + 2785.0   363327    8685      0    20      8 2509962 405792 1208.1   3  415
2852.09/2853.79	c s 2852.2   363394    8685      0    20      8 2546751 405809 1206.7   4  400
3049.08/3050.89	c s 3049.2   363580    8685      0    20      8 2672574 405845 1203.6   5  369
3233.17/3235.10	c s 3233.3   363811    8685      0    20      8 2796295 405841 1202.9   5  315
3442.96/3444.91	c s 3443.0   363972    8685      0    20      8 2926423 405797 1197.9   4  312
3646.85/3648.94	c s 3646.9   364138    8685      0    20      8 3050450 406026 1195.3   3  306
3785.28/3787.44	c + 3785.3   364312    8685      0    20      8 3137457 446371 1197.1   5  366
3818.75/3820.94	c s 3818.8   364338    8685      0    20      8 3163402 431742 1197.7   4  335
4006.95/4009.23	c s 4007.0   364524    8685      0    20      8 3275924 446656 1202.6   5  371
4225.33/4227.77	c s 4225.4   364762    8685      0    20      8 3403720 446754 1202.0   5  397
4458.16/4460.76	c s 4458.2   364796    8685      0    20      8 3556845 446391 1199.9   4  365
4675.65/4678.36	c s 4675.7   364988    8685      0    20      8 3679587 446662 1198.0   3  347
4863.85/4866.69	c
4863.85/4866.69	c       original/binary      fixed     eliminated      learned       agility
4863.85/4866.69	c   seconds        variables     equivalent    conflicts       height       MB
4863.85/4866.69	c
4863.85/4866.69	c s 4863.9   365197    8685      0    20      8 3799440 446430 1200.0   6  346
5000.06/5002.90	c
5000.06/5002.90	c *** CAUGHT SIGNAL 15 ***
5000.06/5002.90	c
5000.06/5002.90	c 3876908 conflicts, 46045895 decisions, 23020 random
5000.06/5002.90	c 0 iterations, 6832 restarts, 0 skipped
5000.06/5002.90	c 17 enlarged, 579 shrunken, 37926 rescored, 937 rebiased
5000.06/5002.90	c 37 simplifications, 0 reductions
5000.06/5002.90	c
5000.06/5002.90	c vars: 0 fixed, 20 equiv, 8 elim, 20 merged
5000.06/5002.90	c elim: 821920 resolutions, 3 phases, 2 rounds
5000.06/5002.90	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
5000.06/5002.90	c arty: 0.00 and 0.00 xor average arity
5000.06/5002.90	c prbe: 1533656 probed, 788 phases, 88 rounds
5000.06/5002.90	c prbe: 0 failed, 0 lifted, 0 merged
5000.06/5002.90	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.06/5002.90	c hash: 0 units, 20 merged
5000.06/5002.90	c mins: 791996497 learned, 20% deleted, 100 strong, 38 depth
5000.06/5002.90	c subs: 548 forward, 544 backward, 268 doms
5000.06/5002.90	c strs: 7 forward, 1 backward
5000.06/5002.90	c doms: 283 dominators, 151 high, 1 low
5000.06/5002.90	c prps: 963253031 propagations, 0.19 megaprops
5000.06/5002.90	c
5000.06/5002.90	c 5000.1 seconds, 505 MB max, 2788 MB recycled
5000.06/5002.90	c
5000.06/5002.90	c *** CAUGHT SIGNAL 15 ***
5000.06/5002.90	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-1784126-1241916475/watcher-1784126-1241916475 -o /tmp/evaluation-result-1784126-1241916475/solver-1784126-1241916475 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1784126-1241916475.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 24541
/proc/meminfo: memFree=1846840/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=1604 CPUtime=0
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 295 0 0 0 0 0 0 0 18 0 1 0 219682222 1642496 280 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 401 280 63 155 0 244 0

[startup+0.0584021 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24541
/proc/meminfo: memFree=1846840/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=5200 CPUtime=0.04
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 1235 0 0 0 4 0 0 0 18 0 1 0 219682222 5324800 1187 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 1300 1188 63 155 0 1143 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5200

[startup+0.10141 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24541
/proc/meminfo: memFree=1846840/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=8104 CPUtime=0.09
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 1946 0 0 0 8 1 0 0 18 0 1 0 219682222 8298496 1898 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 2026 1899 63 155 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8104

[startup+0.301448 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24541
/proc/meminfo: memFree=1846840/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=14016 CPUtime=0.29
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 3644 0 0 0 27 2 0 0 19 0 1 0 219682222 14352384 3401 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 3504 3401 79 155 0 3347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14016

[startup+0.701528 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24541
/proc/meminfo: memFree=1846840/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=23620 CPUtime=0.69
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 6309 0 0 0 66 3 0 0 23 0 1 0 219682222 24186880 5809 1992294400 134512640 135151029 4294956240 18446744073709551615 134572611 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 5905 5809 79 155 0 5748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23620

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1823024/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=22144 CPUtime=1.49
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 7388 0 0 0 145 4 0 0 25 0 1 0 219682222 22675456 5445 1992294400 134512640 135151029 4294956240 18446744073709551615 134573907 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 5536 5445 79 155 0 5379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22144

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1821616/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=32892 CPUtime=3.09
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 10810 0 0 0 303 6 0 0 25 0 1 0 219682222 33681408 8097 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 8223 8097 79 155 0 8066 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32892

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1803568/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=46624 CPUtime=6.29
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 14254 0 0 0 622 7 0 0 25 0 1 0 219682222 47742976 11541 1992294400 134512640 135151029 4294956240 18446744073709551615 134554794 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 11656 11541 79 155 0 11499 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46624

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1781112/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=68960 CPUtime=12.69
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 19822 0 0 0 1260 9 0 0 25 0 1 0 219682222 70615040 17109 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 17240 17109 79 155 0 17083 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68960

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1753080/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=95312 CPUtime=25.48
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 29934 0 0 0 2533 15 0 0 25 0 1 0 219682222 97599488 23631 1992294400 134512640 135151029 4294956240 18446744073709551615 134554843 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 23828 23631 79 155 0 23671 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95312

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1723128/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=124428 CPUtime=51.07
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 41500 0 0 0 5085 22 0 0 25 0 1 0 219682222 127414272 30863 1992294400 134512640 135151029 4294956240 18446744073709551615 134551954 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 31107 30863 79 155 0 30950 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 124428

[startup+102.306 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 24542
/proc/meminfo: memFree=1700408/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=147004 CPUtime=102.25
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 48239 0 0 0 10199 26 0 0 25 0 1 0 219682222 150532096 36577 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 36751 36577 79 155 0 36594 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 147004

[startup+162.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24542
/proc/meminfo: memFree=1685944/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=161708 CPUtime=162.2
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 53403 0 0 0 16192 28 0 0 25 0 1 0 219682222 165588992 40203 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 40427 40203 79 155 0 40270 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 161708

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1671672/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=176116 CPUtime=222.18
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 58953 0 0 0 22186 32 0 0 25 0 1 0 219682222 180342784 43785 1992294400 134512640 135151029 4294956240 18446744073709551615 134555139 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 44029 43785 79 155 0 43872 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 176116

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1655928/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=192584 CPUtime=282.15
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 64532 0 0 0 28179 36 0 0 25 0 1 0 219682222 197206016 47689 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 48146 47689 79 155 0 47989 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 192584

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1645304/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=203396 CPUtime=342.11
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 67177 0 0 0 34172 39 0 0 25 0 1 0 219682222 208277504 50334 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 50849 50334 79 155 0 50692 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 203396

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1631736/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=216352 CPUtime=402.07
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 72494 0 0 0 40164 43 0 0 25 0 1 0 219682222 221544448 53701 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 54088 53701 79 155 0 53931 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 216352

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1628216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=219596 CPUtime=462.02
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 74950 0 0 0 46158 44 0 0 25 0 1 0 219682222 224866304 54562 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 54899 54562 79 155 0 54742 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 219596

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1613944/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=234072 CPUtime=521.99
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 78498 0 0 0 52152 47 0 0 25 0 1 0 219682222 239689728 58110 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 58518 58110 79 155 0 58361 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 234072

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1612856/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=234476 CPUtime=581.95
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 80567 0 0 0 58148 47 0 0 25 0 1 0 219682222 240103424 58384 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 58619 58384 79 155 0 58462 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 234476

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24542
/proc/meminfo: memFree=1612536/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=234328 CPUtime=641.93
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 82629 0 0 0 64145 48 0 0 25 0 1 0 219682222 239951872 58417 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 58582 58417 79 155 0 58425 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 234328

[startup+702.302 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24550
/proc/meminfo: memFree=1317112/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4060.03
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188291 0 0 0 405870 133 0 0 25 0 1 0 219682222 540303360 131630 1992294400 134512640 135151029 4294956240 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131630 79 155 0 131753 0
Current children cumulated CPU time (s) 4060.03
Current children cumulated vsize (KiB) 527640

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24550
/proc/meminfo: memFree=1317048/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4119.98
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188312 0 0 0 411865 133 0 0 25 0 1 0 219682222 540303360 131651 1992294400 134512640 135151029 4294956240 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131651 79 155 0 131753 0
Current children cumulated CPU time (s) 4119.98
Current children cumulated vsize (KiB) 527640

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24550
/proc/meminfo: memFree=1317048/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4179.96
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188344 0 0 0 417863 133 0 0 25 0 1 0 219682222 540303360 131683 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131683 79 155 0 131753 0
Current children cumulated CPU time (s) 4179.96
Current children cumulated vsize (KiB) 527640

[startup+4242.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 24550
/proc/meminfo: memFree=1317048/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4239.93
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188345 0 0 0 423860 133 0 0 25 0 1 0 219682222 540303360 131684 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131684 79 155 0 131753 0
Current children cumulated CPU time (s) 4239.93
Current children cumulated vsize (KiB) 527640

[startup+4302.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24550
/proc/meminfo: memFree=1316984/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4299.89
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188346 0 0 0 429855 134 0 0 25 0 1 0 219682222 540303360 131685 1992294400 134512640 135151029 4294956240 18446744073709551615 134520400 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131685 79 155 0 131753 0
Current children cumulated CPU time (s) 4299.89
Current children cumulated vsize (KiB) 527640

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24550
/proc/meminfo: memFree=1316984/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4359.85
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188346 0 0 0 435851 134 0 0 25 0 1 0 219682222 540303360 131685 1992294400 134512640 135151029 4294956240 18446744073709551615 134554760 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131685 79 155 0 131753 0
Current children cumulated CPU time (s) 4359.85
Current children cumulated vsize (KiB) 527640

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24556
/proc/meminfo: memFree=1316728/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4419.8
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188347 0 0 0 441846 134 0 0 25 0 1 0 219682222 540303360 131686 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131686 79 155 0 131753 0
Current children cumulated CPU time (s) 4419.8
Current children cumulated vsize (KiB) 527640

[startup+4482.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4479.74
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188347 0 0 0 447839 135 0 0 25 0 1 0 219682222 540303360 131686 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24541/statm: 131910 131686 79 155 0 131753 0
Current children cumulated CPU time (s) 4479.74
Current children cumulated vsize (KiB) 527640

[startup+4542.3 s]
/proc/loadavg: 1.05 1.03 1.01 2/65 25036
/proc/meminfo: memFree=1316344/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4539.71
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188347 0 0 0 453836 135 0 0 25 0 1 0 219682222 540303360 131686 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131686 79 155 0 131753 0
Current children cumulated CPU time (s) 4539.71
Current children cumulated vsize (KiB) 527640

[startup+4602.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4599.68
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188347 0 0 0 459833 135 0 0 25 0 1 0 219682222 540303360 131686 1992294400 134512640 135151029 4294956240 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131686 79 155 0 131753 0
Current children cumulated CPU time (s) 4599.68
Current children cumulated vsize (KiB) 527640

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4659.64
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188347 0 0 0 465829 135 0 0 25 0 1 0 219682222 540303360 131686 1992294400 134512640 135151029 4294956240 18446744073709551615 134551374 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131686 79 155 0 131753 0
Current children cumulated CPU time (s) 4659.64
Current children cumulated vsize (KiB) 527640

[startup+4722.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4719.62
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 471826 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 4719.62
Current children cumulated vsize (KiB) 527640

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4779.59
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 477823 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 4779.59
Current children cumulated vsize (KiB) 527640

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4839.56
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 483820 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 4839.56
Current children cumulated vsize (KiB) 527640

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4899.54
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 489818 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 4899.54
Current children cumulated vsize (KiB) 527640

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=4959.5
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 495814 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 4959.5
Current children cumulated vsize (KiB) 527640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=5000.06
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 499870 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134520115 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 527640

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

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

[startup+5002.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25036
/proc/meminfo: memFree=1316216/2055920 swapFree=4180356/4192956
[pid=24541] ppid=24539 vsize=527640 CPUtime=5000.06
/proc/24541/stat : 24541 (precosat) R 24539 24541 24474 0 -1 4194304 188349 0 0 0 499870 136 0 0 25 0 1 0 219682222 540303360 131688 1992294400 134512640 135151029 4294956240 18446744073709551615 134520115 0 0 4096 17442 0 0 0 17 0 0 0
/proc/24541/statm: 131910 131688 79 155 0 131753 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 527640

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.99
CPU time (s): 5000.15
CPU user time (s): 4998.71
CPU system time (s): 1.44278
CPU usage (%): 99.9433
Max. virtual memory (cumulated for all children) (KiB): 533792

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

runsolver used 4.12837 second user time and 14.0869 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-10 02:47:55
IDJOB=1784126
IDBENCH=70937
IDSOLVER=607
FILE ID=node1/1784126-1241916475
PBS_JOBID= 9264879
Free space on /tmp= 66256 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_11_3_4_fbc.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784126-1241916475/watcher-1784126-1241916475 -o /tmp/evaluation-result-1784126-1241916475/solver-1784126-1241916475 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1784126-1241916475.cnf

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

MD5SUM BENCH= 3f38c028c252f031e9505f68e48a880b
RANDOM SEED=352290473

node1.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.259
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	: 5931.00
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.259
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:       1847320 kB
Buffers:         40220 kB
Cached:         105200 kB
SwapCached:       6356 kB
Active:          13964 kB
Inactive:       139260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847320 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            41332 kB
Committed_AS:   767136 kB
PageTables:       1436 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= 66268 MiB
End job on node1 at 2009-05-10 04:11:20