Trace number 3370545

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
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.01 1300.04

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370545-1305379178.cnf'
0.00/0.01	c -- header says num vars:           8713
0.00/0.01	c -- header says num clauses:       99699
0.00/0.03	c -- clauses added:            0 learnts,        99699 normals,            0 xors
0.00/0.03	c -- vars added       8713
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0      8713     88833     10866         0    335345         0   no data   no data  --
0.49/0.53	c asymm  cl-useful: 0/22769/88833 lits-rem:0 time: 0.49
0.58/0.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   16 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
0.58/0.60	c Replacing       16 vars Replaced      376 lits Time:     0.00 s 
0.58/0.63	c bin-w-bin subsume rem            4 bins  time:  0.01 s
0.58/0.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.58/0.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8697 time:  0.01 s
0.58/0.65	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.01 s
0.69/0.78	c lits-rem:         0  cl-subs:     5188  v-elim:     38  v-fix:    0  time:  0.13 s
0.69/0.79	c Finding binary XORs  T:     0.00 s  found:       4
0.69/0.79	c Replacing        4 vars Replaced      114 lits Time:     0.00 s 
0.79/0.82	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.79/0.82	c calculated reachability. Time: 0.00
0.79/0.82	c Calc default polars -  time:   0.00 s pos:     828 undec:      58 neg:    7827
0.79/0.82	c =========================================================================================
0.79/0.82	c types(t): F = full restart, N = normal restart
0.79/0.82	c types(t): S = simplification begin/end, E = solution found
0.79/0.82	c restart types(rt): st = static, dy = dynamic
0.79/0.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.79/0.82	c  B st     0         0      8655     83835     10692         0    326077         0   no data   no data  --
1.89/1.97	c  N dy    20      4349      8655     83835     11144      3882    326077    309926     14.39     15.37  --
2.79/2.83	c Finding binary XORs  T:     0.00 s  found:       0
3.20/3.23	c  N dy    48      8405      8655     83835     12023      7047    326077    596485     15.50     16.37  --
4.30/4.35	c  N dy    84     12422      8655     83835     12871     10200    326077   1103791     18.27     19.43  --
4.79/4.83	c Finding binary XORs  T:     0.00 s  found:       0
5.40/5.45	c  N dy   123     16539      8655     83835     13580     13584    326077   1780112     20.57     21.80  --
6.39/6.43	c  N dy   162     20575      8655     83835     14096      8788    326077    594196     22.39     25.33  --
6.99/7.08	c Finding binary XORs  T:     0.00 s  found:       0
7.19/7.26	c  N dy   197     24642      8655     83835     14647     12283    326077   1376301     23.58     36.78  --
7.29/7.34	c  F st   201     25000      8655     83835     14673     12610    326077   1452161     23.71   no data  --
8.19/8.21	c  N dy   207     30000      8655     83835     14964     17248    326077   2780212     23.71   no data  --
8.19/8.21	c  S st   207     30000      8655     83835     14964     17248    326077   2780212     23.71   no data  --
8.19/8.28	c  S st   207     30500      8655     83835     15163     17547    326077   2781848     23.71   no data  --
8.19/8.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.19/8.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.49/8.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  62765 BRemL:    384 BRemN:      0 P:  6.6M T:  0.28
8.70/8.71	c bin-w-bin subsume rem           14 bins  time:  0.01 s
9.99/10.04	c subs with bin:      154  lits-rem:      5644  v-fix:    0  time:  1.34 s
9.99/10.07	c Subs w/ non-existent bins:      0 l-rem:   1899 v-fix:     0 done:   3042 time:  0.03 s
9.99/10.09	c Removed useless bin:       0  fixed:     0  props:   0.78M  time:  0.01 s
12.19/12.22	c lits-rem:       237  cl-subs:      447  v-elim:      4  v-fix:    0  time:  2.12 s
12.39/12.49	c asymm  cl-useful: 0/10363/83832 lits-rem:0 time: 0.27
12.49/12.50	c calculated reachability. Time: 0.00
12.49/12.50	c  N dy   207     30500      8651     83832     77533     16952    325138   2858473     23.71   no data  --
12.49/12.51	c Finding binary XORs  T:     0.01 s  found:       0
13.29/13.35	c  N dy   247     34565      8651     83832     77546     20962    325138   3907865     25.72     33.53  --
14.19/14.30	c  N dy   287     38588      8651     83832     77554     24953    325138   4931032     27.33     38.83  --
15.30/15.36	c  N dy   327     42611      8651     83832     77560     14982    325138   1886194     28.65     42.16  --
15.99/16.09	c  S st   358     45750      8651     83832     77571     18084    325138   2677478     29.41   no data  --
16.09/16.18	c  S st   358     46252      8651     83832     77760     18397    325138   2679252     29.41   no data  --
16.09/16.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.09/16.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.29/16.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1515 BRemL:    267 BRemN:      0 P:  5.7M T:  0.21
16.40/16.49	c bin-w-bin subsume rem            9 bins  time:  0.01 s
17.79/17.82	c subs with bin:       98  lits-rem:       868  v-fix:    0  time:  1.33 s
17.79/17.86	c Subs w/ non-existent bins:      0 l-rem:   2595 v-fix:     0 done:   3771 time:  0.03 s
17.79/17.87	c Removed useless bin:       0  fixed:     0  props:   0.75M  time:  0.01 s
19.59/19.61	c lits-rem:       673  cl-subs:       69  v-elim:      2  v-fix:    0  time:  1.74 s
19.59/19.62	c vivif2 --  cl tried    83827 cl shrink      108 lits rem        296 time: 0.01
19.70/19.76	c vivif2 --  cl tried    18237 cl shrink     8977 lits rem     208811 time: 0.13
19.99/20.04	c asymm  cl-useful: 0/10188/83827 lits-rem:0 time: 0.28
19.99/20.05	c calculated reachability. Time: 0.00
19.99/20.05	c  N dy   358     46252      8649     83827     79083     18156    324743   2461034     29.41   no data  --
21.09/21.18	c  N dy   397     50332      8649     83827     79105     22185    324743   3499384     30.22     35.54  --
22.29/22.36	c  N dy   435     54362      8649     83827     79109     26183    324743   4532633     30.83     39.94  --
23.49/23.59	c Finding binary XORs  T:     0.01 s  found:       0
23.69/23.70	c  N dy   472     58363      8649     83827     79126     30137    324743   5542906     31.32     33.15  --
25.09/25.19	c  N dy   512     62389      8649     83827     79138     34125    324743   6597280     31.99     40.83  --
26.19/26.26	c  N dy   542     66452      8649     83827     79158     20401    324743   2805171     32.33     46.05  --
26.98/27.00	c  S st   561     69379      8649     83827     79163     23299    324743   3589055     32.52   no data  --
26.98/27.09	c  S st   561     69880      8649     83827     79349     23612    324743   3590848     32.52   no data  --
27.08/27.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.08/27.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.28/27.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1772 BRemL:    235 BRemN:      0 P:  6.4M T:  0.23
27.39/27.46	c bin-w-bin subsume rem           86 bins  time:  0.01 s
28.79/28.87	c subs with bin:       61  lits-rem:        89  v-fix:    0  time:  1.41 s
28.89/28.90	c Subs w/ non-existent bins:      0 l-rem:   1508 v-fix:     0 done:   1818 time:  0.03 s
28.89/28.91	c Removed useless bin:       0  fixed:     0  props:   0.72M  time:  0.01 s
31.39/31.46	c lits-rem:       133  cl-subs:      100  v-elim:      0  v-fix:    0  time:  2.55 s
31.39/31.47	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
31.59/31.61	c vivif2 --  cl tried    23451 cl shrink     6295 lits rem     215696 time: 0.14
31.80/31.89	c asymm  cl-useful: 0/9221/83827 lits-rem:0 time: 0.28
31.80/31.90	c calculated reachability. Time: 0.00
31.80/31.90	c  N dy   561     69880      8649     83827     80800     23451    324743   3361100     32.52   no data  --
33.29/33.32	c  N dy   593     74697      8649     83827     80800     28224    324743   4641685     32.86     34.63  --
34.69/34.78	c  N dy   629     79540      8649     83827     80818     33009    324743   5868489     33.14     42.62  --
35.29/35.35	c Finding binary XORs  T:     0.00 s  found:       0
36.30/36.36	c  N dy   658     84721      8649     83827     80833     38128    324743   7183322     33.29     35.11  --
37.09/37.18	c  F st   674     87501      8649     83827     80838     20733    324743   2576381     33.37   no data  --
37.79/37.86	c  N st   679     90796      8649     83827     80849     23987    324743   3480299     33.37   no data  --
39.69/39.76	c  N dy   716     96683      8649     83827     80853     29822    324743   5016827     33.64     43.85  --
41.70/41.71	c  N dy   753    103273      8649     83827     80865     36347    324743   6726621     33.82     35.65  --
42.19/42.25	c  S st   766    104823      8649     83827     80867     37881    324743   7143336     33.91   no data  --
42.29/42.36	c  S st   766    105323      8649     83827     81044     38204    324743   7145077     33.91   no data  --
42.29/42.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.29/42.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.59/42.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1416 BRemL:    157 BRemN:      0 P:  7.2M T:  0.27
42.80/42.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
44.39/44.42	c subs with bin:       18  lits-rem:        61  v-fix:    0  time:  1.53 s
44.39/44.46	c Subs w/ non-existent bins:      0 l-rem:   2285 v-fix:     0 done:     58 time:  0.04 s
44.39/44.47	c Removed useless bin:       0  fixed:     0  props:   0.71M  time:  0.01 s
95.19/95.20	c lits-rem:        66  cl-subs:      204  v-elim:      0  v-fix:    0  time: 50.73 s
95.19/95.21	c vivif2 --  cl tried    83827 cl shrink        3 lits rem          3 time: 0.01
95.50/95.58	c vivif2 --  cl tried    37982 cl shrink    16066 lits rem     613330 time: 0.36
95.89/95.90	c asymm  cl-useful: 0/9515/83827 lits-rem:0 time: 0.32
95.89/95.91	c calculated reachability. Time: 0.00
95.89/95.91	c  N dy   766    105323      8649     83827     82303     37982    324740   6488375     33.91   no data  --
97.99/98.06	c Finding binary XORs  T:     0.01 s  found:       0
98.49/98.59	c  N dy   817    112062      8649     83827     82320     22796    324740   2847755     34.18     40.21  --
100.60/100.67	c  N dy   860    119298      8649     83827     82368     29925    324740   4668994     34.35     49.99  --
103.09/103.13	c  N dy   902    127015      8649     83827     82382     37576    324740   6657598     34.55     46.40  --
106.09/106.16	c  N dy   954    135540      8649     83827     82402     46003    324740   8806185     34.76     36.60  --
108.39/108.40	c  N dy   986    144390      8649     83827     82411     31450    324740   4776787     34.84     36.74  --
111.40/111.43	c  N dy  1033    154034      8649     83827     82412     41000    324740   7409166     35.01     36.88  --
112.79/112.80	c  S st  1052    157984      8649     83827     82419     44878    324740   8393974     35.04   no data  --
112.89/112.92	c  S st  1052    158484      8649     83827     82614     45182    324740   8395698     35.04   no data  --
112.89/112.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
112.89/112.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.20/113.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2226 BRemL:    200 BRemN:      0 P:  7.9M T:  0.30
113.49/113.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
114.89/114.94	c subs with bin:       25  lits-rem:       130  v-fix:    0  time:  1.44 s
114.99/115.01	c Subs w/ non-existent bins:      0 l-rem:   3650 v-fix:     0 done:    555 time:  0.06 s
114.99/115.01	c Removed useless bin:       0  fixed:     0  props:   0.72M  time:  0.01 s
189.89/189.93	c lits-rem:       106  cl-subs:      309  v-elim:      0  v-fix:    0  time: 74.92 s
189.89/189.94	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
190.31/190.36	c vivif2 --  cl tried    44848 cl shrink    19272 lits rem     692538 time: 0.42
190.60/190.65	c asymm  cl-useful: 0/8992/83827 lits-rem:0 time: 0.28
190.60/190.66	c calculated reachability. Time: 0.00
190.60/190.66	c  N dy  1052    158484      8649     83827     84642     44846    324740   7653181     35.04   no data  --
190.60/190.66	c Finding binary XORs  T:     0.01 s  found:       0
193.89/193.99	c  N dy  1098    169723      8649     83827     84651     31544    324740   4745080     35.08     36.93  --
197.10/197.12	c  N dy  1132    180643      8649     83827     84688     42287    324740   7556603     35.07     36.94  --
200.89/200.91	c  N dy  1165    192222      8649     83827     84695     28207    324740   3713880     35.06     36.93  --
204.70/204.72	c  N dy  1226    204529      8649     83827     84722     40365    324740   7068888     35.18     37.85  --
208.69/208.73	c  N dy  1259    217618      8649     83827     84760     26674    324740   3131741     35.18     37.10  --
211.80/211.84	c  N dy  1268    237727      8649     83827     84765     46321    324740   7130452     34.75     30.76  --
211.80/211.84	c  S st  1268    237727      8649     83827     84765     46321    324740   7130452     34.75     30.76  --
212.00/212.05	c  S st  1268    238227      8649     83827     84955     46629    324740   7132066     34.75   no data  --
212.00/212.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
212.00/212.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.50/212.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2094 BRemL:    172 BRemN:      0 P: 14.0M T:  0.47
212.69/212.78	c bin-w-bin subsume rem            2 bins  time:  0.01 s
214.09/214.18	c subs with bin:       50  lits-rem:       166  v-fix:    0  time:  1.40 s
214.19/214.20	c Subs w/ non-existent bins:      0 l-rem:   1010 v-fix:     0 done:    912 time:  0.02 s
214.19/214.21	c Removed useless bin:       0  fixed:     0  props:   0.72M  time:  0.01 s
239.89/239.94	c lits-rem:        31  cl-subs:      652  v-elim:      0  v-fix:    0  time: 25.73 s
239.89/239.96	c vivif2 --  cl tried    83827 cl shrink        1 lits rem          1 time: 0.01
240.20/240.26	c vivif2 --  cl tried    45927 cl shrink    14974 lits rem     245693 time: 0.30
240.50/240.54	c asymm  cl-useful: 0/7329/83827 lits-rem:0 time: 0.28
240.50/240.55	c calculated reachability. Time: 0.00
240.50/240.55	c  N dy  1268    238227      8649     83827     86876     45926    324739   6758431     34.75   no data  --
240.50/240.56	c Finding binary XORs  T:     0.01 s  found:       0
252.90/252.97	c  N dy  1278    285323      8649     83827     86877     36005    324739   4613486     33.59     35.80  --
258.50/258.54	c  F st  1293    306250      8649     83827     86877     56509    324739   8510545     33.36     29.75  --
258.50/258.55	c  N st  1293    306250      8649     83827     86877     56509    324739   8510545     33.36     29.75  --
264.01/264.04	c  N dy  1325    332916      8649     83827     86877     53170    324739   6668524     32.98     34.72  --
269.80/269.89	c  N dy  1348    357342      8649     83827     86877     47039    324739   5708934     32.68     29.27  --
269.80/269.89	c  S st  1348    357342      8649     83827     86877     47039    324739   5708934     32.68     29.27  --
270.10/270.19	c  S st  1348    357842      8649     83827     87076     47337    324739   5710580     32.68   no data  --
270.20/270.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
270.20/270.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.90/270.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    513 BRemL:    167 BRemN:      0 P: 19.6M T:  0.78
271.10/271.18	c bin-w-bin subsume rem            1 bins  time:  0.01 s
272.70/272.77	c subs with bin:      221  lits-rem:        86  v-fix:    0  time:  1.59 s
272.80/272.84	c Subs w/ non-existent bins:      0 l-rem:   4248 v-fix:     0 done:   1607 time:  0.07 s
272.80/272.85	c Removed useless bin:       0  fixed:     0  props:   0.72M  time:  0.01 s
311.10/311.17	c lits-rem:       146  cl-subs:      665  v-elim:      0  v-fix:    0  time: 38.33 s
311.10/311.18	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
311.40/311.44	c vivif2 --  cl tried    46451 cl shrink    14228 lits rem     211958 time: 0.25
311.60/311.66	c asymm  cl-useful: 0/5450/83827 lits-rem:0 time: 0.21
311.60/311.67	c calculated reachability. Time: 0.00
311.60/311.67	c  N dy  1348    357842      8649     83827     87421     46451    324739   5388203     32.68   no data  --
311.60/311.67	c Finding binary XORs  T:     0.01 s  found:       0
319.70/319.79	c  N dy  1364    393070      8649     83827     87422     49697    324739   5647284     32.11     34.03  --
324.30/324.38	c  N dy  1490    413109      8649     83827     87444     37037    324739   4450835     32.31     43.10  --
330.01/330.01	c  N dy  1588    433270      8649     83827     87489     56763    324739  11666347     32.43     34.15  --
335.90/335.93	c  N dy  1703    453579      8649     83827     87506     43548    324739   6038423     32.57     34.83  --
342.31/342.38	c  N dy  1836    475414      8649     83827     87538     65031    324739  13625964     32.74     34.57  --
347.30/347.31	c  N dy  1941    495495      8649     83827     87553     50459    324739   8051071     32.84     34.74  --
354.50/354.55	c  N dy  2023    516576      8649     83827     87562     35879    324739   3094002     32.90     35.14  --
359.01/359.04	c  N dy  2123    536685      8649     83827     87581     55701    324739   9675861     32.97     34.76  --
359.01/359.08	c  S st  2124    536764      8649     83827     87581     55780    324739   9705771     32.97   no data  --
359.31/359.30	c  S st  2124    537264      8649     83827     87799     56061    324739   9707467     32.97   no data  --
359.31/359.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
359.31/359.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
359.91/359.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3259 BRemL:    202 BRemN:      0 P: 18.1M T:  0.58
360.11/360.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
361.60/361.64	c subs with bin:       18  lits-rem:         2  v-fix:    0  time:  1.46 s
361.60/361.67	c Subs w/ non-existent bins:      0 l-rem:    491 v-fix:     0 done:    914 time:  0.02 s
361.60/361.67	c Removed useless bin:       0  fixed:     0  props:   0.73M  time:  0.01 s
410.32/410.32	c lits-rem:        21  cl-subs:      480  v-elim:      0  v-fix:    0  time: 48.65 s
410.32/410.34	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
410.70/410.79	c vivif2 --  cl tried    55563 cl shrink    16457 lits rem     637455 time: 0.45
411.00/411.07	c asymm  cl-useful: 0/4714/83827 lits-rem:0 time: 0.28
411.00/411.08	c calculated reachability. Time: 0.00
411.00/411.08	c  N dy  2124    537264      8649     83827     90861     55558    324739   8944470     32.97   no data  --
411.00/411.08	c Finding binary XORs  T:     0.01 s  found:       0
417.30/417.31	c  N dy  2206    557433      8649     83827     90877     39135    324739   4072014     33.04     34.93  --
421.91/421.90	c  N dy  2294    577459      8649     83827     90890     58904    324739  10699659     33.10     36.59  --
428.00/428.08	c  N dy  2405    597509      8649     83827     90901     41303    324739   4495311     33.20     34.98  --
432.91/432.96	c  N dy  2497    617855      8649     83827     90920     61315    324739  11065409     33.25     35.30  --
438.70/438.75	c  N dy  2572    637903      8649     83827     90925     42663    324739   4944876     33.30     37.66  --
443.61/443.69	c  N dy  2678    657920      8649     83827     90932     62402    324739  11430612     33.37     43.60  --
451.02/451.04	c  N dy  2774    678878      8649     83827     90938     43635    324739   5111569     33.44     35.31  --
456.10/456.16	c  N dy  2859    698958      8649     83827     90944     63410    324739  11481828     33.48     35.26  --
460.82/460.82	c  N dy  2902    720818      8649     83827     90947     44476    324739   4043399     33.41     35.18  --
468.70/468.72	c  N dy  2909    750829      8649     83827     90947     73799    324739   9364992     33.27     35.06  --
476.81/476.86	c  N dy  2926    780194      8649     83827     90948     61291    324739   6217480     33.04     34.84  --
483.71/483.77	c  N dy  2935    805898      8649     83827     90948     44375    324739   3588884     32.86     26.28  --
483.71/483.77	c  S st  2935    805898      8649     83827     90948     44375    324739   3588884     32.86     26.28  --
484.02/484.02	c  S st  2935    806398      8649     83827     91131     44690    324739   3590804     32.86   no data  --
484.02/484.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
484.02/484.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
484.61/484.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1618 BRemL:    146 BRemN:      0 P: 18.1M T:  0.60
484.71/484.75	c bin-w-bin subsume rem            5 bins  time:  0.01 s
486.22/486.24	c subs with bin:      635  lits-rem:       235  v-fix:    0  time:  1.49 s
486.22/486.27	c Subs w/ non-existent bins:      0 l-rem:   1083 v-fix:     0 done:   3495 time:  0.03 s
486.22/486.28	c Removed useless bin:       0  fixed:     0  props:   0.74M  time:  0.01 s
493.92/493.94	c lits-rem:       200  cl-subs:      215  v-elim:      0  v-fix:    0  time:  7.66 s
493.92/493.95	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
494.01/494.04	c vivif2 --  cl tried    43840 cl shrink     2740 lits rem      27241 time: 0.08
494.31/494.32	c asymm  cl-useful: 0/4820/83827 lits-rem:0 time: 0.29
494.31/494.33	c calculated reachability. Time: 0.00
494.31/494.33	c  N dy  2935    806398      8649     83827     92598     43840    324739   3541039     32.86   no data  --
494.31/494.34	c Finding binary XORs  T:     0.01 s  found:       0
500.21/500.24	c  N dy  2947    829296      8649     83827     92598     66312    324739   7538640     32.77     34.50  --
507.01/507.01	c  N dy  2949    854100      8649     83827     92598     47678    324739   4084951     32.62     34.37  --
514.82/514.89	c  N dy  2951    884691      8649     83827     92598     77486    324739   8727708     32.48     34.20  --
575.60/575.62	c  N dy  2957   1043409      8649     83827     92599     51280    324739   4119436     31.40     33.26  --
581.31/581.35	c  N dy  3016   1066643      8649     83827     92599     74074    324739   7899406     31.37     33.18  --
582.81/582.88	c  F st  3022   1071878      8649     83827     92599     79185    324739   8671591     31.36     25.31  --
588.52/588.52	c  N dy  3036   1091696      8649     83827     92599     50409    324739   3850822     31.30     33.10  --
597.90/597.92	c  N dy  3053   1129323      8649     83827     92599     87358    324739  10275852     31.18     32.87  --
623.11/623.10	c  N dy  3055   1209597      8649     83827     92599     67102    324739   6102650     30.71     22.69  --
623.11/623.10	c  S st  3055   1209597      8649     83827     92599     67102    324739   6102650     30.71     22.69  --
623.41/623.47	c  S st  3055   1210098      8649     83827     92806     67396    324739   6104260     30.71   no data  --
623.41/623.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
623.41/623.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
624.41/624.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    895 BRemL:     90 BRemN:      0 P: 25.7M T:  0.94
624.61/624.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
626.21/626.23	c subs with bin:       13  lits-rem:        32  v-fix:    0  time:  1.61 s
626.21/626.29	c Subs w/ non-existent bins:      0 l-rem:   2735 v-fix:     0 done:   1531 time:  0.05 s
626.21/626.29	c Removed useless bin:       0  fixed:     0  props:   0.74M  time:  0.01 s
681.01/681.08	c lits-rem:        41  cl-subs:      801  v-elim:      0  v-fix:    0  time: 54.79 s
681.01/681.09	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
681.31/681.36	c vivif2 --  cl tried    66582 cl shrink    14833 lits rem     237211 time: 0.26
681.61/681.66	c asymm  cl-useful: 0/7728/83827 lits-rem:0 time: 0.30
681.61/681.67	c calculated reachability. Time: 0.00
681.61/681.67	c  N dy  3055   1210098      8649     83827     93611     66582    324739   5778880     30.71   no data  --
681.61/681.68	c Finding binary XORs  T:     0.01 s  found:       0
686.91/686.91	c  N dy  3088   1230149      8649     83827     93611     86240    324739   9014345     30.69     38.44  --
728.72/728.79	c  N dy  3091   1358609      8649     83827     93611     56698    324739   4305949     30.14     31.80  --
733.11/733.18	c  N dy  3123   1378772      8649     83827     93611     76499    324739   7556411     30.12     31.71  --
741.21/741.26	c  N dy  3164   1405097      8649     83827     93611    102370    324739  11882006     30.09     31.79  --
746.42/746.48	c  N dy  3228   1425954      8649     83827     93611     68619    324739   6162259     30.09     31.89  --
753.52/753.51	c  N dy  3244   1447157      8649     83827     93611     89514    324739   9347150     30.06     31.68  --
761.61/761.62	c  N dy  3336   1468674      8649     83827     93611     55539    324739   3996377     30.07     31.67  --
766.01/766.05	c  N dy  3395   1490480      8649     83827     93611     76865    324739   7558821     30.07     31.74  --
778.61/778.60	c  N dy  3431   1526049      8649     83827     93611    111794    324739  12899176     30.00     31.73  --
783.01/783.02	c  N dy  3458   1546337      8649     83827     93611     75606    324739   6830109     29.96     31.54  --
794.41/794.40	c  N dy  3466   1583711      8649     83827     93611    112301    324739  12362358     29.87     31.64  --
799.62/799.61	c  N dy  3650   1603770      8649     83827     93617     75128    324739  11284615     29.98     34.62  --
808.12/808.16	c  N dy  3712   1637181      8649     83827     93618    107665    324739  17247057     29.95     31.64  --
818.32/818.33	c  N dy  3749   1676138      8649     83827     93618     88167    324739   8991897     29.88     31.54  --
825.03/825.05	c  N dy  3812   1696348      8649     83827     93618    107962    324739  12254772     29.88     31.66  --
830.43/830.43	c  S st  3869   1710098      8649     83827     93618     62645    324739   4664918     29.89     28.52  --
830.72/830.72	c  S st  3869   1710599      8649     83827     93804     62958    324739   4666591     29.89   no data  --
830.72/830.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
830.72/830.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
831.53/831.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    904 BRemL:    112 BRemN:      0 P: 24.6M T:  0.85
831.72/831.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
833.22/833.20	c subs with bin:       70  lits-rem:       118  v-fix:    0  time:  1.47 s
833.22/833.25	c Subs w/ non-existent bins:      0 l-rem:   2984 v-fix:     0 done:    311 time:  0.04 s
833.22/833.26	c Removed useless bin:       0  fixed:     0  props:   0.75M  time:  0.01 s
857.42/857.44	c lits-rem:       121  cl-subs:      210  v-elim:      0  v-fix:    0  time: 24.19 s
857.42/857.46	c vivif2 --  cl tried    83827 cl shrink        0 lits rem          0 time: 0.01
857.52/857.59	c vivif2 --  cl tried    62678 cl shrink     5296 lits rem      46775 time: 0.13
857.82/857.89	c asymm  cl-useful: 0/8757/83827 lits-rem:0 time: 0.30
857.93/857.91	c calculated reachability. Time: 0.00
857.93/857.91	c  N dy  3869   1710599      8649     83827     94597     62677    324739   4597312     29.89   no data  --
857.93/857.91	c Finding binary XORs  T:     0.01 s  found:       0
863.72/863.77	c  N dy  3916   1731034      8649     83827     94597     82746    324739   7690081     29.88     31.52  --
871.13/871.17	c  N dy  3947   1754103      8649     83827     94597    105428    324739  11290137     29.86     31.43  --
888.22/888.26	c  N dy  3970   1804476      8649     83827     94597     95054    324739   9233227     29.71     31.29  --
898.63/898.70	c  N dy  3988   1833954      8649     83827     94597     63199    324739   4485750     29.65     31.41  --
903.72/903.70	c  N dy  4047   1855141      8649     83827     94597     83925    324739   7777684     29.64     31.29  --
913.22/913.23	c  N dy  4106   1884905      8649     83827     94597    113121    324739  12518513     29.62     31.29  --
932.52/932.54	c  N dy  4119   1940314      8649     83827     94597    106054    324739  10634760     29.48     31.33  --
940.32/940.40	c  N dy  4156   1962290      8649     83827     94597     64683    324739   4490117     29.46     31.21  --
945.12/945.18	c  N dy  4216   1982405      8649     83827     94597     84477    324739   7617942     29.46     31.02  --
951.62/951.61	c  N dy  4233   2007288      8649     83827     94597    108813    324739  10952460     29.41     31.00  --
958.62/958.63	c  N dy  4264   2027455      8649     83827     94597     64780    324739   4383028     29.37     30.97  --
963.72/963.70	c  N dy  4282   2047953      8649     83827     94597     84939    324739   7350961     29.34     31.17  --
980.92/980.91	c  N dy  4285   2099188      8649     83827     94597     70562    324739   5144007     29.18     30.85  --
986.02/986.08	c  N dy  4316   2120761      8649     83827     94597     91792    324739   8461547     29.16     30.78  --
993.52/993.50	c  N dy  4387   2141509      8649     83827     94597    112258    324739  11768447     29.16     30.87  --
1005.13/1005.11	c  N dy  4502   2165917      8649     83827     94597     70325    324739   5144124     29.18     31.07  --
1010.02/1010.07	c  N dy  4511   2187711      8649     83827     94597     91667    324739   8345253     29.14     30.68  --
1016.44/1016.46	c  N dy  4530   2210599      8649     83827     94597    114210    324739  11701404     29.12     26.66  --
1016.44/1016.46	c  S st  4530   2210599      8649     83827     94597    114210    324739  11701404     29.12     26.66  --
1017.03/1017.00	c  S st  4530   2211099      8649     83827     94790    114515    324739  11702982     29.12   no data  --
1017.03/1017.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1017.03/1017.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1018.73/1018.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1222 BRemL:    125 BRemN:      0 P: 41.7M T:  1.72
1019.13/1019.13	c bin-w-bin subsume rem            1 bins  time:  0.01 s
1020.74/1020.77	c subs with bin:        8  lits-rem:        52  v-fix:    0  time:  1.64 s
1020.84/1020.82	c Subs w/ non-existent bins:      0 l-rem:   1221 v-fix:     0 done:    830 time:  0.05 s
1020.84/1020.83	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370545-1305379178/watcher-3370545-1305379178 -o /tmp/evaluation-result-3370545-1305379178/solver-3370545-1305379178 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370545-1305379178.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/292 31445
/proc/meminfo: memFree=13196516/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=33032 CPUtime=0 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 1606 0 1 0 0 0 0 0 21 0 1 0 649517524 33824768 1351 33554432000 4194304 4650387 140736441895664 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 8258 1352 328 112 0 3223 0

[startup+0.014325 s]
/proc/loadavg: 0.00 0.00 0.00 2/292 31445
/proc/meminfo: memFree=13196516/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=33388 CPUtime=0 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 1733 0 1 0 0 0 0 0 21 0 1 0 649517524 34189312 1478 33554432000 4194304 4650387 140736441895664 18446744073709551615 4373832 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 8347 1480 328 112 0 3312 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33388

[startup+0.100308 s]
/proc/loadavg: 0.00 0.00 0.00 2/292 31445
/proc/meminfo: memFree=13196516/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=36968 CPUtime=0.09 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 3122 0 1 0 9 0 0 0 21 0 1 0 649517524 37855232 2867 33554432000 4194304 4650387 140736441895664 18446744073709551615 4369845 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 9242 2867 346 112 0 4207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36968

[startup+0.300268 s]
/proc/loadavg: 0.00 0.00 0.00 2/292 31445
/proc/meminfo: memFree=13196516/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=37100 CPUtime=0.29 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 3163 0 1 0 29 0 0 0 22 0 1 0 649517524 37990400 2908 33554432000 4194304 4650387 140736441895664 18446744073709551615 4369137 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 9275 2908 346 112 0 4240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37100

[startup+0.700198 s]
/proc/loadavg: 0.00 0.00 0.00 2/292 31445
/proc/meminfo: memFree=13196516/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=59924 CPUtime=0.69 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 8878 0 1 0 68 1 0 0 23 0 1 0 649517524 61362176 7658 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 14981 7658 369 112 0 9946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59924

[startup+1.50104 s]
/proc/loadavg: 0.32 0.07 0.02 5/308 31469
/proc/meminfo: memFree=13042644/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=59924 CPUtime=1.49 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 9127 0 1 0 148 1 0 0 25 0 1 0 649517524 61362176 7907 33554432000 4194304 4650387 140736441895664 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 14981 7907 379 112 0 9946 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59924

[startup+3.10073 s]
/proc/loadavg: 0.32 0.07 0.02 5/308 31469
/proc/meminfo: memFree=13010652/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=59924 CPUtime=3.09 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 9478 0 1 0 308 1 0 0 25 0 1 0 649517524 61362176 8258 33554432000 4194304 4650387 140736441895664 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 14981 8258 379 112 0 9946 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59924

[startup+6.30013 s]
/proc/loadavg: 0.32 0.07 0.02 5/308 31469
/proc/meminfo: memFree=12924108/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=103620 CPUtime=6.29 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 11331 0 1 0 628 1 0 0 25 0 1 0 649517524 106106880 10111 33554432000 4194304 4650387 140736441895664 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 25905 10111 379 112 0 20870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103620

[startup+12.7009 s]
/proc/loadavg: 0.89 0.20 0.06 5/308 31470
/proc/meminfo: memFree=12836212/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=188476 CPUtime=12.69 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 32143 0 1 0 1265 4 0 0 25 0 1 0 649517524 192999424 27899 33554432000 4194304 4650387 140736441895664 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 47119 27899 383 112 0 42084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 188476

[startup+25.5005 s]
/proc/loadavg: 1.36 0.32 0.11 5/308 31470
/proc/meminfo: memFree=12789932/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=206084 CPUtime=25.49 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 44492 0 1 0 2542 7 0 0 25 0 1 0 649517524 211030016 34135 33554432000 4194304 4650387 140736441895664 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 51521 34135 383 112 0 46486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 206084

[startup+51.1006 s]
/proc/loadavg: 2.26 0.62 0.21 5/308 31471
/proc/meminfo: memFree=12653796/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=314144 CPUtime=51.09 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 86211 0 1 0 5095 14 0 0 25 0 1 0 649517524 321683456 56740 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 78536 56740 383 112 0 73501 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 314144

[startup+102.311 s]
/proc/loadavg: 3.35 1.20 0.43 5/308 31472
/proc/meminfo: memFree=12591724/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=315236 CPUtime=102.3 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 98123 0 1 0 10212 18 0 0 25 0 1 0 649517524 322801664 55740 33554432000 4194304 4650387 140736441895664 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 78809 55740 383 112 0 73774 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 315236

[startup+162.3 s]
/proc/loadavg: 3.94 1.75 0.66 5/308 31474
/proc/meminfo: memFree=12505876/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=344592 CPUtime=162.29 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 116190 0 1 0 16209 20 0 0 25 0 1 0 649517524 352862208 64502 33554432000 4194304 4650387 140736441895664 18446744073709551615 4443736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 86148 64502 383 112 0 81113 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 344592

[startup+222.301 s]
/proc/loadavg: 4.06 2.19 0.88 5/308 31475
/proc/meminfo: memFree=12466268/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=391992 CPUtime=222.29 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 160652 0 1 0 22201 28 0 0 25 0 1 0 649517524 401399808 73479 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 97998 73479 383 112 0 92963 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 391992

[startup+282.3 s]
/proc/loadavg: 4.02 2.51 1.07 5/308 31504
/proc/meminfo: memFree=12333004/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=445076 CPUtime=282.3 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 194819 0 1 0 28192 38 0 0 25 0 1 0 649517524 455757824 85731 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 111269 85731 383 112 0 106234 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 445076

[startup+342.301 s]
/proc/loadavg: 4.00 2.78 1.25 5/308 31505
/proc/meminfo: memFree=12270912/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=467120 CPUtime=342.31 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 229881 0 1 0 34183 48 0 0 25 0 1 0 649517524 478330880 99001 33554432000 4194304 4650387 140736441895664 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 116780 99001 383 112 0 111745 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 467120

[startup+402.301 s]
/proc/loadavg: 4.05 3.02 1.43 5/308 31507
/proc/meminfo: memFree=12196540/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=513724 CPUtime=402.31 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 256505 0 1 0 40177 54 0 0 25 0 1 0 649517524 526053376 106774 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 128431 106774 383 112 0 123396 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 513724

[startup+462.3 s]
/proc/loadavg: 4.02 3.19 1.59 5/308 31509
/proc/meminfo: memFree=12191512/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=448180 CPUtime=462.31 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 306192 0 1 0 46166 65 0 0 25 0 1 0 649517524 458936320 102805 33554432000 4194304 4650387 140736441895664 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 112045 102805 383 112 0 107010 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 448180

[startup+522.301 s]
/proc/loadavg: 4.00 3.34 1.73 5/308 31510
/proc/meminfo: memFree=12208584/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=477704 CPUtime=522.31 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 331812 0 1 0 52158 73 0 0 25 0 1 0 649517524 489168896 94109 33554432000 4194304 4650387 140736441895664 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 119426 94109 383 112 0 114391 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 477704

[startup+582.3 s]
/proc/loadavg: 4.00 3.45 1.87 5/308 31512
/proc/meminfo: memFree=12154948/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=482192 CPUtime=582.31 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 370008 0 1 0 58144 87 0 0 25 0 1 0 649517524 493764608 96711 33554432000 4194304 4650387 140736441895664 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 120548 96711 383 112 0 115513 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 482192

[startup+642.301 s]
/proc/loadavg: 4.00 3.55 2.00 5/308 31513
/proc/meminfo: memFree=12111236/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=455560 CPUtime=642.32 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 412728 0 1 0 64137 95 0 0 25 0 1 0 649517524 466493440 103273 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 113890 103273 383 112 0 108855 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 455560

[startup+702.3 s]
/proc/loadavg: 4.06 3.65 2.13 5/308 31515
/proc/meminfo: memFree=12064684/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=549524 CPUtime=702.31 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 429677 0 1 0 70132 99 0 0 25 0 1 0 649517524 562712576 112739 33554432000 4194304 4650387 140736441895664 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 137381 112739 383 112 0 132346 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 549524

[startup+762.311 s]
/proc/loadavg: 4.11 3.74 2.25 5/308 31517
/proc/meminfo: memFree=12019732/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=513748 CPUtime=762.32 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 460841 0 1 0 76125 107 0 0 25 0 1 0 649517524 526077952 115570 33554432000 4194304 4650387 140736441895664 18446744073709551615 4315528 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 128437 115570 383 112 0 123402 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 513748

[startup+822.3 s]
/proc/loadavg: 4.04 3.78 2.36 5/308 31518
/proc/meminfo: memFree=12008160/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=550080 CPUtime=822.32 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 498087 0 1 0 82116 116 0 0 25 0 1 0 649517524 563281920 114598 33554432000 4194304 4650387 140736441895664 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 137520 114598 383 112 0 132485 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 550080

[startup+882.301 s]
/proc/loadavg: 4.09 3.84 2.47 5/308 31520
/proc/meminfo: memFree=12010568/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=484536 CPUtime=882.32 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 515609 0 1 0 88111 121 0 0 25 0 1 0 649517524 496164864 110681 33554432000 4194304 4650387 140736441895664 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 121134 110681 383 112 0 116099 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 484536

[startup+942.301 s]
/proc/loadavg: 4.03 3.86 2.56 5/308 31521
/proc/meminfo: memFree=11949256/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=515128 CPUtime=942.32 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 548909 0 1 0 94103 129 0 0 25 0 1 0 649517524 527491072 116907 33554432000 4194304 4650387 140736441895664 18446744073709551615 4316008 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 128782 116907 383 112 0 123747 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 515128

[startup+1002.3 s]
/proc/loadavg: 4.01 3.89 2.65 5/308 31523
/proc/meminfo: memFree=11913872/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=581644 CPUtime=1002.33 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 578238 0 1 0 100097 136 0 0 25 0 1 0 649517524 595603456 125680 33554432000 4194304 4650387 140736441895664 18446744073709551615 4334245 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 145411 125680 383 112 0 140376 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 581644

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.73 5/308 31525
/proc/meminfo: memFree=11871168/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=636152 CPUtime=1062.33 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 603052 0 1 0 106094 139 0 0 25 0 1 0 649517524 651419648 135157 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 159038 135157 383 112 0 154003 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 636152

[startup+1122.3 s]
/proc/loadavg: 4.04 3.93 2.81 5/308 31526
/proc/meminfo: memFree=11887748/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=636152 CPUtime=1122.26 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 603052 0 1 0 112087 139 0 0 25 0 1 0 649517524 651419648 135157 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 159038 135157 383 112 0 154003 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 636152

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 2.88 5/308 31528
/proc/meminfo: memFree=11904572/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=637288 CPUtime=1182.26 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 603210 0 1 0 118087 139 0 0 25 0 1 0 649517524 652582912 135315 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 159322 135315 383 112 0 154287 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 637288

[startup+1242.3 s]
/proc/loadavg: 4.09 3.98 2.96 5/308 31529
/proc/meminfo: memFree=11871556/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=638544 CPUtime=1242.26 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 603615 0 1 0 124087 139 0 0 25 0 1 0 649517524 653869056 135720 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 159636 135720 383 112 0 154601 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 638544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.00 3.02 5/308 31531
/proc/meminfo: memFree=11880448/32950928 swapFree=67083212/67111528
[pid=31445] ppid=31443 vsize=640492 CPUtime=1299.97 cores=1,3
/proc/31445/stat : 31445 (strangenight1-s) R 31443 31445 31408 0 -1 4202496 603691 0 1 0 129858 139 0 0 25 0 1 0 649517524 655863808 135796 33554432000 4194304 4650387 140736441895664 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31445/statm: 160123 135796 383 112 0 155088 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 640492

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): 1300.04
CPU time (s): 1300.01
CPU user time (s): 1298.59
CPU system time (s): 1.42078
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 640492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.59
system time used= 1.42078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 1480

runsolver used 3.49547 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 15:19:39
IDJOB=3370545
IDBENCH=70910
IDSOLVER=1847
FILE ID=node127/3370545-1305379178
RUNJOBID= node127-1305379175-31428
PBS_JOBID= 13324375
Free space on /tmp= 73476 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370545-1305379178/watcher-3370545-1305379178 -o /tmp/evaluation-result-3370545-1305379178/solver-3370545-1305379178 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370545-1305379178.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=422042674

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13196788 kB
Buffers:        271772 kB
Cached:        3312584 kB
SwapCached:       1620 kB
Active:       16680304 kB
Inactive:      2737864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13196788 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           15800 kB
Writeback:           0 kB
AnonPages:    15832764 kB
Mapped:          25664 kB
Slab:           226340 kB
PageTables:      47596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44322160 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73444 MiB
End job on node127 at 2011-05-14 15:41:21