Trace number 3250012

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.05 1300.02

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.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-3250012-1303539712.cnf'
0.00/0.00	c -- header says num vars:            256
0.00/0.00	c -- header says num clauses:        2176
0.00/0.00	c -- clauses added:            0 learnts,         2176 normals,            0 xors
0.00/0.00	c -- vars added        256
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       256       256      1920         0      7936         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/256/256 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:    256 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:     256
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       256       256      1920         0      7936         0   no data   no data  --
0.05/0.06	c Decided on static restart strategy
0.09/0.16	c  N st     8      4920       256       256      1920      4773      7936    336332   no data   no data  --
0.39/0.42	c  N st    10     11302       256       256      1920      4310      7936    219071   no data   no data  --
0.79/0.84	c  N st    11     17046       256       256      1920      9499      7936    673007   no data   no data  --
1.39/1.45	c  F st    12     25000       256       256      1920     11698      7936    935885   no data   no data  --
1.39/1.45	c  N st    12     25000       256       256      1920     11698      7936    935885   no data   no data  --
1.79/1.83	c Decided on static restart strategy
1.79/1.83	c  N st    18     30000       256       256      1920      9966      7936    678662   no data   no data  --
1.79/1.83	c  S st    18     30000       256       256      1920      9966      7936    678662   no data   no data  --
1.79/1.88	c  S st    18     30505       256       256      1920     10468      7936    711269   no data   no data  --
1.79/1.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.79/1.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.89/1.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
1.89/1.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.11 s
2.99/3.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
2.99/3.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.29/6.39	c lits-rem:       832  cl-subs:      309  v-elim:      0  v-fix:    0  time:  3.35 s
6.39/6.40	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.01
6.39/6.40	c calculated reachability. Time: 0.00
6.39/6.40	c  N st    18     30505       256       256      1920     10159      7936    685676   no data   no data  --
6.69/6.73	c  N st    20     37616       256       256      1920      9550      7936    584926   no data   no data  --
6.99/7.03	c  N st    21     44017       256       256      1920     15649      7936   1074441   no data   no data  --
7.09/7.15	c  S st    22     45757       256       256      1920      8881      7936    480923   no data   no data  --
7.19/7.20	c  S st    22     46262       256       256      1920      9380      7936    515439   no data   no data  --
7.19/7.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.19/7.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.19/7.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.01
7.19/7.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.79/7.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.62 s
7.79/7.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
7.79/7.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.39/8.41	c lits-rem:        90  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.57 s
8.39/8.41	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
8.39/8.41	c vivif2 --  cl tried     9303 cl shrink        0 lits rem          0 time: 0.01
8.39/8.42	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.01
8.39/8.43	c calculated reachability. Time: 0.00
8.39/8.43	c  N st    22     46262       256       256      1920      9303      7936    510954   no data   no data  --
9.09/9.19	c  N st    23     60659       256       256      1920     13410      7936    799959   no data   no data  --
9.90/9.95	c  N st    24     69399       256       256      1920     11379      7936    594889   no data   no data  --
9.90/9.95	c  S st    24     69399       256       256      1920     11379      7936    594889   no data   no data  --
9.99/10.00	c  S st    24     69901       256       256      1920     11880      7936    626625   no data   no data  --
9.99/10.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.99/10.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.99/10.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
9.99/10.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.69/10.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.74 s
10.69/10.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
10.69/10.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
14.49/14.53	c lits-rem:       319  cl-subs:      209  v-elim:      0  v-fix:    0  time:  3.76 s
14.49/14.53	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
14.49/14.54	c vivif2 --  cl tried    11671 cl shrink        0 lits rem          0 time: 0.01
14.49/14.55	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.01
14.49/14.55	c calculated reachability. Time: 0.00
14.49/14.55	c  N st    24     69901       256       256      1920     11671      7936    614351   no data   no data  --
16.09/16.14	c  F st    25     87500       256       256      1920     17139      7936   1009983   no data   no data  --
16.09/16.14	c  N st    25     87500       256       256      1920     17139      7936   1009983   no data   no data  --
16.49/16.53	c Decided on static restart strategy
16.69/16.79	c  N st    32     95542       256       256      1920     24889      7936   1607222   no data   no data  --
17.50/17.50	c  N st    34    104851       256       256      1920     21299      7936   1307327   no data   no data  --
17.50/17.50	c  S st    34    104851       256       256      1920     21299      7936   1307327   no data   no data  --
17.60/17.61	c  S st    34    105355       256       256      1920     21795      7936   1340432   no data   no data  --
17.60/17.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.60/17.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.60/17.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
17.60/17.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.49/19.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
19.49/19.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
19.49/19.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
24.29/24.36	c lits-rem:       180  cl-subs:      344  v-elim:      0  v-fix:    0  time:  4.84 s
24.29/24.36	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
24.29/24.38	c vivif2 --  cl tried    21451 cl shrink        0 lits rem          0 time: 0.01
24.39/24.42	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.04
24.39/24.42	c calculated reachability. Time: 0.00
24.39/24.42	c  N st    34    105355       256       256      1920     21451      7936   1309757   no data   no data  --
25.30/25.31	c  N st    35    114954       256       256      1920     17094      7936   1055862   no data   no data  --
26.79/26.87	c  N st    36    129351       256       256      1920     16296      7936    906458   no data   no data  --
29.29/29.32	c  N st    37    150947       256       256      1920     21816      7936   1250410   no data   no data  --
30.09/30.17	c  S st    38    158032       256       256      1920     28469      7936   1809313   no data   no data  --
30.19/30.30	c  S st    38    158533       256       256      1920     28966      7936   1845469   no data   no data  --
30.29/30.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.29/30.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.29/30.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.04
30.29/30.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.29/32.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.00 s
32.29/32.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
32.29/32.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
38.40/38.46	c lits-rem:       251  cl-subs:      568  v-elim:      0  v-fix:    0  time:  6.08 s
38.40/38.46	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
38.40/38.48	c vivif2 --  cl tried    28398 cl shrink        0 lits rem          0 time: 0.02
38.50/38.54	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.06
38.50/38.54	c calculated reachability. Time: 0.00
38.50/38.54	c  N st    38    158533       256       256      1920     28398      7936   1798640   no data   no data  --
43.30/43.34	c  N st    39    207121       256       256      1920     23269      7936   1364765   no data   no data  --
47.09/47.15	c  N st    40    237800       256       256      1920     33550      7936   2097879   no data   no data  --
47.09/47.15	c  S st    40    237800       256       256      1920     33550      7936   2097879   no data   no data  --
47.19/47.27	c  S st    40    238300       256       256      1920     34045      7936   2131510   no data   no data  --
47.19/47.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.19/47.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.29/47.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.04
47.29/47.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.89/48.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
48.89/48.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
48.89/48.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.39/58.40	c lits-rem:       704  cl-subs:      539  v-elim:      0  v-fix:    0  time:  9.43 s
58.39/58.40	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
58.39/58.43	c vivif2 --  cl tried    33506 cl shrink        0 lits rem          0 time: 0.03
58.49/58.52	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.09
58.49/58.52	c calculated reachability. Time: 0.00
58.49/58.52	c  N st    40    238300       256       256      1920     33506      7936   2085361   no data   no data  --
67.19/67.27	c  F st    41    306254       256       256      1920     34601      7936   2351307   no data   no data  --
67.19/67.27	c  N st    41    306254       256       256      1920     34601      7936   2351307   no data   no data  --
68.10/68.15	c Decided on static restart strategy
71.50/71.56	c  N st    51    334557       256       256      1920     38188      7936   2589880   no data   no data  --
74.89/74.97	c  N st    53    357450       256       256      1920     36151      7936   2470086   no data   no data  --
74.89/74.97	c  S st    53    357450       256       256      1920     36151      7936   2470086   no data   no data  --
75.09/75.16	c  S st    53    357951       256       256      1920     36647      7936   2503462   no data   no data  --
75.09/75.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.09/75.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.19/75.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.06
75.19/75.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.20/77.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.93 s
77.20/77.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
77.20/77.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
92.49/92.52	c lits-rem:      1351  cl-subs:      781  v-elim:      0  v-fix:    0  time: 15.31 s
92.49/92.52	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
92.49/92.55	c vivif2 --  cl tried    35866 cl shrink        0 lits rem          0 time: 0.03
92.59/92.65	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.10
92.59/92.65	c calculated reachability. Time: 0.00
92.59/92.65	c  N st    53    357951       256       256      1920     35866      7936   2423517   no data   no data  --
97.10/97.15	c  N st    54    390344       256       256      1920     42408      7936   2929144   no data   no data  --
103.10/103.11	c  N st    55    438934       256       256      1920     36605      7936   2186114   no data   no data  --
113.99/114.07	c  N st    56    511816       256       256      1920     48329      7936   3638453   no data   no data  --
117.89/117.90	c  N st    57    536928       256       256      1920     43448      7936   2798359   no data   no data  --
117.89/117.90	c  S st    57    536928       256       256      1920     43448      7936   2798359   no data   no data  --
118.09/118.13	c  S st    57    537431       256       256      1920     43946      7936   2833543   no data   no data  --
118.09/118.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
118.09/118.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
118.19/118.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.07
118.19/118.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
120.19/120.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.94 s
120.19/120.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
120.19/120.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
134.49/134.52	c lits-rem:       460  cl-subs:      697  v-elim:      0  v-fix:    0  time: 14.30 s
134.49/134.52	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
134.49/134.55	c vivif2 --  cl tried    43249 cl shrink        0 lits rem          0 time: 0.03
134.69/134.72	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.16
134.69/134.72	c calculated reachability. Time: 0.00
134.69/134.72	c  N st    57    537431       256       256      1920     43249      7936   2771933   no data   no data  --
161.00/161.00	c  N st    58    701415       256       256      1920     37399      7936   2162284   no data   no data  --
173.50/173.56	c  N st    59    806146       256       256      1920     65909      7936   4084014   no data   no data  --
173.50/173.56	c  S st    59    806146       256       256      1920     65909      7936   4084014   no data   no data  --
173.80/173.89	c  S st    59    806650       256       256      1920     66409      7936   4119384   no data   no data  --
173.90/173.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
173.90/173.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.00/174.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.2M T:  0.13
174.10/174.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
176.09/176.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
176.09/176.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
176.09/176.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
290.59/290.63	c lits-rem:      3366  cl-subs:     2340  v-elim:      0  v-fix:    0  time: 114.48 s
290.59/290.63	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
290.59/290.67	c vivif2 --  cl tried    64069 cl shrink        0 lits rem          0 time: 0.04
290.89/290.94	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.27
290.89/290.94	c calculated reachability. Time: 0.00
290.89/290.94	c  N st    59    806650       256       256      1920     64069      7936   3937394   no data   no data  --
342.20/342.22	c  F st    60   1071875       256       256      1920     77840      7936   5867565   no data   no data  --
342.20/342.22	c  N st    60   1071875       256       256      1920     77840      7936   5867565   no data   no data  --
343.50/343.50	c Decided on static restart strategy
346.80/346.85	c  N st    70   1100184       256       256      1920     62999      7936   4149868   no data   no data  --
354.50/354.52	c  N st    72   1136181       256       256      1920     53839      7936   3299847   no data   no data  --
363.50/363.57	c  N st    73   1168575       256       256      1920     83905      7936   6031912   no data   no data  --
371.40/371.44	c  N st    74   1209981       256       256      1920     78191      7936   5665571   no data   no data  --
371.40/371.44	c  S st    74   1209981       256       256      1920     78191      7936   5665571   no data   no data  --
371.71/371.75	c  S st    74   1210483       256       256      1920     78689      7936   5700870   no data   no data  --
371.71/371.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
371.71/371.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
371.90/371.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.4M T:  0.14
372.00/372.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
373.91/373.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.92 s
373.91/373.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
373.91/373.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
620.42/620.48	c lits-rem:      1188  cl-subs:     2244  v-elim:      0  v-fix:    0  time: 246.52 s
620.42/620.48	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
620.51/620.54	c vivif2 --  cl tried    76445 cl shrink        0 lits rem          0 time: 0.06
620.71/620.74	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.19
620.71/620.74	c calculated reachability. Time: 0.00
620.71/620.74	c  N st    74   1210483       256       256      1920     76445      7936   5519794   no data   no data  --
636.51/636.50	c  N st    75   1283368       256       256      1920     55065      7936   3240374   no data   no data  --
665.42/665.45	c  N st    76   1392692       256       256      1920     62849      7936   3901451   no data   no data  --
700.00/700.09	c  N st    77   1556676       256       256      1920     67648      7936   4149016   no data   no data  --
744.51/744.55	c  N st    78   1710483       256       256      1920     54968      7936   2932668   no data   no data  --
744.51/744.55	c  S st    78   1710483       256       256      1920     54968      7936   2932668   no data   no data  --
744.81/744.80	c  S st    78   1710983       256       256      1920     55464      7936   2967458   no data   no data  --
744.81/744.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
744.81/744.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
744.91/744.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.09
744.91/744.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
746.81/746.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.90 s
746.81/746.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
746.81/746.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
765.71/765.75	c lits-rem:       402  cl-subs:      478  v-elim:      0  v-fix:    0  time: 18.87 s
765.71/765.75	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
765.71/765.79	c vivif2 --  cl tried    54986 cl shrink        0 lits rem          0 time: 0.03
766.01/766.03	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.24
766.01/766.03	c calculated reachability. Time: 0.00
766.01/766.03	c  N st    78   1710983       256       256      1920     54986      7936   2940176   no data   no data  --
857.91/857.94	c  N st    79   2079947       256       256      1920     61182      7936   3115163   no data   no data  --
889.71/889.76	c  N st    80   2210984       256       256      1920     62496      7936   3182287   no data   no data  --
889.71/889.76	c  S st    80   2210984       256       256      1920     62496      7936   3182287   no data   no data  --
890.01/890.01	c  S st    80   2211486       256       256      1920     62994      7936   3215883   no data   no data  --
890.01/890.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
890.01/890.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
890.11/890.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.11
890.21/890.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
892.02/892.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.86 s
892.02/892.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
892.02/892.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
955.51/955.54	c lits-rem:       332  cl-subs:      320  v-elim:      0  v-fix:    0  time: 63.49 s
955.51/955.54	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
955.51/955.58	c vivif2 --  cl tried    62674 cl shrink        0 lits rem          0 time: 0.04
955.82/955.84	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.27
955.82/955.85	c calculated reachability. Time: 0.00
955.82/955.85	c  N st    80   2211486       256       256      1920     62674      7936   3198582   no data   no data  --
1079.71/1079.78	c  N st    81   2711486       256       256      1920     75615      7936   4138922   no data   no data  --
1079.71/1079.78	c  S st    81   2711486       256       256      1920     75615      7936   4138922   no data   no data  --
1080.12/1080.16	c  S st    81   2711988       256       256      1920     76114      7936   4173666   no data   no data  --
1080.12/1080.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1080.12/1080.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1080.31/1080.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.3M T:  0.18
1080.41/1080.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1082.42/1082.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
1082.42/1082.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    256 time:  0.00 s
1082.42/1082.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1223.92/1223.95	c lits-rem:      1496  cl-subs:     1017  v-elim:      0  v-fix:    0  time: 141.48 s
1223.92/1223.95	c vivif2 --  cl tried      256 cl shrink        0 lits rem          0 time: 0.00
1224.02/1224.00	c vivif2 --  cl tried    75097 cl shrink        0 lits rem          0 time: 0.05
1224.22/1224.21	c asymm  cl-useful: 0/256/256 lits-rem:0 time: 0.21
1224.22/1224.21	c calculated reachability. Time: 0.00
1224.22/1224.21	c  N st    81   2711988       256       256      1920     75097      7936   4101080   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3250012-1303539712/watcher-3250012-1303539712 -o /tmp/evaluation-result-3250012-1303539712/solver-3250012-1303539712 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3250012-1303539712.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.95 0.22 0.07 4/189 12292
/proc/meminfo: memFree=15487016/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=29960 CPUtime=0 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 584 0 0 0 0 0 0 0 23 0 1 0 465569966 30679040 517 33554432000 4194304 4650387 140735938012656 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 7490 518 377 112 0 2455 0

[startup+0.0549379 s]
/proc/loadavg: 0.95 0.22 0.07 4/189 12292
/proc/meminfo: memFree=15487016/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=30092 CPUtime=0.05 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 749 0 0 0 5 0 0 0 23 0 1 0 465569966 30814208 682 33554432000 4194304 4650387 140735938012656 18446744073709551615 4314920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 7523 683 377 112 0 2488 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30092

[startup+0.100933 s]
/proc/loadavg: 0.95 0.22 0.07 4/189 12292
/proc/meminfo: memFree=15487016/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=30228 CPUtime=0.09 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 864 0 0 0 9 0 0 0 23 0 1 0 465569966 30953472 797 33554432000 4194304 4650387 140735938012656 18446744073709551615 4334309 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 7557 797 378 112 0 2522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30228

[startup+0.300947 s]
/proc/loadavg: 0.95 0.22 0.07 4/189 12292
/proc/meminfo: memFree=15487016/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=31292 CPUtime=0.29 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 1490 0 0 0 29 0 0 0 25 0 1 0 465569966 32043008 1070 33554432000 4194304 4650387 140735938012656 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 7823 1070 380 112 0 2788 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31292

[startup+0.700887 s]
/proc/loadavg: 0.95 0.22 0.07 4/189 12292
/proc/meminfo: memFree=15487016/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=32212 CPUtime=0.69 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 2326 0 0 0 69 0 0 0 25 0 1 0 465569966 32985088 1381 33554432000 4194304 4650387 140735938012656 18446744073709551615 4366145 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 8053 1381 380 112 0 3018 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32212

[startup+1.50075 s]
/proc/loadavg: 0.95 0.22 0.07 5/190 12293
/proc/meminfo: memFree=15480556/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=33640 CPUtime=1.49 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 3737 0 0 0 149 0 0 0 25 0 1 0 465569966 34447360 2026 33554432000 4194304 4650387 140735938012656 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 8410 2026 381 112 0 3375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33640

[startup+3.1004 s]
/proc/loadavg: 0.95 0.22 0.07 5/190 12293
/proc/meminfo: memFree=15462328/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=50404 CPUtime=3.09 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 8374 0 0 0 309 0 0 0 25 0 1 0 465569966 51613696 5630 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 12601 5630 382 112 0 7566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50404

[startup+6.30089 s]
/proc/loadavg: 1.19 0.29 0.09 5/190 12293
/proc/meminfo: memFree=15451412/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=50660 CPUtime=6.29 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 8416 0 0 0 629 0 0 0 25 0 1 0 465569966 51875840 5672 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 12665 5672 382 112 0 7630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50660

[startup+12.7007 s]
/proc/loadavg: 1.42 0.35 0.11 5/190 12293
/proc/meminfo: memFree=15438548/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=55204 CPUtime=12.69 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 14190 0 0 0 1267 2 0 0 25 0 1 0 465569966 56528896 6490 33554432000 4194304 4650387 140735938012656 18446744073709551615 4439609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 13801 6490 382 112 0 8766 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55204

[startup+25.5005 s]
/proc/loadavg: 1.99 0.53 0.18 5/190 12293
/proc/meminfo: memFree=15403184/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=71804 CPUtime=25.49 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 23710 0 0 0 2545 4 0 0 25 0 1 0 465569966 73527296 10856 33554432000 4194304 4650387 140735938012656 18446744073709551615 4333850 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 17951 10856 382 112 0 12916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71804

[startup+51.1009 s]
/proc/loadavg: 2.67 0.80 0.28 5/190 12294
/proc/meminfo: memFree=15355116/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=104588 CPUtime=51.09 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 46440 0 0 0 5100 9 0 0 25 0 1 0 465569966 107098112 19187 33554432000 4194304 4650387 140735938012656 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 26147 19187 382 112 0 21112 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104588

[startup+102.307 s]
/proc/loadavg: 3.42 1.29 0.47 5/190 12295
/proc/meminfo: memFree=15225112/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=119716 CPUtime=102.3 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 76278 0 0 0 10212 18 0 0 25 0 1 0 465569966 122589184 21520 33554432000 4194304 4650387 140735938012656 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 29929 21520 382 112 0 24894 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119716

[startup+162.301 s]
/proc/loadavg: 3.87 1.81 0.70 5/190 12297
/proc/meminfo: memFree=15179704/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=132828 CPUtime=162.29 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 118536 0 0 0 16197 32 0 0 25 0 1 0 465569966 136015872 25851 33554432000 4194304 4650387 140735938012656 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 33207 25851 382 112 0 28172 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132828

[startup+222.3 s]
/proc/loadavg: 3.95 2.21 0.90 5/190 12299
/proc/meminfo: memFree=15039320/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=174836 CPUtime=222.29 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 138805 0 0 0 22193 36 0 0 25 0 1 0 465569966 179032064 36527 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/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: 3.98 2.53 1.09 5/190 12300
/proc/meminfo: memFree=15013148/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=174836 CPUtime=282.29 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 138805 0 0 0 28193 36 0 0 25 0 1 0 465569966 179032064 36527 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 43709 36527 382 112 0 38674 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 174836

[startup+342.301 s]
/proc/loadavg: 3.99 2.80 1.27 5/190 12302
/proc/meminfo: memFree=14977292/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=241752 CPUtime=342.3 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 175914 0 0 0 34182 48 0 0 25 0 1 0 465569966 247554048 38295 33554432000 4194304 4650387 140735938012656 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 60438 38295 382 112 0 55403 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 241752

[startup+402.3 s]
/proc/loadavg: 4.09 3.04 1.45 5/190 12303
/proc/meminfo: memFree=14932732/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=291228 CPUtime=402.3 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 206121 0 0 0 40175 55 0 0 25 0 1 0 465569966 298217472 49342 33554432000 4194304 4650387 140735938012656 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 72807 49342 382 112 0 67772 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 291228

[startup+462.3 s]
/proc/loadavg: 4.03 3.21 1.61 5/190 12305
/proc/meminfo: memFree=14935316/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=293628 CPUtime=462.3 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 206631 0 0 0 46175 55 0 0 25 0 1 0 465569966 300675072 49852 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 73407 49852 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.01 3.35 1.75 5/190 12307
/proc/meminfo: memFree=14912220/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=293628 CPUtime=522.31 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 206670 0 0 0 52176 55 0 0 25 0 1 0 465569966 300675072 49891 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 73407 49891 382 112 0 68372 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 293628

[startup+582.301 s]
/proc/loadavg: 4.00 3.47 1.89 5/190 12308
/proc/meminfo: memFree=14870780/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=293628 CPUtime=582.31 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 206670 0 0 0 58176 55 0 0 25 0 1 0 465569966 300675072 49891 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 73407 49891 382 112 0 68372 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 293628

[startup+642.3 s]
/proc/loadavg: 4.00 3.56 2.02 5/190 12310
/proc/meminfo: memFree=14858716/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=294064 CPUtime=642.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 220085 0 0 0 64173 59 0 0 25 0 1 0 465569966 301121536 49649 33554432000 4194304 4650387 140735938012656 18446744073709551615 4365171 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 73516 49649 382 112 0 68481 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 294064

[startup+702.301 s]
/proc/loadavg: 4.11 3.67 2.15 5/190 12311
/proc/meminfo: memFree=14850268/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=229824 CPUtime=702.31 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 255197 0 0 0 70161 70 0 0 25 0 1 0 465569966 235339776 49279 33554432000 4194304 4650387 140735938012656 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 57456 49279 382 112 0 52421 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 229824

[startup+762.307 s]
/proc/loadavg: 4.04 3.73 2.27 5/190 12313
/proc/meminfo: memFree=14865116/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=230760 CPUtime=762.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 275686 0 0 0 76155 77 0 0 25 0 1 0 465569966 236298240 47152 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 57690 47152 382 112 0 52655 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 230760

[startup+822.3 s]
/proc/loadavg: 4.01 3.77 2.37 5/190 12315
/proc/meminfo: memFree=14840408/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=297424 CPUtime=822.31 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 303687 0 0 0 82147 84 0 0 25 0 1 0 465569966 304562176 51440 33554432000 4194304 4650387 140735938012656 18446744073709551615 4366807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 74356 51440 382 112 0 69321 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 297424

[startup+882.3 s]
/proc/loadavg: 4.00 3.81 2.47 5/190 12316
/proc/meminfo: memFree=14709196/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=297960 CPUtime=882.31 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 335705 0 0 0 88138 93 0 0 25 0 1 0 465569966 305111040 50680 33554432000 4194304 4650387 140735938012656 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 74490 50680 382 112 0 69455 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 297960

[startup+942.301 s]
/proc/loadavg: 4.13 3.88 2.57 5/190 12318
/proc/meminfo: memFree=14661040/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=232616 CPUtime=942.31 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 341241 0 0 0 94137 94 0 0 25 0 1 0 465569966 238198784 47638 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 58154 47638 382 112 0 53119 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 232616

[startup+1002.3 s]
/proc/loadavg: 4.04 3.89 2.66 5/190 12319
/proc/meminfo: memFree=14640776/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=298392 CPUtime=1002.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 363824 0 0 0 100128 104 0 0 25 0 1 0 465569966 305553408 52688 33554432000 4194304 4650387 140735938012656 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 74598 52688 382 112 0 69563 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 298392

[startup+1062.3 s]
/proc/loadavg: 4.01 3.91 2.74 5/190 12321
/proc/meminfo: memFree=14657240/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=233264 CPUtime=1062.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 395592 0 0 0 106117 115 0 0 25 0 1 0 465569966 238862336 48870 33554432000 4194304 4650387 140735938012656 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 58316 48870 382 112 0 53281 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 233264

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.82 5/190 12323
/proc/meminfo: memFree=14647168/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=233524 CPUtime=1122.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 404520 0 0 0 112114 118 0 0 25 0 1 0 465569966 239128576 48672 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 58381 48672 382 112 0 53346 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 233524

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 2.89 5/190 12351
/proc/meminfo: memFree=14765096/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=233524 CPUtime=1182.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 404520 0 0 0 118114 118 0 0 25 0 1 0 465569966 239128576 48672 33554432000 4194304 4650387 140735938012656 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 58381 48672 382 112 0 53346 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 233524

[startup+1242.3 s]
/proc/loadavg: 4.15 3.98 2.96 5/190 12353
/proc/meminfo: memFree=14697336/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=233824 CPUtime=1242.32 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 414761 0 0 0 124110 122 0 0 25 0 1 0 465569966 239435776 49245 33554432000 4194304 4650387 140735938012656 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 58456 49245 382 112 0 53421 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 233824



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 3.98 3.03 5/190 12437
/proc/meminfo: memFree=15280636/32950928 swapFree=67111528/67111528
[pid=12292] ppid=12290 vsize=301312 CPUtime=1300.03 cores=0,2
/proc/12292/stat : 12292 (strangenight1-s) R 12290 12292 12177 0 -1 4202496 446278 0 0 0 129870 133 0 0 25 0 1 0 465569966 308543488 51012 33554432000 4194304 4650387 140735938012656 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12292/statm: 75328 51012 382 112 0 70293 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 301312

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.7
CPU system time (s): 1.34879
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 324180

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

runsolver used 2.07968 second user time and 5.03024 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 08:21:52
IDJOB=3250012
IDBENCH=83223
IDSOLVER=1589
FILE ID=node122/3250012-1303539712
RUNJOBID= node122-1303539684-12195
PBS_JOBID= 13143116
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= c07743bac800f91e403382f26717b1d0
RANDOM SEED=912327920

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:      15487172 kB
Buffers:       1772868 kB
Cached:       14883912 kB
SwapCached:          0 kB
Active:        5490272 kB
Inactive:     11422588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15487172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25444 kB
Writeback:           0 kB
AnonPages:      255952 kB
Mapped:          16460 kB
Slab:           486572 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   528652 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:34