Trace number 3370523

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)UNSAT 1185.5 1185.5

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.2073
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

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-3370523-1305391301.cnf'
0.00/0.00	c -- header says num vars:             84
0.00/0.00	c -- header says num clauses:         301
0.00/0.00	c -- clauses added:            0 learnts,          301 normals,            0 xors
0.00/0.00	c -- vars added         84
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        84        49       252         0      1092         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/49/49 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:     84 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.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:      84
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        84        49       252         0      1092         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
0.09/0.11	c  N st     8      4912        84        49       252      4603      1092    153593   no data   no data  --
0.29/0.34	c  N st    10     11295        84        49       252      4283      1092    124151   no data   no data  --
0.49/0.56	c  N st    11     17040        84        49       252      9770      1092    313903   no data   no data  --
0.79/0.88	c  F st    12     25001        84        49       252     11918      1092    372969   no data   no data  --
0.79/0.88	c  N st    12     25001        84        49       252     11918      1092    372969   no data   no data  --
1.10/1.11	c Decided on static restart strategy
1.10/1.11	c  N st    18     30000        84        49       252     10232      1092    303962   no data   no data  --
1.10/1.11	c  S st    18     30000        84        49       252     10232      1092    303962   no data   no data  --
1.10/1.14	c  S st    18     30502        84        49       252     10724      1092    319979   no data   no data  --
1.10/1.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.10/1.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.10/1.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.00
1.10/1.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1.19/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
1.19/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.09/2.16	c lits-rem:       413  cl-subs:      301  v-elim:      0  v-fix:    0  time:  0.93 s
2.09/2.16	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
2.09/2.16	c calculated reachability. Time: 0.00
2.09/2.16	c  N st    18     30502        84        49       252     10423      1092    310208   no data   no data  --
2.49/2.53	c  N st    20     37614        84        49       252      9667      1092    274978   no data   no data  --
2.79/2.82	c  N st    21     44013        84        49       252     15567      1092    486846   no data   no data  --
2.89/2.93	c  S st    22     45753        84        49       252      8830      1092    238792   no data   no data  --
2.89/2.97	c  S st    22     46255        84        49       252      9314      1092    254090   no data   no data  --
2.89/2.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.00
2.89/2.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2.99/3.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
2.99/3.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.14	c lits-rem:        71  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.11 s
3.09/3.14	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
3.09/3.14	c vivif2 --  cl tried     9224 cl shrink        0 lits rem          0 time: 0.00
3.09/3.15	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.00
3.09/3.15	c calculated reachability. Time: 0.00
3.09/3.15	c  N st    22     46255        84        49       252      9224      1092    251444   no data   no data  --
3.79/3.89	c  N st    23     60653        84        49       252     13323      1092    393374   no data   no data  --
4.40/4.45	c  N st    24     69382        84        49       252     11159      1092    306503   no data   no data  --
4.40/4.45	c  S st    24     69382        84        49       252     11159      1092    306503   no data   no data  --
4.40/4.49	c  S st    24     69885        84        49       252     11649      1092    322402   no data   no data  --
4.40/4.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/4.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/4.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.00
4.48/4.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.48/4.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4.48/4.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
4.48/4.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.29/5.34	c lits-rem:       126  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.77 s
5.29/5.34	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
5.29/5.34	c vivif2 --  cl tried    11499 cl shrink        0 lits rem          0 time: 0.00
5.29/5.34	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
5.29/5.35	c calculated reachability. Time: 0.00
5.29/5.35	c  N st    24     69885        84        49       252     11499      1092    317344   no data   no data  --
6.29/6.38	c  F st    25     87500        84        49       252     16639      1092    496563   no data   no data  --
6.29/6.38	c  N st    25     87500        84        49       252     16639      1092    496563   no data   no data  --
6.60/6.67	c Decided on static restart strategy
6.79/6.88	c  N st    32     95538        84        49       252     24124      1092    760851   no data   no data  --
7.39/7.42	c  N st    34    104827        84        49       252     20625      1092    621515   no data   no data  --
7.39/7.42	c  S st    34    104827        84        49       252     20625      1092    621515   no data   no data  --
7.49/7.50	c  S st    34    105328        84        49       252     21120      1092    637551   no data   no data  --
7.49/7.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.49/7.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.49/7.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.01
7.49/7.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.59/7.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
7.59/7.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
7.59/7.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.28/9.32	c lits-rem:       543  cl-subs:      952  v-elim:      0  v-fix:    0  time:  1.66 s
9.28/9.32	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
9.28/9.33	c vivif2 --  cl tried    20168 cl shrink        0 lits rem          0 time: 0.01
9.28/9.34	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.01
9.28/9.34	c calculated reachability. Time: 0.00
9.28/9.34	c  N st    34    105328        84        49       252     20168      1092    611964   no data   no data  --
9.98/10.00	c  N st    35    114927        84        49       252     16130      1092    457465   no data   no data  --
11.00/11.08	c  N st    36    129324        84        49       252     15578      1092    429132   no data   no data  --
12.39/12.41	c  N st    37    150923        84        49       252     20823      1092    605164   no data   no data  --
12.99/13.06	c  S st    38    157993        84        49       252     27346      1092    835109   no data   no data  --
13.09/13.15	c  S st    38    158497        84        49       252     27833      1092    851211   no data   no data  --
13.09/13.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.09/13.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.09/13.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.02
13.09/13.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.39/13.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.21 s
13.39/13.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
13.39/13.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.78/15.81	c lits-rem:       781  cl-subs:      932  v-elim:      0  v-fix:    0  time:  2.41 s
15.78/15.81	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
15.78/15.82	c vivif2 --  cl tried    26901 cl shrink        0 lits rem          0 time: 0.01
15.78/15.84	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
15.78/15.84	c calculated reachability. Time: 0.00
15.78/15.84	c  N st    38    158497        84        49       252     26901      1092    822618   no data   no data  --
20.59/20.61	c  N st    39    207086        84        49       252     21631      1092    602253   no data   no data  --
23.39/23.46	c  N st    40    237745        84        49       252     31580      1092    937054   no data   no data  --
23.39/23.46	c  S st    40    237745        84        49       252     31580      1092    937054   no data   no data  --
23.49/23.57	c  S st    40    238247        84        49       252     32068      1092    953192   no data   no data  --
23.49/23.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.49/23.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.49/23.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.02
23.59/23.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.79/23.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
23.79/23.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
23.79/23.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.49/26.51	c lits-rem:       787  cl-subs:     1359  v-elim:      0  v-fix:    0  time:  2.67 s
26.49/26.51	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
26.49/26.52	c vivif2 --  cl tried    30709 cl shrink        0 lits rem          0 time: 0.01
26.49/26.54	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
26.49/26.54	c calculated reachability. Time: 0.00
26.49/26.54	c  N st    40    238247        84        49       252     30709      1092    916232   no data   no data  --
32.19/32.29	c  F st    41    306250        84        49       252     32821      1092    968123   no data   no data  --
32.19/32.29	c  N st    41    306250        84        49       252     32821      1092    968123   no data   no data  --
32.79/32.82	c Decided on static restart strategy
35.39/35.44	c  N st    51    334553        84        49       252     36873      1092   1101667   no data   no data  --
38.39/38.46	c  N st    53    357372        84        49       252     34784      1092   1006332   no data   no data  --
38.39/38.46	c  S st    53    357372        84        49       252     34784      1092   1006332   no data   no data  --
38.50/38.60	c  S st    53    357872        84        49       252     35271      1092   1021888   no data   no data  --
38.59/38.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.59/38.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.59/38.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.03
38.59/38.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.79/38.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
38.79/38.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
38.79/38.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.59/41.61	c lits-rem:       619  cl-subs:     1111  v-elim:      0  v-fix:    0  time:  2.72 s
41.59/41.61	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
41.59/41.62	c vivif2 --  cl tried    34160 cl shrink        0 lits rem          0 time: 0.01
41.59/41.64	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.02
41.59/41.64	c calculated reachability. Time: 0.00
41.59/41.64	c  N st    53    357872        84        49       252     34160      1092    991916   no data   no data  --
45.10/45.11	c  N st    54    390264        84        49       252     40090      1092   1186840   no data   no data  --
50.09/50.12	c  N st    55    438853        84        49       252     33945      1092    964566   no data   no data  --
58.39/58.45	c  N st    56    511736        84        49       252     47104      1092   1395035   no data   no data  --
61.69/61.76	c  N st    57    536809        84        49       252     41534      1092   1180760   no data   no data  --
61.69/61.76	c  S st    57    536809        84        49       252     41534      1092   1180760   no data   no data  --
61.79/61.88	c  S st    57    537312        84        49       252     42027      1092   1197250   no data   no data  --
61.79/61.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.79/61.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.89/61.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.03
61.89/61.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.19/62.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.29 s
62.19/62.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
62.19/62.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.69/66.76	c lits-rem:       941  cl-subs:     1592  v-elim:      0  v-fix:    0  time:  4.53 s
66.69/66.76	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
66.69/66.77	c vivif2 --  cl tried    40435 cl shrink        0 lits rem          0 time: 0.01
66.79/66.82	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.04
66.79/66.82	c calculated reachability. Time: 0.00
66.79/66.82	c  N st    57    537312        84        49       252     40435      1092   1156989   no data   no data  --
90.49/90.50	c  N st    58    701297        84        49       252     35152      1092    926618   no data   no data  --
103.79/103.83	c  N st    59    805968        84        49       252     62715      1092   1847659   no data   no data  --
103.79/103.83	c  S st    59    805968        84        49       252     62715      1092   1847659   no data   no data  --
103.99/104.06	c  S st    59    806469        84        49       252     63202      1092   1863989   no data   no data  --
103.99/104.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.99/104.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.09/104.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.05
104.09/104.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.58/104.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.53 s
104.58/104.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
104.58/104.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.99/119.09	c lits-rem:      2098  cl-subs:     2228  v-elim:      0  v-fix:    0  time: 14.40 s
118.99/119.09	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
119.09/119.11	c vivif2 --  cl tried    60974 cl shrink        0 lits rem          0 time: 0.02
119.19/119.22	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.10
119.19/119.22	c calculated reachability. Time: 0.00
119.19/119.22	c  N st    59    806469        84        49       252     60974      1092   1803628   no data   no data  --
160.50/160.56	c  F st    60   1071875        84        49       253     75800      1092   2226222   no data   no data  --
160.50/160.56	c  N st    60   1071875        84        49       253     75800      1092   2226222   no data   no data  --
161.49/161.51	c Decided on static restart strategy
165.29/165.37	c  N st    70   1100177        84        49       253     60488      1092   1713541   no data   no data  --
172.29/172.32	c  N st    72   1136170        84        49       253     51287      1092   1390778   no data   no data  --
177.10/177.16	c  N st    73   1168562        84        49       253     81245      1092   2397899   no data   no data  --
184.49/184.56	c  N st    74   1209703        84        49       253     75730      1092   2158549   no data   no data  --
184.49/184.56	c  S st    74   1209703        84        49       253     75730      1092   2158549   no data   no data  --
184.80/184.84	c  S st    74   1210208        84        49       253     76220      1092   2174024   no data   no data  --
184.80/184.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
184.80/184.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.89/184.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.08
184.89/184.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.59/185.64	c subs with bin:       20  lits-rem:         6  v-fix:    0  time:  0.66 s
185.59/185.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
185.59/185.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
202.69/202.71	c lits-rem:      1329  cl-subs:     4369  v-elim:      0  v-fix:    0  time: 17.07 s
202.69/202.71	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
202.69/202.73	c vivif2 --  cl tried    71831 cl shrink        0 lits rem          0 time: 0.03
202.79/202.84	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.11
202.79/202.85	c calculated reachability. Time: 0.00
202.79/202.85	c  N st    74   1210208        84        49       253     71831      1092   2082187   no data   no data  --
217.39/217.40	c  N st    75   1283091        84        49       253     49782      1092   1323738   no data   no data  --
239.80/239.87	c  N st    76   1392414        84        49       253     57577      1092   1553527   no data   no data  --
273.69/273.75	c  N st    77   1556398        84        49       255     62045      1092   1670016   no data   no data  --
273.69/273.75	c Finding binary XORs  T:     0.00 s  found:       0
307.09/307.10	c  N st    78   1710208        84        49       255    101024      1092   2872769   no data   no data  --
307.09/307.10	c  S st    78   1710208        84        49       255    101024      1092   2872769   no data   no data  --
307.39/307.47	c  S st    78   1710711        84        49       255    101515      1092   2887836   no data   no data  --
307.39/307.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
307.39/307.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
307.49/307.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.11
307.59/307.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.60/308.69	c subs with bin:       40  lits-rem:       568  v-fix:    0  time:  1.02 s
308.60/308.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
308.60/308.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
355.89/355.99	c lits-rem:      3141  cl-subs:    10127  v-elim:      0  v-fix:    0  time: 47.29 s
355.89/355.99	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
355.99/356.02	c vivif2 --  cl tried    91348 cl shrink        0 lits rem          0 time: 0.03
356.09/356.16	c asymm  cl-useful: 1/49/49 lits-rem:1 time: 0.14
356.09/356.17	c calculated reachability. Time: 0.00
356.09/356.17	c  N st    78   1710711        84        49       255     91348      1091   2686426   no data   no data  --
455.19/455.23	c  N st    79   2079677        84        49       255    101154      1091   2844504   no data   no data  --
489.89/489.99	c  N st    80   2210713        84        49       256    105842      1091   2945446   no data   no data  --
489.89/489.99	c  S st    80   2210713        84        49       256    105842      1091   2945446   no data   no data  --
490.39/490.43	c  S st    80   2211218        84        49       256    106323      1091   2960242   no data   no data  --
490.39/490.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
490.39/490.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
490.49/490.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.1M T:  0.11
490.60/490.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
492.69/492.72	c subs with bin:      569  lits-rem:      8051  v-fix:    0  time:  2.10 s
492.69/492.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     84 time:  0.00 s
492.69/492.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
535.60/535.63	c lits-rem:      1732  cl-subs:     9143  v-elim:      0  v-fix:    0  time: 42.91 s
535.60/535.63	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
535.71/535.73	c vivif2 --  cl tried    96611 cl shrink     3303 lits rem       8380 time: 0.09
535.80/535.87	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.14
535.80/535.87	c calculated reachability. Time: 0.00
535.80/535.87	c  N st    80   2211218        84        49       256     96611      1090   2720971   no data   no data  --
540.40/540.40	c Finding binary XORs  T:     0.00 s  found:       0
681.89/681.99	c  N st    81   2711219        83        49       251    117827      1072   2936598   no data   no data  --
681.89/681.99	c  S st    81   2711219        83        49       251    117827      1072   2936598   no data   no data  --
681.89/681.99	c Finding binary XORs  T:     0.00 s  found:       0
682.70/682.73	c  S st    81   2711724        83        49       251    118316      1072   2950312   no data   no data  --
682.70/682.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
682.70/682.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
682.80/682.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P:  6.7M T:  0.15
682.90/682.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
686.00/686.08	c subs with bin:      757  lits-rem:     28737  v-fix:    0  time:  3.12 s
686.00/686.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     83 time:  0.00 s
686.00/686.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
798.90/798.90	c lits-rem:      8496  cl-subs:    30982  v-elim:      0  v-fix:    0  time: 112.82 s
798.90/798.90	c vivif2 --  cl tried       49 cl shrink        0 lits rem          0 time: 0.00
798.90/798.98	c vivif2 --  cl tried    86577 cl shrink     3182 lits rem       5205 time: 0.08
799.10/799.12	c asymm  cl-useful: 0/49/49 lits-rem:0 time: 0.14
799.10/799.12	c calculated reachability. Time: 0.00
799.10/799.12	c  N st    81   2711724        83        49       252     86576      1069   2166423   no data   no data  --
947.00/947.02	c  N st    82   3211725        83        49       255    138794      1069   3276020   no data   no data  --
947.00/947.02	c  S st    82   3211725        83        49       255    138794      1069   3276020   no data   no data  --
947.00/947.02	c Finding binary XORs  T:     0.00 s  found:       0
947.59/947.65	c  S st    82   3212229        83        49       255    139282      1069   3288819   no data   no data  --
947.59/947.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
947.59/947.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
947.69/947.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.8M T:  0.14
947.79/947.88	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1010.39/1010.47	c subs with bin:    26955  lits-rem:       407  v-fix:    0  time: 62.59 s
1034.69/1034.74	c Subs w/ non-existent bins:  11640 l-rem:  42819 v-fix:     0 done:     71 time: 24.28 s
1034.99/1035.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1132.90/1132.92	c lits-rem:      6680  cl-subs:    17094  v-elim:      0  v-fix:    0  time: 97.87 s
1132.90/1132.92	c vivif2 --  cl tried       48 cl shrink        1 lits rem          1 time: 0.00
1133.50/1133.50	c vivif2 --  cl tried    83467 cl shrink    38796 lits rem      78068 time: 0.58
1133.60/1133.60	c asymm  cl-useful: 0/48/48 lits-rem:0 time: 0.10
1133.60/1133.61	c calculated reachability. Time: 0.00
1133.60/1133.61	c  N st    82   3212229        83        48       255     83467      1039   1976729   no data   no data  --
1169.70/1169.79	c Finding binary XORs  T:     0.00 s  found:       0
1172.00/1172.02	c Finding binary XORs  T:     0.00 s  found:       0
1174.00/1174.08	c Finding binary XORs  T:     0.00 s  found:       0
1184.00/1184.05	c Finding binary XORs  T:     0.00 s  found:       0
1185.40/1185.48	c  E st    83   3356613        51        41       215     38543       796    702159   no data   no data  --
1185.40/1185.48	c num threads              : 1          
1185.40/1185.48	c restarts                 : 83         
1185.40/1185.48	c dynamic restarts         : 0          
1185.40/1185.48	c static restarts          : 83         
1185.40/1185.48	c full restarts            : 4          
1185.40/1185.48	c total simplify time      : 0.76       
1185.40/1185.48	c learnts DL2              : 0          
1185.40/1185.48	c learnts size 2           : 330        
1185.40/1185.48	c learnts size 1           : 68          (80.95     % of vars)
1185.40/1185.48	c filedLit time            : 0.77        (0.06      % time)
1185.40/1185.48	c v-elim SatELite          : 0           (0.00      % vars)
1185.40/1185.48	c SatELite time            : 371.93      (31.39     % time)
1185.40/1185.48	c v-elim xor               : 0           (0.00      % vars)
1185.40/1185.48	c xor elim time            : 0.06        (0.01      % time)
1185.40/1185.48	c num binary xor trees     : 0          
1185.40/1185.48	c binxor trees' crown      : 0           (nan       leafs/tree)
1185.40/1185.48	c bin xor find time        : 0.00       
1185.40/1185.48	c OTF clause improved      : 285996      (0.09      clauses/conflict)
1185.40/1185.48	c OTF impr. size diff      : 313499      (1.10       lits/clause)
1185.40/1185.48	c OTF cl watch-shrink      : 2186221     (0.65      clauses/conflict)
1185.40/1185.48	c OTF cl watch-sh-lit      : 5698819     (2.61       lits/clause)
1185.40/1185.48	c tried to recurMin cls    : 296720      (8.84       % of conflicts)
1185.40/1185.48	c updated cache            : 1372        (0.00       lits/tried recurMin)
1185.40/1185.48	c clauses over max glue    : 0           (0.00      % of all clauses)
1185.40/1185.48	c conflicts                : 3356613     (2832.44   / sec)
1185.40/1185.48	c decisions                : 3743005     (0.13      % random)
1185.40/1185.48	c bogo-props               : 144055719567 (121559869.25 / sec)
1185.40/1185.48	c conflict literals        : 102952169   (22.18     % deleted)
1185.40/1185.48	c Memory used              : 184.45      MB
1185.40/1185.48	c CPU time                 : 1185.06     s
1185.40/1185.48	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: 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-3370523-1305391301/watcher-3370523-1305391301 -o /tmp/evaluation-result-3370523-1305391301/solver-3370523-1305391301 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370523-1305391301.cnf 

running on 2 cores: 0,2

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: 4.04 3.99 3.99 5/307 666
/proc/meminfo: memFree=12933716/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=20420 CPUtime=0 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4194304 235 0 0 0 0 0 0 0 25 0 1 0 650729737 20910080 187 33554432000 4194304 4650387 140733650569392 18446744073709551615 208075269608 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/666/statm: 5105 188 155 112 0 57 0

[startup+0.051505 s]
/proc/loadavg: 4.04 3.99 3.99 5/307 666
/proc/meminfo: memFree=12933716/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=29940 CPUtime=0.04 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 659 0 0 0 4 0 0 0 25 0 1 0 650729737 30658560 597 33554432000 4194304 4650387 140733650569392 18446744073709551615 4334277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 7485 597 378 112 0 2450 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29940

[startup+0.100495 s]
/proc/loadavg: 4.04 3.99 3.99 5/307 666
/proc/meminfo: memFree=12933716/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=30076 CPUtime=0.09 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 758 0 0 0 9 0 0 0 25 0 1 0 650729737 30797824 696 33554432000 4194304 4650387 140733650569392 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 7519 696 378 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300512 s]
/proc/loadavg: 4.04 3.99 3.99 5/307 666
/proc/meminfo: memFree=12933716/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=30844 CPUtime=0.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 1118 0 0 0 29 0 0 0 25 0 1 0 650729737 31584256 887 33554432000 4194304 4650387 140733650569392 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 7711 887 380 112 0 2676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30844

[startup+0.700436 s]
/proc/loadavg: 4.04 3.99 3.99 5/307 666
/proc/meminfo: memFree=12933716/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=31680 CPUtime=0.69 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 1879 0 0 0 69 0 0 0 25 0 1 0 650729737 32440320 1000 33554432000 4194304 4650387 140733650569392 18446744073709551615 4365163 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 7920 1000 380 112 0 2885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31680

[startup+1.50029 s]
/proc/loadavg: 4.04 3.99 3.99 5/308 667
/proc/meminfo: memFree=12954916/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=40248 CPUtime=1.49 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 4387 0 0 0 149 0 0 0 25 0 1 0 650729737 41213952 3074 33554432000 4194304 4650387 140733650569392 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 10062 3074 382 112 0 5027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40248

[startup+3.10092 s]
/proc/loadavg: 4.04 3.99 3.99 5/308 667
/proc/meminfo: memFree=12944004/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=41132 CPUtime=3.09 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 5545 0 0 0 309 0 0 0 25 0 1 0 650729737 42119168 3147 33554432000 4194304 4650387 140733650569392 18446744073709551615 4439050 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 10283 3147 382 112 0 5248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41132

[startup+6.30037 s]
/proc/loadavg: 4.04 3.99 3.99 5/308 667
/proc/meminfo: memFree=12945876/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=42960 CPUtime=6.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 8202 0 0 0 628 1 0 0 25 0 1 0 650729737 43991040 3703 33554432000 4194304 4650387 140733650569392 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 10740 3703 382 112 0 5705 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42960

[startup+12.7011 s]
/proc/loadavg: 4.03 3.99 3.99 5/308 667
/proc/meminfo: memFree=12919268/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=52960 CPUtime=12.69 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 14418 0 0 0 1267 2 0 0 25 0 1 0 650729737 54231040 6280 33554432000 4194304 4650387 140733650569392 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 13240 6280 382 112 0 8205 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52960

[startup+25.5007 s]
/proc/loadavg: 4.03 3.99 3.99 5/308 667
/proc/meminfo: memFree=12889364/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=66584 CPUtime=25.49 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 22132 0 0 0 2546 3 0 0 25 0 1 0 650729737 68182016 9501 33554432000 4194304 4650387 140733650569392 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 16646 9501 382 112 0 11611 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66584

[startup+51.1008 s]
/proc/loadavg: 4.02 3.99 3.99 5/308 695
/proc/meminfo: memFree=12849576/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=70532 CPUtime=51.09 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 35306 0 0 0 5103 6 0 0 25 0 1 0 650729737 72224768 10631 33554432000 4194304 4650387 140733650569392 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 17633 10631 382 112 0 12598 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70532

[startup+102.311 s]
/proc/loadavg: 4.00 3.99 3.99 5/308 696
/proc/meminfo: memFree=12777804/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=78360 CPUtime=102.3 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 57219 0 0 0 10220 10 0 0 25 0 1 0 650729737 80240640 12283 33554432000 4194304 4650387 140733650569392 18446744073709551615 4366221 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 19590 12283 382 112 0 14555 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78360

[startup+162.301 s]
/proc/loadavg: 4.07 4.01 3.99 5/308 698
/proc/meminfo: memFree=12705228/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=97540 CPUtime=162.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 77841 0 0 0 16214 15 0 0 25 0 1 0 650729737 99880960 18077 33554432000 4194304 4650387 140733650569392 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 24385 18077 382 112 0 19350 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97540

[startup+222.3 s]
/proc/loadavg: 4.09 4.02 4.00 5/308 726
/proc/meminfo: memFree=12557372/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=114056 CPUtime=222.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 94620 0 0 0 22211 18 0 0 25 0 1 0 650729737 116793344 20859 33554432000 4194304 4650387 140733650569392 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 28514 20859 382 112 0 23479 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 114056

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 4.00 5/308 728
/proc/meminfo: memFree=12555296/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=114672 CPUtime=282.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 110556 0 0 0 28207 22 0 0 25 0 1 0 650729737 117424128 21548 33554432000 4194304 4650387 140733650569392 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 28668 21548 382 112 0 23633 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 114672

[startup+342.3 s]
/proc/loadavg: 4.16 4.04 4.01 5/308 758
/proc/meminfo: memFree=12555460/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=143544 CPUtime=342.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 123736 0 0 0 34204 25 0 0 25 0 1 0 650729737 146989056 28396 33554432000 4194304 4650387 140733650569392 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 35886 28396 382 112 0 30851 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 143544

[startup+402.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/308 786
/proc/meminfo: memFree=12516336/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=143780 CPUtime=402.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 133398 0 0 0 40202 27 0 0 25 0 1 0 650729737 147230720 27941 33554432000 4194304 4650387 140733650569392 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 35945 27941 382 112 0 30910 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 143780

[startup+462.301 s]
/proc/loadavg: 4.09 4.04 4.00 6/308 788
/proc/meminfo: memFree=12474392/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=144224 CPUtime=462.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 145951 0 0 0 46198 31 0 0 25 0 1 0 650729737 147685376 27099 33554432000 4194304 4650387 140733650569392 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 36056 27099 382 112 0 31021 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 144224

[startup+522.301 s]
/proc/loadavg: 4.11 4.05 4.00 6/308 789
/proc/meminfo: memFree=12480564/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=149172 CPUtime=522.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 152349 0 0 0 52198 31 0 0 25 0 1 0 650729737 152752128 29953 33554432000 4194304 4650387 140733650569392 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 37293 29953 382 112 0 32258 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 149172

[startup+582.301 s]
/proc/loadavg: 4.04 4.03 4.00 7/308 791
/proc/meminfo: memFree=12441192/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=177704 CPUtime=582.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 161718 0 0 0 58195 34 0 0 25 0 1 0 650729737 181968896 35378 33554432000 4194304 4650387 140733650569392 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44426 35378 382 112 0 39391 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 177704

[startup+642.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/308 793
/proc/meminfo: memFree=12430836/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=161580 CPUtime=642.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 167283 0 0 0 64194 35 0 0 25 0 1 0 650729737 165457920 33500 33554432000 4194304 4650387 140733650569392 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 40395 33500 382 112 0 35360 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 161580

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 4.00 6/308 794
/proc/meminfo: memFree=12399160/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178216 CPUtime=702.3 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 170840 0 0 0 70193 37 0 0 25 0 1 0 650729737 182493184 37057 33554432000 4194304 4650387 140733650569392 18446744073709551615 4433061 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44554 37057 382 112 0 39519 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 178216

[startup+762.311 s]
/proc/loadavg: 4.04 4.03 4.00 5/308 796
/proc/meminfo: memFree=12408776/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178216 CPUtime=762.31 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 170840 0 0 0 76194 37 0 0 25 0 1 0 650729737 182493184 37057 33554432000 4194304 4650387 140733650569392 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44554 37057 382 112 0 39519 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 178216

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/308 797
/proc/meminfo: memFree=12412960/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=161580 CPUtime=822.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 172378 0 0 0 82192 37 0 0 25 0 1 0 650729737 165457920 33975 33554432000 4194304 4650387 140733650569392 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 40395 33975 382 112 0 35360 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 161580

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 799
/proc/meminfo: memFree=12398280/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178636 CPUtime=882.3 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 178786 0 0 0 88191 39 0 0 25 0 1 0 650729737 182923264 36469 33554432000 4194304 4650387 140733650569392 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44659 36469 382 112 0 39624 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 178636

[startup+942.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/308 801
/proc/meminfo: memFree=12415112/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178808 CPUtime=942.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 187379 0 0 0 94189 40 0 0 25 0 1 0 650729737 183099392 37332 33554432000 4194304 4650387 140733650569392 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44702 37332 382 112 0 39667 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 178808

[startup+1002.3 s]
/proc/loadavg: 4.05 4.03 4.00 6/308 802
/proc/meminfo: memFree=12415448/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178808 CPUtime=1002.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 187975 0 0 0 100188 41 0 0 25 0 1 0 650729737 183099392 37928 33554432000 4194304 4650387 140733650569392 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44702 37928 382 112 0 39667 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 178808

[startup+1062.3 s]
/proc/loadavg: 4.06 4.04 4.00 6/308 804
/proc/meminfo: memFree=12412920/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178808 CPUtime=1062.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 187975 0 0 0 106188 41 0 0 25 0 1 0 650729737 183099392 37928 33554432000 4194304 4650387 140733650569392 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44702 37928 382 112 0 39667 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 178808

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/308 805
/proc/meminfo: memFree=12389200/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=178808 CPUtime=1122.29 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 187975 0 0 0 112188 41 0 0 25 0 1 0 650729737 183099392 37928 33554432000 4194304 4650387 140733650569392 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 44702 37928 382 112 0 39667 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 178808

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 816
/proc/meminfo: memFree=12425420/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=172816 CPUtime=1182.3 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 192911 0 0 0 118187 43 0 0 25 0 1 0 650729737 176963584 36775 33554432000 4194304 4650387 140733650569392 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 43204 36775 382 112 0 38169 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 172816

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

[startup+1183.9 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 816
/proc/meminfo: memFree=12440052/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=188876 CPUtime=1183.9 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 194437 0 0 0 118347 43 0 0 25 0 1 0 650729737 193409024 38301 33554432000 4194304 4650387 140733650569392 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 47219 38301 382 112 0 42184 0
Current children cumulated CPU time (s) 1183.9
Current children cumulated vsize (KiB) 188876

[startup+1184.71 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 816
/proc/meminfo: memFree=12425916/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=188876 CPUtime=1184.71 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 194502 0 0 0 118428 43 0 0 25 0 1 0 650729737 193409024 38366 33554432000 4194304 4650387 140733650569392 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 47219 38366 382 112 0 42184 0
Current children cumulated CPU time (s) 1184.71
Current children cumulated vsize (KiB) 188876

[startup+1185.1 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 816
/proc/meminfo: memFree=12425916/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=188876 CPUtime=1185.1 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 194526 0 0 0 118467 43 0 0 25 0 1 0 650729737 193409024 38390 33554432000 4194304 4650387 140733650569392 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 47219 38390 382 112 0 42184 0
Current children cumulated CPU time (s) 1185.1
Current children cumulated vsize (KiB) 188876

[startup+1185.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 816
/proc/meminfo: memFree=12425916/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=188876 CPUtime=1185.3 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 194526 0 0 0 118487 43 0 0 25 0 1 0 650729737 193409024 38390 33554432000 4194304 4650387 140733650569392 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 47219 38390 382 112 0 42184 0
Current children cumulated CPU time (s) 1185.3
Current children cumulated vsize (KiB) 188876

[startup+1185.4 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 816
/proc/meminfo: memFree=12425916/32950928 swapFree=67083212/67111528
[pid=666] ppid=664 vsize=188876 CPUtime=1185.4 cores=0,2
/proc/666/stat : 666 (strangenight1-s) R 664 666 32651 0 -1 4202496 194526 0 0 0 118497 43 0 0 25 0 1 0 650729737 193409024 38390 33554432000 4194304 4650387 140733650569392 18446744073709551615 4313048 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/666/statm: 47219 38390 382 112 0 42184 0
Current children cumulated CPU time (s) 1185.4
Current children cumulated vsize (KiB) 188876

Child status: 20
Real time (s): 1185.5
CPU time (s): 1185.5
CPU user time (s): 1185.06
CPU system time (s): 0.442932
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 244352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1185.06
system time used= 0.442932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194543
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= 14
involuntary context switches= 3058

runsolver used 3.2805 second user time and 7.81781 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 18:41:41
IDJOB=3370523
IDBENCH=83222
IDSOLVER=1847
FILE ID=node127/3370523-1305391301
RUNJOBID= node127-1305391178-529
PBS_JOBID= 13324406
Free space on /tmp= 73460 MiB

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

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=317688551

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:      12933872 kB
Buffers:        281072 kB
Cached:        3348336 kB
SwapCached:       1620 kB
Active:       16949096 kB
Inactive:      2730552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12933872 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            6308 kB
Writeback:           0 kB
AnonPages:    16048304 kB
Mapped:          27484 kB
Slab:           226204 kB
PageTables:      48000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44626740 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= 73432 MiB
End job on node127 at 2011-05-14 19:01:26