Trace number 3370350

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1298.87 1300.02

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-14-unsat.cnf
MD5SUM78a2cc7b74fc3d9947709f16156cc565
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of clauses1470
Sum of the clauses size5292
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21274
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

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-3370350-1305391257.cnf'
0.00/0.00	c -- header says num vars:            196
0.00/0.00	c -- header says num clauses:        1470
0.00/0.00	c -- clauses added:            0 learnts,         1470 normals,            0 xors
0.00/0.00	c -- vars added        196
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       196       196      1274         0      5292         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/196/196 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:    196 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  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:     196
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       196       196      1274         0      5292         0   no data   no data  --
0.02/0.04	c Decided on static restart strategy
0.09/0.15	c  N st     8      4916       196       196      1274      4742      5292    257868   no data   no data  --
0.39/0.43	c  N st    10     11304       196       196      1274      4385      5292    203050   no data   no data  --
0.69/0.75	c  N st    11     17047       196       196      1274      9945      5292    544074   no data   no data  --
1.19/1.22	c  F st    12     25000       196       196      1274     12113      5292    644439   no data   no data  --
1.19/1.22	c  N st    12     25000       196       196      1274     12113      5292    644439   no data   no data  --
1.49/1.52	c Decided on static restart strategy
1.49/1.52	c  N st    18     30000       196       196      1274     10398      5292    507849   no data   no data  --
1.49/1.52	c  S st    18     30000       196       196      1274     10398      5292    507849   no data   no data  --
1.49/1.57	c  S st    18     30502       196       196      1274     10898      5292    533843   no data   no data  --
1.49/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
1.49/1.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
1.99/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
1.99/2.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.49/4.50	c lits-rem:       302  cl-subs:      179  v-elim:      0  v-fix:    0  time:  2.50 s
4.49/4.51	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.01
4.49/4.51	c calculated reachability. Time: 0.00
4.49/4.51	c  N st    18     30502       196       196      1274     10719      5292    524126   no data   no data  --
4.79/4.89	c  N st    20     37614       196       196      1274      9965      5292    449516   no data   no data  --
5.19/5.27	c  N st    21     44013       196       196      1274     16121      5292    807775   no data   no data  --
5.40/5.41	c  S st    22     45753       196       196      1274      9176      5292    374782   no data   no data  --
5.40/5.45	c  S st    22     46258       196       196      1274      9678      5292    401181   no data   no data  --
5.40/5.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.40/5.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.40/5.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
5.40/5.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
5.69/5.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
5.69/5.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.09/6.18	c lits-rem:        85  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.47 s
6.09/6.18	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
6.09/6.19	c vivif2 --  cl tried     9627 cl shrink        0 lits rem          0 time: 0.00
6.19/6.20	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.01
6.19/6.20	c calculated reachability. Time: 0.00
6.19/6.20	c  N st    22     46258       196       196      1274      9627      5292    399012   no data   no data  --
7.19/7.20	c  N st    23     60655       196       196      1274     13959      5292    651779   no data   no data  --
7.99/8.09	c  N st    24     69388       196       196      1274     11782      5292    461508   no data   no data  --
7.99/8.09	c  S st    24     69388       196       196      1274     11782      5292    461508   no data   no data  --
8.09/8.14	c  S st    24     69890       196       196      1274     12277      5292    487795   no data   no data  --
8.09/8.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.09/8.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.01
8.09/8.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/8.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
8.39/8.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
8.39/8.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.19/11.28	c lits-rem:        65  cl-subs:       53  v-elim:      0  v-fix:    0  time:  2.84 s
11.19/11.28	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
11.19/11.29	c vivif2 --  cl tried    12224 cl shrink        0 lits rem          0 time: 0.00
11.29/11.30	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.01
11.29/11.30	c calculated reachability. Time: 0.00
11.29/11.30	c  N st    24     69890       196       196      1274     12224      5292    485009   no data   no data  --
12.69/12.71	c  F st    25     87502       196       196      1274     17563      5292    811054   no data   no data  --
12.69/12.71	c  N st    25     87502       196       196      1274     17563      5292    811054   no data   no data  --
12.99/13.08	c Decided on static restart strategy
13.45/13.51	c  N st    32     95540       196       196      1274     12826      5292    469067   no data   no data  --
14.05/14.17	c  N st    34    104835       196       196      1274     21837      5292    968010   no data   no data  --
14.05/14.17	c  S st    34    104835       196       196      1274     21837      5292    968010   no data   no data  --
14.16/14.26	c  S st    34    105341       196       196      1274     22335      5292    995528   no data   no data  --
14.16/14.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.16/14.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.16/14.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
14.26/14.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.95/15.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
14.95/15.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
14.95/15.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.98/20.20	c lits-rem:       119  cl-subs:      234  v-elim:      0  v-fix:    0  time:  4.01 s
18.98/20.20	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
19.08/20.21	c vivif2 --  cl tried    22101 cl shrink        0 lits rem          0 time: 0.01
19.08/20.23	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.02
19.08/20.23	c calculated reachability. Time: 0.00
19.08/20.23	c  N st    34    105341       196       196      1274     22101      5292    983451   no data   no data  --
19.86/21.09	c  N st    35    114939       196       196      1274     17829      5292    744342   no data   no data  --
21.35/22.53	c  N st    36    129336       196       196      1274     17251      5292    677690   no data   no data  --
23.86/25.00	c  N st    37    150931       196       196      1274     22520      5292    987052   no data   no data  --
24.46/25.66	c  S st    38    158011       196       196      1274     29269      5292   1386375   no data   no data  --
24.56/25.78	c  S st    38    158514       196       196      1274     29769      5292   1413355   no data   no data  --
24.56/25.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.56/25.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.66/25.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.03
24.66/25.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.86/27.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
25.86/27.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
25.86/27.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.56/30.80	c lits-rem:       170  cl-subs:      485  v-elim:      0  v-fix:    0  time:  3.77 s
29.56/30.80	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
29.67/30.81	c vivif2 --  cl tried    29284 cl shrink        0 lits rem          0 time: 0.01
29.67/30.84	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.03
29.67/30.84	c calculated reachability. Time: 0.00
29.67/30.84	c  N st    38    158514       196       196      1274     29284      5292   1384511   no data   no data  --
34.95/36.10	c  N st    39    207104       196       196      1274     24220      5292    958942   no data   no data  --
38.05/39.27	c  N st    40    237772       196       196      1274     34349      5292   1558863   no data   no data  --
38.05/39.27	c  S st    40    237772       196       196      1274     34349      5292   1558863   no data   no data  --
38.25/39.42	c  S st    40    238274       196       196      1274     34844      5292   1586180   no data   no data  --
38.25/39.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.25/39.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.25/39.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.04
38.35/39.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.94/41.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
39.94/41.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
39.94/41.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
44.94/46.11	c lits-rem:       362  cl-subs:      589  v-elim:      0  v-fix:    0  time:  4.98 s
44.94/46.11	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
44.94/46.12	c vivif2 --  cl tried    34255 cl shrink        0 lits rem          0 time: 0.02
44.94/46.16	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.03
44.94/46.16	c calculated reachability. Time: 0.00
44.94/46.16	c  N st    40    238274       196       196      1274     34255      5292   1558061   no data   no data  --
53.22/54.41	c  F st    41    306250       196       196      1274     36305      5292   1504514   no data   no data  --
53.22/54.41	c  N st    41    306250       196       196      1274     36305      5292   1504514   no data   no data  --
53.92/55.10	c Decided on static restart strategy
57.02/58.26	c  N st    51    334553       196       196      1274     40544      5292   1690658   no data   no data  --
59.92/61.17	c  N st    53    357411       196       196      1274     38589      5292   1581747   no data   no data  --
59.92/61.17	c  S st    53    357411       196       196      1274     38589      5292   1581747   no data   no data  --
60.12/61.34	c  S st    53    357914       196       196      1274     39090      5292   1609037   no data   no data  --
60.12/61.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.12/61.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.12/61.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.04
60.22/61.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.32/62.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.12 s
61.32/62.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
61.32/62.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
67.92/69.19	c lits-rem:       314  cl-subs:      365  v-elim:      0  v-fix:    0  time:  6.65 s
67.92/69.19	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
68.02/69.21	c vivif2 --  cl tried    38725 cl shrink        0 lits rem          0 time: 0.02
68.02/69.25	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.04
68.02/69.25	c calculated reachability. Time: 0.00
68.02/69.25	c  N st    53    357914       196       196      1274     38725      5292   1591190   no data   no data  --
73.22/74.40	c  N st    54    390306       196       196      1274     44467      5292   1954755   no data   no data  --
80.32/81.53	c  N st    55    438894       196       196      1274     38306      5292   1607853   no data   no data  --
91.32/92.57	c  N st    56    511776       196       196      1274     51824      5292   2265403   no data   no data  --
95.32/96.58	c  N st    57    536873       196       196      1274     46050      5292   1838174   no data   no data  --
95.32/96.58	c  S st    57    536873       196       196      1274     46050      5292   1838174   no data   no data  --
95.53/96.78	c  S st    57    537375       196       196      1274     46549      5292   1864631   no data   no data  --
95.53/96.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
95.53/96.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.63/96.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.04
95.63/96.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.92/98.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
96.92/98.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
96.92/98.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.12/105.30	c lits-rem:       244  cl-subs:     1408  v-elim:      0  v-fix:    0  time:  7.11 s
104.12/105.30	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
104.12/105.32	c vivif2 --  cl tried    45141 cl shrink        0 lits rem          0 time: 0.02
104.22/105.41	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.09
104.22/105.41	c calculated reachability. Time: 0.00
104.22/105.41	c  N st    57    537375       196       196      1274     45141      5292   1824909   no data   no data  --
134.42/135.64	c  N st    58    701361       196       196      1274     39044      5292   1329096   no data   no data  --
153.62/154.80	c  N st    59    806062       196       196      1274     68071      5292   2818096   no data   no data  --
153.62/154.80	c  S st    59    806062       196       196      1274     68071      5292   2818096   no data   no data  --
153.83/155.06	c  S st    59    806562       196       196      1274     68567      5292   2843751   no data   no data  --
153.83/155.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
153.83/155.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.93/155.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.07
154.02/155.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.42/156.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
155.42/156.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
155.42/156.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.72/178.90	c lits-rem:       570  cl-subs:     1442  v-elim:      0  v-fix:    0  time: 22.29 s
177.72/178.90	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
177.72/178.94	c vivif2 --  cl tried    67125 cl shrink        0 lits rem          0 time: 0.03
177.92/179.16	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.22
177.92/179.16	c calculated reachability. Time: 0.00
177.92/179.16	c  N st    59    806562       196       196      1274     67125      5292   2791697   no data   no data  --
233.92/235.15	c  F st    60   1071875       196       196      1274     81705      5292   3724417   no data   no data  --
233.92/235.15	c  N st    60   1071875       196       196      1274     81705      5292   3724417   no data   no data  --
235.42/236.60	c Decided on static restart strategy
239.22/240.45	c  N st    70   1100183       196       196      1274     66023      5292   2645088   no data   no data  --
247.22/248.49	c  N st    72   1136177       196       196      1274     56286      5292   2035081   no data   no data  --
255.32/256.59	c  N st    73   1168570       196       196      1274     87291      5292   3792630   no data   no data  --
263.93/265.14	c  N st    74   1209844       196       196      1274     81764      5292   3394721   no data   no data  --
263.93/265.14	c  S st    74   1209844       196       196      1274     81764      5292   3394721   no data   no data  --
264.22/265.45	c  S st    74   1210348       196       196      1274     82262      5292   3422702   no data   no data  --
264.22/265.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.22/265.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.32/265.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.6M T:  0.10
264.42/265.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.92/267.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
265.92/267.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
265.92/267.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
373.83/375.06	c lits-rem:       110  cl-subs:     2918  v-elim:      0  v-fix:    0  time: 107.88 s
373.83/375.06	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
373.83/375.10	c vivif2 --  cl tried    79344 cl shrink        0 lits rem          0 time: 0.04
374.13/375.35	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.25
374.13/375.35	c calculated reachability. Time: 0.00
374.13/375.35	c  N st    74   1210348       196       196      1274     79344      5292   3323977   no data   no data  --
388.82/390.07	c  N st    75   1283231       196       196      1274     56452      5292   2018765   no data   no data  --
415.53/416.70	c  N st    76   1392555       196       196      1274     63677      5292   2431637   no data   no data  --
458.32/459.56	c  N st    77   1556543       196       196      1274     68542      5292   2642592   no data   no data  --
496.33/497.59	c  N st    78   1710348       196       196      1274     55054      5292   1739931   no data   no data  --
496.33/497.59	c  S st    78   1710348       196       196      1274     55054      5292   1739931   no data   no data  --
496.63/497.85	c  S st    78   1710851       196       196      1274     55554      5292   1769361   no data   no data  --
496.63/497.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
496.63/497.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
496.73/497.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.08
496.73/497.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
497.83/499.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.03 s
497.83/499.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
497.83/499.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
502.83/504.03	c lits-rem:       228  cl-subs:      479  v-elim:      0  v-fix:    0  time:  5.03 s
502.83/504.03	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
502.83/504.05	c vivif2 --  cl tried    55075 cl shrink        0 lits rem          0 time: 0.02
503.03/504.22	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.17
503.03/504.22	c calculated reachability. Time: 0.00
503.03/504.22	c  N st    78   1710851       196       196      1274     55075      5292   1752703   no data   no data  --
588.12/589.39	c  N st    79   2079818       196       196      1274     60488      5292   1964548   no data   no data  --
622.43/623.65	c  N st    80   2210854       196       196      1274     62349      5292   2002855   no data   no data  --
622.43/623.65	c  S st    80   2210854       196       196      1274     62349      5292   2002855   no data   no data  --
622.72/623.91	c  S st    80   2211354       196       196      1274     62842      5292   2027218   no data   no data  --
622.72/623.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
622.72/623.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
622.82/624.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.0M T:  0.08
622.82/624.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
623.92/625.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.06 s
623.92/625.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
623.92/625.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
628.52/629.76	c lits-rem:       198  cl-subs:      461  v-elim:      0  v-fix:    0  time:  4.65 s
628.52/629.76	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
628.52/629.78	c vivif2 --  cl tried    62381 cl shrink        0 lits rem          0 time: 0.03
628.72/629.96	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.18
628.72/629.96	c calculated reachability. Time: 0.00
628.72/629.96	c  N st    80   2211354       196       196      1274     62381      5292   2010114   no data   no data  --
765.23/766.41	c  N st    81   2711355       196       196      1274     79697      5292   2765502   no data   no data  --
765.23/766.41	c  S st    81   2711355       196       196      1274     79697      5292   2765502   no data   no data  --
765.54/766.75	c  S st    81   2711855       196       196      1274     80190      5292   2793317   no data   no data  --
765.54/766.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
765.54/766.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
765.64/766.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.11
765.74/766.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.14/768.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
767.14/768.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
767.14/768.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
782.93/784.17	c lits-rem:       641  cl-subs:      704  v-elim:      0  v-fix:    0  time: 15.77 s
782.93/784.17	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
783.04/784.21	c vivif2 --  cl tried    79486 cl shrink        0 lits rem          0 time: 0.03
783.23/784.43	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.23
783.23/784.43	c calculated reachability. Time: 0.00
783.23/784.43	c  N st    81   2711855       196       196      1274     79486      5292   2765627   no data   no data  --
916.93/918.19	c  N st    82   3211858       196       196      1274    122485      5292   5299712   no data   no data  --
916.93/918.19	c  S st    82   3211858       196       196      1274    122485      5292   5299712   no data   no data  --
917.63/918.87	c  S st    82   3212363       196       196      1274    122988      5292   5326518   no data   no data  --
917.63/918.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
917.63/918.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
917.83/919.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.7M T:  0.20
918.04/919.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
919.74/920.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
919.74/921.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
919.74/921.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1282.34/1283.52	c lits-rem:      3727  cl-subs:     3780  v-elim:      0  v-fix:    0  time: 362.53 s
1282.34/1283.52	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
1282.34/1283.58	c vivif2 --  cl tried   119208 cl shrink        0 lits rem          0 time: 0.06
1282.74/1283.90	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.31
1282.74/1283.90	c calculated reachability. Time: 0.00
1282.74/1283.90	c  N st    82   3212363       196       196      1274    119208      5292   5181552   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.78 3.98 3.98 2/285 3332
/proc/meminfo: memFree=19092140/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=29820 CPUtime=0 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 559 0 0 0 0 0 0 0 23 0 1 0 650725337 30535680 494 33554432000 4194304 4650387 140735771439504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 7455 494 377 112 0 2420 0

[startup+0.0285299 s]
/proc/loadavg: 3.78 3.98 3.98 2/285 3332
/proc/meminfo: memFree=19092140/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=29952 CPUtime=0.02 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 645 0 0 0 2 0 0 0 23 0 1 0 650725337 30670848 580 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365248 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 7488 580 377 112 0 2453 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29952

[startup+0.100516 s]
/proc/loadavg: 3.78 3.98 3.98 2/285 3332
/proc/meminfo: memFree=19092140/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=30216 CPUtime=0.09 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 851 0 0 0 9 0 0 0 23 0 1 0 650725337 30941184 786 33554432000 4194304 4650387 140735771439504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 7554 786 378 112 0 2519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30216

[startup+0.300478 s]
/proc/loadavg: 3.78 3.98 3.98 2/285 3332
/proc/meminfo: memFree=19092140/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=31148 CPUtime=0.29 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 1357 0 0 0 29 0 0 0 25 0 1 0 650725337 31895552 1016 33554432000 4194304 4650387 140735771439504 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 7787 1016 380 112 0 2752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31148

[startup+0.70041 s]
/proc/loadavg: 3.78 3.98 3.98 2/285 3332
/proc/meminfo: memFree=19092140/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=32004 CPUtime=0.69 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 2140 0 0 0 69 0 0 0 25 0 1 0 650725337 32772096 1323 33554432000 4194304 4650387 140735771439504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 8001 1323 380 112 0 2966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32004

[startup+1.50027 s]
/proc/loadavg: 3.78 3.98 3.98 5/291 3373
/proc/meminfo: memFree=19066780/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=33288 CPUtime=1.49 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 3655 0 0 0 149 0 0 0 25 0 1 0 650725337 34086912 1492 33554432000 4194304 4650387 140735771439504 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 8322 1492 381 112 0 3287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33288

[startup+3.101 s]
/proc/loadavg: 3.78 3.98 3.98 5/295 3378
/proc/meminfo: memFree=19038112/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=45648 CPUtime=3.09 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 6645 0 0 0 309 0 0 0 25 0 1 0 650725337 46743552 4482 33554432000 4194304 4650387 140735771439504 18446744073709551615 4439339 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 11412 4482 382 112 0 6377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45648

[startup+6.30044 s]
/proc/loadavg: 3.95 4.02 3.99 6/295 3378
/proc/meminfo: memFree=18969104/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=46444 CPUtime=6.29 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 8474 0 0 0 628 1 0 0 25 0 1 0 650725337 47558656 4568 33554432000 4194304 4650387 140735771439504 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 11611 4568 382 112 0 6576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46444

[startup+12.7003 s]
/proc/loadavg: 4.04 4.03 4.00 5/295 3378
/proc/meminfo: memFree=18959948/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=48860 CPUtime=12.69 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 12589 0 0 0 1268 1 0 0 25 0 1 0 650725337 50032640 5326 33554432000 4194304 4650387 140735771439504 18446744073709551615 4333215 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 12215 5326 382 112 0 7180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48860

[startup+25.5001 s]
/proc/loadavg: 4.10 4.05 4.00 5/295 3408
/proc/meminfo: memFree=18903184/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=61044 CPUtime=24.36 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 21478 0 0 0 2422 14 0 0 25 0 1 0 650725337 62509056 8535 33554432000 4194304 4650387 140735771439504 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 15261 8535 382 112 0 10226 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 61044

[startup+51.1007 s]
/proc/loadavg: 4.07 4.04 4.00 5/295 3409
/proc/meminfo: memFree=18783248/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=86184 CPUtime=49.92 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 38407 0 0 0 4970 22 0 0 25 0 1 0 650725337 88252416 14306 33554432000 4194304 4650387 140735771439504 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 21546 14306 382 112 0 16511 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 86184

[startup+102.311 s]
/proc/loadavg: 4.27 4.10 4.02 5/295 3410
/proc/meminfo: memFree=18633776/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=95976 CPUtime=101.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 63328 0 0 0 10084 29 0 0 25 0 1 0 650725337 98279424 16975 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 23994 16975 382 112 0 18959 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 95976

[startup+162.3 s]
/proc/loadavg: 4.14 4.09 4.02 5/295 3412
/proc/meminfo: memFree=18570616/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=124416 CPUtime=161.12 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 92766 0 0 0 16075 37 0 0 25 0 1 0 650725337 127401984 24507 33554432000 4194304 4650387 140735771439504 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 31104 24507 382 112 0 26069 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 124416

[startup+222.301 s]
/proc/loadavg: 4.10 4.09 4.02 5/295 3414
/proc/meminfo: memFree=18491964/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=127344 CPUtime=221.12 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 111466 0 0 0 22063 49 0 0 25 0 1 0 650725337 130400256 24769 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 31836 24769 382 112 0 26801 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 127344

[startup+282.301 s]
/proc/loadavg: 4.10 4.08 4.02 5/295 3415
/proc/meminfo: memFree=18393112/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=155476 CPUtime=281.12 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 134697 0 0 0 28054 58 0 0 25 0 1 0 650725337 159207424 31854 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 38869 31854 382 112 0 33834 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 155476

[startup+342.3 s]
/proc/loadavg: 4.04 4.07 4.01 5/295 3417
/proc/meminfo: memFree=18371016/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=156276 CPUtime=341.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 134982 0 0 0 34054 59 0 0 25 0 1 0 650725337 160026624 32139 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 39069 32139 382 112 0 34034 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 156276

[startup+402.301 s]
/proc/loadavg: 4.09 4.07 4.01 5/295 3418
/proc/meminfo: memFree=18355984/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=156700 CPUtime=401.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 146677 0 0 0 40050 63 0 0 25 0 1 0 650725337 160460800 30680 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 39175 30680 382 112 0 34140 0
Current children cumulated CPU time (s) 401.13
Current children cumulated vsize (KiB) 156700

[startup+462.3 s]
/proc/loadavg: 4.03 4.05 4.01 5/295 3420
/proc/meminfo: memFree=18340088/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=157332 CPUtime=461.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 167002 0 0 0 46040 73 0 0 25 0 1 0 650725337 161107968 32121 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 39333 32121 382 112 0 34298 0
Current children cumulated CPU time (s) 461.13
Current children cumulated vsize (KiB) 157332

[startup+522.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/295 3421
/proc/meminfo: memFree=18350856/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=158504 CPUtime=521.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 186404 0 0 0 52032 81 0 0 25 0 1 0 650725337 162308096 31640 33554432000 4194304 4650387 140735771439504 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 39626 31640 382 112 0 34591 0
Current children cumulated CPU time (s) 521.13
Current children cumulated vsize (KiB) 158504

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/295 3423
/proc/meminfo: memFree=18339296/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=159184 CPUtime=581.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 210086 0 0 0 58025 88 0 0 25 0 1 0 650725337 163004416 33173 33554432000 4194304 4650387 140735771439504 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 39796 33173 382 112 0 34761 0
Current children cumulated CPU time (s) 581.13
Current children cumulated vsize (KiB) 159184

[startup+642.3 s]
/proc/loadavg: 4.15 4.06 4.01 5/295 3425
/proc/meminfo: memFree=18314336/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=228908 CPUtime=641.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 227800 0 0 0 64021 92 0 0 25 0 1 0 650725337 234401792 34338 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 57227 34338 382 112 0 52192 0
Current children cumulated CPU time (s) 641.13
Current children cumulated vsize (KiB) 228908

[startup+702.301 s]
/proc/loadavg: 4.05 4.04 4.00 5/295 3426
/proc/meminfo: memFree=18237440/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=229584 CPUtime=701.13 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 247206 0 0 0 70015 98 0 0 25 0 1 0 650725337 235094016 35333 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 57396 35333 382 112 0 52361 0
Current children cumulated CPU time (s) 701.13
Current children cumulated vsize (KiB) 229584

[startup+762.311 s]
/proc/loadavg: 4.09 4.05 4.00 5/295 3428
/proc/meminfo: memFree=18232824/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=230472 CPUtime=761.15 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 266636 0 0 0 76012 103 0 0 25 0 1 0 650725337 236003328 36079 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 57618 36079 382 112 0 52583 0
Current children cumulated CPU time (s) 761.15
Current children cumulated vsize (KiB) 230472

[startup+822.301 s]
/proc/loadavg: 4.03 4.04 4.00 5/295 3429
/proc/meminfo: memFree=18221988/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=171552 CPUtime=821.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 283877 0 0 0 82008 106 0 0 25 0 1 0 650725337 175669248 33714 33554432000 4194304 4650387 140735771439504 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 42888 33714 382 112 0 37853 0
Current children cumulated CPU time (s) 821.14
Current children cumulated vsize (KiB) 171552

[startup+882.301 s]
/proc/loadavg: 4.04 4.04 4.00 5/295 3431
/proc/meminfo: memFree=18219120/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=237244 CPUtime=881.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 300988 0 0 0 88004 110 0 0 25 0 1 0 650725337 242937856 37750 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 59311 37750 382 112 0 54276 0
Current children cumulated CPU time (s) 881.14
Current children cumulated vsize (KiB) 237244

[startup+942.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/295 3433
/proc/meminfo: memFree=18159816/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=290348 CPUtime=941.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 326119 0 0 0 93998 116 0 0 25 0 1 0 650725337 297316352 49186 33554432000 4194304 4650387 140735771439504 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 72587 49186 382 112 0 67552 0
Current children cumulated CPU time (s) 941.14
Current children cumulated vsize (KiB) 290348

[startup+1002.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/295 3434
/proc/meminfo: memFree=18028852/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=290348 CPUtime=1001.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 326119 0 0 0 99998 116 0 0 25 0 1 0 650725337 297316352 49186 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 72587 49186 382 112 0 67552 0
Current children cumulated CPU time (s) 1001.14
Current children cumulated vsize (KiB) 290348

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/295 3437
/proc/meminfo: memFree=18046924/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=292508 CPUtime=1061.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 326623 0 0 0 105998 116 0 0 25 0 1 0 650725337 299528192 49690 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 73127 49690 382 112 0 68092 0
Current children cumulated CPU time (s) 1061.14
Current children cumulated vsize (KiB) 292508

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/295 3438
/proc/meminfo: memFree=17976236/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=292508 CPUtime=1121.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 326623 0 0 0 111998 116 0 0 25 0 1 0 650725337 299528192 49690 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 73127 49690 382 112 0 68092 0
Current children cumulated CPU time (s) 1121.14
Current children cumulated vsize (KiB) 292508

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/295 3440
/proc/meminfo: memFree=17951148/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=292508 CPUtime=1181.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 326623 0 0 0 117998 116 0 0 25 0 1 0 650725337 299528192 49690 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 73127 49690 382 112 0 68092 0
Current children cumulated CPU time (s) 1181.14
Current children cumulated vsize (KiB) 292508

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/295 3451
/proc/meminfo: memFree=17948108/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=292508 CPUtime=1241.14 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 326623 0 0 0 123998 116 0 0 25 0 1 0 650725337 299528192 49690 33554432000 4194304 4650387 140735771439504 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 73127 49690 382 112 0 68092 0
Current children cumulated CPU time (s) 1241.14
Current children cumulated vsize (KiB) 292508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 4.00 5/296 3453
/proc/meminfo: memFree=18062784/32951132 swapFree=67093824/67111528
[pid=3332] ppid=3330 vsize=227100 CPUtime=1298.84 cores=1,3
/proc/3332/stat : 3332 (strangenight1-s) R 3330 3332 2953 0 -1 4202496 332741 0 0 0 129765 119 0 0 25 0 1 0 650725337 232550400 48456 33554432000 4194304 4650387 140735771439504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3332/statm: 56775 48456 382 112 0 51740 0
Current children cumulated CPU time (s) 1298.84
Current children cumulated vsize (KiB) 227100

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1298.87
CPU user time (s): 1297.66
CPU system time (s): 1.20782
CPU usage (%): 99.9114
Max. virtual memory (cumulated for all children) (KiB): 292508

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

runsolver used 3.38948 second user time and 8.46871 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 18:40:57
IDJOB=3370350
IDBENCH=83211
IDSOLVER=1847
FILE ID=node131/3370350-1305391257
RUNJOBID= node131-1305391257-3307
PBS_JOBID= 13324410
Free space on /tmp= 73684 MiB

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

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

MD5SUM BENCH= 78a2cc7b74fc3d9947709f16156cc565
RANDOM SEED=1372709034

node131.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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.830
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.83
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.830
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.75
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.830
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.77
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19092296 kB
Buffers:        262288 kB
Cached:        3618528 kB
SwapCached:       1504 kB
Active:       10545588 kB
Inactive:      3054736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19092296 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           12860 kB
Writeback:           0 kB
AnonPages:     9718772 kB
Mapped:          26720 kB
Slab:           164272 kB
PageTables:      31568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28024980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73664 MiB
End job on node131 at 2011-05-14 19:02:39