Trace number 3260882

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-stSAT 1063.98 1063.95

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-17-sat.cnf
MD5SUM817f170ef66023b68d8cda67f1d05059
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses865
Sum of the clauses size3230
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2765
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

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-3260882-1303517032.cnf'
0.00/0.00	c -- header says num vars:            170
0.00/0.00	c -- header says num clauses:         865
0.00/0.00	c -- clauses added:            0 learnts,          865 normals,            0 xors
0.00/0.00	c -- vars added        170
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       170       100       765         0      3230         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/100/100 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:    170 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:     170
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       170       100       765         0      3230         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.18	c  N st     8      4915       170       100       765      4722      3230    298356   no data   no data  --
0.39/0.47	c  N st    10     11297       170       100       765      4348      3230    217475   no data   no data  --
0.69/0.79	c  N st    11     17040       170       100       765      9691      3230    548549   no data   no data  --
1.09/1.14	c  F st    12     25001       170       100       765     11721      3230    638068   no data   no data  --
1.09/1.14	c  N st    12     25001       170       100       765     11721      3230    638068   no data   no data  --
1.48/1.59	c Decided on static restart strategy
1.48/1.59	c  N st    18     30000       170       100       765     10029      3230    560047   no data   no data  --
1.48/1.59	c  S st    18     30000       170       100       765     10029      3230    560047   no data   no data  --
1.58/1.63	c  S st    18     30503       170       100       765     10523      3230    589088   no data   no data  --
1.58/1.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.58/1.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.58/1.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.58/1.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.60 s
2.20/2.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2.20/2.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.69/6.70	c lits-rem:       397  cl-subs:      429  v-elim:      0  v-fix:    0  time:  4.45 s
6.69/6.71	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
6.69/6.71	c calculated reachability. Time: 0.00
6.69/6.71	c  N st    18     30503       170       100       765     10094      3230    560812   no data   no data  --
7.09/7.10	c  N st    20     37615       170       100       765      9309      3230    490475   no data   no data  --
7.59/7.62	c  N st    21     44014       170       100       765     15306      3230    924895   no data   no data  --
7.79/7.84	c  S st    22     45755       170       100       765      8579      3230    433826   no data   no data  --
7.79/7.87	c  S st    22     46258       170       100       765      9073      3230    461665   no data   no data  --
7.79/7.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.79/7.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.79/7.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
7.79/7.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
8.19/8.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
8.19/8.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.09/9.12	c lits-rem:       106  cl-subs:       99  v-elim:      0  v-fix:    0  time:  0.82 s
9.09/9.12	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
9.09/9.12	c vivif2 --  cl tried     8974 cl shrink        0 lits rem          0 time: 0.00
9.09/9.13	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
9.09/9.13	c calculated reachability. Time: 0.00
9.09/9.13	c  N st    22     46258       170       100       765      8974      3230    455546   no data   no data  --
9.99/10.05	c  N st    23     60655       170       100       765     13189      3230    749853   no data   no data  --
10.49/10.55	c  N st    24     69388       170       100       765     11197      3230    546994   no data   no data  --
10.49/10.55	c  S st    24     69388       170       100       765     11197      3230    546994   no data   no data  --
10.49/10.58	c  S st    24     69891       170       100       765     11693      3230    574952   no data   no data  --
10.49/10.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.49/10.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.49/10.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
10.59/10.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.09/11.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.51 s
11.09/11.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
11.09/11.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.09/15.18	c lits-rem:       130  cl-subs:       87  v-elim:      0  v-fix:    0  time:  4.07 s
15.09/15.18	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
15.09/15.19	c vivif2 --  cl tried    11606 cl shrink        0 lits rem          0 time: 0.01
15.19/15.20	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
15.19/15.20	c calculated reachability. Time: 0.00
15.19/15.20	c  N st    24     69891       170       100       765     11606      3230    569543   no data   no data  --
16.39/16.46	c  F st    25     87500       170       100       765     16947      3230    937828   no data   no data  --
16.39/16.46	c  N st    25     87500       170       100       765     16947      3230    937828   no data   no data  --
16.79/16.82	c Decided on static restart strategy
17.09/17.11	c  N st    32     95535       170       100       765     24544      3230   1459286   no data   no data  --
17.60/17.65	c  N st    34    104836       170       100       765     21120      3230   1136835   no data   no data  --
17.60/17.65	c  S st    34    104836       170       100       765     21120      3230   1136835   no data   no data  --
17.69/17.72	c  S st    34    105336       170       100       765     21613      3230   1165118   no data   no data  --
17.69/17.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.69/17.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.69/17.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.02
17.69/17.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.99/19.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
18.99/19.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
18.99/19.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.09/25.19	c lits-rem:       253  cl-subs:      491  v-elim:      0  v-fix:    0  time:  6.10 s
25.09/25.19	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
25.20/25.20	c vivif2 --  cl tried    21122 cl shrink        0 lits rem          0 time: 0.01
25.20/25.23	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.03
25.20/25.23	c calculated reachability. Time: 0.00
25.20/25.23	c  N st    34    105336       170       100       765     21122      3230   1132702   no data   no data  --
25.79/25.88	c  N st    35    114934       170       100       765     16948      3230    858751   no data   no data  --
26.99/27.09	c  N st    36    129334       170       100       765     16346      3230    778848   no data   no data  --
28.69/28.79	c  N st    37    150929       170       100       765     21395      3230   1114280   no data   no data  --
29.29/29.39	c  S st    38    158005       170       100       765     28093      3230   1579325   no data   no data  --
29.39/29.49	c  S st    38    158508       170       100       765     28590      3230   1607823   no data   no data  --
29.39/29.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.39/29.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.49/29.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.02
29.49/29.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.39/31.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.93 s
31.39/31.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
31.39/31.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.60/40.62	c lits-rem:       313  cl-subs:      713  v-elim:      0  v-fix:    0  time:  9.13 s
40.60/40.62	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
40.60/40.64	c vivif2 --  cl tried    27877 cl shrink        0 lits rem          0 time: 0.02
40.60/40.68	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.04
40.60/40.68	c calculated reachability. Time: 0.00
40.60/40.68	c  N st    38    158508       170       100       765     27877      3230   1559046   no data   no data  --
45.99/46.05	c  N st    39    207097       170       100       765     22865      3230   1157763   no data   no data  --
49.99/50.04	c  N st    40    237762       170       100       765     32899      3230   1883450   no data   no data  --
49.99/50.04	c  S st    40    237762       170       100       765     32899      3230   1883450   no data   no data  --
50.09/50.14	c  S st    40    238266       170       100       765     33396      3230   1912376   no data   no data  --
50.09/50.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.09/50.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.09/50.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.03
50.19/50.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.39/52.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.25 s
52.39/52.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
52.39/52.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.79/60.80	c lits-rem:       115  cl-subs:      617  v-elim:      0  v-fix:    0  time:  8.34 s
60.79/60.80	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
60.79/60.82	c vivif2 --  cl tried    32779 cl shrink        0 lits rem          0 time: 0.02
60.79/60.88	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.06
60.79/60.88	c calculated reachability. Time: 0.00
60.79/60.88	c  N st    40    238266       170       100       765     32779      3230   1865779   no data   no data  --
67.49/67.58	c  F st    41    306250       170       100       765     34501      3230   1914893   no data   no data  --
67.49/67.58	c  N st    41    306250       170       100       765     34501      3230   1914893   no data   no data  --
68.10/68.11	c Decided on static restart strategy
70.40/70.42	c  N st    51    334553       170       100       765     38872      3230   2184658   no data   no data  --
72.99/73.07	c  N st    53    357399       170       100       765     36975      3230   1946751   no data   no data  --
72.99/73.07	c  S st    53    357399       170       100       765     36975      3230   1946751   no data   no data  --
73.19/73.20	c  S st    53    357900       170       100       765     37471      3230   1976891   no data   no data  --
73.19/73.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
73.19/73.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.19/73.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.04
73.29/73.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.80/75.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.52 s
75.80/75.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
75.80/75.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.99/94.06	c lits-rem:       557  cl-subs:      835  v-elim:      0  v-fix:    0  time: 18.24 s
93.99/94.06	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
93.99/94.08	c vivif2 --  cl tried    36636 cl shrink        0 lits rem          0 time: 0.02
94.09/94.17	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.09
94.09/94.17	c calculated reachability. Time: 0.00
94.09/94.17	c  N st    53    357900       170       100       765     36636      3230   1917391   no data   no data  --
97.80/97.82	c  N st    54    390292       170       100       765     42759      3230   2326826   no data   no data  --
103.49/103.50	c  N st    55    438880       170       100       765     36604      3230   1887111   no data   no data  --
113.49/113.51	c  N st    56    511763       170       100       765     49358      3230   2833171   no data   no data  --
116.89/116.91	c  N st    57    536852       170       100       765     43612      3230   2359620   no data   no data  --
116.89/116.91	c  S st    57    536852       170       100       765     43612      3230   2359620   no data   no data  --
117.10/117.10	c  S st    57    537354       170       100       765     44108      3230   2389116   no data   no data  --
117.10/117.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
117.10/117.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.10/117.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.07
117.20/117.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.80/119.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.65 s
119.80/119.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
119.80/119.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.20/135.26	c lits-rem:       494  cl-subs:      892  v-elim:      0  v-fix:    0  time: 15.38 s
135.20/135.26	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
135.20/135.28	c vivif2 --  cl tried    43216 cl shrink        0 lits rem          0 time: 0.03
135.30/135.35	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.06
135.30/135.35	c calculated reachability. Time: 0.00
135.30/135.35	c  N st    57    537354       170       100       765     43216      3230   2324365   no data   no data  --
157.10/157.14	c  N st    58    701339       170       100       765     37425      3230   1727017   no data   no data  --
173.99/174.02	c  N st    59    806031       170       100       765     65523      3230   3849812   no data   no data  --
173.99/174.02	c  S st    59    806031       170       100       765     65523      3230   3849812   no data   no data  --
174.19/174.28	c  S st    59    806532       170       100       765     66017      3230   3879522   no data   no data  --
174.19/174.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.19/174.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.29/174.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.3M T:  0.09
174.39/174.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.00/177.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.55 s
177.00/177.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
177.00/177.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
307.50/307.57	c lits-rem:       376  cl-subs:     1729  v-elim:      0  v-fix:    0  time: 130.53 s
307.50/307.57	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
307.60/307.61	c vivif2 --  cl tried    64288 cl shrink        0 lits rem          0 time: 0.04
307.70/307.76	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.15
307.70/307.76	c calculated reachability. Time: 0.00
307.70/307.76	c  N st    59    806532       170       100       765     64288      3230   3757472   no data   no data  --
348.61/348.68	c  F st    60   1071876       170       100       765     79847      3230   4847179   no data   no data  --
348.61/348.68	c  N st    60   1071876       170       100       765     79847      3230   4847179   no data   no data  --
350.00/350.02	c Decided on static restart strategy
353.30/353.36	c  N st    70   1100182       170       100       765     64167      3230   3476162   no data   no data  --
359.61/359.64	c  N st    72   1136175       170       100       765     54763      3230   2757306   no data   no data  --
365.40/365.49	c  N st    73   1168568       170       100       765     84955      3230   4988136   no data   no data  --
373.11/373.17	c  N st    74   1209798       170       100       765     79624      3230   4572089   no data   no data  --
373.11/373.17	c  S st    74   1209798       170       100       765     79624      3230   4572089   no data   no data  --
373.41/373.41	c  S st    74   1210300       170       100       765     80117      3230   4602052   no data   no data  --
373.41/373.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
373.41/373.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
373.51/373.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.13
373.61/373.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
376.30/376.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.66 s
376.30/376.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
376.30/376.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
537.40/537.47	c lits-rem:      1807  cl-subs:     1993  v-elim:      0  v-fix:    0  time: 161.14 s
537.40/537.47	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
537.50/537.53	c vivif2 --  cl tried    78124 cl shrink        0 lits rem          0 time: 0.05
537.70/537.72	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.20
537.70/537.73	c calculated reachability. Time: 0.00
537.70/537.73	c  N st    74   1210300       170       100       765     78124      3230   4464390   no data   no data  --
551.70/551.70	c  N st    75   1283182       170       100       765     55684      3230   2738914   no data   no data  --
570.21/570.21	c  N st    76   1392505       170       100       765     63375      3230   3320456   no data   no data  --
605.32/605.37	c  N st    77   1556490       170       100       765     68615      3230   3549444   no data   no data  --
643.31/643.34	c  N st    78   1710301       170       100       765     54752      3230   2452288   no data   no data  --
643.31/643.34	c  S st    78   1710301       170       100       765     54752      3230   2452288   no data   no data  --
643.51/643.55	c  S st    78   1710804       170       100       765     55249      3230   2481816   no data   no data  --
643.51/643.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
643.51/643.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
643.61/643.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.09
643.71/643.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
646.21/646.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.59 s
646.21/646.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
646.21/646.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
656.61/656.65	c lits-rem:       124  cl-subs:      329  v-elim:      0  v-fix:    0  time: 10.36 s
656.61/656.65	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
656.61/656.68	c vivif2 --  cl tried    54920 cl shrink        0 lits rem          0 time: 0.03
656.81/656.82	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.15
656.81/656.83	c calculated reachability. Time: 0.00
656.81/656.83	c  N st    78   1710804       170       100       765     54920      3230   2464887   no data   no data  --
734.42/734.49	c  N st    79   2079768       170       100       765     60357      3230   2705998   no data   no data  --
770.41/770.43	c  N st    80   2210804       170       100       765     61983      3230   2771078   no data   no data  --
770.41/770.43	c  S st    80   2210804       170       100       765     61983      3230   2771078   no data   no data  --
770.61/770.66	c  S st    80   2211307       170       100       765     62479      3230   2801023   no data   no data  --
770.61/770.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
770.61/770.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
770.71/770.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.10
770.81/770.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
773.41/773.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.56 s
773.41/773.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
773.41/773.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
789.11/789.18	c lits-rem:       206  cl-subs:      303  v-elim:      0  v-fix:    0  time: 15.78 s
789.11/789.18	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
789.21/789.22	c vivif2 --  cl tried    62176 cl shrink        0 lits rem          0 time: 0.03
789.31/789.39	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.17
789.31/789.39	c calculated reachability. Time: 0.00
789.31/789.39	c  N st    80   2211307       170       100       765     62176      3230   2785487   no data   no data  --
920.42/920.49	c  N st    81   2711314       170       100       765     78257      3230   3785447   no data   no data  --
920.42/920.49	c  S st    81   2711314       170       100       765     78257      3230   3785447   no data   no data  --
920.72/920.71	c  S st    81   2711817       170       100       765     78758      3230   3815763   no data   no data  --
920.72/920.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
920.72/920.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
920.82/920.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.2M T:  0.10
920.92/920.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
923.42/923.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.51 s
923.42/923.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
923.42/923.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1025.02/1025.04	c lits-rem:       545  cl-subs:      722  v-elim:      0  v-fix:    0  time: 101.60 s
1025.02/1025.04	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
1025.02/1025.08	c vivif2 --  cl tried    78036 cl shrink        0 lits rem          0 time: 0.04
1025.23/1025.28	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.20
1025.23/1025.28	c calculated reachability. Time: 0.00
1025.23/1025.28	c  N st    81   2711817       170       100       765     78036      3230   3770832   no data   no data  --
1063.93/1063.93	c  E st    82   2895629         0       100       765    112754      3230   6304978   no data   no data  --
1063.93/1063.93	c Verified 100 clauses.
1063.93/1063.93	c Verified 100 clauses.
1063.93/1063.93	c num threads              : 1          
1063.93/1063.93	c restarts                 : 82         
1063.93/1063.93	c dynamic restarts         : 0          
1063.93/1063.93	c static restarts          : 82         
1063.93/1063.93	c full restarts            : 4          
1063.93/1063.93	c total simplify time      : 0.00       
1063.93/1063.93	c learnts DL2              : 0          
1063.93/1063.93	c learnts size 2           : 765        
1063.93/1063.93	c learnts size 1           : 0           (0.00      % of vars)
1063.93/1063.93	c filedLit time            : 0.73        (0.07      % time)
1063.93/1063.93	c v-elim SatELite          : 0           (0.00      % vars)
1063.93/1063.93	c SatELite time            : 485.28      (45.66     % time)
1063.93/1063.93	c v-elim xor               : 0           (0.00      % vars)
1063.93/1063.93	c xor elim time            : 0.09        (0.01      % time)
1063.93/1063.93	c num binary xor trees     : 0          
1063.93/1063.93	c binxor trees' crown      : 0           (nan       leafs/tree)
1063.93/1063.93	c bin xor find time        : 0.00       
1063.93/1063.93	c OTF clause improved      : 177799      (0.06      clauses/conflict)
1063.93/1063.93	c OTF impr. size diff      : 183842      (1.03       lits/clause)
1063.93/1063.93	c OTF cl watch-shrink      : 1840670     (0.64      clauses/conflict)
1063.93/1063.93	c OTF cl watch-sh-lit      : 5652198     (3.07       lits/clause)
1063.93/1063.93	c tried to recurMin cls    : 174267      (6.02       % of conflicts)
1063.93/1063.93	c updated cache            : 1526        (0.01       lits/tried recurMin)
1063.93/1063.93	c clauses over max glue    : 0           (0.00      % of all clauses)
1063.93/1063.93	c conflicts                : 2895629     (2724.22   / sec)
1063.93/1063.93	c decisions                : 3356222     (0.13      % random)
1063.93/1063.93	c bogo-props               : 93305410064 (87782040.23 / sec)
1063.93/1063.93	c conflict literals        : 215129226   (12.57     % deleted)
1063.93/1063.93	c Memory used              : 261.25      MB
1063.93/1063.93	c CPU time                 : 1062.92     s
1063.93/1063.93	s SATISFIABLE
1063.93/1063.94	v -1 -2 -3 -4 -5 -6 -7 8 -9 -10 -11 12 -13 -14 -15 -16 -17 -18 -19 -20 21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 38 -39 -40 -41 -42 -43 -44 -45 46 -47 -48 -49 -50 -51 52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 65 -66 -67 -68 -69 -70 -71 -72 73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 87 -88 -89 -90 -91 -92 93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 110 -111 -112 113 -114 -115 -116 -117 -118 -119 -120 -121 122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 144 -145 -146 -147 -148 -149 -150 -151 -152 -153 154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 169 -170 0

Verifier Data

OK

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-3260882-1303517032/watcher-3260882-1303517032 -o /tmp/evaluation-result-3260882-1303517032/solver-3260882-1303517032 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3260882-1303517032.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: 3.25 2.37 3.03 4/189 5556
/proc/meminfo: memFree=19456260/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=29812 CPUtime=0 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 565 0 0 0 0 0 0 0 25 0 1 0 541933627 30527488 501 33554432000 4194304 4650387 140737469575680 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 7453 501 377 112 0 2418 0

[startup+0.064574 s]
/proc/loadavg: 3.25 2.37 3.03 4/189 5556
/proc/meminfo: memFree=19456260/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=30088 CPUtime=0.06 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 754 0 0 0 6 0 0 0 25 0 1 0 541933627 30810112 690 33554432000 4194304 4650387 140737469575680 18446744073709551615 4333769 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 7522 690 378 112 0 2487 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30088

[startup+0.100591 s]
/proc/loadavg: 3.25 2.37 3.03 4/189 5556
/proc/meminfo: memFree=19456260/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=30088 CPUtime=0.09 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 828 0 0 0 9 0 0 0 25 0 1 0 541933627 30810112 764 33554432000 4194304 4650387 140737469575680 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 7522 764 378 112 0 2487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30088

[startup+0.300557 s]
/proc/loadavg: 3.25 2.37 3.03 4/189 5556
/proc/meminfo: memFree=19456260/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=31108 CPUtime=0.29 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 1325 0 0 0 29 0 0 0 25 0 1 0 541933627 31854592 947 33554432000 4194304 4650387 140737469575680 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 7777 947 380 112 0 2742 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31108

[startup+0.700496 s]
/proc/loadavg: 3.25 2.37 3.03 4/189 5556
/proc/meminfo: memFree=19456260/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=31924 CPUtime=0.69 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 2104 0 0 0 69 0 0 0 25 0 1 0 541933627 32690176 1235 33554432000 4194304 4650387 140737469575680 18446744073709551615 4334452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 7981 1235 380 112 0 2946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31924

[startup+1.50033 s]
/proc/loadavg: 3.25 2.37 3.03 5/190 5557
/proc/meminfo: memFree=19451416/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=33504 CPUtime=1.48 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 3701 0 0 0 148 0 0 0 25 0 1 0 541933627 34308096 1487 33554432000 4194304 4650387 140737469575680 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 8376 1487 381 112 0 3341 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33504

[startup+3.10102 s]
/proc/loadavg: 3.25 2.37 3.03 5/190 5557
/proc/meminfo: memFree=19435296/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=46812 CPUtime=3.09 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 6947 0 0 0 308 1 0 0 25 0 1 0 541933627 47935488 4733 33554432000 4194304 4650387 140737469575680 18446744073709551615 4439609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 11703 4733 382 112 0 6668 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46812

[startup+6.30044 s]
/proc/loadavg: 3.39 2.42 3.04 5/190 5557
/proc/meminfo: memFree=19432232/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=46812 CPUtime=6.29 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 6947 0 0 0 628 1 0 0 25 0 1 0 541933627 47935488 4733 33554432000 4194304 4650387 140737469575680 18446744073709551615 4439057 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 11703 4733 382 112 0 6668 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46812

[startup+12.7002 s]
/proc/loadavg: 3.43 2.44 3.04 5/190 5558
/proc/meminfo: memFree=19427540/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=50128 CPUtime=12.69 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 11953 0 0 0 1267 2 0 0 25 0 1 0 541933627 51331072 5296 33554432000 4194304 4650387 140737469575680 18446744073709551615 4439334 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 12532 5296 382 112 0 7497 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50128

[startup+25.5009 s]
/proc/loadavg: 3.56 2.52 3.06 5/190 5558
/proc/meminfo: memFree=19403608/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=65448 CPUtime=25.49 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 19218 0 0 0 2546 3 0 0 25 0 1 0 541933627 67018752 9658 33554432000 4194304 4650387 140737469575680 18446744073709551615 4335012 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 16362 9658 382 112 0 11327 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65448

[startup+51.1011 s]
/proc/loadavg: 3.71 2.64 3.08 5/190 5585
/proc/meminfo: memFree=19324144/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=95236 CPUtime=51.09 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 39785 0 0 0 5102 7 0 0 25 0 1 0 541933627 97521664 16698 33554432000 4194304 4650387 140737469575680 18446744073709551615 4436425 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 23809 16698 382 112 0 18774 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95236

[startup+102.307 s]
/proc/loadavg: 3.87 2.85 3.13 5/190 5587
/proc/meminfo: memFree=19196356/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=104552 CPUtime=102.3 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 61904 0 0 0 10218 12 0 0 25 0 1 0 541933627 107061248 19774 33554432000 4194304 4650387 140737469575680 18446744073709551615 4334513 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 26138 19774 382 112 0 21103 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 104552

[startup+162.3 s]
/proc/loadavg: 3.92 3.04 3.17 5/190 5616
/proc/meminfo: memFree=19083212/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=198952 CPUtime=162.29 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 101062 0 0 0 16209 20 0 0 25 0 1 0 541933627 203726848 25646 33554432000 4194304 4650387 140737469575680 18446744073709551615 4516590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 49738 25646 382 112 0 44703 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 198952

[startup+222.3 s]
/proc/loadavg: 4.01 3.23 3.23 5/190 5617
/proc/meminfo: memFree=18999496/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=165732 CPUtime=222.29 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 118228 0 0 0 22205 24 0 0 25 0 1 0 541933627 169709568 34279 33554432000 4194304 4650387 140737469575680 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 41433 34279 382 112 0 36398 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 165732

[startup+282.301 s]
/proc/loadavg: 4.00 3.36 3.27 5/190 5619
/proc/meminfo: memFree=18912060/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=165732 CPUtime=282.3 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 118228 0 0 0 28205 25 0 0 25 0 1 0 541933627 169709568 34279 33554432000 4194304 4650387 140737469575680 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 41433 34279 382 112 0 36398 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 165732

[startup+342.301 s]
/proc/loadavg: 4.00 3.48 3.31 5/190 5620
/proc/meminfo: memFree=18920848/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=167048 CPUtime=342.3 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 146149 0 0 0 34198 32 0 0 25 0 1 0 541933627 171057152 32911 33554432000 4194304 4650387 140737469575680 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 41762 32911 382 112 0 36727 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 167048

[startup+402.301 s]
/proc/loadavg: 4.00 3.57 3.36 5/190 5622
/proc/meminfo: memFree=18874316/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=261540 CPUtime=402.3 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 171024 0 0 0 40191 39 0 0 25 0 1 0 541933627 267816960 41834 33554432000 4194304 4650387 140737469575680 18446744073709551615 4439321 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 65385 41834 382 112 0 60350 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 261540

[startup+462.301 s]
/proc/loadavg: 4.09 3.67 3.40 5/190 5624
/proc/meminfo: memFree=18804356/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=261540 CPUtime=462.3 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 171111 0 0 0 46191 39 0 0 25 0 1 0 541933627 267816960 41921 33554432000 4194304 4650387 140737469575680 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 65385 41921 382 112 0 60350 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 261540

[startup+522.3 s]
/proc/loadavg: 3.64 3.64 3.41 4/184 5642
/proc/meminfo: memFree=18863904/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=261540 CPUtime=522.3 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 171111 0 0 0 52191 39 0 0 25 0 1 0 541933627 267816960 41921 33554432000 4194304 4650387 140737469575680 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 65385 41921 382 112 0 60350 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 261540

[startup+582.3 s]
/proc/loadavg: 3.23 3.52 3.38 4/184 5644
/proc/meminfo: memFree=18838832/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=197080 CPUtime=582.31 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 199640 0 0 0 58182 49 0 0 25 0 1 0 541933627 201809920 41182 33554432000 4194304 4650387 140737469575680 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 49270 41182 382 112 0 44235 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 197080

[startup+642.301 s]
/proc/loadavg: 3.08 3.42 3.35 4/184 5645
/proc/meminfo: memFree=18822944/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=263408 CPUtime=642.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 226852 0 0 0 64174 58 0 0 25 0 1 0 541933627 269729792 43469 33554432000 4194304 4650387 140737469575680 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 65852 43469 382 112 0 60817 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 263408

[startup+702.301 s]
/proc/loadavg: 3.03 3.34 3.33 4/184 5647
/proc/meminfo: memFree=18833960/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=264320 CPUtime=702.31 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 253410 0 0 0 70165 66 0 0 25 0 1 0 541933627 270663680 43110 33554432000 4194304 4650387 140737469575680 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 66080 43110 382 112 0 61045 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 264320

[startup+762.307 s]
/proc/loadavg: 3.01 3.28 3.30 4/184 5649
/proc/meminfo: memFree=18823404/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=265056 CPUtime=762.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 281865 0 0 0 76156 76 0 0 25 0 1 0 541933627 271417344 42755 33554432000 4194304 4650387 140737469575680 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 66264 42755 382 112 0 61229 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 265056

[startup+822.301 s]
/proc/loadavg: 3.04 3.24 3.29 4/184 5650
/proc/meminfo: memFree=18834680/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=200248 CPUtime=822.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 303175 0 0 0 82148 84 0 0 25 0 1 0 541933627 205053952 41507 33554432000 4194304 4650387 140737469575680 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 50062 41507 382 112 0 45027 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 200248

[startup+882.3 s]
/proc/loadavg: 3.01 3.19 3.26 4/184 5652
/proc/meminfo: memFree=18802908/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=200920 CPUtime=882.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 327552 0 0 0 88138 94 0 0 25 0 1 0 541933627 205742080 42180 33554432000 4194304 4650387 140737469575680 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 50230 42180 382 112 0 45195 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 200920

[startup+942.301 s]
/proc/loadavg: 3.00 3.15 3.25 4/184 5653
/proc/meminfo: memFree=18817276/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=201496 CPUtime=942.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 342575 0 0 0 94134 98 0 0 25 0 1 0 541933627 206331904 41240 33554432000 4194304 4650387 140737469575680 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 50374 41240 382 112 0 45339 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 201496

[startup+1002.3 s]
/proc/loadavg: 3.00 3.12 3.23 4/184 5655
/proc/meminfo: memFree=18754648/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=201496 CPUtime=1002.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 342575 0 0 0 100134 98 0 0 25 0 1 0 541933627 206331904 41240 33554432000 4194304 4650387 140737469575680 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 50374 41240 382 112 0 45339 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 201496

[startup+1062.3 s]
/proc/loadavg: 3.00 3.10 3.21 4/184 5657
/proc/meminfo: memFree=18738880/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=267512 CPUtime=1062.32 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 361786 0 0 0 106128 104 0 0 25 0 1 0 541933627 273932288 43458 33554432000 4194304 4650387 140737469575680 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 66878 43458 382 112 0 61843 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 267512

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

[startup+1063.1 s]
/proc/loadavg: 3.00 3.10 3.21 4/184 5657
/proc/meminfo: memFree=18737144/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=267512 CPUtime=1063.12 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 361930 0 0 0 106208 104 0 0 25 0 1 0 541933627 273932288 43602 33554432000 4194304 4650387 140737469575680 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 66878 43602 382 112 0 61843 0
Current children cumulated CPU time (s) 1063.12
Current children cumulated vsize (KiB) 267512

[startup+1063.5 s]
/proc/loadavg: 3.00 3.10 3.21 4/184 5657
/proc/meminfo: memFree=18737144/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=267512 CPUtime=1063.53 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 362001 0 0 0 106248 105 0 0 25 0 1 0 541933627 273932288 43673 33554432000 4194304 4650387 140737469575680 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 66878 43673 382 112 0 61843 0
Current children cumulated CPU time (s) 1063.53
Current children cumulated vsize (KiB) 267512

[startup+1063.9 s]
/proc/loadavg: 3.00 3.10 3.21 4/184 5657
/proc/meminfo: memFree=18735404/32951124 swapFree=67111480/67111528
[pid=5556] ppid=5554 vsize=267512 CPUtime=1063.93 cores=0,2
/proc/5556/stat : 5556 (strangenight1-s) R 5554 5556 3353 0 -1 4202496 362097 0 0 0 106288 105 0 0 25 0 1 0 541933627 273932288 43769 33554432000 4194304 4650387 140737469575680 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5556/statm: 66878 43769 382 112 0 61843 0
Current children cumulated CPU time (s) 1063.93
Current children cumulated vsize (KiB) 267512

Child status: 10
Real time (s): 1063.95
CPU time (s): 1063.98
CPU user time (s): 1062.92
CPU system time (s): 1.06184
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 290416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1062.92
system time used= 1.06184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362120
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= 11
involuntary context switches= 1651

runsolver used 1.87571 second user time and 3.9404 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 02:03:52
IDJOB=3260882
IDBENCH=83200
IDSOLVER=1589
FILE ID=node111/3260882-1303517032
RUNJOBID= node111-1303516985-5486
PBS_JOBID= 13134250
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= 817f170ef66023b68d8cda67f1d05059
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:      19456292 kB
Buffers:       1977420 kB
Cached:       10722660 kB
SwapCached:         44 kB
Active:        9120736 kB
Inactive:      3813700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19456292 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            9500 kB
Writeback:           0 kB
AnonPages:      234136 kB
Mapped:          16248 kB
Slab:           496008 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   454956 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= 71400 MiB
End job on node111 at 2011-04-23 02:21:36