Trace number 3367308

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-Night2-st (fixed)? (TO) 1300.06 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
MD5SUMeea50e836fd8ac6474349634450aaaf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.8316
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367308-1305380577.cnf'
0.00/0.00	c -- header says num vars:          25000
0.00/0.00	c -- header says num clauses:      105000
0.00/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.00/0.06	c -- vars added      25000
0.00/0.06	c Parsing time:  0.06 s
0.00/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data
0.09/0.14	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.08
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.19/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.00 s
0.19/0.23	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.01 s
0.29/0.37	c lits-rem:         0  cl-subs:        0  v-elim:    629  v-fix:    0  time:  0.13 s
0.29/0.37	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.40	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.39/0.40	c calculated reachability. Time: 0.00
0.39/0.41	c Calc default polars -  time:   0.01 s pos:   11167 undec:    2757 neg:   11076
0.39/0.41	c =========================================================================================
0.39/0.41	c types(t): F = full restart, N = normal restart
0.39/0.41	c types(t): S = simplification begin/end, E = solution found
0.39/0.41	c restart types(rt): st = static, dy = dynamic
0.39/0.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.41	c  B st     0         0     24371    104344         0         0    316935         0   no data   no data
1.58/1.63	c  N dy    20      4074     24371    104344         0      4074    316935    994919    135.25    145.81
2.79/2.85	c  N dy    50      8082     24371    104344         0      8081    316935   1844298    137.27    149.26
3.99/4.03	c  N dy    77     12104     24371    104344         0     12103    316935   2671546    136.28    155.91
5.19/5.28	c  N dy   110     16188     24371    104344         0     16186    316935   3540191    137.77    148.49
6.50/6.57	c  N dy   137     20292     24371    104344         0     10290    316935    640947    138.88    151.09
7.79/7.80	c  N dy   166     24356     24371    104344         0     14353    316935   1525218    139.25    147.81
7.89/8.00	c  F st   171     25000     24371    104344         0     14997    316935   1673823    139.54    137.80
9.59/9.67	c  N dy   177     30000     24371    104344         0     19996    316935   3316882    139.54   no data
9.59/9.67	c  S st   177     30000     24371    104344         0     19996    316935   3316882    139.54   no data
9.80/9.83	c  S st   177     30507     24371    104344         0     20503    316935   3408572    139.54   no data
9.80/9.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.80/9.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
9.91/9.93	c blocked clauses removed:      458 vars:     76 tried:       24371 T: 0.01 s
9.91/9.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.91/9.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.91/9.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24295 time:  0.01 s
9.91/9.96	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
9.99/10.05	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.09 s
10.18/10.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.00/11.08	c lits-rem:         5  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.80 s
11.09/11.19	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.10
11.09/11.19	c calculated reachability. Time: 0.00
11.09/11.19	c  N dy   177     30507     24289    103880         0     20154    315582   3226258    139.54   no data
12.49/12.56	c  N dy   200     34582     24289    103880         0     24227    315582   4139594    139.63    149.88
13.99/14.02	c  N dy   231     38652     24289    103880         0     28296    315582   5057591    140.06    156.98
15.40/15.43	c  N dy   258     42750     24289    103880         0     17072    315582   1071118    140.42    148.99
16.40/16.43	c  S st   279     45762     24289    103880         0     20084    315582   1714611    140.28   no data
16.59/16.60	c  S st   279     46265     24289    103880         0     20587    315582   1798858    140.28   no data
16.59/16.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.59/16.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
16.59/16.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.69/16.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.69/16.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.69/16.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
16.69/16.72	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
16.79/16.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
16.79/16.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.09/17.12	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.22 s
17.09/17.13	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
17.09/17.16	c vivif2 --  cl tried    20586 cl shrink        0 lits rem          0 time: 0.03
17.19/17.27	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.11
17.19/17.27	c calculated reachability. Time: 0.00
17.19/17.27	c  N dy   279     46265     24289    103880         0     20586    315582   1798801    140.28   no data
18.60/18.65	c  N dy   310     50363     24289    103880         0     24684    315582   2733253    140.70    155.74
19.99/20.02	c  N dy   338     54459     24289    103880         0     28780    315582   3607965    140.50    152.86
21.29/21.36	c  N dy   366     58551     24289    103880         0     32871    315582   4502242    140.48    148.39
22.69/22.71	c  N dy   397     62578     24289    103880         0     36898    315582   5401427    140.76    175.36
23.99/24.04	c  N dy   425     66706     24289    103880         0     22366    315582   1489375    140.73    148.94
24.79/24.89	c  S st   441     69397     24289    103880         0     25057    315582   2056267    140.57   no data
24.99/25.05	c  S st   441     69900     24289    103880         0     25560    315582   2141078    140.57   no data
24.99/25.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.09/25.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
25.09/25.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.09/25.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.09/25.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.09/25.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
25.09/25.17	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
25.20/25.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
25.31/25.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.69/25.70	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.33 s
25.69/25.71	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
25.69/25.74	c vivif2 --  cl tried    25559 cl shrink        0 lits rem          0 time: 0.03
25.79/25.85	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.11
25.79/25.86	c calculated reachability. Time: 0.00
25.79/25.86	c  N dy   441     69900     24289    103880         0     25559    315582   2140077    140.57   no data
27.19/27.30	c  N dy   468     74431     24289    103880         0     30090    315582   3094961    140.55    197.39
28.89/28.92	c  N dy   501     79281     24289    103880         0     34938    315582   4167500    140.67    148.19
30.59/30.67	c  N dy   539     84353     24289    103880         0     40010    315582   5307113    140.96    149.15
31.69/31.76	c  F st   563     87500     24289    103880         0     22326    315582    968036    141.06    136.12
32.90/32.91	c  N st   568     90796     24289    103880         0     25621    315582   2058186    141.06   no data
35.10/35.11	c  N dy   597     96686     24289    103880         0     31509    315582   3650360    141.30    149.61
37.30/37.36	c  N dy   641    102863     24289    103880         0     37686    315582   5056668    141.47    160.15
37.99/38.09	c  S st   654    104850     24289    103880         0     39673    315582   5511435    141.44   no data
38.19/38.28	c  S st   654    105350     24289    103880         0     40173    315582   5587006    141.44   no data
38.19/38.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.29/38.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
38.29/38.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.40/38.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.40/38.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
38.40/38.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
38.40/38.42	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
38.50/38.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
38.79/38.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.39/40.43	c lits-rem:        16  cl-subs:        8  v-elim:      0  v-fix:    0  time:  1.59 s
40.39/40.44	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
40.49/40.52	c vivif2 --  cl tried    40165 cl shrink        0 lits rem          0 time: 0.08
40.60/40.66	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.14
40.60/40.67	c calculated reachability. Time: 0.00
40.60/40.67	c  N dy   654    105350     24289    103880         0     40165    315582   5585119    141.44   no data
42.99/43.06	c  N dy   703    112130     24289    103880         0     24533    315582   1084606    141.72    151.42
45.39/45.42	c  N dy   754    119381     24289    103880         0     31784    315582   2684290    141.90    153.50
47.99/48.05	c  N dy   809    127085     24289    103880         0     39487    315582   4395610    142.01    157.71
50.99/51.00	c  N dy   869    135250     24289    103880         0     23945    315582    629287    142.42    159.57
53.80/53.88	c  N dy   923    144082     24289    103880         0     32776    315582   2571366    142.40    150.74
57.11/57.11	c  N dy   990    153398     24289    103880         0     42091    315582   4650102    142.51    151.05
58.69/58.77	c  S st  1021    158027     24289    103880         0     46720    315582   5663119    142.46   no data
58.89/58.97	c  S st  1021    158533     24289    103880         0     47226    315582   5751258    142.46   no data
58.89/58.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
58.99/59.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
58.99/59.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.99/59.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
59.09/59.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
59.09/59.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
59.09/59.11	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
59.19/59.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
59.41/59.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
61.50/61.55	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.05 s
61.50/61.56	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
61.60/61.65	c vivif2 --  cl tried    47223 cl shrink        0 lits rem          0 time: 0.08
61.69/61.79	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.14
61.69/61.79	c calculated reachability. Time: 0.00
61.69/61.79	c  N dy  1021    158533     24289    103880         0     47223    315582   5751030    142.46   no data
65.29/65.32	c  N dy  1090    168792     24289    103880         0     32632    315582   2295556    142.50    151.30
69.30/69.38	c  N dy  1163    179571     24289    103880         0     43409    315582   4735953    142.62    153.47
73.71/73.73	c  N dy  1242    191040     24289    103880         0     28954    315582   1210807    142.70    194.68
78.11/78.12	c  N dy  1326    203293     24289    103880         0     41205    315582   3975963    142.92    157.02
82.89/82.92	c  N dy  1421    216304     24289    103880         0     27251    315582    568740    143.10    163.40
87.69/87.71	c  N dy  1520    230158     24289    103880         0     41103    315582   3711799    143.35    206.96
90.39/90.47	c  S st  1569    237800     24289    103880         0     48745    315582   5426866    143.31   no data
90.59/90.65	c  S st  1569    238303     24289    103880         0     49248    315582   5512300    143.31   no data
90.59/90.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
90.69/90.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
90.69/90.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.69/90.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
90.69/90.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
90.69/90.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
90.79/90.80	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
90.89/90.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
91.09/91.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.29/93.33	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.17 s
93.29/93.34	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
93.40/93.42	c vivif2 --  cl tried    49246 cl shrink        0 lits rem          0 time: 0.08
93.50/93.56	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.14
93.50/93.57	c calculated reachability. Time: 0.00
93.50/93.57	c  N dy  1569    238303     24289    103880         0     49246    315582   5511878    143.31   no data
98.90/98.98	c  N dy  1665    253640     24289    103880         0     36604    315582   2420328    143.18    151.05
104.79/104.85	c  N dy  1785    269862     24289    103880         0     52826    315582   6115868    143.43    151.02
111.01/111.02	c  N dy  1906    287133     24289    103880         0     41110    315582   3256966    143.80    170.30
117.79/117.85	c  N dy  2034    305604     24289    103880         0     59579    315582   7435502    143.89    152.00
118.09/118.12	c  F st  2039    306252     24289    103880         0     30236    315582    525091    143.89    149.63
125.49/125.59	c  N dy  2135    325177     24289    103880         0     49158    315582   5263977    143.90    155.61
133.69/133.70	c  N dy  2272    345234     24289    103880         0     38222    315582   2103256    144.05    179.27
138.30/138.39	c  S st  2357    357455     24289    103880         0     50442    315582   4841644    144.05   no data
138.50/138.59	c  S st  2357    357957     24289    103880         0     50944    315582   4929410    144.05   no data
138.50/138.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
138.61/138.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
138.69/138.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.69/138.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
138.69/138.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
138.69/138.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
138.69/138.74	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
138.79/138.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
138.99/139.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
140.99/141.06	c lits-rem:        13  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.98 s
140.99/141.07	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
141.09/141.15	c vivif2 --  cl tried    50939 cl shrink        0 lits rem          0 time: 0.07
141.29/141.30	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.15
141.29/141.31	c calculated reachability. Time: 0.00
141.29/141.31	c  N dy  2357    357957     24289    103880         0     50939    315582   4927630    144.05   no data
148.80/148.84	c  N dy  2495    378045     24289    103880         0     39023    315582   2059612    144.08    179.51
156.29/156.31	c  N dy  2641    398210     24289    103880         0     59185    315582   6642101    144.28    153.07
163.59/163.65	c  N dy  2778    418234     24289    103880         0     46207    315582   3401483    144.30    151.99
171.19/171.28	c  N dy  2911    438291     24289    103880         0     66263    315582   7981006    144.34    159.84
178.50/178.56	c  N dy  3048    458335     24289    103880         0     52323    315582   4641822    144.44    157.70
186.30/186.30	c  N dy  3181    478439     24289    103880         0     37421    315582   1004617    144.53    152.22
193.61/193.69	c  N dy  3320    498560     24289    103880         0     57541    315582   5597548    144.62    155.71
201.39/201.44	c  N dy  3455    518579     24289    103880         0     41561    315582   1712715    144.63    152.29
208.19/208.21	c  S st  3583    536935     24289    103880         0     59917    315582   5876105    144.69   no data
208.39/208.40	c  S st  3583    537436     24289    103880         0     60418    315582   5952931    144.69   no data
208.39/208.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
208.49/208.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.08
208.49/208.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
208.49/208.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
208.49/208.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
208.49/208.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
208.49/208.56	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
208.59/208.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
208.90/208.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
211.79/211.83	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.89 s
211.79/211.84	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
211.89/211.93	c vivif2 --  cl tried    60414 cl shrink        0 lits rem          0 time: 0.09
211.99/212.09	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.16
212.09/212.10	c calculated reachability. Time: 0.00
212.09/212.10	c  N dy  3583    537436     24289    103880         0     60414    315582   5951410    144.69   no data
220.09/220.18	c  N dy  3724    557456     24289    103880         0     43432    315582   1939036    144.75    165.26
228.89/228.95	c  N dy  3866    577549     24289    103880         0     63522    315582   6556713    144.84    157.08
237.20/237.25	c  N dy  3995    597669     24289    103880         0     45642    315582   2190743    144.77    162.02
245.30/245.39	c  N dy  4144    617883     24289    103880         0     65856    315582   6807022    144.84    157.50
253.29/253.36	c  N dy  4278    638001     24289    103880         0     46977    315582   2279055    144.85    156.72
261.00/261.09	c  N dy  4420    658067     24289    103880         0     67043    315582   6887353    144.93    152.85
268.89/268.97	c  N dy  4552    678112     24289    103880         0     47088    315582   2090542    144.95    157.44
276.59/276.62	c  N dy  4682    698244     24289    103880         0     67219    315582   6641687    144.93    162.91
284.69/284.71	c  N dy  4820    718319     24289    103880         0     46294    315582   1636841    144.95    156.07
292.51/292.59	c  N dy  4972    738567     24289    103880         0     66542    315582   6302276    145.07    154.10
300.69/300.78	c  N dy  5112    758620     24289    103880         0     44600    315582   1059248    145.11    154.71
308.30/308.37	c  N dy  5250    778678     24289    103880         0     64658    315582   5602221    145.14    155.19
316.59/316.69	c  N dy  5383    798736     24289    103880         0     84715    315582  10189821    145.17    166.07
319.39/319.50	c  S st  5432    806154     24289    103880         0     49134    315582   1864978    145.15    124.06
319.59/319.68	c  S st  5432    806655     24289    103880         0     49635    315582   1940976    145.15   no data
319.59/319.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
319.69/319.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
319.69/319.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
319.69/319.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
319.79/319.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
319.79/319.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
319.79/319.81	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
319.89/319.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
319.89/319.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
320.59/320.66	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.66 s
320.59/320.67	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
320.69/320.70	c vivif2 --  cl tried    49634 cl shrink        0 lits rem          0 time: 0.03
320.79/320.84	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.14
320.79/320.84	c calculated reachability. Time: 0.00
320.79/320.84	c  N dy  5432    806655     24289    103880         0     49634    315582   1940566    145.15   no data
328.59/328.62	c  N dy  5566    826723     24289    103880         0     69699    315582   6426373    145.14    157.31
336.89/336.99	c  N dy  5705    846830     24289    103880         0     45806    315582    871856    145.20    154.72
344.70/344.78	c  N dy  5841    867056     24289    103880         0     66032    315582   5498845    145.24    155.37
353.00/353.11	c  N dy  5971    887134     24289    103880         0     86106    315582  10091235    145.27    153.06
361.10/361.12	c  N dy  6112    907150     24289    103880         0     61123    315582   4227945    145.34    156.49
369.30/369.31	c  N dy  6250    927205     24289    103880         0     81174    315582   8774133    145.38    154.10
377.50/377.51	c  N dy  6389    947255     24289    103880         0     55229    315582   2608185    145.42    153.40
385.50/385.52	c  N dy  6530    967330     24289    103880         0     75303    315582   7208732    145.46    160.34
394.00/394.05	c  N dy  6669    987374     24289    103880         0     48347    315582    805844    145.52    163.95
401.80/401.87	c  N dy  6810   1007429     24289    103880         0     68402    315582   5355846    145.54    153.56
410.21/410.29	c  N dy  6948   1027448     24289    103880         0     88419    315582   9980039    145.58    156.49
418.50/418.52	c  N dy  7092   1047513     24289    103880         0     60486    315582   3369938    145.61    155.34
426.60/426.66	c  N dy  7232   1067625     24289    103880         0     80597    315582   8015446    145.65    154.71
428.39/428.49	c  F st  7263   1071876     24289    103880         0     84847    315582   8986019    145.66   no data
435.29/435.33	c  N dy  7341   1087682     24289    103880         0     51656    315582   1095911    145.66    154.64
443.10/443.17	c  N dy  7477   1107832     24289    103880         0     71803    315582   5722079    145.70    159.36
451.80/451.80	c  N dy  7617   1127901     24289    103880         0     91871    315582  10344490    145.73    159.27
460.00/460.02	c  N dy  7756   1147979     24289    103880         0     61954    315582   3268315    145.75    159.43
468.20/468.28	c  N dy  7888   1168069     24289    103880         0     82043    315582   7868940    145.76    153.45
477.10/477.13	c  N dy  8015   1188232     24289    103880         0     51208    315582    552753    145.75    163.31
485.01/485.10	c  N dy  8151   1208344     24289    103880         0     71317    315582   5238100    145.76    159.00
485.69/485.79	c  S st  8164   1209985     24289    103880         0     72958    315582   5619444    145.77   no data
485.99/486.01	c  S st  8164   1210487     24289    103880         0     73460    315582   5692701    145.77   no data
485.99/486.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
486.11/486.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
486.11/486.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
486.11/486.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
486.11/486.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
486.11/486.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
486.11/486.18	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
486.29/486.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
486.49/486.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
489.69/489.77	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.21 s
489.69/489.78	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
489.79/489.87	c vivif2 --  cl tried    73457 cl shrink        0 lits rem          0 time: 0.09
489.99/490.04	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.18
489.99/490.05	c calculated reachability. Time: 0.00
489.99/490.05	c  N dy  8164   1210487     24289    103880         0     73457    315582   5691526    145.77   no data
498.70/498.74	c  N dy  8293   1230724     24289    103880         0     93691    315582  10296625    145.78    156.31
507.19/507.26	c  N dy  8435   1250843     24289    103880         0     61814    315582   2746003    145.80    157.03
515.30/515.37	c  N dy  8564   1270888     24289    103880         0     81858    315582   7320926    145.80    175.57
524.20/524.27	c  N dy  8699   1291019     24289    103880         0    101989    315582  11896602    145.79    153.71
532.50/532.50	c  N dy  8836   1311066     24289    103880         0     69033    315582   4245124    145.84    161.84
540.90/540.92	c  N dy  8971   1331154     24289    103880         0     89120    315582   8853932    145.86    202.13
550.01/550.01	c  N dy  9108   1351258     24289    103880         0     55229    315582    810179    145.89    156.25
558.00/558.05	c  N dy  9244   1371420     24289    103880         0     75390    315582   5420098    145.90    156.41
566.80/566.83	c  N dy  9380   1391442     24289    103880         0     95412    315582  10055559    145.92    154.54
575.61/575.65	c  N dy  9518   1411604     24289    103880         0     60570    315582   1817573    145.95    155.75
583.70/583.79	c  N dy  9662   1431616     24289    103880         0     80581    315582   6425317    145.98    177.93
592.51/592.59	c  N dy  9797   1451632     24289    103880         0    100595    315582  11119531    146.02    190.17
601.30/601.38	c  N dy  9937   1471705     24289    103880         0     64677    315582   2535619    146.03    154.26
609.70/609.77	c  N dy 10076   1491784     24289    103880         0     84755    315582   7171730    146.07    162.12
618.60/618.69	c  N dy 10215   1511881     24289    103880         0    104851    315582  11723285    146.06    155.52
627.30/627.37	c  N dy 10351   1531924     24289    103880         0     67900    315582   2989421    146.07    154.58
635.72/635.80	c  N dy 10484   1551983     24289    103880         0     87957    315582   7602681    146.07    171.84
645.20/645.23	c  N dy 10617   1572023     24289    103880         0    107995    315582  12271274    146.10    168.53
654.10/654.11	c  N dy 10762   1592374     24289    103880         0     70346    315582   3365657    146.12    160.04
662.60/662.65	c  N dy 10901   1612451     24289    103880         0     90421    315582   7954509    146.14    156.34
671.70/671.73	c  N dy 11036   1632497     24289    103880         0    110466    315582  12554433    146.16    154.98
680.51/680.53	c  N dy 11175   1652810     24289    103880         0     71783    315582   3536209    146.17    153.94
689.00/689.08	c  N dy 11308   1672816     24289    103880         0     91788    315582   8159981    146.17    160.36
698.20/698.21	c  N dy 11438   1692933     24289    103880         0    111903    315582  12764998    146.17    155.85
705.90/705.97	c  S st 11558   1710489     24289    103880         0     69456    315582   2709800    146.17   no data
706.12/706.19	c  S st 11558   1710991     24289    103880         0     69958    315582   2791301    146.17   no data
706.12/706.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
706.22/706.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
706.30/706.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
706.30/706.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
706.30/706.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
706.30/706.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
706.30/706.34	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
706.40/706.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
706.50/706.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
708.32/708.36	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.78 s
708.32/708.37	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
708.32/708.41	c vivif2 --  cl tried    69956 cl shrink        0 lits rem          0 time: 0.04
708.51/708.58	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.17
708.51/708.59	c calculated reachability. Time: 0.00
708.51/708.59	c  N dy 11558   1710991     24289    103880         0     69956    315582   2790536    146.17   no data
716.90/716.98	c  N dy 11688   1731033     24289    103880         0     89995    315582   7384761    146.18    154.17
726.10/726.16	c  N dy 11831   1751147     24289    103880         0    110108    315582  12044936    146.21    157.45
735.10/735.15	c  N dy 11958   1771202     24289    103880         0     69175    315582   2422523    146.20    183.14
743.40/743.45	c  N dy 12091   1791253     24289    103880         0     89226    315582   6985347    146.19    187.14
752.60/752.66	c  N dy 12229   1811338     24289    103880         0    109310    315582  11580865    146.20    154.68
761.90/761.98	c  N dy 12356   1831445     24289    103880         0     67418    315582   1790133    146.20    155.25
770.31/770.36	c  N dy 12487   1851666     24289    103880         0     87638    315582   6478355    146.19    154.06
779.41/779.48	c  N dy 12627   1871740     24289    103880         0    107710    315582  11126685    146.23    157.81
789.21/789.22	c  N dy 12773   1891893     24289    103880         0     64862    315582    995466    146.26    156.46
797.52/797.58	c  N dy 12917   1912002     24289    103880         0     84971    315582   5698442    146.30    156.87
806.91/806.95	c  N dy 13052   1932055     24289    103880         0    105024    315582  10324742    146.31    154.02
817.81/817.83	c  N dy 13191   1952093     24289    103880         0    125059    315582  14878729    146.31    155.14
827.71/827.70	c  N dy 13333   1972141     24289    103880         0     81105    315582   4491532    146.33    154.46
837.01/837.05	c  N dy 13482   1992278     24289    103880         0    101240    315582   9220058    146.38    155.35
847.02/847.08	c  N dy 13629   2012376     24289    103880         0    121337    315582  13814980    146.40    154.55
856.21/856.27	c  N dy 13754   2032436     24289    103880         0     76402    315582   3213351    146.37    161.91
865.01/865.03	c  N dy 13892   2052575     24289    103880         0     96541    315582   7891624    146.39    154.25
874.31/874.32	c  N dy 14027   2072626     24289    103880         0    116590    315582  12468499    146.39    174.00
883.81/883.87	c  N dy 14156   2092760     24289    103880         0     70733    315582   1660772    146.39    160.01
892.31/892.37	c  N dy 14293   2112788     24289    103880         0     90761    315582   6302047    146.40    154.28
901.41/901.49	c  N dy 14432   2132933     24289    103880         0    110904    315582  11040855    146.43    155.94
911.31/911.39	c  N dy 14566   2153036     24289    103880         0    131004    315582  15610881    146.43    156.56
920.01/920.01	c  N dy 14695   2173221     24289    103880         0     84191    315582   4516862    146.42    154.15
929.01/929.00	c  N dy 14836   2193355     24289    103880         0    104323    315582   9225598    146.46    154.52
937.41/937.44	c  S st 14956   2210991     24289    103880         0    121958    315582  13268027    146.46   no data
937.71/937.72	c  S st 14956   2211498     24289    103880         0    122465    315582  13349373    146.46   no data
937.71/937.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
937.81/937.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
937.91/937.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
937.91/937.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
937.91/937.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
937.91/937.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
937.91/937.94	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
938.11/938.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
938.71/938.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
945.81/945.80	c lits-rem:         4  cl-subs:        7  v-elim:      0  v-fix:    0  time:  6.99 s
945.81/945.81	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
945.92/946.01	c vivif2 --  cl tried   122458 cl shrink        0 lits rem          0 time: 0.20
946.21/946.25	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.24
946.21/946.26	c calculated reachability. Time: 0.00
946.21/946.26	c  N dy 14956   2211498     24289    103880         0    122458    315582  13346870    146.46   no data
955.81/955.86	c  N dy 15098   2231543     24289    103880         0     74506    315582   2050015    146.48    157.71
964.62/964.62	c  N dy 15245   2251635     24289    103880         0     94597    315582   6762396    146.52    156.91
973.91/973.95	c  N dy 15380   2271667     24289    103880         0    114629    315582  11394346    146.53    155.91
983.71/983.73	c  N dy 15509   2291735     24289    103880         0    134696    315582  15979762    146.52    154.67
992.51/992.50	c  N dy 15641   2311770     24289    103880         0     85735    315582   4448028    146.50    154.99
1001.51/1001.55	c  N dy 15776   2331848     24289    103880         0    105811    315582   9078924    146.52    156.61
1011.01/1011.05	c  N dy 15900   2351966     24289    103880         0    125929    315582  13668775    146.51    155.07
1020.72/1020.77	c  N dy 16038   2372059     24289    103880         0     76022    315582   1970453    146.52    155.77
1030.21/1030.20	c  N dy 16172   2392098     24289    103880         0     96059    315582   6639395    146.54    250.76
1040.71/1040.72	c  N dy 16303   2412205     24289    103880         0    116162    315582  11235535    146.54    154.82
1052.41/1052.43	c  N dy 16442   2432384     24289    103880         0    136341    315582  15890390    146.56    154.73
1061.91/1061.93	c  N dy 16583   2452495     24289    103880         0     85454    315582   3986758    146.59    160.37
1071.21/1071.25	c  N dy 16715   2472635     24289    103880         0    105594    315582   8575751    146.58    155.36
1081.22/1081.22	c  N dy 16849   2492703     24289    103880         0    125659    315582  13260389    146.60    155.68
1091.41/1091.42	c  N dy 16985   2512782     24289    103880         0     73736    315582   1021725    146.61    155.92
1100.02/1100.01	c  N dy 17128   2532915     24289    103880         0     93868    315582   5658197    146.63    159.84
1109.31/1109.33	c  N dy 17269   2553096     24289    103880         0    114048    315582  10342326    146.64    158.60
1119.41/1119.41	c  N dy 17405   2573224     24289    103880         0    134173    315582  15024357    146.65    155.84
1129.11/1129.19	c  N dy 17554   2593374     24289    103880         0     81334    315582   2574401    146.69    168.66
1137.91/1137.99	c  N dy 17690   2613397     24289    103880         0    101354    315582   7139596    146.68    156.75
1147.51/1147.55	c  N dy 17827   2633488     24289    103880         0    121444    315582  11819953    146.70    162.12
1157.81/1157.89	c  N dy 17976   2653585     24289    103880         0    141539    315582  16531075    146.73    157.05
1167.03/1167.11	c  N dy 18103   2673731     24289    103880         0     87687    315582   3785080    146.73    161.16
1176.21/1176.25	c  N dy 18235   2693884     24289    103880         0    107837    315582   8403829    146.73    165.31
1184.91/1184.94	c  S st 18360   2711498     24289    103880         0    125451    315582  12568739    146.75    128.77
1185.21/1185.21	c  S st 18360   2712005     24289    103880         0    125958    315582  12655299    146.75   no data
1185.21/1185.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1185.31/1185.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
1185.31/1185.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1185.41/1185.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1185.41/1185.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1185.41/1185.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.01 s
1185.41/1185.43	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
1185.61/1185.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1186.11/1186.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1193.21/1193.21	c lits-rem:         1  cl-subs:       10  v-elim:      0  v-fix:    0  time:  7.02 s
1193.21/1193.22	c vivif2 --  cl tried   103880 cl shrink        0 lits rem          0 time: 0.01
1193.42/1193.41	c vivif2 --  cl tried   125948 cl shrink        0 lits rem          0 time: 0.19
1193.61/1193.65	c asymm  cl-useful: 0/103880/103880 lits-rem:0 time: 0.25
1193.61/1193.66	c calculated reachability. Time: 0.00
1193.61/1193.66	c  N dy 18360   2712005     24289    103880         0    125948    315582  12651520    146.75   no data
1204.11/1204.15	c  N dy 18500   2732100     24289    103880         0    146043    315582  17319951    146.77    155.22
1213.32/1213.37	c  N dy 18635   2752258     24289    103880         0     91203    315582   4407157    146.78    159.64
1222.41/1222.45	c  N dy 18766   2772361     24289    103880         0    111306    315582   9004132    146.77    154.66
1232.21/1232.26	c  N dy 18908   2792402     24289    103880         0    131347    315582  13665350    146.79    158.96
1242.81/1242.81	c  N dy 19039   2812454     24289    103880         0    151398    315582  18265883    146.79    156.50
1251.73/1251.79	c  N dy 19183   2832560     24289    103880         0     95503    315582   5238970    146.83    156.62
1260.92/1260.94	c  N dy 19324   2852586     24289    103880         0    115528    315582   9875829    146.84    166.62
1271.81/1271.87	c  N dy 19455   2872688     24289    103880         0    135628    315582  14501467    146.83    161.18
1282.21/1282.25	c  N dy 19596   2892734     24289    103880         0     78680    315582   1036100    146.84    157.23
1289.92/1289.93	c  N dy 19736   2912744     24289    103880         0     98689    315582   5634477    146.85    160.98
1298.11/1298.16	c  N dy 19862   2932807     24289    103880         0    118750    315582  10187671    146.84    156.78

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-3367308-1305380577/watcher-3367308-1305380577 -o /tmp/evaluation-result-3367308-1305380577/solver-3367308-1305380577 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367308-1305380577.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 5.20 4.66 3.39 4/410 25887
/proc/meminfo: memFree=24321140/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=38104 CPUtime=0.01 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 3128 0 0 0 1 0 0 0 21 0 1 0 649656413 39018496 2560 33554432000 4194304 4580011 140733756184608 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 9526 2561 324 95 0 4508 0

[startup+0.0919501 s]
/proc/loadavg: 5.20 4.66 3.39 4/410 25887
/proc/meminfo: memFree=24321140/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=43220 CPUtime=0.09 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 4875 0 0 0 9 0 0 0 21 0 1 0 649656413 44257280 4307 33554432000 4194304 4580011 140733756184608 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 10805 4307 339 95 0 5787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43220

[startup+0.100944 s]
/proc/loadavg: 5.20 4.66 3.39 4/410 25887
/proc/meminfo: memFree=24321140/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=43220 CPUtime=0.09 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 4875 0 0 0 9 0 0 0 21 0 1 0 649656413 44257280 4307 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 10805 4307 339 95 0 5787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43220

[startup+0.300913 s]
/proc/loadavg: 5.20 4.66 3.39 4/410 25887
/proc/meminfo: memFree=24321140/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=56992 CPUtime=0.29 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 9899 0 0 0 29 0 0 0 22 0 1 0 649656413 58359808 7488 33554432000 4194304 4580011 140733756184608 18446744073709551615 4404419 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 14248 7488 354 95 0 9230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56992

[startup+0.700853 s]
/proc/loadavg: 5.20 4.66 3.39 4/410 25887
/proc/meminfo: memFree=24321140/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=58464 CPUtime=0.69 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 10455 0 0 0 69 0 0 0 24 0 1 0 649656413 59867136 8044 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 14616 8044 364 95 0 9598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58464

[startup+1.5007 s]
/proc/loadavg: 5.20 4.66 3.39 5/411 25888
/proc/meminfo: memFree=24286668/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=58464 CPUtime=1.48 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 11122 0 0 0 148 0 0 0 25 0 1 0 649656413 59867136 8711 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 14616 8711 364 95 0 9598 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58464

[startup+3.10043 s]
/proc/loadavg: 5.27 4.68 3.41 6/411 25888
/proc/meminfo: memFree=24277260/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=91280 CPUtime=3.09 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 12251 0 0 0 308 1 0 0 25 0 1 0 649656413 93470720 9840 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 22820 9840 364 95 0 17802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91280

[startup+6.30088 s]
/proc/loadavg: 5.27 4.68 3.41 5/411 25888
/proc/meminfo: memFree=24255264/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=91280 CPUtime=6.29 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 14481 0 0 0 628 1 0 0 25 0 1 0 649656413 93470720 12070 33554432000 4194304 4580011 140733756184608 18446744073709551615 4301824 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 22820 12070 364 95 0 17802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91280

[startup+12.7008 s]
/proc/loadavg: 5.07 4.66 3.41 5/411 25888
/proc/meminfo: memFree=24176872/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=188264 CPUtime=12.69 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 36601 0 0 0 1265 4 0 0 25 0 1 0 649656413 192782336 29204 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293093 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 47066 29204 367 95 0 42048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 188264

[startup+25.5006 s]
/proc/loadavg: 4.91 4.64 3.42 5/411 25889
/proc/meminfo: memFree=24145124/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=150552 CPUtime=25.49 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 51294 0 0 0 2541 8 0 0 25 0 1 0 649656413 154165248 31474 33554432000 4194304 4580011 140733756184608 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 37638 31474 367 95 0 32620 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150552

[startup+51.1012 s]
/proc/loadavg: 4.60 4.59 3.43 5/411 25889
/proc/meminfo: memFree=24037344/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=223000 CPUtime=51.09 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 83334 0 0 0 5095 14 0 0 25 0 1 0 649656413 228352000 50359 33554432000 4194304 4580011 140733756184608 18446744073709551615 4292945 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 55750 50359 367 95 0 50732 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 223000

[startup+102.315 s]
/proc/loadavg: 4.24 4.49 3.46 5/411 25891
/proc/meminfo: memFree=23935508/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=322620 CPUtime=102.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 111357 0 0 0 10211 19 0 0 25 0 1 0 649656413 330362880 63167 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 80655 63167 367 95 0 75637 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 322620

[startup+162.301 s]
/proc/loadavg: 4.16 4.41 3.50 5/411 25892
/proc/meminfo: memFree=23906216/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=274824 CPUtime=162.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 136567 0 0 0 16206 24 0 0 25 0 1 0 649656413 281419776 63434 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293789 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 68706 63434 367 95 0 63688 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 274824

[startup+222.301 s]
/proc/loadavg: 4.32 4.41 3.55 5/411 25894
/proc/meminfo: memFree=23849012/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=344232 CPUtime=222.29 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 163977 0 0 0 22199 30 0 0 25 0 1 0 649656413 352493568 67278 33554432000 4194304 4580011 140733756184608 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 86058 67278 367 95 0 81040 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 344232

[startup+282.3 s]
/proc/loadavg: 4.12 4.33 3.58 5/411 25896
/proc/meminfo: memFree=23819604/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=357636 CPUtime=282.29 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 194133 0 0 0 28190 39 0 0 25 0 1 0 649656413 366219264 77218 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 89409 77218 367 95 0 84391 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 357636

[startup+342.301 s]
/proc/loadavg: 4.04 4.27 3.60 5/411 25897
/proc/meminfo: memFree=23797620/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=358320 CPUtime=342.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 218512 0 0 0 34185 45 0 0 25 0 1 0 649656413 366919680 71563 33554432000 4194304 4580011 140733756184608 18446744073709551615 4316740 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 89580 71563 367 95 0 84562 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 358320

[startup+402.301 s]
/proc/loadavg: 4.01 4.22 3.62 5/411 25899
/proc/meminfo: memFree=23768056/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=358972 CPUtime=402.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 245192 0 0 0 40179 51 0 0 25 0 1 0 649656413 367587328 73157 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 89743 73157 367 95 0 84725 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 358972

[startup+462.3 s]
/proc/loadavg: 4.07 4.20 3.65 5/411 25900
/proc/meminfo: memFree=23770272/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=360512 CPUtime=462.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 271837 0 0 0 46173 57 0 0 25 0 1 0 649656413 369164288 72381 33554432000 4194304 4580011 140733756184608 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 90128 72381 367 95 0 85110 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 360512

[startup+522.301 s]
/proc/loadavg: 4.12 4.19 3.68 5/411 25902
/proc/meminfo: memFree=23717144/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=360960 CPUtime=522.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 297308 0 0 0 52166 64 0 0 25 0 1 0 649656413 369623040 78697 33554432000 4194304 4580011 140733756184608 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 90240 78697 367 95 0 85222 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 360960

[startup+582.301 s]
/proc/loadavg: 4.11 4.17 3.70 5/411 25904
/proc/meminfo: memFree=23746136/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=361424 CPUtime=582.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 322587 0 0 0 58159 71 0 0 25 0 1 0 649656413 370098176 73443 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 90356 73443 367 95 0 85338 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 361424

[startup+642.3 s]
/proc/loadavg: 4.04 4.14 3.72 5/411 25905
/proc/meminfo: memFree=23726260/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=369108 CPUtime=642.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 351154 0 0 0 64154 77 0 0 25 0 1 0 649656413 377966592 80456 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 92277 80456 367 95 0 87259 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 369108

[startup+702.301 s]
/proc/loadavg: 4.01 4.11 3.74 5/411 25907
/proc/meminfo: memFree=23680348/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=312404 CPUtime=702.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 377522 0 0 0 70147 84 0 0 25 0 1 0 649656413 319901696 72854 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 78101 72854 367 95 0 73083 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 312404

[startup+762.316 s]
/proc/loadavg: 4.06 4.10 3.75 5/411 25908
/proc/meminfo: memFree=23773556/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=312404 CPUtime=762.32 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 401210 0 0 0 76142 90 0 0 25 0 1 0 649656413 319901696 72854 33554432000 4194304 4580011 140733756184608 18446744073709551615 4316604 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 78101 72854 367 95 0 73083 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 312404

[startup+822.3 s]
/proc/loadavg: 4.11 4.11 3.77 5/411 25910
/proc/meminfo: memFree=23716612/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=283632 CPUtime=822.3 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 428798 0 0 0 82132 98 0 0 25 0 1 0 649656413 290439168 64728 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 70908 64728 367 95 0 65890 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 283632

[startup+882.301 s]
/proc/loadavg: 4.04 4.09 3.79 5/411 25912
/proc/meminfo: memFree=23717700/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=284516 CPUtime=882.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 460749 0 0 0 88122 109 0 0 25 0 1 0 649656413 291344384 63707 33554432000 4194304 4580011 140733756184608 18446744073709551615 4325625 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 71129 63707 367 95 0 66111 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 284516

[startup+942.301 s]
/proc/loadavg: 4.01 4.07 3.80 5/411 25913
/proc/meminfo: memFree=23555852/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=444400 CPUtime=942.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 514743 0 0 0 94112 119 0 0 25 0 1 0 649656413 455065600 100762 33554432000 4194304 4580011 140733756184608 18446744073709551615 4416924 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 111100 100762 367 95 0 106082 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 444400

[startup+1002.3 s]
/proc/loadavg: 4.05 4.07 3.82 5/411 25915
/proc/meminfo: memFree=23452412/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=444764 CPUtime=1002.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 545284 0 0 0 100105 126 0 0 25 0 1 0 649656413 455438336 96901 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 111191 96901 367 95 0 106173 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 444764

[startup+1062.3 s]
/proc/loadavg: 4.06 4.07 3.83 5/411 25916
/proc/meminfo: memFree=23429564/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=445248 CPUtime=1062.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 575412 0 0 0 106096 135 0 0 25 0 1 0 649656413 455933952 91716 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 111312 91716 367 95 0 106294 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 445248

[startup+1122.3 s]
/proc/loadavg: 4.02 4.05 3.83 5/411 25927
/proc/meminfo: memFree=23409252/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=445432 CPUtime=1122.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 605604 0 0 0 112087 144 0 0 25 0 1 0 649656413 456122368 103731 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 111358 103731 367 95 0 106340 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 445432

[startup+1182.3 s]
/proc/loadavg: 4.04 4.05 3.85 5/411 25929
/proc/meminfo: memFree=23414308/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=445848 CPUtime=1182.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 637731 0 0 0 118078 153 0 0 25 0 1 0 649656413 456548352 98774 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 111462 98775 367 95 0 106444 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 445848

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 3.85 5/411 25930
/proc/meminfo: memFree=23295972/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=481184 CPUtime=1242.31 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 671839 0 0 0 124071 160 0 0 25 0 1 0 649656413 492732416 113985 33554432000 4194304 4580011 140733756184608 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 120296 113985 367 95 0 115278 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 481184



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.82 3.79 2/393 25986
/proc/meminfo: memFree=24102188/32951132 swapFree=67093844/67111528
[pid=25887] ppid=25885 vsize=481580 CPUtime=1300.03 cores=5,7
/proc/25887/stat : 25887 (strangenight2-s) R 25885 25887 25515 0 -1 4202496 703426 0 0 0 129834 169 0 0 25 0 1 0 649656413 493137920 107178 33554432000 4194304 4580011 140733756184608 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25887/statm: 120395 107178 367 95 0 115377 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 481580

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.04
CPU time (s): 1300.06
CPU user time (s): 1298.34
CPU system time (s): 1.71374
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 739836

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

runsolver used 4.81727 second user time and 11.8662 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 15:42:58
IDJOB=3367308
IDBENCH=82517
IDSOLVER=1845
FILE ID=node128/3367308-1305380577
RUNJOBID= node128-1305379152-25536
PBS_JOBID= 13324374
Free space on /tmp= 73588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367308-1305380577/watcher-3367308-1305380577 -o /tmp/evaluation-result-3367308-1305380577/solver-3367308-1305380577 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367308-1305380577.cnf

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

MD5SUM BENCH= eea50e836fd8ac6474349634450aaaf7
RANDOM SEED=361603058

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24321296 kB
Buffers:        248224 kB
Cached:        2639808 kB
SwapCached:       1440 kB
Active:        6260888 kB
Inactive:      2076580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24321296 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           26068 kB
Writeback:           0 kB
AnonPages:     5447392 kB
Mapped:          32980 kB
Slab:           188148 kB
PageTables:      39108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100949336 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= 73600 MiB
End job on node128 at 2011-05-14 16:04:40