Trace number 3370352

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) 1300.06 1300.03

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-16-16-unsat.cnf
MD5SUMc07743bac800f91e403382f26717b1d0
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 variables256
Number of clauses2176
Sum of the clauses size7936
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21920
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5256

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370352-1305391336.cnf'
0.00/0.01	c -- header says num vars:            256
0.00/0.01	c -- header says num clauses:        2176
0.00/0.01	c -- clauses added:            0 learnts,         2176 normals,            0 xors
0.00/0.01	c -- vars added        256
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       256       256      1920         0      7936         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
0.00/0.01	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:     256
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       256       256      1920         0      7936         0   no data   no data  --
0.05/0.07	c Decided on static restart strategy
0.08/0.17	c  N st     8      4920       256       256      1920      4773      7936    336332   no data   no data  --
0.38/0.42	c  N st    10     11302       256       256      1920      4310      7936    219071   no data   no data  --
0.78/0.81	c  N st    11     17046       256       256      1920      9499      7936    673007   no data   no data  --
1.28/1.36	c  F st    12     25000       256       256      1920     11698      7936    935885   no data   no data  --
1.28/1.36	c  N st    12     25000       256       256      1920     11698      7936    935885   no data   no data  --
1.58/1.69	c Decided on static restart strategy
1.58/1.69	c  N st    18     30000       256       256      1920      9966      7936    678662   no data   no data  --
1.58/1.69	c  S st    18     30000       256       256      1920      9966      7936    678662   no data   no data  --
1.68/1.74	c  S st    18     30505       256       256      1920     10468      7936    711269   no data   no data  --
1.68/1.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.68/1.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.68/1.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
1.68/1.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.68/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
2.68/2.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
2.68/2.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.88/5.92	c lits-rem:       832  cl-subs:      309  v-elim:      0  v-fix:    0  time:  3.18 s
5.88/5.93	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.01
5.88/5.93	c calculated reachability. Time: 0.00
5.88/5.93	c  N st    18     30505       256       256      1920     10159      7936    685676   no data   no data  --
6.18/6.23	c  N st    20     37616       256       256      1920      9550      7936    584926   no data   no data  --
6.48/6.52	c  N st    21     44017       256       256      1920     15649      7936   1074441   no data   no data  --
6.59/6.63	c  S st    22     45757       256       256      1920      8881      7936    480923   no data   no data  --
6.59/6.67	c  S st    22     46262       256       256      1920      9380      7936    515439   no data   no data  --
6.59/6.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.59/6.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.59/6.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.01
6.59/6.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.18/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.57 s
7.18/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
7.18/7.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.78/7.80	c lits-rem:        90  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.54 s
7.78/7.80	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
7.78/7.81	c vivif2 --  cl tried     9303 cl shrink        0 lits rem          0 time: 0.00
7.78/7.82	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.01
7.78/7.82	c calculated reachability. Time: 0.00
7.78/7.82	c  N st    22     46262       256       256      1920      9303      7936    510954   no data   no data  --
8.48/8.54	c  N st    23     60659       256       256      1920     13410      7936    799959   no data   no data  --
9.17/9.26	c  N st    24     69399       256       256      1920     11379      7936    594889   no data   no data  --
9.17/9.26	c  S st    24     69399       256       256      1920     11379      7936    594889   no data   no data  --
9.28/9.31	c  S st    24     69901       256       256      1920     11880      7936    626625   no data   no data  --
9.28/9.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.28/9.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.28/9.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
9.28/9.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.98/10.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.68 s
9.98/10.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
9.98/10.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.58/13.68	c lits-rem:       319  cl-subs:      209  v-elim:      0  v-fix:    0  time:  3.66 s
13.58/13.68	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
13.58/13.68	c vivif2 --  cl tried    11671 cl shrink        0 lits rem          0 time: 0.01
13.68/13.70	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.02
13.68/13.70	c calculated reachability. Time: 0.00
13.68/13.70	c  N st    24     69901       256       256      1920     11671      7936    614351   no data   no data  --
15.28/15.34	c  F st    25     87500       256       256      1920     17139      7936   1009983   no data   no data  --
15.28/15.34	c  N st    25     87500       256       256      1920     17139      7936   1009983   no data   no data  --
15.68/15.78	c Decided on static restart strategy
15.98/16.04	c  N st    32     95542       256       256      1920     24889      7936   1607222   no data   no data  --
16.78/16.80	c  N st    34    104851       256       256      1920     21299      7936   1307327   no data   no data  --
16.78/16.80	c  S st    34    104851       256       256      1920     21299      7936   1307327   no data   no data  --
16.88/16.92	c  S st    34    105355       256       256      1920     21795      7936   1340432   no data   no data  --
16.88/16.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.88/16.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.88/16.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.03
16.88/16.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.98/19.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
18.98/19.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
18.98/19.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.78/23.82	c lits-rem:       180  cl-subs:      344  v-elim:      0  v-fix:    0  time:  4.82 s
23.78/23.82	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
23.78/23.84	c vivif2 --  cl tried    21451 cl shrink        0 lits rem          0 time: 0.01
23.78/23.88	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.04
23.78/23.88	c calculated reachability. Time: 0.00
23.78/23.88	c  N st    34    105355       256       256      1920     21451      7936   1309757   no data   no data  --
24.68/24.74	c  N st    35    114954       256       256      1920     17094      7936   1055862   no data   no data  --
26.18/26.22	c  N st    36    129351       256       256      1920     16296      7936    906458   no data   no data  --
28.38/28.43	c  N st    37    150947       256       256      1920     21816      7936   1250410   no data   no data  --
29.18/29.23	c  S st    38    158032       256       256      1920     28469      7936   1809313   no data   no data  --
29.28/29.34	c  S st    38    158533       256       256      1920     28966      7936   1845469   no data   no data  --
29.28/29.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.28/29.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.28/29.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.03
29.38/29.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.98/31.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.66 s
30.98/31.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
30.98/31.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.48/36.57	c lits-rem:       251  cl-subs:      568  v-elim:      0  v-fix:    0  time:  5.48 s
36.48/36.57	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
36.48/36.59	c vivif2 --  cl tried    28398 cl shrink        0 lits rem          0 time: 0.02
36.58/36.62	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.04
36.58/36.62	c calculated reachability. Time: 0.00
36.58/36.62	c  N st    38    158533       256       256      1920     28398      7936   1798640   no data   no data  --
40.98/41.05	c  N st    39    207121       256       256      1920     23269      7936   1364765   no data   no data  --
44.58/44.60	c  N st    40    237800       256       256      1920     33550      7936   2097879   no data   no data  --
44.58/44.60	c  S st    40    237800       256       256      1920     33550      7936   2097879   no data   no data  --
44.68/44.72	c  S st    40    238300       256       256      1920     34045      7936   2131510   no data   no data  --
44.68/44.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.68/44.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.68/44.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.04
44.78/44.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.38/46.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.62 s
46.38/46.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
46.38/46.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
54.99/55.04	c lits-rem:       704  cl-subs:      539  v-elim:      0  v-fix:    0  time:  8.61 s
54.99/55.04	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
54.99/55.07	c vivif2 --  cl tried    33506 cl shrink        0 lits rem          0 time: 0.02
55.08/55.12	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.05
55.08/55.12	c calculated reachability. Time: 0.00
55.08/55.12	c  N st    40    238300       256       256      1920     33506      7936   2085361   no data   no data  --
63.08/63.14	c  F st    41    306254       256       256      1920     34601      7936   2351307   no data   no data  --
63.08/63.14	c  N st    41    306254       256       256      1920     34601      7936   2351307   no data   no data  --
63.88/63.92	c Decided on static restart strategy
66.99/67.04	c  N st    51    334557       256       256      1920     38188      7936   2589880   no data   no data  --
70.08/70.10	c  N st    53    357450       256       256      1920     36151      7936   2470086   no data   no data  --
70.08/70.10	c  S st    53    357450       256       256      1920     36151      7936   2470086   no data   no data  --
70.18/70.26	c  S st    53    357951       256       256      1920     36647      7936   2503462   no data   no data  --
70.18/70.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
70.18/70.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.28/70.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.04
70.28/70.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.99/72.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.67 s
71.99/72.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
71.99/72.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
85.39/85.47	c lits-rem:      1351  cl-subs:      781  v-elim:      0  v-fix:    0  time: 13.44 s
85.39/85.47	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
85.49/85.50	c vivif2 --  cl tried    35866 cl shrink        0 lits rem          0 time: 0.03
85.49/85.56	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.06
85.49/85.56	c calculated reachability. Time: 0.00
85.49/85.56	c  N st    53    357951       256       256      1920     35866      7936   2423517   no data   no data  --
89.49/89.56	c  N st    54    390344       256       256      1920     42408      7936   2929144   no data   no data  --
94.78/94.86	c  N st    55    438934       256       256      1920     36605      7936   2186114   no data   no data  --
104.38/104.46	c  N st    56    511816       256       256      1920     48329      7936   3638453   no data   no data  --
107.80/107.85	c  N st    57    536928       256       256      1920     43448      7936   2798359   no data   no data  --
107.80/107.85	c  S st    57    536928       256       256      1920     43448      7936   2798359   no data   no data  --
107.99/108.05	c  S st    57    537431       256       256      1920     43946      7936   2833543   no data   no data  --
107.99/108.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
107.99/108.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.09/108.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.05
108.09/108.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.78/109.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.66 s
109.78/109.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
109.78/109.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
123.38/123.44	c lits-rem:       460  cl-subs:      697  v-elim:      0  v-fix:    0  time: 13.61 s
123.38/123.44	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
123.38/123.48	c vivif2 --  cl tried    43249 cl shrink        0 lits rem          0 time: 0.03
123.58/123.68	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.21
123.58/123.69	c calculated reachability. Time: 0.00
123.58/123.69	c  N st    57    537431       256       256      1920     43249      7936   2771933   no data   no data  --
148.68/148.73	c  N st    58    701415       256       256      1920     37399      7936   2162284   no data   no data  --
159.99/160.00	c  N st    59    806146       256       256      1920     65909      7936   4084014   no data   no data  --
159.99/160.00	c  S st    59    806146       256       256      1920     65909      7936   4084014   no data   no data  --
160.19/160.27	c  S st    59    806650       256       256      1920     66409      7936   4119384   no data   no data  --
160.19/160.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.19/160.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.29/160.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.2M T:  0.11
160.39/160.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.28/162.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
162.28/162.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
162.28/162.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
264.19/264.29	c lits-rem:      3366  cl-subs:     2340  v-elim:      0  v-fix:    0  time: 101.95 s
264.19/264.29	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
264.29/264.34	c vivif2 --  cl tried    64069 cl shrink        0 lits rem          0 time: 0.04
264.49/264.54	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.20
264.49/264.54	c calculated reachability. Time: 0.00
264.49/264.54	c  N st    59    806650       256       256      1920     64069      7936   3937394   no data   no data  --
308.99/309.08	c  F st    60   1071875       256       256      1920     77840      7936   5867565   no data   no data  --
308.99/309.08	c  N st    60   1071875       256       256      1920     77840      7936   5867565   no data   no data  --
310.09/310.19	c Decided on static restart strategy
313.09/313.14	c  N st    70   1100184       256       256      1920     62999      7936   4149868   no data   no data  --
319.79/319.83	c  N st    72   1136181       256       256      1920     53839      7936   3299847   no data   no data  --
327.69/327.79	c  N st    73   1168575       256       256      1920     83905      7936   6031912   no data   no data  --
335.39/335.46	c  N st    74   1209981       256       256      1920     78191      7936   5665571   no data   no data  --
335.39/335.46	c  S st    74   1209981       256       256      1920     78191      7936   5665571   no data   no data  --
335.69/335.76	c  S st    74   1210483       256       256      1920     78689      7936   5700870   no data   no data  --
335.69/335.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
335.69/335.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
335.89/335.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.4M T:  0.13
335.99/336.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.79/337.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
337.79/337.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
337.79/337.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
556.80/556.80	c lits-rem:      1188  cl-subs:     2244  v-elim:      0  v-fix:    0  time: 218.99 s
556.80/556.80	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
556.80/556.86	c vivif2 --  cl tried    76445 cl shrink        0 lits rem          0 time: 0.06
557.00/557.03	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.17
557.00/557.04	c calculated reachability. Time: 0.00
557.00/557.04	c  N st    74   1210483       256       256      1920     76445      7936   5519794   no data   no data  --
570.70/570.72	c  N st    75   1283368       256       256      1920     55065      7936   3240374   no data   no data  --
595.50/595.52	c  N st    76   1392692       256       256      1920     62849      7936   3901451   no data   no data  --
626.00/626.08	c  N st    77   1556676       256       256      1920     67648      7936   4149016   no data   no data  --
663.10/663.18	c  N st    78   1710483       256       256      1920     54968      7936   2932668   no data   no data  --
663.10/663.18	c  S st    78   1710483       256       256      1920     54968      7936   2932668   no data   no data  --
663.32/663.39	c  S st    78   1710983       256       256      1920     55464      7936   2967458   no data   no data  --
663.40/663.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
663.40/663.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
663.40/663.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.06
663.50/663.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
665.00/665.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
665.00/665.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
665.00/665.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
682.01/682.05	c lits-rem:       402  cl-subs:      478  v-elim:      0  v-fix:    0  time: 16.97 s
682.01/682.05	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
682.01/682.09	c vivif2 --  cl tried    54986 cl shrink        0 lits rem          0 time: 0.03
682.30/682.32	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.23
682.30/682.32	c calculated reachability. Time: 0.00
682.30/682.32	c  N st    78   1710983       256       256      1920     54986      7936   2940176   no data   no data  --
768.01/768.01	c  N st    79   2079947       256       256      1920     61182      7936   3115163   no data   no data  --
796.51/796.56	c  N st    80   2210984       256       256      1920     62496      7936   3182287   no data   no data  --
796.51/796.56	c  S st    80   2210984       256       256      1920     62496      7936   3182287   no data   no data  --
796.70/796.78	c  S st    80   2211486       256       256      1920     62994      7936   3215883   no data   no data  --
796.70/796.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
796.70/796.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.80/796.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.09
796.90/796.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
798.51/798.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
798.51/798.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
798.51/798.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
854.91/854.98	c lits-rem:       332  cl-subs:      320  v-elim:      0  v-fix:    0  time: 56.45 s
854.91/854.98	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
855.01/855.01	c vivif2 --  cl tried    62674 cl shrink        0 lits rem          0 time: 0.04
855.21/855.20	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.19
855.21/855.21	c calculated reachability. Time: 0.00
855.21/855.21	c  N st    80   2211486       256       256      1920     62674      7936   3198582   no data   no data  --
962.32/962.36	c  N st    81   2711486       256       256      1920     75615      7936   4138922   no data   no data  --
962.32/962.36	c  S st    81   2711486       256       256      1920     75615      7936   4138922   no data   no data  --
962.62/962.65	c  S st    81   2711988       256       256      1920     76114      7936   4173666   no data   no data  --
962.62/962.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
962.62/962.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
962.72/962.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.3M T:  0.12
962.82/962.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
964.52/964.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
964.52/964.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
964.52/964.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1086.62/1086.66	c lits-rem:      1496  cl-subs:     1017  v-elim:      0  v-fix:    0  time: 122.09 s
1086.62/1086.66	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
1086.72/1086.71	c vivif2 --  cl tried    75097 cl shrink        0 lits rem          0 time: 0.05
1086.83/1086.87	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.17
1086.83/1086.87	c calculated reachability. Time: 0.00
1086.83/1086.87	c  N st    81   2711988       256       256      1920     75097      7936   4101080   no data   no data  --
1192.72/1192.73	c  N st    82   3211988       256       256      1920    117149      7936   7738036   no data   no data  --
1192.72/1192.73	c  S st    82   3211988       256       256      1920    117149      7936   7738036   no data   no data  --
1193.22/1193.27	c  S st    82   3212494       256       256      1920    117654      7936   7777788   no data   no data  --
1193.22/1193.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1193.22/1193.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1193.53/1193.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.26
1193.72/1193.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1195.73/1195.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.99 s
1195.73/1195.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
1195.73/1195.73	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: 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-3370352-1305391336/watcher-3370352-1305391336 -o /tmp/evaluation-result-3370352-1305391336/solver-3370352-1305391336 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370352-1305391336.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: 4.02 3.99 3.99 4/307 693
/proc/meminfo: memFree=12913504/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=11796 CPUtime=0 cores=1,3
/proc/693/stat : 693 (runsolver) R 691 693 32651 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 650733249 12079104 50 33554432000 4194304 5432360 140737463922416 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/693/statm: 2949 50 30 303 0 2643 0

[startup+0.062448 s]
/proc/loadavg: 4.02 3.99 3.99 4/307 693
/proc/meminfo: memFree=12913504/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=30092 CPUtime=0.05 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 741 0 0 0 5 0 0 0 25 0 1 0 650733249 30814208 675 33554432000 4194304 4650387 140736753053824 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 7523 675 377 112 0 2488 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30092

[startup+0.100442 s]
/proc/loadavg: 4.02 3.99 3.99 4/307 693
/proc/meminfo: memFree=12913504/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=30228 CPUtime=0.08 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 840 0 0 0 8 0 0 0 25 0 1 0 650733249 30953472 774 33554432000 4194304 4650387 140736753053824 18446744073709551615 4315996 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 7557 774 378 112 0 2522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30228

[startup+0.300404 s]
/proc/loadavg: 4.02 3.99 3.99 4/307 693
/proc/meminfo: memFree=12913504/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=31292 CPUtime=0.28 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 1475 0 0 0 28 0 0 0 25 0 1 0 650733249 32043008 1056 33554432000 4194304 4650387 140736753053824 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 7823 1057 380 112 0 2788 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31292

[startup+0.700328 s]
/proc/loadavg: 4.02 3.99 3.99 4/307 693
/proc/meminfo: memFree=12913504/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=32416 CPUtime=0.68 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 2374 0 0 0 68 0 0 0 25 0 1 0 650733249 33193984 1430 33554432000 4194304 4650387 140736753053824 18446744073709551615 4333305 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 8104 1430 380 112 0 3069 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32416

[startup+1.50018 s]
/proc/loadavg: 4.02 3.99 3.99 5/308 694
/proc/meminfo: memFree=12905560/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=34156 CPUtime=1.48 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 4282 0 0 0 148 0 0 0 25 0 1 0 650733249 34975744 1539 33554432000 4194304 4650387 140736753053824 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 8539 1539 381 112 0 3504 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34156

[startup+3.10093 s]
/proc/loadavg: 4.02 3.99 3.99 5/308 695
/proc/meminfo: memFree=12886440/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=50404 CPUtime=3.08 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 8373 0 0 0 307 1 0 0 25 0 1 0 650733249 51613696 5630 33554432000 4194304 4650387 140736753053824 18446744073709551615 4439587 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 12601 5630 382 112 0 7566 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 50404

[startup+6.30026 s]
/proc/loadavg: 4.02 3.99 3.99 7/308 695
/proc/meminfo: memFree=12884580/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=50892 CPUtime=6.28 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 9478 0 0 0 627 1 0 0 25 0 1 0 650733249 52113408 5665 33554432000 4194304 4650387 140736753053824 18446744073709551615 4329254 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 12723 5665 382 112 0 7688 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 50892

[startup+12.701 s]
/proc/loadavg: 4.02 3.99 3.99 5/308 695
/proc/meminfo: memFree=12855404/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=55204 CPUtime=12.68 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 14192 0 0 0 1266 2 0 0 25 0 1 0 650733249 56528896 6493 33554432000 4194304 4650387 140736753053824 18446744073709551615 4439334 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 13801 6493 382 112 0 8766 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55204

[startup+25.5007 s]
/proc/loadavg: 4.01 3.99 3.99 5/308 695
/proc/meminfo: memFree=12828720/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=71804 CPUtime=25.48 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 24217 0 0 0 2544 4 0 0 25 0 1 0 650733249 73527296 11364 33554432000 4194304 4650387 140736753053824 18446744073709551615 4366095 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 17951 11365 382 112 0 12916 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71804

[startup+51.1007 s]
/proc/loadavg: 4.01 3.99 3.99 5/308 696
/proc/meminfo: memFree=12770400/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=104588 CPUtime=51.08 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 46439 0 0 0 5100 8 0 0 25 0 1 0 650733249 107098112 19187 33554432000 4194304 4650387 140736753053824 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 26147 19187 382 112 0 21112 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 104588

[startup+102.311 s]
/proc/loadavg: 4.00 3.99 3.99 5/308 697
/proc/meminfo: memFree=12723344/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=120212 CPUtime=102.29 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 85387 0 0 0 10214 15 0 0 25 0 1 0 650733249 123097088 21984 33554432000 4194304 4650387 140736753053824 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 30053 21984 382 112 0 25018 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 120212

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 3.99 5/308 726
/proc/meminfo: memFree=12595448/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=172276 CPUtime=162.28 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 138228 0 0 0 16200 28 0 0 25 0 1 0 650733249 176410624 35951 33554432000 4194304 4650387 140736753053824 18446744073709551615 4436141 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 43069 35951 382 112 0 38034 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 172276

[startup+222.301 s]
/proc/loadavg: 4.05 4.02 4.00 5/308 727
/proc/meminfo: memFree=12534280/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=174836 CPUtime=222.29 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 138804 0 0 0 22200 29 0 0 25 0 1 0 650733249 179032064 36527 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 43709 36527 382 112 0 38674 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 174836

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 4.00 5/308 757
/proc/meminfo: memFree=12600440/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=175536 CPUtime=282.29 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 154561 0 0 0 28197 32 0 0 25 0 1 0 650733249 179748864 35661 33554432000 4194304 4650387 140736753053824 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 43884 35661 382 112 0 38849 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 175536

[startup+342.3 s]
/proc/loadavg: 4.09 4.04 4.01 5/308 786
/proc/meminfo: memFree=12525364/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=291228 CPUtime=342.3 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 206120 0 0 0 34188 42 0 0 25 0 1 0 650733249 298217472 49342 33554432000 4194304 4650387 140736753053824 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 72807 49342 382 112 0 67772 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 291228

[startup+402.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/308 787
/proc/meminfo: memFree=12490036/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=293628 CPUtime=402.3 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 206630 0 0 0 40188 42 0 0 25 0 1 0 650733249 300675072 49852 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 73407 49852 382 112 0 68372 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 293628

[startup+462.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/308 789
/proc/meminfo: memFree=12460488/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=293628 CPUtime=462.3 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 206669 0 0 0 46188 42 0 0 25 0 1 0 650733249 300675072 49891 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 73407 49891 382 112 0 68372 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 293628

[startup+522.301 s]
/proc/loadavg: 4.05 4.04 4.00 5/308 790
/proc/meminfo: memFree=12455248/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=293628 CPUtime=522.3 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 206669 0 0 0 52188 42 0 0 25 0 1 0 650733249 300675072 49891 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 73407 49891 382 112 0 68372 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 293628

[startup+582.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/308 792
/proc/meminfo: memFree=12424656/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=228760 CPUtime=582.3 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 224872 0 0 0 58185 45 0 0 25 0 1 0 650733249 234250240 47635 33554432000 4194304 4650387 140736753053824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 57190 47635 382 112 0 52155 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 228760

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 794
/proc/meminfo: memFree=12406004/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=295676 CPUtime=642.31 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 263188 0 0 0 64177 54 0 0 25 0 1 0 650733249 302772224 49834 33554432000 4194304 4650387 140736753053824 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 73919 49834 382 112 0 68884 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 295676

[startup+702.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/308 795
/proc/meminfo: memFree=12411648/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=296984 CPUtime=702.31 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 286390 0 0 0 70169 62 0 0 25 0 1 0 650733249 304111616 49889 33554432000 4194304 4650387 140736753053824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 74246 49889 382 112 0 69211 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 296984

[startup+762.311 s]
/proc/loadavg: 4.02 4.02 4.00 5/308 797
/proc/meminfo: memFree=12419800/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=297716 CPUtime=762.32 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 319527 0 0 0 76163 69 0 0 25 0 1 0 650733249 304861184 51320 33554432000 4194304 4650387 140736753053824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 74429 51320 382 112 0 69394 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 297716

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 798
/proc/meminfo: memFree=12414052/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=232616 CPUtime=822.31 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 341240 0 0 0 82156 75 0 0 25 0 1 0 650733249 238198784 47638 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 58154 47638 382 112 0 53119 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 232616

[startup+882.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/308 800
/proc/meminfo: memFree=12399996/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=298084 CPUtime=882.31 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 355157 0 0 0 88152 79 0 0 25 0 1 0 650733249 305238016 52727 33554432000 4194304 4650387 140736753053824 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 74521 52727 382 112 0 69486 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 298084

[startup+942.301 s]
/proc/loadavg: 4.08 4.04 4.00 5/308 802
/proc/meminfo: memFree=12391420/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=298704 CPUtime=942.31 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 390743 0 0 0 94144 87 0 0 25 0 1 0 650733249 305872896 52980 33554432000 4194304 4650387 140736753053824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 74676 52980 382 112 0 69641 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 298704

[startup+1002.3 s]
/proc/loadavg: 4.08 4.04 4.00 5/308 803
/proc/meminfo: memFree=12398060/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=233524 CPUtime=1002.32 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 404519 0 0 0 100141 91 0 0 25 0 1 0 650733249 239128576 48672 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 58381 48672 382 112 0 53346 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 233524

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/308 805
/proc/meminfo: memFree=12383384/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=233524 CPUtime=1062.32 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 404519 0 0 0 106141 91 0 0 25 0 1 0 650733249 239128576 48672 33554432000 4194304 4650387 140736753053824 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 58381 48672 382 112 0 53346 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 233524

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/308 806
/proc/meminfo: memFree=12437652/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=299532 CPUtime=1122.32 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 426712 0 0 0 112136 96 0 0 25 0 1 0 650733249 306720768 51336 33554432000 4194304 4650387 140736753053824 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 74883 51336 382 112 0 69848 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 299532

[startup+1182.3 s]
/proc/loadavg: 3.56 3.91 3.96 4/302 843
/proc/meminfo: memFree=12522100/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=303700 CPUtime=1182.32 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 459829 0 0 0 118127 105 0 0 25 0 1 0 650733249 310988800 54901 33554432000 4194304 4650387 140736753053824 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 75925 54901 382 112 0 70890 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 303700

[startup+1242.3 s]
/proc/loadavg: 3.28 3.76 3.90 4/302 845
/proc/meminfo: memFree=12423496/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=377700 CPUtime=1242.32 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 484408 0 0 0 124121 111 0 0 25 0 1 0 650733249 386764800 69649 33554432000 4194304 4650387 140736753053824 18446744073709551615 4439339 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 94425 69649 382 112 0 89390 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 377700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.11 3.63 3.85 4/302 846
/proc/meminfo: memFree=12473672/32950928 swapFree=67083212/67111528
[pid=693] ppid=691 vsize=377700 CPUtime=1300.02 cores=1,3
/proc/693/stat : 693 (strangenight1-s) R 691 693 32651 0 -1 4202496 484408 0 0 0 129891 111 0 0 25 0 1 0 650733249 386764800 69649 33554432000 4194304 4650387 140736753053824 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/693/statm: 94425 69649 382 112 0 89390 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 377700

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.93
CPU system time (s): 1.13183
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 377700

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

runsolver used 3.52746 second user time and 8.81066 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 18:42:16
IDJOB=3370352
IDBENCH=83223
IDSOLVER=1847
FILE ID=node127/3370352-1305391336
RUNJOBID= node127-1305391178-531
PBS_JOBID= 13324406
Free space on /tmp= 73460 MiB

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

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

MD5SUM BENCH= c07743bac800f91e403382f26717b1d0
RANDOM SEED=1752326882

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12913784 kB
Buffers:        281132 kB
Cached:        3348204 kB
SwapCached:       1620 kB
Active:       16968796 kB
Inactive:      2730592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12913784 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            8576 kB
Writeback:           0 kB
AnonPages:    16068652 kB
Mapped:          27484 kB
Slab:           226248 kB
PageTables:      48044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44650912 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= 73436 MiB
End job on node127 at 2011-05-14 19:03:58