Trace number 3370492

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-18-sat.cnf
MD5SUM8d1a6057b61b09d4ac0bb88470e901e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses910
Sum of the clauses size3420
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

Solver Data

0.00/0.03	c Outputting solution to console
0.00/0.03	c This is CryptoMiniSat 2.9.0
0.00/0.03	c compiled with gcc version 4.4.5
0.00/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	c Reading file 'HOME/instance-3370492-1305391258.cnf'
0.00/0.03	c -- header says num vars:            180
0.00/0.03	c -- header says num clauses:         910
0.00/0.04	c -- clauses added:            0 learnts,          910 normals,            0 xors
0.00/0.04	c -- vars added        180
0.00/0.04	c Parsing time:  0.00 s
0.00/0.04	c  N st     0         0       180       100       810         0      3420         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     180
0.10/0.14	c =========================================================================================
0.10/0.14	c types(t): F = full restart, N = normal restart
0.10/0.14	c types(t): S = simplification begin/end, E = solution found
0.10/0.14	c restart types(rt): st = static, dy = dynamic
0.10/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.10/0.14	c  B st     0         0       180       100       810         0      3420         0   no data   no data  --
0.10/0.14	c Decided on static restart strategy
0.10/0.19	c  N st     8      4917       180       100       810      4697      3420    315465   no data   no data  --
0.47/0.64	c  N st    10     11300       180       100       810      4274      3420    251245   no data   no data  --
1.11/1.61	c  N st    11     17043       180       100       810      9578      3420    672273   no data   no data  --
1.61/2.18	c  F st    12     25001       180       100       810     11788      3420    835926   no data   no data  --
1.61/2.18	c  N st    12     25001       180       100       810     11788      3420    835926   no data   no data  --
1.95/2.69	c Decided on static restart strategy
1.95/2.69	c  N st    18     30001       180       100       810     10132      3420    635734   no data   no data  --
1.95/2.69	c  S st    18     30001       180       100       810     10132      3420    635734   no data   no data  --
2.25/2.98	c  S st    18     30504       180       100       810     10627      3420    665406   no data   no data  --
2.25/2.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.25/2.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.25/2.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
2.25/2.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.03/3.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.85 s
3.03/3.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
3.03/3.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.18/9.60	c lits-rem:       565  cl-subs:      345  v-elim:      0  v-fix:    0  time:  5.15 s
8.18/9.61	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
8.18/9.61	c calculated reachability. Time: 0.00
8.18/9.61	c  N st    18     30504       180       100       810     10282      3420    638379   no data   no data  --
8.47/9.96	c  N st    20     37616       180       100       810      9625      3420    565101   no data   no data  --
8.87/10.37	c  N st    21     44017       180       100       810     15766      3420   1011364   no data   no data  --
8.97/10.49	c  S st    22     45756       180       100       810      8932      3420    481821   no data   no data  --
9.07/10.52	c  S st    22     46258       180       100       810      9426      3420    511212   no data   no data  --
9.07/10.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.07/10.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.07/10.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
9.07/10.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/11.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.52 s
9.57/11.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
9.57/11.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.07/12.53	c lits-rem:        51  cl-subs:       46  v-elim:      0  v-fix:    0  time:  1.47 s
11.07/12.53	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
11.07/12.53	c vivif2 --  cl tried     9380 cl shrink        0 lits rem          0 time: 0.00
11.07/12.54	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
11.07/12.54	c calculated reachability. Time: 0.00
11.07/12.54	c  N st    22     46258       180       100       810      9380      3420    508555   no data   no data  --
12.08/13.50	c  N st    23     60656       180       100       810     13255      3420    827823   no data   no data  --
12.67/14.17	c  N st    24     69388       180       100       810     11228      3420    613438   no data   no data  --
12.67/14.17	c  S st    24     69388       180       100       810     11228      3420    613438   no data   no data  --
12.77/14.20	c  S st    24     69892       180       100       810     11727      3420    643518   no data   no data  --
12.77/14.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.77/14.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.77/14.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
12.77/14.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.37/14.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.67 s
13.37/14.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
13.37/14.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/19.03	c lits-rem:       257  cl-subs:      136  v-elim:      0  v-fix:    0  time:  4.14 s
17.57/19.03	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
17.57/19.04	c vivif2 --  cl tried    11591 cl shrink        0 lits rem          0 time: 0.01
17.57/19.05	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
17.57/19.05	c calculated reachability. Time: 0.00
17.57/19.05	c  N st    24     69892       180       100       810     11591      3420    633812   no data   no data  --
18.68/20.15	c  F st    25     87502       180       100       810     17037      3420   1017445   no data   no data  --
18.68/20.15	c  N st    25     87502       180       100       810     17037      3420   1017445   no data   no data  --
19.08/20.59	c Decided on static restart strategy
19.47/20.90	c  N st    32     95543       180       100       810     12383      3420    611635   no data   no data  --
20.07/21.50	c  N st    34    104839       180       100       810     21263      3420   1259759   no data   no data  --
20.07/21.50	c  S st    34    104839       180       100       810     21263      3420   1259759   no data   no data  --
20.07/21.57	c  S st    34    105341       180       100       810     21762      3420   1290732   no data   no data  --
20.07/21.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.07/21.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.07/21.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.01
20.17/21.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.67/23.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
21.67/23.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
21.67/23.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.38/28.86	c lits-rem:       128  cl-subs:      368  v-elim:      0  v-fix:    0  time:  5.73 s
27.38/28.86	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
27.38/28.88	c vivif2 --  cl tried    21394 cl shrink        0 lits rem          0 time: 0.01
27.47/28.90	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.02
27.47/28.90	c calculated reachability. Time: 0.00
27.47/28.90	c  N st    34    105341       180       100       810     21394      3420   1262830   no data   no data  --
28.07/29.52	c  N st    35    114940       180       100       810     17170      3420    916493   no data   no data  --
29.27/30.71	c  N st    36    129337       180       100       810     16580      3420    844965   no data   no data  --
30.87/32.36	c  N st    37    150932       180       100       810     21607      3420   1232518   no data   no data  --
31.47/32.95	c  S st    38    158012       180       100       810     28320      3420   1733878   no data   no data  --
31.57/33.03	c  S st    38    158512       180       100       810     28817      3420   1765438   no data   no data  --
31.57/33.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.57/33.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.57/33.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
31.57/33.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.87/35.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
33.87/35.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
33.87/35.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.37/45.87	c lits-rem:       231  cl-subs:      839  v-elim:      0  v-fix:    0  time: 10.50 s
44.37/45.87	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
44.37/45.89	c vivif2 --  cl tried    27978 cl shrink        0 lits rem          0 time: 0.02
44.47/45.92	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.03
44.47/45.92	c calculated reachability. Time: 0.00
44.47/45.92	c  N st    38    158512       180       100       810     27978      3420   1705186   no data   no data  --
49.17/50.63	c  N st    39    207101       180       100       810     23111      3420   1250564   no data   no data  --
52.47/53.97	c  N st    40    237768       180       100       810     33239      3420   1982244   no data   no data  --
52.47/53.97	c  S st    40    237768       180       100       810     33239      3420   1982244   no data   no data  --
52.58/54.07	c  S st    40    238274       180       100       810     33741      3420   2013788   no data   no data  --
52.58/54.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.58/54.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.68/54.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.04
52.68/54.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.88/56.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.23 s
54.88/56.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
54.88/56.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
65.07/66.54	c lits-rem:       312  cl-subs:      525  v-elim:      0  v-fix:    0  time: 10.14 s
65.07/66.54	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
65.07/66.56	c vivif2 --  cl tried    33216 cl shrink        0 lits rem          0 time: 0.02
65.17/66.60	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.04
65.17/66.60	c calculated reachability. Time: 0.00
65.17/66.60	c  N st    40    238274       180       100       810     33216      3420   1974615   no data   no data  --
71.96/73.42	c  F st    41    306251       180       100       810     34798      3420   2137391   no data   no data  --
71.96/73.42	c  N st    41    306251       180       100       810     34798      3420   2137391   no data   no data  --
72.47/73.98	c Decided on static restart strategy
75.26/76.79	c  N st    51    334556       180       100       810     38669      3420   2232174   no data   no data  --
78.15/79.64	c  N st    53    357413       180       100       810     36735      3420   2090736   no data   no data  --
78.15/79.64	c  S st    53    357413       180       100       810     36735      3420   2090736   no data   no data  --
78.25/79.75	c  S st    53    357918       180       100       810     37232      3420   2121761   no data   no data  --
78.25/79.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.25/79.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.25/79.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.03
78.35/79.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.56/82.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
80.56/82.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
80.56/82.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.46/94.95	c lits-rem:       560  cl-subs:      802  v-elim:      0  v-fix:    0  time: 12.93 s
93.46/94.95	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
93.46/94.98	c vivif2 --  cl tried    36430 cl shrink        0 lits rem          0 time: 0.02
93.56/95.03	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.05
93.56/95.03	c calculated reachability. Time: 0.00
93.56/95.03	c  N st    53    357918       180       100       810     36430      3420   2063328   no data   no data  --
96.45/97.98	c  N st    54    390310       180       100       810     42385      3420   2608585   no data   no data  --
102.35/103.87	c  N st    55    438898       180       100       810     36175      3420   2071918   no data   no data  --
111.85/113.40	c  N st    56    511780       180       100       810     49446      3420   3004906   no data   no data  --
116.25/117.74	c  N st    57    536877       180       100       810     43886      3420   2565848   no data   no data  --
116.25/117.74	c  S st    57    536877       180       100       810     43886      3420   2565848   no data   no data  --
116.36/117.90	c  S st    57    537385       180       100       810     44385      3420   2597943   no data   no data  --
116.36/117.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
116.36/117.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.46/117.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.07
116.55/118.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
118.85/120.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
118.85/120.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
118.85/120.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.74/134.21	c lits-rem:       107  cl-subs:      938  v-elim:      0  v-fix:    0  time: 13.88 s
132.74/134.21	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
132.74/134.24	c vivif2 --  cl tried    43447 cl shrink        0 lits rem          0 time: 0.03
132.84/134.34	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.09
132.84/134.34	c calculated reachability. Time: 0.00
132.84/134.34	c  N st    57    537385       180       100       810     43447      3420   2528259   no data   no data  --
155.44/156.98	c  N st    58    701371       180       100       810     37825      3420   1895369   no data   no data  --
173.52/175.06	c  N st    59    806077       180       100       810     66388      3420   4136173   no data   no data  --
173.52/175.06	c  S st    59    806077       180       100       810     66388      3420   4136173   no data   no data  --
173.72/175.26	c  S st    59    806578       180       100       810     66884      3420   4167555   no data   no data  --
173.72/175.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
173.72/175.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
173.82/175.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.3M T:  0.10
173.92/175.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
176.32/177.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.38 s
176.32/177.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
176.32/177.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
323.79/325.32	c lits-rem:      2438  cl-subs:     1360  v-elim:      0  v-fix:    0  time: 147.39 s
323.79/325.32	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
323.79/325.36	c vivif2 --  cl tried    65524 cl shrink        0 lits rem          0 time: 0.04
323.89/325.49	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.13
323.89/325.49	c calculated reachability. Time: 0.00
323.89/325.49	c  N st    59    806578       180       100       810     65524      3420   4062147   no data   no data  --
369.18/370.72	c  F st    60   1071877       180       100       810     80363      3420   5199159   no data   no data  --
369.18/370.72	c  N st    60   1071877       180       100       810     80363      3420   5199159   no data   no data  --
370.68/372.20	c Decided on static restart strategy
374.29/375.81	c  N st    70   1100178       180       100       810     64736      3420   3721439   no data   no data  --
380.19/381.74	c  N st    72   1136170       180       100       810     55272      3420   2972879   no data   no data  --
388.18/389.70	c  N st    73   1168563       180       100       810     85681      3420   5314279   no data   no data  --
397.38/398.91	c  N st    74   1209867       180       100       810     79423      3420   4403698   no data   no data  --
397.38/398.91	c  S st    74   1209867       180       100       810     79423      3420   4403698   no data   no data  --
397.58/399.14	c  S st    74   1210375       180       100       810     79926      3420   4436225   no data   no data  --
397.58/399.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
397.58/399.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
397.68/399.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.11
397.78/399.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
400.20/401.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.36 s
400.20/401.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
400.20/401.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
543.96/545.55	c lits-rem:       164  cl-subs:     8831  v-elim:      0  v-fix:    0  time: 143.74 s
543.96/545.55	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
543.96/545.59	c vivif2 --  cl tried    71095 cl shrink        0 lits rem          0 time: 0.05
544.16/545.72	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.13
544.16/545.72	c calculated reachability. Time: 0.00
544.16/545.72	c  N st    74   1210375       180       100       810     71095      3420   4155716   no data   no data  --
557.37/558.95	c  N st    75   1283258       180       100       810     48782      3420   2406936   no data   no data  --
577.76/579.33	c  N st    76   1392581       180       100       810     57095      3420   3001861   no data   no data  --
614.15/615.78	c  N st    77   1556565       180       100       810     61781      3420   3240961   no data   no data  --
643.25/644.82	c  N st    78   1710377       180       100       810    102137      3420   6318818   no data   no data  --
643.25/644.82	c  S st    78   1710377       180       100       810    102137      3420   6318818   no data   no data  --
643.54/645.12	c  S st    78   1710878       180       100       810    102631      3420   6349473   no data   no data  --
643.54/645.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
643.54/645.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
643.64/645.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.8M T:  0.15
643.84/645.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
646.24/647.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.37 s
646.24/647.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
646.24/647.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1053.49/1055.17	c lits-rem:      2787  cl-subs:     2828  v-elim:      0  v-fix:    0  time: 407.20 s
1053.49/1055.17	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
1053.58/1055.24	c vivif2 --  cl tried    99803 cl shrink        0 lits rem          0 time: 0.07
1053.78/1055.45	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.21
1053.78/1055.45	c calculated reachability. Time: 0.00
1053.78/1055.45	c  N st    78   1710878       180       100       810     99803      3420   6136382   no data   no data  --
1135.25/1136.98	c  N st    79   2079843       180       100       810    112789      3420   6926745   no data   no data  --
1169.06/1170.76	c  N st    80   2210878       180       100       810    116944      3420   7069529   no data   no data  --
1169.06/1170.76	c  S st    80   2210878       180       100       810    116944      3420   7069529   no data   no data  --
1169.46/1171.13	c  S st    80   2211382       180       100       810    117442      3420   7101943   no data   no data  --
1169.46/1171.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1169.46/1171.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1169.66/1171.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.5M T:  0.21
1169.86/1171.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1172.26/1173.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.40 s
1172.26/1173.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
1172.26/1173.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  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-3370492-1305391258/watcher-3370492-1305391258 -o /tmp/evaluation-result-3370492-1305391258/solver-3370492-1305391258 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370492-1305391258.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.78 3.98 3.98 6/294 3377
/proc/meminfo: memFree=19060316/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=11796 CPUtime=0 cores=4,6
/proc/3377/stat : 3377 (runsolver) R 3375 3377 2953 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 650725471 12079104 49 33554432000 4194304 5432360 140733592969376 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/3377/statm: 2949 49 30 303 0 2643 0

[startup+0.136917 s]
/proc/loadavg: 3.78 3.98 3.98 6/294 3377
/proc/meminfo: memFree=19060316/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=30092 CPUtime=0.1 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 863 0 0 0 10 0 0 0 22 0 1 0 650725471 30814208 799 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 7523 799 378 112 0 2488 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30092

[startup+0.234709 s]
/proc/loadavg: 3.78 3.98 3.98 6/294 3377
/proc/meminfo: memFree=19060316/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=31020 CPUtime=0.19 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 1231 0 0 0 19 0 0 0 22 0 1 0 650725471 31764480 836 33554432000 4194304 4650387 140737439927648 18446744073709551615 4315277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 7755 836 380 112 0 2720 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31020

[startup+0.302949 s]
/proc/loadavg: 3.78 3.98 3.98 6/294 3377
/proc/meminfo: memFree=19060316/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=31020 CPUtime=0.22 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 1231 0 0 0 22 0 0 0 23 0 1 0 650725471 31764480 836 33554432000 4194304 4650387 140737439927648 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 7755 836 380 112 0 2720 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 31020

[startup+0.700833 s]
/proc/loadavg: 3.78 3.98 3.98 6/294 3377
/proc/meminfo: memFree=19060316/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=31916 CPUtime=0.57 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 2062 0 0 0 57 0 0 0 25 0 1 0 650725471 32681984 1096 33554432000 4194304 4650387 140737439927648 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 7979 1096 380 112 0 2944 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 31916

[startup+1.50069 s]
/proc/loadavg: 3.78 3.98 3.98 5/295 3378
/proc/meminfo: memFree=19033524/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=32212 CPUtime=1 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 2349 0 0 0 99 1 0 0 25 0 1 0 650725471 32985088 1383 33554432000 4194304 4650387 140737439927648 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 8053 1383 380 112 0 3018 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 32212

[startup+3.1044 s]
/proc/loadavg: 3.95 4.02 3.99 6/295 3378
/proc/meminfo: memFree=18984936/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=48860 CPUtime=2.45 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 7900 0 0 0 242 3 0 0 25 0 1 0 650725471 50032640 5254 33554432000 4194304 4650387 140737439927648 18446744073709551615 4436136 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 12215 5254 382 112 0 7180 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 48860
heavy processes:

[startup+6.30086 s]
/proc/loadavg: 3.95 4.02 3.99 7/295 3378
/proc/meminfo: memFree=18968116/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=49176 CPUtime=4.94 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 7984 0 0 0 483 11 0 0 25 0 1 0 650725471 50356224 5338 33554432000 4194304 4650387 140737439927648 18446744073709551615 4438611 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 12294 5338 382 112 0 7259 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 49176
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 4.03 4.03 4.00 5/295 3378
/proc/meminfo: memFree=18962188/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=50172 CPUtime=11.27 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 10339 0 0 0 1114 13 0 0 25 0 1 0 650725471 51376128 5539 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 12543 5539 382 112 0 7508 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 50172

[startup+25.5106 s]
/proc/loadavg: 4.10 4.05 4.00 5/295 3408
/proc/meminfo: memFree=18897852/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=69872 CPUtime=24.08 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 21221 0 0 0 2393 15 0 0 25 0 1 0 650725471 71548928 10498 33554432000 4194304 4650387 140737439927648 18446744073709551615 4439596 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 17468 10498 382 112 0 12433 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 69872

[startup+51.1012 s]
/proc/loadavg: 4.07 4.04 4.00 5/295 3409
/proc/meminfo: memFree=18783692/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=87956 CPUtime=49.67 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 37504 0 0 0 4949 18 0 0 25 0 1 0 650725471 90066944 14692 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 21989 14692 382 112 0 16954 0
Current children cumulated CPU time (s) 49.67
Current children cumulated vsize (KiB) 87956

[startup+102.3 s]
/proc/loadavg: 4.25 4.09 4.02 5/295 3410
/proc/meminfo: memFree=18632412/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=109420 CPUtime=100.85 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 66828 0 0 0 10060 25 0 0 25 0 1 0 650725471 112046080 20931 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 27355 20931 382 112 0 22320 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 109420

[startup+162.301 s]
/proc/loadavg: 4.13 4.09 4.02 5/295 3412
/proc/meminfo: memFree=18566648/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=193188 CPUtime=160.82 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 107536 0 0 0 16045 37 0 0 25 0 1 0 650725471 197824512 25913 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 48297 25913 382 112 0 43262 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 193188

[startup+222.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/295 3414
/proc/meminfo: memFree=18490352/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=237656 CPUtime=220.81 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 126980 0 0 0 22038 43 0 0 25 0 1 0 650725471 243359744 36186 33554432000 4194304 4650387 140737439927648 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 59414 36186 382 112 0 54379 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 237656

[startup+282.301 s]
/proc/loadavg: 4.10 4.08 4.02 5/295 3415
/proc/meminfo: memFree=18391004/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=238776 CPUtime=280.79 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 126997 0 0 0 28034 45 0 0 25 0 1 0 650725471 244506624 36203 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 59694 36203 382 112 0 54659 0
Current children cumulated CPU time (s) 280.79
Current children cumulated vsize (KiB) 238776

[startup+342.311 s]
/proc/loadavg: 4.03 4.07 4.01 5/295 3417
/proc/meminfo: memFree=18368040/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=173848 CPUtime=340.8 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 141030 0 0 0 34030 50 0 0 25 0 1 0 650725471 178020352 35355 33554432000 4194304 4650387 140737439927648 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 43462 35355 382 112 0 38427 0
Current children cumulated CPU time (s) 340.8
Current children cumulated vsize (KiB) 173848

[startup+402.3 s]
/proc/loadavg: 4.08 4.07 4.01 5/295 3418
/proc/meminfo: memFree=18354496/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=186748 CPUtime=400.78 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 177703 0 0 0 40016 62 0 0 25 0 1 0 650725471 191229952 39330 33554432000 4194304 4650387 140737439927648 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 46687 39330 382 112 0 41652 0
Current children cumulated CPU time (s) 400.78
Current children cumulated vsize (KiB) 186748

[startup+462.301 s]
/proc/loadavg: 4.03 4.05 4.00 5/295 3420
/proc/meminfo: memFree=18338600/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=189468 CPUtime=460.77 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 178324 0 0 0 46013 64 0 0 25 0 1 0 650725471 194015232 39951 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 47367 39951 382 112 0 42332 0
Current children cumulated CPU time (s) 460.77
Current children cumulated vsize (KiB) 189468

[startup+522.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/295 3422
/proc/meminfo: memFree=18347012/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=189468 CPUtime=520.76 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 178325 0 0 0 52010 66 0 0 25 0 1 0 650725471 194015232 39952 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 47367 39952 382 112 0 42332 0
Current children cumulated CPU time (s) 520.76
Current children cumulated vsize (KiB) 189468

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/295 3423
/proc/meminfo: memFree=18333468/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=190268 CPUtime=580.75 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 202564 0 0 0 58001 74 0 0 25 0 1 0 650725471 194834432 39744 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 47567 39744 382 112 0 42532 0
Current children cumulated CPU time (s) 580.75
Current children cumulated vsize (KiB) 190268

[startup+642.301 s]
/proc/loadavg: 4.13 4.06 4.01 5/295 3425
/proc/meminfo: memFree=18310244/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=257012 CPUtime=640.74 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 236505 0 0 0 63989 85 0 0 25 0 1 0 650725471 263180288 40905 33554432000 4194304 4650387 140737439927648 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 64253 40905 382 112 0 59218 0
Current children cumulated CPU time (s) 640.74
Current children cumulated vsize (KiB) 257012

[startup+702.3 s]
/proc/loadavg: 4.05 4.04 4.00 5/295 3426
/proc/meminfo: memFree=18234836/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=315544 CPUtime=700.73 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 251034 0 0 0 69984 89 0 0 25 0 1 0 650725471 323117056 55434 33554432000 4194304 4650387 140737439927648 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 78886 55434 382 112 0 73851 0
Current children cumulated CPU time (s) 700.73
Current children cumulated vsize (KiB) 315544

[startup+762.301 s]
/proc/loadavg: 4.08 4.05 4.00 5/295 3428
/proc/meminfo: memFree=18232080/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=315544 CPUtime=760.72 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 251108 0 0 0 75981 91 0 0 25 0 1 0 650725471 323117056 55508 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 78886 55508 382 112 0 73851 0
Current children cumulated CPU time (s) 760.72
Current children cumulated vsize (KiB) 315544

[startup+822.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/295 3430
/proc/meminfo: memFree=18235876/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=315544 CPUtime=820.71 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 251108 0 0 0 81979 92 0 0 25 0 1 0 650725471 323117056 55508 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 78886 55508 382 112 0 73851 0
Current children cumulated CPU time (s) 820.71
Current children cumulated vsize (KiB) 315544

[startup+882.301 s]
/proc/loadavg: 4.04 4.04 4.00 5/295 3431
/proc/meminfo: memFree=18216764/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=315544 CPUtime=880.71 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 251108 0 0 0 87977 94 0 0 25 0 1 0 650725471 323117056 55508 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 78886 55508 382 112 0 73851 0
Current children cumulated CPU time (s) 880.71
Current children cumulated vsize (KiB) 315544

[startup+942.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/295 3433
/proc/meminfo: memFree=18154236/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=315544 CPUtime=940.69 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 251108 0 0 0 93974 95 0 0 25 0 1 0 650725471 323117056 55508 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 78886 55508 382 112 0 73851 0
Current children cumulated CPU time (s) 940.69
Current children cumulated vsize (KiB) 315544

[startup+1002.31 s]
/proc/loadavg: 4.04 4.04 4.00 5/295 3434
/proc/meminfo: memFree=18018312/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=315544 CPUtime=1000.7 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 251108 0 0 0 99973 97 0 0 25 0 1 0 650725471 323117056 55508 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 78886 55508 382 112 0 73851 0
Current children cumulated CPU time (s) 1000.7
Current children cumulated vsize (KiB) 315544

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/295 3437
/proc/meminfo: memFree=18043572/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=250120 CPUtime=1060.69 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 256234 0 0 0 105969 100 0 0 25 0 1 0 650725471 256122880 53596 33554432000 4194304 4650387 140737439927648 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 62530 53596 382 112 0 57495 0
Current children cumulated CPU time (s) 1060.69
Current children cumulated vsize (KiB) 250120

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/295 3439
/proc/meminfo: memFree=17974252/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=316692 CPUtime=1120.66 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 287397 0 0 0 111954 112 0 0 25 0 1 0 650725471 324292608 56283 33554432000 4194304 4650387 140737439927648 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 79173 56283 382 112 0 74138 0
Current children cumulated CPU time (s) 1120.66
Current children cumulated vsize (KiB) 316692

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/295 3440
/proc/meminfo: memFree=17951148/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=339104 CPUtime=1180.64 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 315756 0 0 0 117943 121 0 0 25 0 1 0 650725471 347242496 61885 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3377/statm: 84776 61885 382 112 0 79741 0
Current children cumulated CPU time (s) 1180.64
Current children cumulated vsize (KiB) 339104

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/295 3451
/proc/meminfo: memFree=17947984/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=339104 CPUtime=1240.6 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 315756 0 0 0 123934 126 0 0 25 0 1 0 650725471 347242496 61885 33554432000 4194304 4650387 140737439927648 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 84776 61885 382 112 0 79741 0
Current children cumulated CPU time (s) 1240.6
Current children cumulated vsize (KiB) 339104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 4.00 3/291 3454
/proc/meminfo: memFree=18619212/32951132 swapFree=67093824/67111528
[pid=3377] ppid=3375 vsize=341984 CPUtime=1298.3 cores=4,6
/proc/3377/stat : 3377 (strangenight1-s) R 3375 3377 2953 0 -1 4202496 316110 0 0 0 129703 127 0 0 25 0 1 0 650725471 350191616 62239 33554432000 4194304 4650387 140737439927648 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3377/statm: 85496 62239 382 112 0 80461 0
Current children cumulated CPU time (s) 1298.3
Current children cumulated vsize (KiB) 341984

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1298.32
CPU user time (s): 1297.04
CPU system time (s): 1.2858
CPU usage (%): 99.8692
Max. virtual memory (cumulated for all children) (KiB): 341984

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

runsolver used 3.9104 second user time and 8.67068 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 18:40:58
IDJOB=3370492
IDBENCH=83216
IDSOLVER=1847
FILE ID=node131/3370492-1305391258
RUNJOBID= node131-1305391257-3306
PBS_JOBID= 13324410
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= 8d1a6057b61b09d4ac0bb88470e901e8
RANDOM SEED=1671160389

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19062588 kB
Buffers:        262356 kB
Cached:        3630992 kB
SwapCached:       1504 kB
Active:       10574812 kB
Inactive:      3054720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19062588 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           25152 kB
Writeback:           0 kB
AnonPages:     9733880 kB
Mapped:          28056 kB
Slab:           165880 kB
PageTables:      31708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28101596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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