Trace number 3249968

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? (TO) 1300.04 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-3249968-1303539687.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.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     196
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       196       196      1274         0      5292         0   no data   no data  --
0.00/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.48/1.52	c Decided on static restart strategy
1.48/1.52	c  N st    18     30000       196       196      1274     10398      5292    507849   no data   no data  --
1.48/1.52	c  S st    18     30000       196       196      1274     10398      5292    507849   no data   no data  --
1.48/1.57	c  S st    18     30502       196       196      1274     10898      5292    533843   no data   no data  --
1.48/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.48/1.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.48/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
1.48/1.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.89/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
1.89/1.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
1.89/1.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.40/4.48	c lits-rem:       302  cl-subs:      179  v-elim:      0  v-fix:    0  time:  2.49 s
4.40/4.49	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.01
4.40/4.49	c calculated reachability. Time: 0.00
4.40/4.49	c  N st    18     30502       196       196      1274     10719      5292    524126   no data   no data  --
4.79/4.87	c  N st    20     37614       196       196      1274      9965      5292    449516   no data   no data  --
5.19/5.26	c  N st    21     44013       196       196      1274     16121      5292    807775   no data   no data  --
5.29/5.39	c  S st    22     45753       196       196      1274      9176      5292    374782   no data   no data  --
5.39/5.43	c  S st    22     46258       196       196      1274      9678      5292    401181   no data   no data  --
5.39/5.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.39/5.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.39/5.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
5.39/5.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.60/5.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
5.60/5.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
5.60/5.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.09/6.16	c lits-rem:        85  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.47 s
6.09/6.16	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
6.09/6.16	c vivif2 --  cl tried     9627 cl shrink        0 lits rem          0 time: 0.00
6.09/6.17	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.01
6.09/6.17	c calculated reachability. Time: 0.00
6.09/6.17	c  N st    22     46258       196       196      1274      9627      5292    399012   no data   no data  --
7.09/7.17	c  N st    23     60655       196       196      1274     13959      5292    651779   no data   no data  --
7.98/8.06	c  N st    24     69388       196       196      1274     11782      5292    461508   no data   no data  --
7.98/8.06	c  S st    24     69388       196       196      1274     11782      5292    461508   no data   no data  --
8.08/8.11	c  S st    24     69890       196       196      1274     12277      5292    487795   no data   no data  --
8.08/8.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.08/8.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.08/8.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.01
8.08/8.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/8.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
8.38/8.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
8.38/8.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.18/11.22	c lits-rem:        65  cl-subs:       53  v-elim:      0  v-fix:    0  time:  2.82 s
11.18/11.22	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
11.18/11.23	c vivif2 --  cl tried    12224 cl shrink        0 lits rem          0 time: 0.00
11.18/11.24	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.01
11.18/11.24	c calculated reachability. Time: 0.00
11.18/11.24	c  N st    24     69890       196       196      1274     12224      5292    485009   no data   no data  --
12.59/12.65	c  F st    25     87502       196       196      1274     17563      5292    811054   no data   no data  --
12.59/12.65	c  N st    25     87502       196       196      1274     17563      5292    811054   no data   no data  --
12.99/13.02	c Decided on static restart strategy
13.30/13.34	c  N st    32     95540       196       196      1274     12826      5292    469067   no data   no data  --
13.99/14.00	c  N st    34    104835       196       196      1274     21837      5292    968010   no data   no data  --
13.99/14.00	c  S st    34    104835       196       196      1274     21837      5292    968010   no data   no data  --
13.99/14.09	c  S st    34    105341       196       196      1274     22335      5292    995528   no data   no data  --
13.99/14.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.99/14.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.09/14.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
14.09/14.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.79/14.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.74 s
14.79/14.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
14.79/14.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.09/18.10	c lits-rem:       119  cl-subs:      234  v-elim:      0  v-fix:    0  time:  3.22 s
18.09/18.10	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
18.09/18.11	c vivif2 --  cl tried    22101 cl shrink        0 lits rem          0 time: 0.01
18.09/18.13	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.02
18.09/18.13	c calculated reachability. Time: 0.00
18.09/18.13	c  N st    34    105341       196       196      1274     22101      5292    983451   no data   no data  --
18.89/18.97	c  N st    35    114939       196       196      1274     17829      5292    744342   no data   no data  --
20.38/20.40	c  N st    36    129336       196       196      1274     17251      5292    677690   no data   no data  --
22.79/22.85	c  N st    37    150931       196       196      1274     22520      5292    987052   no data   no data  --
23.49/23.52	c  S st    38    158011       196       196      1274     29269      5292   1386375   no data   no data  --
23.58/23.64	c  S st    38    158514       196       196      1274     29769      5292   1413355   no data   no data  --
23.58/23.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.58/23.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.58/23.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.03
23.69/23.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.79/24.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
24.79/24.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
24.79/24.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.39/28.49	c lits-rem:       170  cl-subs:      485  v-elim:      0  v-fix:    0  time:  3.61 s
28.39/28.49	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
28.49/28.50	c vivif2 --  cl tried    29284 cl shrink        0 lits rem          0 time: 0.01
28.49/28.53	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.03
28.49/28.53	c calculated reachability. Time: 0.00
28.49/28.53	c  N st    38    158514       196       196      1274     29284      5292   1384511   no data   no data  --
33.79/33.82	c  N st    39    207104       196       196      1274     24220      5292    958942   no data   no data  --
37.09/37.12	c  N st    40    237772       196       196      1274     34349      5292   1558863   no data   no data  --
37.09/37.12	c  S st    40    237772       196       196      1274     34349      5292   1558863   no data   no data  --
37.19/37.27	c  S st    40    238274       196       196      1274     34844      5292   1586180   no data   no data  --
37.19/37.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.19/37.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.29/37.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.03
37.29/37.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.49/38.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
38.49/38.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
38.49/38.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.39/43.43	c lits-rem:       362  cl-subs:      589  v-elim:      0  v-fix:    0  time:  4.85 s
43.39/43.43	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
43.39/43.44	c vivif2 --  cl tried    34255 cl shrink        0 lits rem          0 time: 0.02
43.39/43.48	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.03
43.39/43.48	c calculated reachability. Time: 0.00
43.39/43.48	c  N st    40    238274       196       196      1274     34255      5292   1558061   no data   no data  --
51.89/51.91	c  F st    41    306250       196       196      1274     36305      5292   1504514   no data   no data  --
51.89/51.91	c  N st    41    306250       196       196      1274     36305      5292   1504514   no data   no data  --
52.49/52.55	c Decided on static restart strategy
55.49/55.53	c  N st    51    334553       196       196      1274     40544      5292   1690658   no data   no data  --
58.29/58.39	c  N st    53    357411       196       196      1274     38589      5292   1581747   no data   no data  --
58.29/58.39	c  S st    53    357411       196       196      1274     38589      5292   1581747   no data   no data  --
58.49/58.56	c  S st    53    357914       196       196      1274     39090      5292   1609037   no data   no data  --
58.49/58.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.49/58.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.59/58.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.03
58.59/58.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.69/59.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.13 s
59.69/59.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
59.69/59.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
66.79/66.84	c lits-rem:       314  cl-subs:      365  v-elim:      0  v-fix:    0  time:  7.07 s
66.79/66.84	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
66.79/66.86	c vivif2 --  cl tried    38725 cl shrink        0 lits rem          0 time: 0.02
66.89/66.90	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.04
66.89/66.90	c calculated reachability. Time: 0.00
66.89/66.90	c  N st    53    357914       196       196      1274     38725      5292   1591190   no data   no data  --
71.99/72.03	c  N st    54    390306       196       196      1274     44467      5292   1954755   no data   no data  --
78.79/78.85	c  N st    55    438894       196       196      1274     38306      5292   1607853   no data   no data  --
90.09/90.14	c  N st    56    511776       196       196      1274     51824      5292   2265403   no data   no data  --
94.09/94.14	c  N st    57    536873       196       196      1274     46050      5292   1838174   no data   no data  --
94.09/94.14	c  S st    57    536873       196       196      1274     46050      5292   1838174   no data   no data  --
94.29/94.34	c  S st    57    537375       196       196      1274     46549      5292   1864631   no data   no data  --
94.29/94.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.29/94.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.29/94.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.04
94.39/94.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.69/95.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
95.69/95.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
95.69/95.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
102.79/102.89	c lits-rem:       244  cl-subs:     1408  v-elim:      0  v-fix:    0  time:  7.15 s
102.79/102.89	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
102.89/102.91	c vivif2 --  cl tried    45141 cl shrink        0 lits rem          0 time: 0.02
102.99/103.00	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.09
102.99/103.00	c calculated reachability. Time: 0.00
102.99/103.00	c  N st    57    537375       196       196      1274     45141      5292   1824909   no data   no data  --
134.09/134.16	c  N st    58    701361       196       196      1274     39044      5292   1329096   no data   no data  --
153.29/153.39	c  N st    59    806062       196       196      1274     68071      5292   2818096   no data   no data  --
153.29/153.39	c  S st    59    806062       196       196      1274     68071      5292   2818096   no data   no data  --
153.59/153.65	c  S st    59    806562       196       196      1274     68567      5292   2843751   no data   no data  --
153.59/153.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
153.59/153.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.69/153.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.07
153.79/153.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.20/155.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
155.20/155.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
155.20/155.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
175.89/175.90	c lits-rem:       570  cl-subs:     1442  v-elim:      0  v-fix:    0  time: 20.70 s
175.89/175.90	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
175.89/175.94	c vivif2 --  cl tried    67125 cl shrink        0 lits rem          0 time: 0.03
176.10/176.10	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.17
176.10/176.11	c calculated reachability. Time: 0.00
176.10/176.11	c  N st    59    806562       196       196      1274     67125      5292   2791697   no data   no data  --
228.80/228.89	c  F st    60   1071875       196       196      1274     81705      5292   3724417   no data   no data  --
228.80/228.89	c  N st    60   1071875       196       196      1274     81705      5292   3724417   no data   no data  --
230.19/230.23	c Decided on static restart strategy
233.69/233.70	c  N st    70   1100183       196       196      1274     66023      5292   2645088   no data   no data  --
240.79/240.84	c  N st    72   1136177       196       196      1274     56286      5292   2035081   no data   no data  --
247.90/247.95	c  N st    73   1168570       196       196      1274     87291      5292   3792630   no data   no data  --
256.09/256.13	c  N st    74   1209844       196       196      1274     81764      5292   3394721   no data   no data  --
256.09/256.13	c  S st    74   1209844       196       196      1274     81764      5292   3394721   no data   no data  --
256.40/256.44	c  S st    74   1210348       196       196      1274     82262      5292   3422702   no data   no data  --
256.40/256.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
256.40/256.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
256.49/256.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.6M T:  0.09
256.59/256.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.09/258.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.51 s
258.09/258.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
258.09/258.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
375.39/375.45	c lits-rem:       110  cl-subs:     2918  v-elim:      0  v-fix:    0  time: 117.32 s
375.39/375.45	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
375.39/375.49	c vivif2 --  cl tried    79344 cl shrink        0 lits rem          0 time: 0.04
375.69/375.70	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.21
375.69/375.70	c calculated reachability. Time: 0.00
375.69/375.70	c  N st    74   1210348       196       196      1274     79344      5292   3323977   no data   no data  --
388.89/388.99	c  N st    75   1283231       196       196      1274     56452      5292   2018765   no data   no data  --
412.80/412.86	c  N st    76   1392555       196       196      1274     63677      5292   2431637   no data   no data  --
450.60/450.68	c  N st    77   1556543       196       196      1274     68542      5292   2642592   no data   no data  --
484.30/484.30	c  N st    78   1710348       196       196      1274     55054      5292   1739931   no data   no data  --
484.30/484.30	c  S st    78   1710348       196       196      1274     55054      5292   1739931   no data   no data  --
484.50/484.52	c  S st    78   1710851       196       196      1274     55554      5292   1769361   no data   no data  --
484.50/484.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
484.50/484.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
484.50/484.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.06
484.60/484.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
485.40/485.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.86 s
485.40/485.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
485.40/485.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
489.90/489.99	c lits-rem:       228  cl-subs:      479  v-elim:      0  v-fix:    0  time:  4.50 s
489.90/489.99	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
490.00/490.01	c vivif2 --  cl tried    55075 cl shrink        0 lits rem          0 time: 0.02
490.10/490.13	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.11
490.10/490.13	c calculated reachability. Time: 0.00
490.10/490.13	c  N st    78   1710851       196       196      1274     55075      5292   1752703   no data   no data  --
583.70/583.73	c  N st    79   2079818       196       196      1274     60488      5292   1964548   no data   no data  --
617.30/617.31	c  N st    80   2210854       196       196      1274     62349      5292   2002855   no data   no data  --
617.30/617.31	c  S st    80   2210854       196       196      1274     62349      5292   2002855   no data   no data  --
617.50/617.55	c  S st    80   2211354       196       196      1274     62842      5292   2027218   no data   no data  --
617.50/617.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
617.50/617.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
617.60/617.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.0M T:  0.08
617.60/617.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
618.70/618.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.04 s
618.70/618.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
618.70/618.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
623.40/623.41	c lits-rem:       198  cl-subs:      461  v-elim:      0  v-fix:    0  time:  4.68 s
623.40/623.41	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
623.40/623.44	c vivif2 --  cl tried    62381 cl shrink        0 lits rem          0 time: 0.02
623.60/623.61	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.17
623.60/623.61	c calculated reachability. Time: 0.00
623.60/623.61	c  N st    80   2211354       196       196      1274     62381      5292   2010114   no data   no data  --
783.50/783.58	c  N st    81   2711355       196       196      1274     79697      5292   2765502   no data   no data  --
783.50/783.58	c  S st    81   2711355       196       196      1274     79697      5292   2765502   no data   no data  --
784.00/784.03	c  S st    81   2711855       196       196      1274     80190      5292   2793317   no data   no data  --
784.00/784.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
784.00/784.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
784.10/784.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.14
784.20/784.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
785.90/785.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.73 s
785.90/785.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
785.90/785.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
803.01/803.01	c lits-rem:       641  cl-subs:      704  v-elim:      0  v-fix:    0  time: 17.02 s
803.01/803.01	c vivif2 --  cl tried      196 cl shrink        0 lits rem          0 time: 0.00
803.01/803.04	c vivif2 --  cl tried    79486 cl shrink        0 lits rem          0 time: 0.03
803.20/803.27	c asymm  cl-useful: 0/196/196 lits-rem:0 time: 0.23
803.20/803.28	c calculated reachability. Time: 0.00
803.20/803.28	c  N st    81   2711855       196       196      1274     79486      5292   2765627   no data   no data  --
934.91/934.99	c  N st    82   3211858       196       196      1274    122485      5292   5299712   no data   no data  --
934.91/934.99	c  S st    82   3211858       196       196      1274    122485      5292   5299712   no data   no data  --
935.81/935.86	c  S st    82   3212363       196       196      1274    122988      5292   5326518   no data   no data  --
935.81/935.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
935.81/935.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
936.11/936.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.7M T:  0.26
936.31/936.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
938.41/938.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
938.41/938.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    196 time:  0.00 s
938.41/938.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249968-1303539687/watcher-3249968-1303539687 -o /tmp/evaluation-result-3249968-1303539687/solver-3249968-1303539687 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3249968-1303539687.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: 0.00 0.00 0.00 4/179 12249
/proc/meminfo: memFree=15674904/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=21464 CPUtime=0 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 452 0 0 0 0 0 0 0 18 0 1 0 465567501 21979136 391 33554432000 4194304 4650387 140733621890272 18446744073709551615 268272349893 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 5366 394 326 112 0 331 0

[startup+0.10473 s]
/proc/loadavg: 0.00 0.00 0.00 4/179 12249
/proc/meminfo: memFree=15674904/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=30212 CPUtime=0.09 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 860 0 0 0 9 0 0 0 18 0 1 0 465567501 30937088 794 33554432000 4194304 4650387 140733621890272 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 7553 794 378 112 0 2518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30212

[startup+0.200713 s]
/proc/loadavg: 0.00 0.00 0.00 4/179 12249
/proc/meminfo: memFree=15674904/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=30992 CPUtime=0.19 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 1167 0 0 0 19 0 0 0 18 0 1 0 465567501 31735808 825 33554432000 4194304 4650387 140733621890272 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 7748 825 380 112 0 2713 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30992

[startup+0.300695 s]
/proc/loadavg: 0.00 0.00 0.00 4/179 12249
/proc/meminfo: memFree=15674904/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=31144 CPUtime=0.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 1351 0 0 0 29 0 0 0 18 0 1 0 465567501 31891456 1009 33554432000 4194304 4650387 140733621890272 18446744073709551615 4361030 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 7786 1009 380 112 0 2751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31144

[startup+0.700623 s]
/proc/loadavg: 0.00 0.00 0.00 4/179 12249
/proc/meminfo: memFree=15674904/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=32000 CPUtime=0.69 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 2137 0 0 0 69 0 0 0 18 0 1 0 465567501 32768000 1319 33554432000 4194304 4650387 140733621890272 18446744073709551615 4366803 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 8000 1319 380 112 0 2965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32000

[startup+1.50048 s]
/proc/loadavg: 0.00 0.00 0.00 4/185 12255
/proc/meminfo: memFree=15658928/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=33284 CPUtime=1.48 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 3653 0 0 0 148 0 0 0 20 0 1 0 465567501 34082816 1489 33554432000 4194304 4650387 140733621890272 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 8321 1489 381 112 0 3286 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33284

[startup+3.10019 s]
/proc/loadavg: 0.00 0.00 0.00 4/185 12255
/proc/meminfo: memFree=15643552/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=45644 CPUtime=3.09 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 6645 0 0 0 308 1 0 0 25 0 1 0 465567501 46739456 4481 33554432000 4194304 4650387 140733621890272 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 11411 4481 382 112 0 6376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45644

[startup+6.30062 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 12255
/proc/meminfo: memFree=15594296/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=46440 CPUtime=6.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 8510 0 0 0 628 1 0 0 25 0 1 0 465567501 47554560 4603 33554432000 4194304 4650387 140733621890272 18446744073709551615 4316051 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 11610 4603 382 112 0 6575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46440

[startup+12.7005 s]
/proc/loadavg: 0.46 0.10 0.03 4/185 12256
/proc/meminfo: memFree=15584028/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=48856 CPUtime=12.69 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 12645 0 0 0 1267 2 0 0 25 0 1 0 465567501 50028544 5381 33554432000 4194304 4650387 140733621890272 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 12214 5381 382 112 0 7179 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48856

[startup+25.5002 s]
/proc/loadavg: 0.95 0.22 0.07 5/190 12293
/proc/meminfo: memFree=15481796/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=73416 CPUtime=25.49 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 24572 0 0 0 2545 4 0 0 25 0 1 0 465567501 75177984 11628 33554432000 4194304 4650387 140733621890272 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 18354 11628 382 112 0 13319 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73416

[startup+51.1006 s]
/proc/loadavg: 1.99 0.53 0.18 5/190 12293
/proc/meminfo: memFree=15406284/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=86300 CPUtime=51.09 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 40290 0 0 0 5102 7 0 0 25 0 1 0 465567501 88371200 14058 33554432000 4194304 4650387 140733621890272 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 21575 14058 382 112 0 16540 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86300

[startup+102.3 s]
/proc/loadavg: 3.13 1.06 0.37 5/190 12295
/proc/meminfo: memFree=15239380/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=98744 CPUtime=102.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 63899 0 0 0 10216 13 0 0 25 0 1 0 465567501 101113856 17545 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 24686 17545 382 112 0 19651 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98744

[startup+162.301 s]
/proc/loadavg: 3.80 1.62 0.61 5/190 12297
/proc/meminfo: memFree=15181824/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=124412 CPUtime=162.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 92766 0 0 0 16209 20 0 0 25 0 1 0 465567501 127397888 24506 33554432000 4194304 4650387 140733621890272 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 31103 24506 382 112 0 26068 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 124412

[startup+222.307 s]
/proc/loadavg: 3.92 2.05 0.82 5/190 12298
/proc/meminfo: memFree=15122776/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=127516 CPUtime=222.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 114365 0 0 0 22203 26 0 0 25 0 1 0 465567501 130576384 23661 33554432000 4194304 4650387 140733621890272 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 31879 23661 382 112 0 26844 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 127516

[startup+282.3 s]
/proc/loadavg: 3.97 2.40 1.01 5/190 12300
/proc/meminfo: memFree=15012784/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=155472 CPUtime=282.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 134718 0 0 0 28199 30 0 0 25 0 1 0 465567501 159203328 31874 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 38868 31874 382 112 0 33833 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 155472

[startup+342.301 s]
/proc/loadavg: 3.99 2.69 1.20 5/190 12301
/proc/meminfo: memFree=14994652/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=156272 CPUtime=342.29 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 134982 0 0 0 34199 30 0 0 25 0 1 0 465567501 160022528 32138 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 39068 32138 382 112 0 34033 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 156272

[startup+402.301 s]
/proc/loadavg: 4.05 2.94 1.38 5/190 12303
/proc/meminfo: memFree=14920856/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=156696 CPUtime=402.3 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 147389 0 0 0 40198 32 0 0 25 0 1 0 465567501 160456704 31391 33554432000 4194304 4650387 140733621890272 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 39174 31391 382 112 0 34139 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 156696

[startup+462.3 s]
/proc/loadavg: 4.05 3.15 1.54 5/190 12305
/proc/meminfo: memFree=14930852/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=157488 CPUtime=462.3 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 170952 0 0 0 46192 38 0 0 25 0 1 0 465567501 161267712 31350 33554432000 4194304 4650387 140733621890272 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 39372 31350 382 112 0 34337 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157488

[startup+522.3 s]
/proc/loadavg: 4.02 3.30 1.69 5/190 12306
/proc/meminfo: memFree=14912484/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=224044 CPUtime=522.3 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 188437 0 0 0 52186 44 0 0 25 0 1 0 465567501 229421056 33672 33554432000 4194304 4650387 140733621890272 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 56011 33672 382 112 0 50976 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 224044

[startup+582.301 s]
/proc/loadavg: 4.00 3.42 1.84 5/190 12308
/proc/meminfo: memFree=14876612/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=224724 CPUtime=582.3 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 211583 0 0 0 58178 52 0 0 25 0 1 0 465567501 230117376 34669 33554432000 4194304 4650387 140733621890272 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 56181 34669 382 112 0 51146 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 224724

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 1.97 5/190 12309
/proc/meminfo: memFree=14860708/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=163620 CPUtime=642.3 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 231150 0 0 0 64174 56 0 0 25 0 1 0 465567501 167546880 31864 33554432000 4194304 4650387 140733621890272 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 40905 31864 382 112 0 35870 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 163620

[startup+702.3 s]
/proc/loadavg: 4.08 3.63 2.10 5/190 12311
/proc/meminfo: memFree=14851400/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=229580 CPUtime=702.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 247192 0 0 0 70169 62 0 0 25 0 1 0 465567501 235089920 35318 33554432000 4194304 4650387 140733621890272 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 57395 35318 382 112 0 52360 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 229580

[startup+762.301 s]
/proc/loadavg: 4.06 3.70 2.22 5/190 12313
/proc/meminfo: memFree=14852988/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=164924 CPUtime=762.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 263975 0 0 0 76162 69 0 0 25 0 1 0 465567501 168882176 33417 33554432000 4194304 4650387 140733621890272 18446744073709551615 4365220 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 41231 33417 382 112 0 36196 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 164924

[startup+822.301 s]
/proc/loadavg: 4.02 3.76 2.33 5/190 12314
/proc/meminfo: memFree=14845252/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=236788 CPUtime=822.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 274870 0 0 0 82156 75 0 0 25 0 1 0 465567501 242470912 37860 33554432000 4194304 4650387 140733621890272 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 59197 37860 382 112 0 54162 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 236788

[startup+882.307 s]
/proc/loadavg: 4.01 3.80 2.43 5/190 12316
/proc/meminfo: memFree=14810756/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=237140 CPUtime=882.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 294549 0 0 0 88151 80 0 0 25 0 1 0 465567501 242831360 37813 33554432000 4194304 4650387 140733621890272 18446744073709551615 4313338 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 59285 37813 382 112 0 54250 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 237140

[startup+942.3 s]
/proc/loadavg: 4.07 3.85 2.53 5/190 12317
/proc/meminfo: memFree=14660928/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=290344 CPUtime=942.3 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326119 0 0 0 94144 86 0 0 25 0 1 0 465567501 297312256 49185 33554432000 4194304 4650387 140733621890272 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 72586 49185 382 112 0 67551 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 290344

[startup+1002.3 s]
/proc/loadavg: 4.07 3.89 2.62 5/190 12319
/proc/meminfo: memFree=14650352/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=290344 CPUtime=1002.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326119 0 0 0 100145 86 0 0 25 0 1 0 465567501 297312256 49185 33554432000 4194304 4650387 140733621890272 18446744073709551615 4439616 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 72586 49185 382 112 0 67551 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 290344

[startup+1062.3 s]
/proc/loadavg: 4.02 3.91 2.71 5/190 12321
/proc/meminfo: memFree=14638032/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=290344 CPUtime=1062.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326209 0 0 0 106145 86 0 0 25 0 1 0 465567501 297312256 49275 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 72586 49275 382 112 0 67551 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 290344

[startup+1122.3 s]
/proc/loadavg: 4.01 3.92 2.79 5/190 12322
/proc/meminfo: memFree=14654496/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=292504 CPUtime=1122.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326623 0 0 0 112145 86 0 0 25 0 1 0 465567501 299524096 49689 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 73126 49689 382 112 0 68091 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 292504

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 12324
/proc/meminfo: memFree=14659676/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=292504 CPUtime=1182.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326623 0 0 0 118145 86 0 0 25 0 1 0 465567501 299524096 49689 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 73126 49689 382 112 0 68091 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 292504

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.93 5/190 12352
/proc/meminfo: memFree=14699124/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=292504 CPUtime=1242.31 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326623 0 0 0 124145 86 0 0 25 0 1 0 465567501 299524096 49689 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 73126 49689 382 112 0 68091 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 292504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 3.98 3.00 4/188 12355
/proc/meminfo: memFree=15152912/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=292504 CPUtime=1300.02 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326623 0 0 0 129916 86 0 0 25 0 1 0 465567501 299524096 49689 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 73126 49689 382 112 0 68091 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 292504

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

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

[startup+1300 s]
/proc/loadavg: 4.08 3.98 3.00 4/188 12355
/proc/meminfo: memFree=15152912/32950928 swapFree=67111528/67111528
[pid=12249] ppid=12247 vsize=292504 CPUtime=1300.02 cores=5,7
/proc/12249/stat : 12249 (strangenight1-s) R 12247 12249 12177 0 -1 4202496 326623 0 0 0 129916 86 0 0 25 0 1 0 465567501 299524096 49689 33554432000 4194304 4650387 140733621890272 18446744073709551615 4476400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12249/statm: 73126 49689 382 112 0 68091 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 292504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.16
CPU system time (s): 0.878866
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 292504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.16
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326623
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= 13
involuntary context switches= 15675

runsolver used 1.9907 second user time and 5.10622 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 08:21:27
IDJOB=3249968
IDBENCH=83211
IDSOLVER=1589
FILE ID=node122/3249968-1303539687
RUNJOBID= node122-1303539684-12198
PBS_JOBID= 13143116
Free space on /tmp= 70904 MiB

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

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

MD5SUM BENCH= 78a2cc7b74fc3d9947709f16156cc565
RANDOM SEED=1713652017

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15675068 kB
Buffers:       1772832 kB
Cached:       14877712 kB
SwapCached:          0 kB
Active:        5298212 kB
Inactive:     11424800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15675068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19064 kB
Writeback:           0 kB
AnonPages:       72160 kB
Mapped:          15392 kB
Slab:           486624 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   226624 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= 70884 MiB
End job on node122 at 2011-04-23 08:43:09