Trace number 3370491

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)SAT 942.412 942.429

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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370491-1305391206.cnf'
0.00/0.01	c -- header says num vars:            170
0.00/0.01	c -- header says num clauses:         865
0.00/0.01	c -- clauses added:            0 learnts,          865 normals,            0 xors
0.00/0.01	c -- vars added        170
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       170       100       765         0      3230         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
0.00/0.01	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:     170
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       170       100       765         0      3230         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.17	c  N st     8      4915       170       100       765      4722      3230    298356   no data   no data  --
0.39/0.44	c  N st    10     11297       170       100       765      4348      3230    217475   no data   no data  --
0.69/0.74	c  N st    11     17040       170       100       765      9691      3230    548549   no data   no data  --
0.99/1.06	c  F st    12     25001       170       100       765     11721      3230    638068   no data   no data  --
0.99/1.06	c  N st    12     25001       170       100       765     11721      3230    638068   no data   no data  --
1.39/1.48	c Decided on static restart strategy
1.39/1.48	c  N st    18     30000       170       100       765     10029      3230    560047   no data   no data  --
1.39/1.48	c  S st    18     30000       170       100       765     10029      3230    560047   no data   no data  --
1.49/1.51	c  S st    18     30503       170       100       765     10523      3230    589088   no data   no data  --
1.49/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.49/1.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.55 s
1.99/2.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1.99/2.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.21	c lits-rem:       397  cl-subs:      429  v-elim:      0  v-fix:    0  time:  4.12 s
6.19/6.22	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
6.19/6.22	c calculated reachability. Time: 0.00
6.19/6.22	c  N st    18     30503       170       100       765     10094      3230    560812   no data   no data  --
6.49/6.58	c  N st    20     37615       170       100       765      9309      3230    490475   no data   no data  --
6.98/7.05	c  N st    21     44014       170       100       765     15306      3230    924895   no data   no data  --
7.18/7.25	c  S st    22     45755       170       100       765      8579      3230    433826   no data   no data  --
7.18/7.28	c  S st    22     46258       170       100       765      9073      3230    461665   no data   no data  --
7.18/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/7.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.18/7.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
7.18/7.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.60/7.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.38 s
7.60/7.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
7.60/7.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.39/8.43	c lits-rem:       106  cl-subs:       99  v-elim:      0  v-fix:    0  time:  0.76 s
8.39/8.43	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
8.39/8.43	c vivif2 --  cl tried     8974 cl shrink        0 lits rem          0 time: 0.00
8.39/8.44	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
8.39/8.44	c calculated reachability. Time: 0.00
8.39/8.44	c  N st    22     46258       170       100       765      8974      3230    455546   no data   no data  --
9.29/9.30	c  N st    23     60655       170       100       765     13189      3230    749853   no data   no data  --
9.68/9.77	c  N st    24     69388       170       100       765     11197      3230    546994   no data   no data  --
9.68/9.77	c  S st    24     69388       170       100       765     11197      3230    546994   no data   no data  --
9.79/9.81	c  S st    24     69891       170       100       765     11693      3230    574952   no data   no data  --
9.79/9.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.79/9.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.79/9.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
9.79/9.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.18/10.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.46 s
10.18/10.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
10.18/10.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.98/14.02	c lits-rem:       130  cl-subs:       87  v-elim:      0  v-fix:    0  time:  3.74 s
13.98/14.02	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
13.98/14.03	c vivif2 --  cl tried    11606 cl shrink        0 lits rem          0 time: 0.01
13.98/14.04	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
13.98/14.04	c calculated reachability. Time: 0.00
13.98/14.04	c  N st    24     69891       170       100       765     11606      3230    569543   no data   no data  --
15.19/15.20	c  F st    25     87500       170       100       765     16947      3230    937828   no data   no data  --
15.19/15.20	c  N st    25     87500       170       100       765     16947      3230    937828   no data   no data  --
15.49/15.54	c Decided on static restart strategy
15.79/15.81	c  N st    32     95535       170       100       765     24544      3230   1459286   no data   no data  --
16.29/16.31	c  N st    34    104836       170       100       765     21120      3230   1136835   no data   no data  --
16.29/16.31	c  S st    34    104836       170       100       765     21120      3230   1136835   no data   no data  --
16.29/16.38	c  S st    34    105336       170       100       765     21613      3230   1165118   no data   no data  --
16.29/16.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.29/16.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.29/16.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.02
16.39/16.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.59/17.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
17.59/17.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
17.59/17.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.18/23.28	c lits-rem:       253  cl-subs:      491  v-elim:      0  v-fix:    0  time:  5.63 s
23.18/23.28	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
23.18/23.29	c vivif2 --  cl tried    21122 cl shrink        0 lits rem          0 time: 0.01
23.28/23.31	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.02
23.28/23.32	c calculated reachability. Time: 0.00
23.28/23.32	c  N st    34    105336       170       100       765     21122      3230   1132702   no data   no data  --
23.88/23.91	c  N st    35    114934       170       100       765     16948      3230    858751   no data   no data  --
24.99/25.03	c  N st    36    129334       170       100       765     16346      3230    778848   no data   no data  --
26.59/26.60	c  N st    37    150929       170       100       765     21395      3230   1114280   no data   no data  --
27.09/27.15	c  S st    38    158005       170       100       765     28093      3230   1579325   no data   no data  --
27.19/27.24	c  S st    38    158508       170       100       765     28590      3230   1607823   no data   no data  --
27.19/27.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.19/27.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.19/27.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.02
27.29/27.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.09/29.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.81 s
29.09/29.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
29.09/29.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.39/37.43	c lits-rem:       313  cl-subs:      713  v-elim:      0  v-fix:    0  time:  8.30 s
37.39/37.43	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
37.39/37.45	c vivif2 --  cl tried    27877 cl shrink        0 lits rem          0 time: 0.02
37.39/37.48	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.04
37.39/37.48	c calculated reachability. Time: 0.00
37.39/37.48	c  N st    38    158508       170       100       765     27877      3230   1559046   no data   no data  --
42.38/42.41	c  N st    39    207097       170       100       765     22865      3230   1157763   no data   no data  --
45.98/46.01	c  N st    40    237762       170       100       765     32899      3230   1883450   no data   no data  --
45.98/46.01	c  S st    40    237762       170       100       765     32899      3230   1883450   no data   no data  --
46.09/46.11	c  S st    40    238266       170       100       765     33396      3230   1912376   no data   no data  --
46.09/46.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.09/46.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.09/46.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.03
46.09/46.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.18/48.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.10 s
48.18/48.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
48.18/48.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.48/55.50	c lits-rem:       115  cl-subs:      617  v-elim:      0  v-fix:    0  time:  7.22 s
55.48/55.50	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
55.48/55.52	c vivif2 --  cl tried    32779 cl shrink        0 lits rem          0 time: 0.02
55.48/55.56	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.04
55.48/55.56	c calculated reachability. Time: 0.00
55.48/55.56	c  N st    40    238266       170       100       765     32779      3230   1865779   no data   no data  --
61.59/61.63	c  F st    41    306250       170       100       765     34501      3230   1914893   no data   no data  --
61.59/61.63	c  N st    41    306250       170       100       765     34501      3230   1914893   no data   no data  --
62.08/62.12	c Decided on static restart strategy
64.18/64.27	c  N st    51    334553       170       100       765     38872      3230   2184658   no data   no data  --
66.68/66.71	c  N st    53    357399       170       100       765     36975      3230   1946751   no data   no data  --
66.68/66.71	c  S st    53    357399       170       100       765     36975      3230   1946751   no data   no data  --
66.78/66.82	c  S st    53    357900       170       100       765     37471      3230   1976891   no data   no data  --
66.78/66.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.78/66.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.78/66.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.03
66.88/66.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.87/68.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
68.87/68.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
68.87/68.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.58/84.64	c lits-rem:       557  cl-subs:      835  v-elim:      0  v-fix:    0  time: 15.68 s
84.58/84.64	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
84.58/84.66	c vivif2 --  cl tried    36636 cl shrink        0 lits rem          0 time: 0.02
84.68/84.72	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.06
84.68/84.72	c calculated reachability. Time: 0.00
84.68/84.72	c  N st    53    357900       170       100       765     36636      3230   1917391   no data   no data  --
87.88/87.96	c  N st    54    390292       170       100       765     42759      3230   2326826   no data   no data  --
92.88/92.99	c  N st    55    438880       170       100       765     36604      3230   1887111   no data   no data  --
101.57/101.69	c  N st    56    511763       170       100       765     49358      3230   2833171   no data   no data  --
104.58/104.67	c  N st    57    536852       170       100       765     43612      3230   2359620   no data   no data  --
104.58/104.67	c  S st    57    536852       170       100       765     43612      3230   2359620   no data   no data  --
104.78/104.83	c  S st    57    537354       170       100       765     44108      3230   2389116   no data   no data  --
104.78/104.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.78/104.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.78/104.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.04
104.88/104.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.17/107.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.26 s
107.17/107.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
107.17/107.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.18/121.26	c lits-rem:       494  cl-subs:      892  v-elim:      0  v-fix:    0  time: 14.06 s
121.18/121.26	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
121.18/121.29	c vivif2 --  cl tried    43216 cl shrink        0 lits rem          0 time: 0.02
121.28/121.35	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.06
121.28/121.35	c calculated reachability. Time: 0.00
121.28/121.35	c  N st    57    537354       170       100       765     43216      3230   2324365   no data   no data  --
140.98/141.04	c  N st    58    701339       170       100       765     37425      3230   1727017   no data   no data  --
155.78/155.88	c  N st    59    806031       170       100       765     65523      3230   3849812   no data   no data  --
155.78/155.88	c  S st    59    806031       170       100       765     65523      3230   3849812   no data   no data  --
156.09/156.11	c  S st    59    806532       170       100       765     66017      3230   3879522   no data   no data  --
156.09/156.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.09/156.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.09/156.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.3M T:  0.08
156.19/156.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.47/158.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
158.47/158.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
158.47/158.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.48/272.57	c lits-rem:       376  cl-subs:     1729  v-elim:      0  v-fix:    0  time: 114.02 s
272.48/272.57	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
272.58/272.61	c vivif2 --  cl tried    64288 cl shrink        0 lits rem          0 time: 0.04
272.68/272.75	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.14
272.68/272.76	c calculated reachability. Time: 0.00
272.68/272.76	c  N st    59    806532       170       100       765     64288      3230   3757472   no data   no data  --
309.68/309.77	c  F st    60   1071876       170       100       765     79847      3230   4847179   no data   no data  --
309.68/309.77	c  N st    60   1071876       170       100       765     79847      3230   4847179   no data   no data  --
310.88/310.97	c Decided on static restart strategy
313.89/313.99	c  N st    70   1100182       170       100       765     64167      3230   3476162   no data   no data  --
319.48/319.59	c  N st    72   1136175       170       100       765     54763      3230   2757306   no data   no data  --
324.78/324.89	c  N st    73   1168568       170       100       765     84955      3230   4988136   no data   no data  --
331.48/331.55	c  N st    74   1209798       170       100       765     79624      3230   4572089   no data   no data  --
331.48/331.55	c  S st    74   1209798       170       100       765     79624      3230   4572089   no data   no data  --
331.68/331.75	c  S st    74   1210300       170       100       765     80117      3230   4602052   no data   no data  --
331.68/331.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
331.68/331.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
331.78/331.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.11
331.88/331.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
334.29/334.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.37 s
334.29/334.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
334.29/334.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
478.49/478.52	c lits-rem:      1807  cl-subs:     1993  v-elim:      0  v-fix:    0  time: 144.16 s
478.49/478.52	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
478.49/478.57	c vivif2 --  cl tried    78124 cl shrink        0 lits rem          0 time: 0.05
478.68/478.74	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.17
478.68/478.74	c calculated reachability. Time: 0.00
478.68/478.74	c  N st    74   1210300       170       100       765     78124      3230   4464390   no data   no data  --
491.28/491.36	c  N st    75   1283182       170       100       765     55684      3230   2738914   no data   no data  --
507.77/507.84	c  N st    76   1392505       170       100       765     63375      3230   3320456   no data   no data  --
537.68/537.74	c  N st    77   1556490       170       100       765     68615      3230   3549444   no data   no data  --
570.98/571.01	c  N st    78   1710301       170       100       765     54752      3230   2452288   no data   no data  --
570.98/571.01	c  S st    78   1710301       170       100       765     54752      3230   2452288   no data   no data  --
571.08/571.19	c  S st    78   1710804       170       100       765     55249      3230   2481816   no data   no data  --
571.08/571.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
571.08/571.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
571.18/571.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.07
571.28/571.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
573.48/573.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.26 s
573.48/573.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
573.48/573.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
582.78/582.81	c lits-rem:       124  cl-subs:      329  v-elim:      0  v-fix:    0  time:  9.23 s
582.78/582.81	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
582.78/582.83	c vivif2 --  cl tried    54920 cl shrink        0 lits rem          0 time: 0.03
582.89/582.94	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.10
582.89/582.94	c calculated reachability. Time: 0.00
582.89/582.94	c  N st    78   1710804       170       100       765     54920      3230   2464887   no data   no data  --
649.78/649.87	c  N st    79   2079768       170       100       765     60357      3230   2705998   no data   no data  --
681.18/681.25	c  N st    80   2210804       170       100       765     61983      3230   2771078   no data   no data  --
681.18/681.25	c  S st    80   2210804       170       100       765     61983      3230   2771078   no data   no data  --
681.38/681.47	c  S st    80   2211307       170       100       765     62479      3230   2801023   no data   no data  --
681.38/681.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
681.38/681.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
681.48/681.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.10
681.58/681.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
683.88/683.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
683.88/683.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
683.88/683.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
697.29/697.36	c lits-rem:       206  cl-subs:      303  v-elim:      0  v-fix:    0  time: 13.42 s
697.29/697.36	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
697.29/697.39	c vivif2 --  cl tried    62176 cl shrink        0 lits rem          0 time: 0.03
697.48/697.52	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.13
697.48/697.52	c calculated reachability. Time: 0.00
697.48/697.52	c  N st    80   2211307       170       100       765     62176      3230   2785487   no data   no data  --
812.68/812.74	c  N st    81   2711314       170       100       765     78257      3230   3785447   no data   no data  --
812.68/812.74	c  S st    81   2711314       170       100       765     78257      3230   3785447   no data   no data  --
812.89/812.95	c  S st    81   2711817       170       100       765     78758      3230   3815763   no data   no data  --
812.89/812.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
812.89/812.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
812.98/813.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.2M T:  0.10
813.08/813.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
815.48/815.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.37 s
815.48/815.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
815.48/815.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
907.67/907.77	c lits-rem:       545  cl-subs:      722  v-elim:      0  v-fix:    0  time: 92.24 s
907.67/907.77	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
907.77/907.81	c vivif2 --  cl tried    78036 cl shrink        0 lits rem          0 time: 0.04
907.87/907.98	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.16
907.87/907.98	c calculated reachability. Time: 0.00
907.87/907.98	c  N st    81   2711817       170       100       765     78036      3230   3770832   no data   no data  --
942.38/942.41	c  E st    82   2895629         0       100       765    112754      3230   6304978   no data   no data  --
942.38/942.42	c Verified 100 clauses.
942.38/942.42	c Verified 100 clauses.
942.38/942.42	c num threads              : 1          
942.38/942.42	c restarts                 : 82         
942.38/942.42	c dynamic restarts         : 0          
942.38/942.42	c static restarts          : 82         
942.38/942.42	c full restarts            : 4          
942.38/942.42	c total simplify time      : 0.00       
942.38/942.42	c learnts DL2              : 0          
942.38/942.42	c learnts size 2           : 765        
942.38/942.42	c learnts size 1           : 0           (0.00      % of vars)
942.38/942.42	c filedLit time            : 0.62        (0.07      % time)
942.38/942.42	c v-elim SatELite          : 0           (0.00      % vars)
942.38/942.42	c SatELite time            : 432.01      (45.88     % time)
942.38/942.42	c v-elim xor               : 0           (0.00      % vars)
942.38/942.42	c xor elim time            : 0.08        (0.01      % time)
942.38/942.42	c num binary xor trees     : 0          
942.38/942.42	c binxor trees' crown      : 0           (nan       leafs/tree)
942.38/942.42	c bin xor find time        : 0.00       
942.38/942.42	c OTF clause improved      : 177799      (0.06      clauses/conflict)
942.38/942.42	c OTF impr. size diff      : 183842      (1.03       lits/clause)
942.38/942.42	c OTF cl watch-shrink      : 1840670     (0.64      clauses/conflict)
942.38/942.42	c OTF cl watch-sh-lit      : 5652198     (3.07       lits/clause)
942.38/942.42	c tried to recurMin cls    : 174267      (6.02       % of conflicts)
942.38/942.42	c updated cache            : 1526        (0.01       lits/tried recurMin)
942.38/942.42	c clauses over max glue    : 0           (0.00      % of all clauses)
942.38/942.42	c conflicts                : 2895629     (3075.06   / sec)
942.38/942.42	c decisions                : 3356222     (0.13      % random)
942.38/942.42	c bogo-props               : 93305410064 (99087161.07 / sec)
942.38/942.42	c conflict literals        : 215129226   (12.57     % deleted)
942.38/942.42	c Memory used              : 261.25      MB
942.38/942.42	c CPU time                 : 941.65      s
942.38/942.42	s SATISFIABLE
942.38/942.42	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: 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-3370491-1305391206/watcher-3370491-1305391206 -o /tmp/evaluation-result-3370491-1305391206/solver-3370491-1305391206 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370491-1305391206.cnf 

running on 2 cores: 5,7

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: 2.47 3.62 3.87 4/286 17510
/proc/meminfo: memFree=25079740/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=37888 CPUtime=0 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 489 0 0 0 0 0 0 0 22 0 1 0 631535946 38797312 429 33554432000 4194304 4650387 140736277263728 18446744073709551615 4516590 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 7420 428 348 112 0 2385 0

[startup+0.0723291 s]
/proc/loadavg: 2.47 3.62 3.87 4/286 17510
/proc/meminfo: memFree=25079740/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=30088 CPUtime=0.06 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 769 0 0 0 6 0 0 0 22 0 1 0 631535946 30810112 706 33554432000 4194304 4650387 140736277263728 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 7522 706 378 112 0 2487 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30088

[startup+0.100322 s]
/proc/loadavg: 2.47 3.62 3.87 4/286 17510
/proc/meminfo: memFree=25079740/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=30088 CPUtime=0.09 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 831 0 0 0 9 0 0 0 22 0 1 0 631535946 30810112 768 33554432000 4194304 4650387 140736277263728 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 7522 768 378 112 0 2487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30088

[startup+0.300289 s]
/proc/loadavg: 2.47 3.62 3.87 4/286 17510
/proc/meminfo: memFree=25079740/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=31240 CPUtime=0.29 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 1367 0 0 0 29 0 0 0 23 0 1 0 631535946 31989760 990 33554432000 4194304 4650387 140736277263728 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 7810 990 380 112 0 2775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31240

[startup+0.700216 s]
/proc/loadavg: 2.47 3.62 3.87 4/286 17510
/proc/meminfo: memFree=25079740/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=32056 CPUtime=0.69 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 2164 0 0 0 69 0 0 0 25 0 1 0 631535946 32825344 1296 33554432000 4194304 4650387 140736277263728 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 8014 1296 380 112 0 2979 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32056

[startup+1.50108 s]
/proc/loadavg: 2.59 3.62 3.87 5/292 17521
/proc/meminfo: memFree=25025056/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=33504 CPUtime=1.49 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 3805 0 0 0 149 0 0 0 18 0 1 0 631535946 34308096 1592 33554432000 4194304 4650387 140736277263728 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 8376 1592 381 112 0 3341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33504

[startup+3.10079 s]
/proc/loadavg: 2.59 3.62 3.87 5/292 17521
/proc/meminfo: memFree=25000544/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=46812 CPUtime=3.09 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 6946 0 0 0 309 0 0 0 20 0 1 0 631535946 47935488 4733 33554432000 4194304 4650387 140736277263728 18446744073709551615 4439334 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 11703 4733 382 112 0 6668 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46812

[startup+6.30023 s]
/proc/loadavg: 2.71 3.63 3.87 5/292 17521
/proc/meminfo: memFree=24935320/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=47000 CPUtime=6.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 7080 0 0 0 628 0 0 0 25 0 1 0 631535946 48128000 4867 33554432000 4194304 4650387 140736277263728 18446744073709551615 4520077 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 11750 4867 382 112 0 6715 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47000

[startup+12.7011 s]
/proc/loadavg: 2.81 3.63 3.87 5/292 17521
/proc/meminfo: memFree=24919636/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=50128 CPUtime=12.68 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 11952 0 0 0 1267 1 0 0 25 0 1 0 631535946 51331072 5296 33554432000 4194304 4650387 140736277263728 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 12532 5296 382 112 0 7497 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50128

[startup+25.5008 s]
/proc/loadavg: 2.99 3.64 3.87 5/292 17522
/proc/meminfo: memFree=24849796/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=65804 CPUtime=25.49 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 22343 0 0 0 2546 3 0 0 25 0 1 0 631535946 67383296 9494 33554432000 4194304 4650387 140736277263728 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 16451 9494 382 112 0 11416 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65804

[startup+51.1003 s]
/proc/loadavg: 3.39 3.68 3.87 5/292 17523
/proc/meminfo: memFree=24762820/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=95876 CPUtime=51.08 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 39910 0 0 0 5103 5 0 0 25 0 1 0 631535946 98177024 16824 33554432000 4194304 4650387 140736277263728 18446744073709551615 4439609 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 23969 16824 382 112 0 18934 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95876

[startup+102.31 s]
/proc/loadavg: 3.77 3.74 3.88 5/292 17578
/proc/meminfo: memFree=24693192/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=105164 CPUtime=102.29 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 71974 0 0 0 10217 12 0 0 25 0 1 0 631535946 107687936 19811 33554432000 4194304 4650387 140736277263728 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 26291 19812 382 112 0 21256 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 105164

[startup+162.301 s]
/proc/loadavg: 3.97 3.80 3.89 5/292 17579
/proc/meminfo: memFree=24482424/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=164292 CPUtime=162.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 118215 0 0 0 16209 19 0 0 25 0 1 0 631535946 168235008 34267 33554432000 4194304 4650387 140736277263728 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 41073 34267 382 112 0 36038 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 164292

[startup+222.301 s]
/proc/loadavg: 3.99 3.83 3.90 5/292 17581
/proc/meminfo: memFree=24454100/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=165732 CPUtime=222.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 118227 0 0 0 22209 19 0 0 25 0 1 0 631535946 169709568 34279 33554432000 4194304 4650387 140736277263728 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 41433 34279 382 112 0 36398 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 165732

[startup+282.3 s]
/proc/loadavg: 3.99 3.86 3.91 5/292 17583
/proc/meminfo: memFree=24413880/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=166188 CPUtime=282.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 127114 0 0 0 28207 21 0 0 25 0 1 0 631535946 170176512 33803 33554432000 4194304 4650387 140736277263728 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 41547 33803 382 112 0 36512 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 166188

[startup+342.301 s]
/proc/loadavg: 4.03 3.90 3.91 5/292 17584
/proc/meminfo: memFree=24332224/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=261540 CPUtime=342.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 171023 0 0 0 34198 30 0 0 25 0 1 0 631535946 267816960 41834 33554432000 4194304 4650387 140736277263728 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 65385 41834 382 112 0 60350 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 261540

[startup+402.301 s]
/proc/loadavg: 4.01 3.91 3.91 6/292 17586
/proc/meminfo: memFree=24323868/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=261540 CPUtime=402.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 171110 0 0 0 40198 30 0 0 25 0 1 0 631535946 267816960 41921 33554432000 4194304 4650387 140736277263728 18446744073709551615 4476400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 65385 41921 382 112 0 60350 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 261540

[startup+462.3 s]
/proc/loadavg: 4.00 3.93 3.91 5/292 17587
/proc/meminfo: memFree=24310908/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=261540 CPUtime=462.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 171110 0 0 0 46198 30 0 0 25 0 1 0 631535946 267816960 41921 33554432000 4194304 4650387 140736277263728 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 65385 41921 382 112 0 60350 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 261540

[startup+522.301 s]
/proc/loadavg: 4.06 3.95 3.92 5/292 17589
/proc/meminfo: memFree=24164772/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=262624 CPUtime=522.27 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 201021 0 0 0 52192 35 0 0 25 0 1 0 631535946 268926976 42564 33554432000 4194304 4650387 140736277263728 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 65656 42564 382 112 0 60621 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 262624

[startup+582.3 s]
/proc/loadavg: 4.09 3.97 3.92 6/292 17591
/proc/meminfo: memFree=24194112/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=198104 CPUtime=582.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 229511 0 0 0 58185 43 0 0 25 0 1 0 631535946 202858496 39781 33554432000 4194304 4650387 140736277263728 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 49526 39781 382 112 0 44491 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 198104

[startup+642.301 s]
/proc/loadavg: 4.09 3.99 3.93 5/292 17592
/proc/meminfo: memFree=24154000/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=199168 CPUtime=642.29 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 267130 0 0 0 64178 51 0 0 25 0 1 0 631535946 203948032 42433 33554432000 4194304 4650387 140736277263728 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 49792 42433 382 112 0 44757 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 199168

[startup+702.301 s]
/proc/loadavg: 4.10 4.01 3.93 5/292 17594
/proc/meminfo: memFree=24137104/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=199672 CPUtime=702.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 288714 0 0 0 70171 57 0 0 25 0 1 0 631535946 204464128 42293 33554432000 4194304 4650387 140736277263728 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 49918 42293 382 112 0 44883 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 199672

[startup+762.31 s]
/proc/loadavg: 4.04 4.00 3.93 5/292 17596
/proc/meminfo: memFree=24109532/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=200724 CPUtime=762.29 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 320242 0 0 0 76165 64 0 0 25 0 1 0 631535946 205541376 42843 33554432000 4194304 4650387 140736277263728 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 50181 42843 382 112 0 45146 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 200724

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/292 17597
/proc/meminfo: memFree=24113096/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=201496 CPUtime=822.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 342574 0 0 0 82158 70 0 0 25 0 1 0 631535946 206331904 41240 33554432000 4194304 4650387 140736277263728 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 50374 41240 382 112 0 45339 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 201496

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/292 17599
/proc/meminfo: memFree=24103348/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=201496 CPUtime=882.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 342574 0 0 0 88158 70 0 0 25 0 1 0 631535946 206331904 41240 33554432000 4194304 4650387 140736277263728 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 50374 41240 382 112 0 45339 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 201496

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/292 17600
/proc/meminfo: memFree=24087308/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=267512 CPUtime=942.28 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 362074 0 0 0 94153 75 0 0 25 0 1 0 631535946 273932288 43747 33554432000 4194304 4650387 140736277263728 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 66878 43747 382 112 0 61843 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 267512

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

[startup+942.4 s]
/proc/loadavg: 4.00 4.00 3.93 5/292 17600
/proc/meminfo: memFree=24087308/32951124 swapFree=67057896/67111528
[pid=17510] ppid=17508 vsize=267512 CPUtime=942.38 cores=5,7
/proc/17510/stat : 17510 (strangenight1-s) R 17508 17510 17069 0 -1 4202496 362099 0 0 0 94163 75 0 0 25 0 1 0 631535946 273932288 43772 33554432000 4194304 4650387 140736277263728 18446744073709551615 4366918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17510/statm: 66878 43772 382 112 0 61843 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 267512

Child status: 10
Real time (s): 942.429
CPU time (s): 942.412
CPU user time (s): 941.65
CPU system time (s): 0.761884
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 290888

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

runsolver used 2.37664 second user time and 6.19806 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 18:40:06
IDJOB=3370491
IDBENCH=83200
IDSOLVER=1847
FILE ID=node140/3370491-1305391206
RUNJOBID= node140-1305391206-17481
PBS_JOBID= 13324405
Free space on /tmp= 73472 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
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-3370491-1305391206/watcher-3370491-1305391206 -o /tmp/evaluation-result-3370491-1305391206/solver-3370491-1305391206 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370491-1305391206.cnf

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

MD5SUM BENCH= 817f170ef66023b68d8cda67f1d05059
RANDOM SEED=1848257196

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.833
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.77
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.833
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.833
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.74
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.833
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.75
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25079896 kB
Buffers:        291564 kB
Cached:        3707828 kB
SwapCached:       8056 kB
Active:        4898508 kB
Inactive:      2661428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25079896 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           21284 kB
Writeback:           0 kB
AnonPages:     3557088 kB
Mapped:          23816 kB
Slab:           224828 kB
PageTables:      21924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45654116 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= 73460 MiB
End job on node140 at 2011-05-14 18:55:49