Trace number 1783602

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 236SAT 1236.13 1236.46

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
MD5SUMb79b003513b2a70c9b89188422a831e2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1000
Sum of the clauses size3000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c 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-1783602-1241861800.cnf
0.00/0.00	c found header 'p cnf 250 1000'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0     1000     250      0     0      0       0      0    0.0   0    0
0.00/0.00	c s    0.0      988     244      0     0      6       0      0    0.0   0    0
0.00/0.00	c l    0.0      988     244      0     0      6       0   1000    0.0   0    0
0.00/0.00	c N    0.0      988     244      0     0      6     101    101   28.6  26    0
0.00/0.01	c N    0.0      988     244      0     0      6     202    202   28.5  46    0
0.00/0.03	c N    0.0      988     244      0     0      6     803    803   27.9  57    0
0.00/0.04	c B    0.0      988     244      0     0      6    1001   1001   27.6  57    0
0.00/0.04	c +    0.0      988     244      0     0      6    1001   1100   27.6  57    0
0.00/0.06	c +    0.1      988     244      0     0      6    1251   1210   27.4  57    0
0.00/0.07	c +    0.1      988     244      0     0      6    1561   1331   27.0  58    0
0.00/0.09	c +    0.1      988     244      0     0      6    1951   1464   26.5  57    0
0.08/0.09	c B    0.1      988     244      0     0      6    2001   1383   26.5  57    0
0.09/0.11	c N    0.1      988     244      0     0      6    2408   1471   26.1  54    0
0.09/0.11	c +    0.1      988     244      0     0      6    2435   1610   26.1  54    0
0.09/0.14	c +    0.1      988     244      0     0      6    3040   1771   25.7  58    0
0.09/0.19	c +    0.2      988     244      0     0      6    3800   1948   25.1  55    0
0.19/0.25	c +    0.3      988     244      0     0      6    4751   2142   24.5  55    1
0.29/0.33	c +    0.3      988     244      0     0      6    5936   2356   23.8  52    1
0.29/0.36	c N    0.4      988     244      0     0      6    6416   2367   23.7  56    1
0.39/0.44	c
0.39/0.44	c       original/binary      fixed     eliminated      learned       agility
0.39/0.44	c   seconds        variables     equivalent    conflicts       height       MB
0.39/0.44	c
0.39/0.44	c +    0.4      988     244      0     0      6    7421   2591   23.2  56    1
0.39/0.47	c B    0.5      988     244      0     0      6    8004   2596   23.1  56    1
0.49/0.55	c +    0.6      988     244      0     0      6    9276   2850   22.9  55    1
0.69/0.72	c +    0.7      988     244      0     0      6   11596   3135   22.3  55    1
0.89/0.93	c +    0.9      988     244      0     0      6   14495   3448   22.1  54    1
1.00/1.06	c N    1.1      988     244      0     0      6   16037   3461   21.9  56    1
1.19/1.21	c +    1.2      988     244      0     0      6   18116   3792   21.7  56    1
1.49/1.55	c +    1.6      988     244      0     0      6   22645   4171   21.3  56    1
1.59/1.67	c B    1.7      988     244      0     0      6   24009   4179   21.3  57    1
1.99/2.02	c +    2.0      988     244      0     0      6   28306   4588   21.2  54    1
2.59/2.63	c +    2.6      988     244      0     0      6   35381   5046   20.8  54    1
2.79/2.89	c N    2.9      988     244      0     0      6   38486   5061   20.7  62    1
3.29/3.39	c +    3.4      988     244      0     0      6   44226   5550   20.4  50    1
4.29/4.37	c +    4.4      988     244      0     0      6   55281   6105   20.4  57    2
4.99/5.08	c B    5.1      988     244      0     0      6   64014   6119   20.2  56    2
5.39/5.49	c +    5.5      988     244      0     0      6   69100   6715   20.1  55    2
6.89/6.96	c +    7.0      988     244      0     0      6   86375   7386   19.8  56    2
7.19/7.24	c N    7.2      988     244      0     0      6   89748   7397   19.7  55    2
8.59/8.66	c +    8.7      988     244      0     0      6  107965   8124   19.4  54    2
10.79/10.87	c
10.79/10.87	c       original/binary      fixed     eliminated      learned       agility
10.79/10.87	c   seconds        variables     equivalent    conflicts       height       MB
10.79/10.87	c
10.79/10.87	c +   10.9      988     244      0     0      6  134956   8936   19.1  56    3
12.88/12.99	c B   13.0      988     244      0     0      6  160035   8953   18.8  55    3
13.68/13.70	c +   13.7      988     244      0     0      6  168695   9829   18.7  53    3
17.09/17.12	c N   17.1      988     244      0     0      6  205091   9837   18.4  57    3
17.59/17.65	c +   17.7      988     244      0     0      6  210866  10811   18.4  56    3
22.59/22.68	c +   22.7      988     244      0     0      6  263582  11892   18.0  56    4
29.98/30.08	c +   30.1      988     244      0     0      6  329475  13081   17.4  57    4
36.29/36.33	c B   36.3      988     244      0     0      6  384073  13100   17.1  56    5
39.58/39.61	c +   39.6      988     244      0     0      6  411840  14389   16.9  57    5
45.88/45.93	c N   45.9      988     244      0     0      6  461396  14410   16.7  56    5
53.17/53.26	c +   53.2      988     244      0     0      6  514800  15827   16.4  56    5
70.07/70.16	c +   70.1      988     244      0     0      6  643502  17409   16.0  56    6
91.17/91.25	c +   91.2      988     244      0     0      6  804375  19149   15.5  56    7
104.46/104.51	c B  104.5      988     244      0     0      6  896150  19170   15.3  57    8
120.36/120.40	c +  120.4      988     244      0     0      6 1005466  21063   15.1  57    8
123.46/123.54	c N  123.5      988     244      0     0      6 1025175  21081   15.1  55    8
160.15/160.26	c +  160.2      988     244      0     0      6 1256831  23169   14.7  57    9
208.53/208.61	c +  208.6      988     244      0     0      6 1571035  25485   14.4  57   10
278.81/278.96	c +  278.9      988     244      0     0      6 1963790  28033   13.9  55   12
295.11/295.23	c
295.11/295.23	c       original/binary      fixed     eliminated      learned       agility
295.11/295.23	c   seconds        variables     equivalent    conflicts       height       MB
295.11/295.23	c
295.11/295.23	c B  295.2      988     244      0     0      6 2048298  28056   13.9  56   12
329.20/329.31	c N  329.2      988     244      0     0      6 2255172  28043   13.8  57   13
361.50/361.66	c +  361.6      988     244      0     0      6 2454735  30836   13.8  54    6
479.07/479.23	c +  479.1      988     244      0     0      6 3068415  33919   13.8  54   10
638.62/638.87	c +  638.7      988     244      0     0      6 3835515  37310   13.5  54   13
798.58/798.80	c B  798.6      988     244      0     0      6 4608610  37370   13.2  58   14
839.77/840.07	c +  839.9      988     244      0     0      6 4794391  41041   13.2  52    8
870.66/870.96	c N  870.7      988     244      0     0      6 4920069  41053   13.2  52    9
1143.59/1143.98	c + 1143.7      988     244      0     0      6 5992986  45145   13.1  59   16
1236.07/1236.45	c 1 1236.1      988     244      0     0      6 6331744  45173   13.0  56   17
1236.07/1236.45	c
1236.07/1236.45	s SATISFIABLE
1236.07/1236.45	v -1 2 -3 -4 5 6 7
1236.07/1236.45	v -8 9 -10 -11 -12 13 -14 -15
1236.07/1236.45	v 16 -17 -18 19 20 21 22 23
1236.07/1236.45	v -24 25 -26 -27 -28 -29 -30 31
1236.07/1236.45	v -32 33 34 35 -36 37 -38 -39
1236.07/1236.45	v -40 41 -42 -43 -44 -45 -46 -47
1236.07/1236.45	v 48 49 -50 -51 -52 -53 -54 -55
1236.07/1236.45	v -56 -57 58 59 -60 -61 62 63
1236.07/1236.45	v 64 -65 66 -67 68 69 70 71
1236.07/1236.45	v 72 73 -74 75 -76 -77 78 79
1236.07/1236.45	v -80 81 -82 83 -84 -85 -86 87
1236.07/1236.45	v -88 89 90 -91 -92 -93 -94 -95
1236.07/1236.45	v 96 -97 98 -99 100 -101 -102 103
1236.07/1236.45	v 104 105 106 107 108 109 110 111
1236.07/1236.45	v 112 -113 114 115 -116 -117 118 -119
1236.07/1236.45	v 120 121 -122 -123 -124 125 126 -127
1236.07/1236.45	v -128 -129 130 131 -132 -133 -134 135
1236.07/1236.45	v -136 -137 -138 139 140 141 -142 143
1236.07/1236.45	v -144 -145 146 -147 148 -149 -150 -151
1236.07/1236.45	v -152 153 154 -155 -156 157 158 159
1236.07/1236.45	v -160 -161 -162 -163 164 -165 166 167
1236.07/1236.45	v -168 169 -170 171 172 -173 174 175
1236.07/1236.45	v 176 -177 -178 -179 -180 -181 -182 -183
1236.07/1236.45	v -184 -185 186 -187 188 189 -190 191
1236.07/1236.45	v -192 -193 194 195 -196 -197 -198 199
1236.07/1236.45	v 200 -201 -202 203 204 205 206 -207
1236.07/1236.45	v -208 209 210 -211 212 -213 214 215
1236.07/1236.45	v -216 -217 -218 -219 220 -221 -222 223
1236.07/1236.45	v -224 -225 226 227 228 -229 230 -231
1236.07/1236.45	v -232 -233 -234 235 236 237 238 -239
1236.07/1236.45	v 240 241 242 -243 -244 245 -246 -247
1236.07/1236.45	v 248 249 -250
1236.07/1236.45	v 0
1236.07/1236.45	c
1236.07/1236.45	c 6331744 conflicts, 6695300 decisions, 1 random
1236.07/1236.45	c 0 iterations, 0 restarts, 10236 skipped
1236.07/1236.45	c 40 enlarged, 3 shrunken, 61837 rescored, 1340 rebiased
1236.07/1236.45	c 1 simplifications, 2 reductions
1236.07/1236.45	c
1236.07/1236.45	c vars: 0 fixed, 0 equiv, 6 elim, 0 merged
1236.07/1236.45	c elim: 3506 resolutions, 1 phases, 1 rounds
1236.07/1236.45	c sbst: 100% substituted, 50.0% nots, 0.0% ands, 50.0% xors, 0.0% ites
1236.07/1236.45	c arty: 0.00 and 2.00 xor average arity
1236.07/1236.45	c prbe: 1476 probed, 3 phases, 3 rounds
1236.07/1236.45	c prbe: 0 failed, 0 lifted, 0 merged
1236.07/1236.45	c sccs: 0 non trivial, 0 fixed, 0 merged
1236.07/1236.45	c hash: 0 units, 0 merged
1236.07/1236.45	c mins: 115760545 learned, 39% deleted, 111 strong, 26 depth
1236.07/1236.45	c subs: 0 forward, 6 backward, 0 doms
1236.07/1236.45	c strs: 6 forward, 0 backward
1236.07/1236.45	c doms: 0 dominators, 0 high, 0 low
1236.07/1236.45	c prps: 508337366 propagations, 0.41 megaprops
1236.07/1236.45	c
1236.07/1236.45	c 1236.1 seconds, 17 MB max, 583 MB recycled

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783602-1241861800/watcher-1783602-1241861800 -o /tmp/evaluation-result-1783602-1241861800/solver-1783602-1241861800 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1783602-1241861800.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.07 0.02 0.00 2/65 10342
/proc/meminfo: memFree=1938656/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=916 CPUtime=0
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 137 0 0 0 0 0 0 0 20 0 1 0 214210095 937984 121 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 229 121 79 155 0 72 0

[startup+0.090171 s]
/proc/loadavg: 0.07 0.02 0.00 2/65 10342
/proc/meminfo: memFree=1938656/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=1048 CPUtime=0.08
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 199 0 0 0 8 0 0 0 20 0 1 0 214210095 1073152 183 1992294400 134512640 135151029 4294956240 18446744073709551615 134542619 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 262 183 79 155 0 105 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1048

[startup+0.101171 s]
/proc/loadavg: 0.07 0.02 0.00 2/65 10342
/proc/meminfo: memFree=1938656/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=1180 CPUtime=0.09
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 206 0 0 0 9 0 0 0 20 0 1 0 214210095 1208320 190 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 295 190 79 155 0 138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1180

[startup+0.301193 s]
/proc/loadavg: 0.07 0.02 0.00 2/65 10342
/proc/meminfo: memFree=1938656/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=1312 CPUtime=0.29
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 255 0 0 0 29 0 0 0 22 0 1 0 214210095 1343488 239 1992294400 134512640 135151029 4294956240 18446744073709551615 134573907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 328 239 79 155 0 171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312

[startup+0.701238 s]
/proc/loadavg: 0.07 0.02 0.00 2/65 10342
/proc/meminfo: memFree=1938656/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=1576 CPUtime=0.69
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 309 0 0 0 69 0 0 0 25 0 1 0 214210095 1613824 293 1992294400 134512640 135151029 4294956240 18446744073709551615 134554507 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 394 293 79 155 0 237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1576

[startup+1.50133 s]
/proc/loadavg: 0.07 0.02 0.00 2/66 10343
/proc/meminfo: memFree=1937560/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=1844 CPUtime=1.49
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 386 0 0 0 149 0 0 0 25 0 1 0 214210095 1888256 370 1992294400 134512640 135151029 4294956240 18446744073709551615 134676705 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 461 370 79 155 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1844

[startup+3.1015 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 10343
/proc/meminfo: memFree=1937112/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=2252 CPUtime=3.09
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 476 0 0 0 309 0 0 0 25 0 1 0 214210095 2306048 460 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 563 460 79 155 0 406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2252

[startup+6.30185 s]
/proc/loadavg: 0.15 0.03 0.01 2/66 10343
/proc/meminfo: memFree=1936344/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=2928 CPUtime=6.29
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 646 0 0 0 629 0 0 0 25 0 1 0 214210095 2998272 630 1992294400 134512640 135151029 4294956240 18446744073709551615 134554846 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 732 630 79 155 0 575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2928

[startup+12.7016 s]
/proc/loadavg: 0.28 0.06 0.02 2/66 10343
/proc/meminfo: memFree=1935576/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=3804 CPUtime=12.68
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 815 0 0 0 1268 0 0 0 25 0 1 0 214210095 3895296 799 1992294400 134512640 135151029 4294956240 18446744073709551615 134554679 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 951 799 79 155 0 794 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3804

[startup+25.502 s]
/proc/loadavg: 0.39 0.09 0.03 2/66 10343
/proc/meminfo: memFree=1934296/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=5064 CPUtime=25.49
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 1118 0 0 0 2548 1 0 0 25 0 1 0 214210095 5185536 1102 1992294400 134512640 135151029 4294956240 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 1266 1102 79 155 0 1109 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5064

[startup+51.1018 s]
/proc/loadavg: 0.60 0.16 0.05 2/66 10343
/proc/meminfo: memFree=1932952/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=6568 CPUtime=51.08
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 1442 0 0 0 5107 1 0 0 25 0 1 0 214210095 6725632 1426 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 1642 1426 79 155 0 1485 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6568

[startup+102.305 s]
/proc/loadavg: 0.84 0.30 0.11 2/66 10343
/proc/meminfo: memFree=1931032/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=8660 CPUtime=102.26
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 1910 0 0 0 10225 1 0 0 25 0 1 0 214210095 8867840 1894 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 2165 1894 79 155 0 2008 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8660

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 10343
/proc/meminfo: memFree=1929688/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=10312 CPUtime=162.25
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 2250 0 0 0 16223 2 0 0 25 0 1 0 214210095 10559488 2234 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 2578 2234 79 155 0 2421 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10312

[startup+222.302 s]
/proc/loadavg: 0.98 0.53 0.21 2/66 10343
/proc/meminfo: memFree=1928152/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=12004 CPUtime=222.23
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 2613 0 0 0 22221 2 0 0 25 0 1 0 214210095 12292096 2597 1992294400 134512640 135151029 4294956240 18446744073709551615 134554903 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3001 2597 79 155 0 2844 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 12004

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 10343
/proc/meminfo: memFree=1926616/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=13824 CPUtime=282.21
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 2981 0 0 0 28219 2 0 0 25 0 1 0 214210095 14155776 2965 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3456 2965 79 155 0 3299 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 13824

[startup+342.302 s]
/proc/loadavg: 0.99 0.68 0.30 2/66 10345
/proc/meminfo: memFree=1926680/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=12724 CPUtime=342.2
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 3369 0 0 0 34217 3 0 0 25 0 1 0 214210095 13029376 2875 1992294400 134512640 135151029 4294956240 18446744073709551615 134552618 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3181 2875 79 155 0 3024 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 12724

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.34 2/66 10345
/proc/meminfo: memFree=1926616/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=12724 CPUtime=402.19
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 3438 0 0 0 40216 3 0 0 25 0 1 0 214210095 13029376 2944 1992294400 134512640 135151029 4294956240 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3181 2944 79 155 0 3024 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 12724

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/66 10345
/proc/meminfo: memFree=1926232/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=12904 CPUtime=462.17
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 3522 0 0 0 46214 3 0 0 25 0 1 0 214210095 13213696 3028 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3226 3028 79 155 0 3069 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 12904

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/66 10345
/proc/meminfo: memFree=1925656/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=13480 CPUtime=522.16
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 3647 0 0 0 52213 3 0 0 25 0 1 0 214210095 13803520 3153 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3370 3153 79 155 0 3213 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 13480

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/66 10345
/proc/meminfo: memFree=1925016/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=14120 CPUtime=582.14
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 3794 0 0 0 58211 3 0 0 25 0 1 0 214210095 14458880 3300 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3530 3300 79 155 0 3373 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 14120

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/66 10345
/proc/meminfo: memFree=1924504/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=14824 CPUtime=642.13
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 3911 0 0 0 64210 3 0 0 25 0 1 0 214210095 15179776 3417 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3706 3417 79 155 0 3549 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 14824

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.51 2/66 10345
/proc/meminfo: memFree=1923736/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=15784 CPUtime=702.1
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4102 0 0 0 70207 3 0 0 25 0 1 0 214210095 16162816 3608 1992294400 134512640 135151029 4294956240 18446744073709551615 134552059 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 3946 3608 79 155 0 3789 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 15784

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.54 2/66 10345
/proc/meminfo: memFree=1923224/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=16296 CPUtime=762.09
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4222 0 0 0 76206 3 0 0 25 0 1 0 214210095 16687104 3728 1992294400 134512640 135151029 4294956240 18446744073709551615 134552130 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4074 3728 79 155 0 3917 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 16296

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 10345
/proc/meminfo: memFree=1922520/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=16808 CPUtime=822.07
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4380 0 0 0 82204 3 0 0 25 0 1 0 214210095 17211392 3847 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4202 3847 79 155 0 4045 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 16808

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.59 2/66 10345
/proc/meminfo: memFree=1922520/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=16808 CPUtime=882.06
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4390 0 0 0 88203 3 0 0 25 0 1 0 214210095 17211392 3857 1992294400 134512640 135151029 4294956240 18446744073709551615 134575984 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4202 3857 79 155 0 4045 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 16808

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 10345
/proc/meminfo: memFree=1922520/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=16808 CPUtime=942.04
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4398 0 0 0 94201 3 0 0 25 0 1 0 214210095 17211392 3865 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4202 3865 79 155 0 4045 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 16808

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 10345
/proc/meminfo: memFree=1922328/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=16808 CPUtime=1002.02
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4441 0 0 0 100199 3 0 0 25 0 1 0 214210095 17211392 3908 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4202 3908 79 155 0 4045 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 16808

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 10345
/proc/meminfo: memFree=1921688/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=17236 CPUtime=1062.01
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4580 0 0 0 106198 3 0 0 25 0 1 0 214210095 17649664 4047 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4309 4047 79 155 0 4152 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 17236

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 10345
/proc/meminfo: memFree=1920728/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=18388 CPUtime=1121.99
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 4829 0 0 0 112196 3 0 0 25 0 1 0 214210095 18829312 4296 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4597 4296 79 155 0 4440 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 18388

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10345
/proc/meminfo: memFree=1919960/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19348 CPUtime=1181.98
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5015 0 0 0 118194 4 0 0 25 0 1 0 214210095 19812352 4482 1992294400 134512640 135151029 4294956240 18446744073709551615 134554903 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4837 4482 79 155 0 4680 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 19348

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

[startup+1203.1 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 10345
/proc/meminfo: memFree=1919960/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19348 CPUtime=1202.78
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5015 0 0 0 120274 4 0 0 25 0 1 0 214210095 19812352 4482 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4837 4482 79 155 0 4680 0
Current children cumulated CPU time (s) 1202.78
Current children cumulated vsize (KiB) 19348

[startup+1215.9 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919832/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1215.57
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5039 0 0 0 121553 4 0 0 25 0 1 0 214210095 20074496 4506 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4506 79 155 0 4744 0
Current children cumulated CPU time (s) 1215.57
Current children cumulated vsize (KiB) 19604

[startup+1228.71 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919704/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1228.37
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5062 0 0 0 122833 4 0 0 25 0 1 0 214210095 20074496 4529 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4529 79 155 0 4744 0
Current children cumulated CPU time (s) 1228.37
Current children cumulated vsize (KiB) 19604

[startup+1231.9 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919704/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1231.57
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5072 0 0 0 123153 4 0 0 25 0 1 0 214210095 20074496 4539 1992294400 134512640 135151029 4294956240 18446744073709551615 134575998 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4539 79 155 0 4744 0
Current children cumulated CPU time (s) 1231.57
Current children cumulated vsize (KiB) 19604

[startup+1233.5 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919704/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1233.17
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5075 0 0 0 123313 4 0 0 25 0 1 0 214210095 20074496 4542 1992294400 134512640 135151029 4294956240 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4542 79 155 0 4744 0
Current children cumulated CPU time (s) 1233.17
Current children cumulated vsize (KiB) 19604

[startup+1235.1 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919704/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1234.77
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5075 0 0 0 123473 4 0 0 25 0 1 0 214210095 20074496 4542 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4542 79 155 0 4744 0
Current children cumulated CPU time (s) 1234.77
Current children cumulated vsize (KiB) 19604

[startup+1235.9 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919704/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1235.57
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5077 0 0 0 123553 4 0 0 25 0 1 0 214210095 20074496 4544 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4544 79 155 0 4744 0
Current children cumulated CPU time (s) 1235.57
Current children cumulated vsize (KiB) 19604

[startup+1236.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919640/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1235.97
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5077 0 0 0 123593 4 0 0 25 0 1 0 214210095 20074496 4544 1992294400 134512640 135151029 4294956240 18446744073709551615 134554780 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4544 79 155 0 4744 0
Current children cumulated CPU time (s) 1235.97
Current children cumulated vsize (KiB) 19604

[startup+1236.41 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 10345
/proc/meminfo: memFree=1919640/2055920 swapFree=4180364/4192956
[pid=10342] ppid=10340 vsize=19604 CPUtime=1236.07
/proc/10342/stat : 10342 (precosat) R 10340 10342 10278 0 -1 4194304 5078 0 0 0 123603 4 0 0 25 0 1 0 214210095 20074496 4545 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/10342/statm: 4901 4545 79 155 0 4744 0
Current children cumulated CPU time (s) 1236.07
Current children cumulated vsize (KiB) 19604

Child status: 10
Real time (s): 1236.46
CPU time (s): 1236.13
CPU user time (s): 1236.08
CPU system time (s): 0.046992
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 19604

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

runsolver used 1.3078 second user time and 2.66859 second system time

The end

Launcher Data

Begin job on node76 at 2009-05-09 11:36:40
IDJOB=1783602
IDBENCH=24610
IDSOLVER=607
FILE ID=node76/1783602-1241861800
PBS_JOBID= 9264541
Free space on /tmp= 66380 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-250-3.sat05-2220.reshuffled-07.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783602-1241861800/watcher-1783602-1241861800 -o /tmp/evaluation-result-1783602-1241861800/solver-1783602-1241861800 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1783602-1241861800.cnf

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

MD5SUM BENCH= b79b003513b2a70c9b89188422a831e2
RANDOM SEED=1096461480

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1939072 kB
Buffers:         21664 kB
Cached:          50144 kB
SwapCached:       6936 kB
Active:          47824 kB
Inactive:        32204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939072 kB
SwapTotal:     4192956 kB
SwapFree:      4180364 kB
Dirty:             932 kB
Writeback:           0 kB
Mapped:          13360 kB
Slab:            22648 kB
Committed_AS:   704364 kB
PageTables:       1432 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= 66380 MiB
End job on node76 at 2009-05-09 11:57:16