Trace number 3260970

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-stUNSAT 384.006 383.999

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-11-11-unsat.cnf
MD5SUMf5821fd80ce137a7b8cae2070a9b28d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.97324
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of clauses726
Sum of the clauses size2541
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2605
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5121

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3260970-1303517141.cnf'
0.00/0.00	c -- header says num vars:            121
0.00/0.00	c -- header says num clauses:         726
0.00/0.00	c -- clauses added:            0 learnts,          726 normals,            0 xors
0.00/0.00	c -- vars added        121
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       121       121       605         0      2541         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     121
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       121       121       605         0      2541         0   no data   no data  --
0.05/0.05	c Decided on static restart strategy
0.09/0.13	c  N st     8      4915       121       121       605      4691      2541    179867   no data   no data  --
0.29/0.36	c  N st    10     11300       121       121       605      4302      2541    135655   no data   no data  --
0.59/0.62	c  N st    11     17043       121       121       605      9641      2541    341450   no data   no data  --
0.99/1.05	c  F st    12     25001       121       121       605     11758      2541    417529   no data   no data  --
0.99/1.05	c  N st    12     25001       121       121       605     11758      2541    417529   no data   no data  --
1.29/1.32	c Decided on static restart strategy
1.29/1.32	c  N st    18     30000       121       121       605     10121      2541    332661   no data   no data  --
1.29/1.32	c  S st    18     30000       121       121       605     10121      2541    332661   no data   no data  --
1.29/1.37	c  S st    18     30501       121       121       605     10612      2541    351452   no data   no data  --
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.29/1.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.48/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
1.48/1.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1.48/1.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.99/3.01	c lits-rem:       216  cl-subs:      433  v-elim:      0  v-fix:    0  time:  1.47 s
2.99/3.02	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.01
2.99/3.02	c calculated reachability. Time: 0.00
2.99/3.02	c  N st    18     30501       121       121       605     10179      2541    336922   no data   no data  --
3.30/3.39	c  N st    20     37619       121       121       605      9451      2541    297622   no data   no data  --
3.69/3.74	c  N st    21     44018       121       121       605     15388      2541    550412   no data   no data  --
3.79/3.85	c  S st    22     45752       121       121       605      8673      2541    249133   no data   no data  --
3.79/3.88	c  S st    22     46253       121       121       605      9163      2541    268645   no data   no data  --
3.79/3.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.79/3.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
3.89/3.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.89/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
3.89/3.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
3.89/3.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/4.09	c lits-rem:        23  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.10 s
3.99/4.09	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
4.09/4.10	c vivif2 --  cl tried     9110 cl shrink        0 lits rem          0 time: 0.00
4.09/4.11	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.01
4.09/4.11	c calculated reachability. Time: 0.00
4.09/4.11	c  N st    22     46253       121       121       605      9110      2541    266734   no data   no data  --
4.99/5.03	c  N st    23     60650       121       121       605     13059      2541    391937   no data   no data  --
5.59/5.66	c  N st    24     69381       121       121       605     11027      2541    317683   no data   no data  --
5.59/5.66	c  S st    24     69381       121       121       605     11027      2541    317683   no data   no data  --
5.69/5.72	c  S st    24     69886       121       121       605     11524      2541    336175   no data   no data  --
5.69/5.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.69/5.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.69/5.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
5.69/5.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.79/5.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
5.79/5.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
5.79/5.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.89/6.98	c lits-rem:        61  cl-subs:      101  v-elim:      0  v-fix:    0  time:  1.13 s
6.89/6.98	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
6.89/6.98	c vivif2 --  cl tried    11423 cl shrink        0 lits rem          0 time: 0.00
6.99/7.00	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.01
6.99/7.00	c calculated reachability. Time: 0.00
6.99/7.00	c  N st    24     69886       121       121       605     11423      2541    333252   no data   no data  --
8.48/8.56	c  F st    25     87500       121       121       605     16592      2541    555617   no data   no data  --
8.48/8.56	c  N st    25     87500       121       121       605     16592      2541    555617   no data   no data  --
9.08/9.14	c Decided on static restart strategy
9.38/9.47	c  N st    32     95541       121       121       605     24202      2541    863203   no data   no data  --
10.09/10.19	c  N st    34    104829       121       121       605     20743      2541    688707   no data   no data  --
10.09/10.19	c  S st    34    104829       121       121       605     20743      2541    688707   no data   no data  --
10.19/10.29	c  S st    34    105334       121       121       605     21232      2541    707157   no data   no data  --
10.19/10.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.19/10.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.29/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
10.29/10.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.58/10.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
10.58/10.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
10.58/10.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.78/12.80	c lits-rem:       703  cl-subs:      673  v-elim:      0  v-fix:    0  time:  2.18 s
12.78/12.80	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
12.78/12.81	c vivif2 --  cl tried    20559 cl shrink        0 lits rem          0 time: 0.01
12.78/12.84	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.03
12.78/12.84	c calculated reachability. Time: 0.00
12.78/12.84	c  N st    34    105334       121       121       605     20559      2541    682782   no data   no data  --
13.58/13.68	c  N st    35    114934       121       121       605     16502      2541    497934   no data   no data  --
14.99/15.06	c  N st    36    129334       121       121       605     15853      2541    456967   no data   no data  --
17.09/17.10	c  N st    37    150931       121       121       605     20923      2541    650583   no data   no data  --
17.79/17.87	c  S st    38    158006       121       121       605     27391      2541    888738   no data   no data  --
17.99/18.01	c  S st    38    158509       121       121       605     27883      2541    907651   no data   no data  --
17.99/18.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.99/18.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.99/18.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.02
17.99/18.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.39/18.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.37 s
18.39/18.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
18.39/18.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.19/21.20	c lits-rem:      1098  cl-subs:     1866  v-elim:      0  v-fix:    0  time:  2.78 s
21.19/21.20	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
21.19/21.21	c vivif2 --  cl tried    26017 cl shrink        0 lits rem          0 time: 0.01
21.19/21.24	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.03
21.19/21.25	c calculated reachability. Time: 0.00
21.19/21.25	c  N st    38    158509       121       121       605     26017      2541    852648   no data   no data  --
26.09/26.12	c  N st    39    207097       121       121       605     21093      2541    630319   no data   no data  --
29.09/29.14	c  N st    40    237763       121       121       605     30981      2541   1034264   no data   no data  --
29.09/29.14	c  S st    40    237763       121       121       605     30981      2541   1034264   no data   no data  --
29.19/29.27	c  S st    40    238265       121       121       605     31472      2541   1053764   no data   no data  --
29.19/29.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.19/29.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.19/29.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.02
29.29/29.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.79/29.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.49 s
29.79/29.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
29.79/29.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.09/32.15	c lits-rem:       681  cl-subs:     1033  v-elim:      0  v-fix:    0  time:  2.34 s
32.09/32.15	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
32.09/32.16	c vivif2 --  cl tried    30439 cl shrink        0 lits rem          0 time: 0.01
32.19/32.22	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.05
32.19/32.22	c calculated reachability. Time: 0.00
32.19/32.22	c  N st    40    238265       121       121       605     30439      2541   1018851   no data   no data  --
40.19/40.23	c  F st    41    306251       121       121       605     32222      2541   1031535   no data   no data  --
40.19/40.23	c  N st    41    306251       121       121       605     32222      2541   1031535   no data   no data  --
40.79/40.87	c Decided on static restart strategy
43.59/43.69	c  N st    51    334556       121       121       605     36408      2541   1169724   no data   no data  --
46.39/46.43	c  N st    53    357397       121       121       605     34110      2541   1047974   no data   no data  --
46.39/46.43	c  S st    53    357397       121       121       605     34110      2541   1047974   no data   no data  --
46.49/46.58	c  S st    53    357898       121       121       605     34600      2541   1066222   no data   no data  --
46.49/46.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.49/46.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.59/46.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.02
46.59/46.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.99/47.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.43 s
46.99/47.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
46.99/47.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.39/49.47	c lits-rem:       599  cl-subs:     1537  v-elim:      0  v-fix:    0  time:  2.41 s
49.39/49.47	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
49.39/49.48	c vivif2 --  cl tried    33063 cl shrink        0 lits rem          0 time: 0.01
49.49/49.52	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.04
49.49/49.52	c calculated reachability. Time: 0.00
49.49/49.52	c  N st    53    357898       121       121       605     33063      2541   1024251   no data   no data  --
53.99/54.01	c  N st    54    390290       121       121       605     38390      2541   1153021   no data   no data  --
60.50/60.52	c  N st    55    438880       121       121       606     33080      2541    994164   no data   no data  --
71.39/71.43	c  N st    56    511762       121       121       606     44861      2541   1299436   no data   no data  --
74.99/75.04	c  N st    57    536847       121       121       607     39864      2541   1250709   no data   no data  --
74.99/75.04	c  S st    57    536847       121       121       607     39864      2541   1250709   no data   no data  --
75.19/75.20	c  S st    57    537351       121       121       607     40359      2541   1270288   no data   no data  --
75.19/75.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.19/75.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.19/75.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.03
75.19/75.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.80/75.87	c subs with bin:      112  lits-rem:       140  v-fix:    0  time:  0.61 s
75.80/75.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
75.80/75.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.09/80.16	c lits-rem:      1041  cl-subs:     1089  v-elim:      0  v-fix:    0  time:  4.29 s
80.09/80.16	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
80.09/80.17	c vivif2 --  cl tried    39158 cl shrink        0 lits rem          0 time: 0.02
80.20/80.23	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.06
80.20/80.23	c calculated reachability. Time: 0.00
80.20/80.23	c  N st    57    537351       121       121       607     39158      2541   1237433   no data   no data  --
107.99/108.02	c Finding binary XORs  T:     0.00 s  found:       0
109.09/109.17	c  N st    58    701335       120       121       597     32293      2510    865312   no data   no data  --
127.39/127.42	c  N st    59    806026       120       121       597     59810      2510   1917303   no data   no data  --
127.39/127.42	c  S st    59    806026       120       121       597     59810      2510   1917303   no data   no data  --
127.60/127.70	c  S st    59    806528       120       121       597     60293      2510   1935098   no data   no data  --
127.69/127.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
127.69/127.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.69/127.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.05
127.79/127.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.69/128.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.99 s
128.69/128.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    120 time:  0.00 s
128.69/128.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.59/143.61	c lits-rem:      2936  cl-subs:     5785  v-elim:      0  v-fix:    0  time: 14.81 s
143.59/143.61	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
143.59/143.63	c vivif2 --  cl tried    54508 cl shrink        0 lits rem          0 time: 0.02
143.69/143.73	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.10
143.69/143.73	c calculated reachability. Time: 0.00
143.69/143.73	c  N st    59    806528       120       121       597     54508      2510   1792719   no data   no data  --
145.89/145.96	c Finding binary XORs  T:     0.00 s  found:       0
200.20/200.26	c  F st    60   1071880       119       121       586     69518      2479   2106226   no data   no data  --
200.20/200.26	c  N st    60   1071880       119       121       586     69518      2479   2106226   no data   no data  --
201.69/201.74	c Decided on static restart strategy
206.89/206.97	c  N st    70   1100184       119       121       587     54922      2479   1626680   no data   no data  --
216.19/216.20	c  N st    72   1136177       119       121       588     45963      2479   1244701   no data   no data  --
223.30/223.35	c  N st    73   1168570       119       121       589     73842      2479   2304883   no data   no data  --
233.39/233.46	c  N st    74   1209793       119       121       589     68875      2479   2070511   no data   no data  --
233.39/233.46	c  S st    74   1209793       119       121       589     68875      2479   2070511   no data   no data  --
233.89/233.90	c  S st    74   1210299       119       121       589     69366      2479   2087130   no data   no data  --
233.89/233.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
233.89/233.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
233.89/233.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.07
233.99/234.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.30/235.36	c subs with bin:      108  lits-rem:      4837  v-fix:    0  time:  1.33 s
235.30/235.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    119 time:  0.00 s
235.30/235.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
255.80/255.82	c lits-rem:      3610  cl-subs:     7607  v-elim:      0  v-fix:    0  time: 20.46 s
255.80/255.82	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
255.80/255.86	c vivif2 --  cl tried    61651 cl shrink     1322 lits rem       2305 time: 0.04
255.90/255.97	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.11
255.90/255.97	c calculated reachability. Time: 0.00
255.90/255.97	c  N st    74   1210299       119       121       589     61651      2478   1891608   no data   no data  --
275.10/275.10	c  N st    75   1283181       119       121       589     84736      2478   2649019   no data   no data  --
306.70/306.73	c  N st    76   1392504       119       121       589     49158      2478   1291826   no data   no data  --
307.30/307.39	c Finding binary XORs  T:     0.00 s  found:       0
319.20/319.29	c Finding binary XORs  T:     0.00 s  found:       0
321.70/321.77	c Finding binary XORs  T:     0.00 s  found:       0
328.50/328.50	c Finding binary XORs  T:     0.00 s  found:       0
352.40/352.49	c  N st    77   1556488       114       121       553     50126      2354   1237257   no data   no data  --
352.50/352.50	c Finding binary XORs  T:     0.00 s  found:       0
357.41/357.45	c Finding binary XORs  T:     0.00 s  found:       0
378.90/378.97	c Finding binary XORs  T:     0.00 s  found:       0
383.50/383.59	c Finding binary XORs  T:     0.00 s  found:       0
383.91/383.99	c  E st    78   1666233        80        91       404      9082      1441    121649   no data   no data  --
383.91/383.99	c num threads              : 1          
383.91/383.99	c restarts                 : 78         
383.91/383.99	c dynamic restarts         : 0          
383.91/383.99	c static restarts          : 78         
383.91/383.99	c full restarts            : 4          
383.91/383.99	c total simplify time      : 0.94       
383.91/383.99	c learnts DL2              : 0          
383.91/383.99	c learnts size 2           : 727        
383.91/383.99	c learnts size 1           : 105         (86.78     % of vars)
383.91/383.99	c filedLit time            : 0.25        (0.06      % time)
383.91/383.99	c v-elim SatELite          : 0           (0.00      % vars)
383.91/383.99	c SatELite time            : 51.77       (13.49     % time)
383.91/383.99	c v-elim xor               : 0           (0.00      % vars)
383.91/383.99	c xor elim time            : 0.03        (0.01      % time)
383.91/383.99	c num binary xor trees     : 0          
383.91/383.99	c binxor trees' crown      : 0           (nan       leafs/tree)
383.91/383.99	c bin xor find time        : 0.00       
383.91/383.99	c OTF clause improved      : 165325      (0.10      clauses/conflict)
383.91/383.99	c OTF impr. size diff      : 184636      (1.12       lits/clause)
383.91/383.99	c OTF cl watch-shrink      : 1033126     (0.62      clauses/conflict)
383.91/383.99	c OTF cl watch-sh-lit      : 2783804     (2.69       lits/clause)
383.91/383.99	c tried to recurMin cls    : 246381      (14.79      % of conflicts)
383.91/383.99	c updated cache            : 1035        (0.00       lits/tried recurMin)
383.91/383.99	c clauses over max glue    : 0           (0.00      % of all clauses)
383.91/383.99	c conflicts                : 1666233     (4342.34   / sec)
383.91/383.99	c decisions                : 1956178     (0.20      % random)
383.91/383.99	c bogo-props               : 43104286634 (112333338.95 / sec)
383.91/383.99	c conflict literals        : 62390825    (22.53     % deleted)
383.91/383.99	c Memory used              : 109.47      MB
383.91/383.99	c CPU time                 : 383.72      s
383.91/383.99	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3260970-1303517141/watcher-3260970-1303517141 -o /tmp/evaluation-result-3260970-1303517141/solver-3260970-1303517141 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3260970-1303517141.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: 3.81 2.87 3.13 5/189 5613
/proc/meminfo: memFree=19224992/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=29676 CPUtime=0 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 482 0 0 0 0 0 0 0 25 0 1 0 541944547 30388224 418 33554432000 4194304 4650387 140734786331216 18446744073709551615 252458109063 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 7419 420 349 112 0 2384 0

[startup+0.057892 s]
/proc/loadavg: 3.81 2.87 3.13 5/189 5613
/proc/meminfo: memFree=19224992/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=29940 CPUtime=0.05 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 678 0 0 0 5 0 0 0 25 0 1 0 541944547 30658560 614 33554432000 4194304 4650387 140734786331216 18446744073709551615 4334341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 7485 614 378 112 0 2450 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29940

[startup+0.100888 s]
/proc/loadavg: 3.81 2.87 3.13 5/189 5613
/proc/meminfo: memFree=19224992/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=30072 CPUtime=0.09 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 765 0 0 0 9 0 0 0 25 0 1 0 541944547 30793728 701 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 7518 701 378 112 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30072

[startup+0.300851 s]
/proc/loadavg: 3.81 2.87 3.13 5/189 5613
/proc/meminfo: memFree=19224992/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=30728 CPUtime=0.29 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 1151 0 0 0 29 0 0 0 25 0 1 0 541944547 31465472 891 33554432000 4194304 4650387 140734786331216 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 7682 891 380 112 0 2647 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30728

[startup+0.700777 s]
/proc/loadavg: 3.81 2.87 3.13 5/189 5613
/proc/meminfo: memFree=19224992/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=31872 CPUtime=0.69 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 1930 0 0 0 69 0 0 0 25 0 1 0 541944547 32636928 940 33554432000 4194304 4650387 140734786331216 18446744073709551615 4331252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 7968 940 380 112 0 2933 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31872

[startup+1.50063 s]
/proc/loadavg: 3.81 2.87 3.13 5/190 5614
/proc/meminfo: memFree=19218164/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=40868 CPUtime=1.48 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 4712 0 0 0 148 0 0 0 25 0 1 0 541944547 41848832 3236 33554432000 4194304 4650387 140734786331216 18446744073709551615 4436131 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 10217 3236 382 112 0 5182 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40868

[startup+3.10033 s]
/proc/loadavg: 3.81 2.87 3.13 5/190 5614
/proc/meminfo: memFree=19213824/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=41500 CPUtime=3.09 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 4908 0 0 0 308 1 0 0 25 0 1 0 541944547 42496000 3432 33554432000 4194304 4650387 140734786331216 18446744073709551615 4367766 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 10375 3432 382 112 0 5340 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41500

[startup+6.30074 s]
/proc/loadavg: 3.83 2.88 3.13 5/190 5614
/proc/meminfo: memFree=19201716/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=43528 CPUtime=6.29 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 7896 0 0 0 628 1 0 0 25 0 1 0 541944547 44572672 3728 33554432000 4194304 4650387 140734786331216 18446744073709551615 4476322 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 10882 3728 382 112 0 5847 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43528

[startup+12.7005 s]
/proc/loadavg: 3.84 2.90 3.14 5/190 5614
/proc/meminfo: memFree=19181196/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=54296 CPUtime=12.68 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 12578 0 0 0 1266 2 0 0 22 0 1 0 541944547 55599104 6639 33554432000 4194304 4650387 140734786331216 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 13574 6639 382 112 0 8539 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54296

[startup+25.5012 s]
/proc/loadavg: 3.87 2.96 3.15 5/190 5615
/proc/meminfo: memFree=19118344/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=64204 CPUtime=25.49 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 20671 0 0 0 2545 4 0 0 25 0 1 0 541944547 65744896 9171 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 16051 9171 382 112 0 11016 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64204

[startup+51.1004 s]
/proc/loadavg: 3.92 3.04 3.17 5/190 5615
/proc/meminfo: memFree=19086808/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=73212 CPUtime=51.09 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 33585 0 0 0 5103 6 0 0 25 0 1 0 541944547 74969088 11514 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 18303 11514 382 112 0 13268 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73212

[startup+102.307 s]
/proc/loadavg: 4.01 3.20 3.22 5/190 5617
/proc/meminfo: memFree=18998752/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=80548 CPUtime=102.3 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 53525 0 0 0 10219 11 0 0 25 0 1 0 541944547 82481152 13801 33554432000 4194304 4650387 140734786331216 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 20137 13801 382 112 0 15102 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80548

[startup+162.301 s]
/proc/loadavg: 4.00 3.34 3.27 5/190 5618
/proc/meminfo: memFree=18942444/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=114624 CPUtime=162.29 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 68578 0 0 0 16214 15 0 0 25 0 1 0 541944547 117374976 21621 33554432000 4194304 4650387 140734786331216 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 28656 21621 382 112 0 23621 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114624

[startup+222.301 s]
/proc/loadavg: 4.00 3.46 3.31 5/190 5620
/proc/meminfo: memFree=18916012/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=128488 CPUtime=222.29 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 84707 0 0 0 22209 20 0 0 25 0 1 0 541944547 131571712 24025 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 32122 24025 382 112 0 27087 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 128488

[startup+282.3 s]
/proc/loadavg: 4.00 3.56 3.35 5/190 5622
/proc/meminfo: memFree=18854232/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=128744 CPUtime=282.3 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 94027 0 0 0 28207 23 0 0 25 0 1 0 541944547 131833856 24452 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 32186 24452 382 112 0 27151 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128744

[startup+342.3 s]
/proc/loadavg: 4.11 3.66 3.40 5/190 5623
/proc/meminfo: memFree=18838208/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=115616 CPUtime=342.3 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 103737 0 0 0 34203 27 0 0 25 0 1 0 541944547 118390784 22324 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 28904 22324 382 112 0 23869 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 115616

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

[startup+358.3 s]
/proc/loadavg: 4.08 3.68 3.41 5/190 5624
/proc/meminfo: memFree=18837708/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=129520 CPUtime=358.3 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 105949 0 0 0 35803 27 0 0 25 0 1 0 541944547 132628480 24536 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 32380 24536 382 112 0 27345 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 129520

[startup+371.101 s]
/proc/loadavg: 4.06 3.69 3.41 5/190 5624
/proc/meminfo: memFree=18817248/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=143356 CPUtime=371.1 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 108067 0 0 0 37083 27 0 0 25 0 1 0 541944547 146796544 26654 33554432000 4194304 4650387 140734786331216 18446744073709551615 4366167 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 35839 26654 382 112 0 30804 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 143356

[startup+377.501 s]
/proc/loadavg: 4.06 3.70 3.42 5/190 5624
/proc/meminfo: memFree=18818364/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=143356 CPUtime=377.5 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 108622 0 0 0 37722 28 0 0 25 0 1 0 541944547 146796544 27209 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 35839 27209 382 112 0 30804 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 143356

[startup+380.701 s]
/proc/loadavg: 4.05 3.70 3.42 5/190 5624
/proc/meminfo: memFree=18809312/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=143356 CPUtime=380.7 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 108912 0 0 0 38042 28 0 0 25 0 1 0 541944547 146796544 27499 33554432000 4194304 4650387 140734786331216 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 35839 27499 382 112 0 30804 0
Current children cumulated CPU time (s) 380.7
Current children cumulated vsize (KiB) 143356

[startup+382.301 s]
/proc/loadavg: 4.05 3.70 3.42 5/190 5624
/proc/meminfo: memFree=18828408/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=143356 CPUtime=382.3 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 109055 0 0 0 38202 28 0 0 25 0 1 0 541944547 146796544 27642 33554432000 4194304 4650387 140734786331216 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 35839 27642 382 112 0 30804 0
Current children cumulated CPU time (s) 382.3
Current children cumulated vsize (KiB) 143356

[startup+383.101 s]
/proc/loadavg: 4.05 3.70 3.42 5/190 5624
/proc/meminfo: memFree=18823820/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=143356 CPUtime=383.1 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 109117 0 0 0 38282 28 0 0 25 0 1 0 541944547 146796544 27704 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 35839 27704 382 112 0 30804 0
Current children cumulated CPU time (s) 383.1
Current children cumulated vsize (KiB) 143356

[startup+383.501 s]
/proc/loadavg: 4.05 3.70 3.42 5/190 5624
/proc/meminfo: memFree=18823820/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=143356 CPUtime=383.5 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 109143 0 0 0 38322 28 0 0 25 0 1 0 541944547 146796544 27730 33554432000 4194304 4650387 140734786331216 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 35839 27730 382 112 0 30804 0
Current children cumulated CPU time (s) 383.5
Current children cumulated vsize (KiB) 143356

[startup+383.906 s]
/proc/loadavg: 4.05 3.70 3.42 5/190 5624
/proc/meminfo: memFree=18842296/32951124 swapFree=67111480/67111528
[pid=5613] ppid=5611 vsize=112092 CPUtime=383.91 cores=1,3
/proc/5613/stat : 5613 (strangenight1-s) R 5611 5613 3353 0 -1 4202496 109154 0 0 0 38363 28 0 0 25 0 1 0 541944547 114782208 22302 33554432000 4194304 4650387 140734786331216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5613/statm: 28023 22302 382 112 0 22988 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 112092

Child status: 20
Real time (s): 383.999
CPU time (s): 384.006
CPU user time (s): 383.719
CPU system time (s): 0.286956
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 143356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 383.719
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109166
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= 16
involuntary context switches= 666

runsolver used 0.609907 second user time and 1.49777 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 02:05:41
IDJOB=3260970
IDBENCH=83203
IDSOLVER=1589
FILE ID=node111/3260970-1303517141
RUNJOBID= node111-1303516985-5488
PBS_JOBID= 13134250
Free space on /tmp= 71400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-11-11-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260970-1303517141/watcher-3260970-1303517141 -o /tmp/evaluation-result-3260970-1303517141/solver-3260970-1303517141 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3260970-1303517141.cnf

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

MD5SUM BENCH= f5821fd80ce137a7b8cae2070a9b28d7
RANDOM SEED=1113265688

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.849
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.849
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.83
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.849
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.67
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.849
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:     32951124 kB
MemFree:      19225272 kB
Buffers:       1977456 kB
Cached:       10722088 kB
SwapCached:         44 kB
Active:        9351424 kB
Inactive:      3813712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19225272 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      464944 kB
Mapped:          16268 kB
Slab:           495928 kB
PageTables:       5968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   683184 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= 71392 MiB
End job on node111 at 2011-04-23 02:12:05