Trace number 3174376

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? (TO) 1300.06 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
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-3174376-1301783669.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.05 s
0.00/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data
0.09/0.13	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.07
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.04
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.00 s
0.19/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.19/0.23	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
0.29/0.36	c lits-rem:         0  cl-subs:        0  v-elim:    608  v-fix:    0  time:  0.13 s
0.29/0.37	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.39	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.29/0.39	c calculated reachability. Time: 0.00
0.39/0.40	c Calc default polars -  time:   0.01 s pos:   11052 undec:    2814 neg:   11134
0.39/0.40	c =========================================================================================
0.39/0.40	c types(t): F = full restart, N = normal restart
0.39/0.40	c types(t): S = simplification begin/end, E = solution found
0.39/0.40	c restart types(rt): st = static, dy = dynamic
0.39/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.40	c  B st     0         0     24392    104392         0         0    316990         0   no data   no data
1.59/1.61	c  N dy    20      4178     24392    104392         0      4178    316990   1019858    140.81    149.24
2.69/2.78	c  N dy    47      8210     24392    104392         0      8210    316990   1886337    140.76    151.33
3.89/3.98	c  N dy    74     12273     24392    104392         0     12273    316990   2767185    140.88    170.57
5.19/5.24	c  N dy   102     16436     24392    104392         0     16436    316990   3700324    141.50    152.10
6.50/6.50	c  N dy   129     20485     24392    104392         0     10489    316990    696507    141.31    148.83
7.70/7.73	c  N dy   156     24528     24392    104392         0     14531    316990   1571980    141.32    152.94
7.79/7.87	c  F st   160     25000     24392    104392         0     15003    316990   1672946    141.38   no data
9.49/9.56	c  N dy   166     30002     24392    104392         0     20005    316990   3262975    141.38   no data
9.49/9.56	c  S st   166     30002     24392    104392         0     20005    316990   3262975    141.38   no data
9.69/9.71	c  S st   166     30504     24392    104392         0     20507    316990   3341179    141.38   no data
9.69/9.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.80/9.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
9.80/9.86	c blocked clauses removed:      502 vars:     80 tried:       24392 T: 0.01 s
9.80/9.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.80/9.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.80/9.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24312 time:  0.01 s
9.80/9.88	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
9.90/9.99	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.10 s
10.09/10.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.00/11.02	c lits-rem:         4  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.81 s
11.09/11.13	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.10
11.09/11.13	c calculated reachability. Time: 0.00
11.09/11.13	c  N dy   166     30504     24298    103878         0     20194    315530   3134922    141.38   no data
12.50/12.52	c  N dy   188     34932     24298    103878         0     24622    315530   4105637    141.28    150.76
13.89/13.92	c  N dy   217     39172     24298    103878         0     28862    315530   5025063    141.10    151.21
15.19/15.26	c  N dy   249     43230     24298    103878         0     17575    315530   1191850    141.57    151.88
15.99/16.07	c  S st   267     45757     24298    103878         0     20102    315530   1760243    141.58   no data
16.19/16.22	c  S st   267     46259     24298    103878         0     20604    315530   1840245    141.58   no data
16.19/16.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.29/16.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
16.29/16.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.29/16.36	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.29/16.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.29/16.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
16.29/16.38	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
16.40/16.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
16.50/16.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.79/16.83	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
16.79/16.83	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
16.79/16.86	c vivif2 --  cl tried    20604 cl shrink        0 lits rem          0 time: 0.03
16.89/16.97	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.10
16.89/16.97	c calculated reachability. Time: 0.00
16.89/16.97	c  N dy   267     46259     24298    103878         0     20604    315530   1840243    141.58   no data
18.19/18.24	c  N dy   295     50270     24298    103878         0     24615    315530   2697982    141.38    151.43
19.49/19.59	c  N dy   323     54322     24298    103878         0     28667    315530   3607608    141.31    149.88
20.89/20.98	c  N dy   350     58522     24298    103878         0     32867    315530   4525205    141.34    155.74
22.39/22.45	c  N dy   381     62692     24298    103878         0     37036    315530   5442114    141.56    151.29
23.79/23.82	c  N dy   410     66753     24298    103878         0     22421    315530   1497378    141.65    158.87
24.59/24.69	c  S st   431     69392     24298    103878         0     25060    315530   2124650    141.91   no data
24.79/24.86	c  S st   431     69895     24298    103878         0     25563    315530   2217156    141.91   no data
24.79/24.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.89/24.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
24.89/24.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.99/25.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
24.99/25.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.99/25.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
24.99/25.02	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
25.09/25.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
25.19/25.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.59/25.61	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.38 s
25.59/25.62	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
25.59/25.66	c vivif2 --  cl tried    25560 cl shrink        0 lits rem          0 time: 0.03
25.69/25.77	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.11
25.69/25.77	c calculated reachability. Time: 0.00
25.69/25.77	c  N dy   431     69895     24298    103878         0     25560    315530   2214639    141.91   no data
27.19/27.26	c  N dy   465     74365     24298    103878         0     30030    315530   3244519    142.41    153.57
28.89/28.95	c  N dy   501     79303     24298    103878         0     34968    315530   4379469    142.66    150.31
30.59/30.68	c  N dy   533     84409     24298    103878         0     40074    315530   5483135    142.48    150.62
31.69/31.74	c  F st   553     87500     24298    103878         0     22332    315530    988372    142.46   no data
32.79/32.86	c  N st   558     90798     24298    103878         0     25630    315530   1889379    142.46   no data
34.80/34.87	c  N dy   589     96817     24298    103878         0     31649    315530   3338099    142.66    152.89
37.09/37.16	c  N dy   633    103185     24298    103878         0     38016    315530   4766439    142.67    158.77
37.69/37.72	c  S st   641    104842     24298    103878         0     39673    315530   5131607    142.49   no data
37.89/37.91	c  S st   641    105342     24298    103878         0     40173    315530   5223693    142.49   no data
37.89/37.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
37.99/38.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
37.99/38.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.99/38.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
37.99/38.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.99/38.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
38.09/38.10	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
38.19/38.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
38.40/38.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.99/40.06	c lits-rem:        10  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.56 s
39.99/40.07	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
40.09/40.15	c vivif2 --  cl tried    40168 cl shrink        0 lits rem          0 time: 0.08
40.19/40.28	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.13
40.19/40.29	c calculated reachability. Time: 0.00
40.19/40.29	c  N dy   641    105342     24298    103878         0     40168    315530   5219456    142.49   no data
42.69/42.74	c  N dy   691    112180     24298    103878         0     24590    315530   1105402    142.76    150.87
45.10/45.17	c  N dy   735    119537     24298    103878         0     31947    315530   2751198    142.67    151.24
47.79/47.81	c  N dy   783    127295     24298    103878         0     39705    315530   4460463    142.55    156.74
50.70/50.80	c  N dy   842    135512     24298    103878         0     24212    315530    680128    142.76    188.50
53.70/53.74	c  N dy   902    144259     24298    103878         0     32957    315530   2639972    142.88    154.77
56.90/56.96	c  N dy   966    153544     24298    103878         0     42241    315530   4702634    142.82    150.79
58.59/58.65	c  S st   998    158013     24298    103878         0     46709    315530   5724271    142.92   no data
58.79/58.85	c  S st   998    158518     24298    103878         0     47214    315530   5819682    142.92   no data
58.79/58.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
58.99/59.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
58.99/59.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.99/59.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
58.99/59.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
58.99/59.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
58.99/59.05	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
59.09/59.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
59.39/59.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
61.60/61.64	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.15 s
61.60/61.65	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
61.69/61.73	c vivif2 --  cl tried    47209 cl shrink        0 lits rem          0 time: 0.09
61.79/61.88	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
61.79/61.88	c calculated reachability. Time: 0.00
61.79/61.88	c  N dy   998    158518     24298    103878         0     47209    315530   5818557    142.92   no data
65.39/65.49	c  N dy  1070    168822     24298    103878         0     32662    315530   2306566    143.14    153.05
69.30/69.34	c  N dy  1145    179681     24298    103878         0     43521    315530   4745649    143.15    155.32
73.39/73.47	c  N dy  1221    191207     24298    103878         0     29119    315530   1249540    143.09    152.72
77.80/77.84	c  N dy  1308    203614     24298    103878         0     41526    315530   4126766    143.42    164.05
82.69/82.72	c  N dy  1399    216726     24298    103878         0     27676    315530    659113    143.52    152.28
87.49/87.58	c  N dy  1493    230626     24298    103878         0     41576    315530   3774551    143.61    154.77
90.20/90.24	c  S st  1543    237778     24298    103878         0     48728    315530   5398552    143.67   no data
90.40/90.43	c  S st  1543    238284     24298    103878         0     49234    315530   5486330    143.67   no data
90.40/90.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
90.50/90.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
90.50/90.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.60/90.60	c bin-w-bin subsume rem            0 bins  time:  0.01 s
90.60/90.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
90.60/90.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
90.60/90.62	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
90.70/90.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
90.90/90.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
93.20/93.20	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.19 s
93.20/93.21	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
93.20/93.29	c vivif2 --  cl tried    49231 cl shrink        0 lits rem          0 time: 0.08
93.40/93.43	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
93.40/93.44	c calculated reachability. Time: 0.00
93.40/93.44	c  N dy  1543    238284     24298    103878         0     49231    315530   5485005    143.67   no data
99.09/99.15	c  N dy  1642    253622     24298    103878         0     36589    315530   2428542    143.66    153.58
105.19/105.20	c  N dy  1753    270245     24298    103878         0     53211    315530   6180445    143.72    152.50
111.39/111.49	c  N dy  1874    287561     24298    103878         0     41540    315530   3264194    143.85    155.14
118.29/118.38	c  N dy  1994    305986     24298    103878         0     59964    315530   7433799    143.81    222.84
118.49/118.51	c  F st  1996    306250     24298    103878         0     30230    315530    517276    143.80   no data
125.59/125.68	c  N dy  2100    325660     24298    103878         0     49639    315530   5437962    143.87    159.97
133.19/133.23	c  N dy  2236    345908     24298    103878         0     38893    315530   2225247    143.93    155.59
137.50/137.51	c  S st  2322    357428     24298    103878         0     50412    315530   4853389    144.03   no data
137.69/137.71	c  S st  2322    357930     24298    103878         0     50914    315530   4935503    144.03   no data
137.69/137.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
137.79/137.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
137.79/137.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.79/137.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
137.79/137.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
137.89/137.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
137.89/137.91	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
137.99/138.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
138.19/138.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
140.29/140.30	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.04 s
140.29/140.31	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
140.29/140.38	c vivif2 --  cl tried    50911 cl shrink        0 lits rem          0 time: 0.07
140.49/140.53	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
140.49/140.53	c calculated reachability. Time: 0.00
140.49/140.53	c  N dy  2322    357930     24298    103878         0     50911    315530   4934824    144.03   no data
148.10/148.18	c  N dy  2463    377960     24298    103878         0     38938    315530   2032453    144.21    168.52
155.90/155.97	c  N dy  2594    398085     24298    103878         0     59062    315530   6572299    144.13    152.79
163.39/163.46	c  N dy  2734    418093     24298    103878         0     46074    315530   3431755    144.25    152.55
171.19/171.22	c  N dy  2870    438181     24298    103878         0     66162    315530   7964568    144.25    152.45
178.59/178.66	c  N dy  3007    458188     24298    103878         0     52171    315530   4608851    144.36    155.51
186.49/186.52	c  N dy  3140    478231     24298    103878         0     37215    315530    981158    144.36    153.06
193.99/194.06	c  N dy  3278    498426     24298    103878         0     57409    315530   5666683    144.57    153.47
201.80/201.87	c  N dy  3410    518473     24298    103878         0     41452    315530   1674358    144.59    153.67
208.79/208.83	c  S st  3537    536896     24298    103878         0     59875    315530   5858063    144.66   no data
209.00/209.04	c  S st  3537    537401     24298    103878         0     60380    315530   5939508    144.66   no data
209.00/209.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
209.09/209.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.13
209.19/209.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
209.19/209.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
209.19/209.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
209.19/209.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
209.19/209.24	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
209.29/209.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
209.59/209.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
212.49/212.53	c lits-rem:         1  cl-subs:        9  v-elim:      0  v-fix:    0  time:  2.89 s
212.49/212.54	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
212.59/212.64	c vivif2 --  cl tried    60371 cl shrink        0 lits rem          0 time: 0.09
212.69/212.79	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.16
212.79/212.80	c calculated reachability. Time: 0.00
212.79/212.80	c  N dy  3537    537401     24298    103878         0     60371    315530   5936473    144.66   no data
220.69/220.76	c  N dy  3685    557482     24298    103878         0     43452    315530   1952223    144.74    158.44
228.49/228.53	c  N dy  3825    577732     24298    103878         0     63700    315530   6524714    144.72    161.04
236.40/236.49	c  N dy  3963    597781     24298    103878         0     45755    315530   2246457    144.78    158.68
244.10/244.18	c  N dy  4093    617833     24298    103878         0     65805    315530   6794776    144.80    156.94
252.20/252.22	c  N dy  4221    637842     24298    103878         0     46816    315530   2257361    144.80    164.17
260.40/260.44	c  N dy  4358    657935     24298    103878         0     66906    315530   6860578    144.85    158.77
268.49/268.56	c  N dy  4504    678016     24298    103878         0     46984    315530   2103853    144.95    156.92
276.29/276.35	c  N dy  4635    698135     24298    103878         0     67102    315530   6645017    144.92    152.92
284.60/284.65	c  N dy  4771    718224     24298    103878         0     46197    315530   1621231    144.95    153.92
292.40/292.41	c  N dy  4916    738293     24298    103878         0     66264    315530   6168179    144.98    157.82
300.69/300.79	c  N dy  5055    758342     24298    103878         0     44318    315530   1019625    144.98    159.27
308.40/308.49	c  N dy  5184    778387     24298    103878         0     64362    315530   5643093    144.98    174.53
316.90/316.93	c  N dy  5324    798447     24298    103878         0     84420    315530  10228493    145.06    152.77
319.90/319.91	c  S st  5377    806101     24298    103878         0     49077    315530   1891251    145.05   no data
320.10/320.11	c  S st  5377    806603     24298    103878         0     49579    315530   1975048    145.05   no data
320.10/320.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
320.20/320.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
320.20/320.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
320.20/320.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
320.20/320.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
320.20/320.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
320.30/320.30	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
320.40/320.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
320.40/320.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
321.10/321.20	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.70 s
321.20/321.21	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
321.20/321.24	c vivif2 --  cl tried    49576 cl shrink        0 lits rem          0 time: 0.03
321.30/321.38	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
321.30/321.39	c calculated reachability. Time: 0.00
321.30/321.39	c  N dy  5377    806603     24298    103878         0     49576    315530   1973301    145.05   no data
329.30/329.31	c  N dy  5514    826604     24298    103878         0     69574    315530   6571694    145.12    153.76
337.80/337.87	c  N dy  5658    846625     24298    103878         0     45592    315530    840420    145.18    156.09
345.50/345.56	c  N dy  5789    866652     24298    103878         0     65618    315530   5412385    145.20    159.01
354.00/354.06	c  N dy  5926    886675     24298    103878         0     85637    315530  10046555    145.26    172.97
362.00/362.07	c  N dy  6059    906916     24298    103878         0     60877    315530   4101791    145.28    155.85
370.30/370.37	c  N dy  6201    926924     24298    103878         0     80884    315530   8627157    145.30    155.06
378.60/378.67	c  N dy  6334    947035     24298    103878         0     55001    315530   2576891    145.33    153.82
386.80/386.85	c  N dy  6472    967250     24298    103878         0     75214    315530   7192629    145.34    154.53
395.60/395.65	c  N dy  6607    987399     24298    103878         0     48367    315530    801942    145.36    153.85
403.50/403.57	c  N dy  6744   1007430     24298    103878         0     68395    315530   5384090    145.39    166.48
411.90/411.96	c  N dy  6873   1027475     24298    103878         0     88439    315530   9917555    145.37    156.86
420.31/420.30	c  N dy  7009   1047588     24298    103878         0     60562    315530   3342910    145.38    155.09
428.50/428.55	c  N dy  7146   1067669     24298    103878         0     80641    315530   7882787    145.38    153.94
430.30/430.32	c  F st  7173   1071875     24298    103878         0     84847    315530   8818490    145.38   no data
437.30/437.35	c  N dy  7257   1087698     24298    103878         0     51670    315530   1127207    145.43    155.46
445.20/445.29	c  N dy  7388   1107805     24298    103878         0     71771    315530   5655166    145.42    154.28
453.90/453.97	c  N dy  7526   1127870     24298    103878         0     91834    315530  10242151    145.42    153.47
462.40/462.43	c  N dy  7667   1148028     24298    103878         0     62004    315530   3292397    145.47    154.06
470.71/470.78	c  N dy  7808   1168096     24298    103878         0     82072    315530   7893347    145.49    189.02
480.00/480.00	c  N dy  7953   1188200     24298    103878         0     51174    315530    539058    145.57    155.05
487.90/487.98	c  N dy  8098   1208271     24298    103878         0     71244    315530   5134441    145.60    157.70
488.60/488.68	c  S st  8110   1209904     24298    103878         0     72877    315530   5505957    145.60   no data
488.90/488.91	c  S st  8110   1210406     24298    103878         0     73379    315530   5593935    145.60   no data
488.90/488.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
489.00/489.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.14
489.00/489.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
489.10/489.10	c bin-w-bin subsume rem            0 bins  time:  0.01 s
489.10/489.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
489.10/489.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
489.10/489.13	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
489.20/489.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
489.51/489.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
492.61/492.63	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.10 s
492.61/492.64	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
492.71/492.73	c vivif2 --  cl tried    73375 cl shrink        0 lits rem          0 time: 0.09
492.91/492.90	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.17
492.91/492.91	c calculated reachability. Time: 0.00
492.91/492.91	c  N dy  8110   1210406     24298    103878         0     73375    315530   5592653    145.60   no data
501.51/501.56	c  N dy  8244   1230483     24298    103878         0     93451    315530  10154631    145.60    162.78
510.20/510.20	c  N dy  8383   1250549     24298    103878         0     61514    315530   2680176    145.62    177.35
518.60/518.60	c  N dy  8521   1270794     24298    103878         0     81756    315530   7330413    145.63    157.01
527.61/527.61	c  N dy  8658   1290936     24298    103878         0    101898    315530  11882705    145.62    153.99
535.90/535.94	c  N dy  8792   1311143     24298    103878         0     69105    315530   4175024    145.62    154.64
544.51/544.52	c  N dy  8923   1331268     24298    103878         0     89230    315530   8841739    145.62    154.76
553.91/553.92	c  N dy  9060   1351369     24298    103878         0     55331    315530    834987    145.66    157.76
561.91/561.99	c  N dy  9200   1371420     24298    103878         0     75382    315530   5429367    145.67    156.56
570.70/570.76	c  N dy  9332   1391544     24298    103878         0     95505    315530  10028021    145.66    154.93
579.80/579.84	c  N dy  9476   1411629     24298    103878         0     60587    315530   1791853    145.69    161.64
588.11/588.12	c  N dy  9611   1431819     24298    103878         0     80776    315530   6395341    145.69    160.58
597.11/597.10	c  N dy  9748   1451853     24298    103878         0    100809    315530  10949716    145.71    154.44
605.91/605.97	c  N dy  9887   1471882     24298    103878         0     64846    315530   2566054    145.74    157.49
614.40/614.45	c  N dy 10027   1491897     24298    103878         0     84859    315530   7178028    145.77    182.66
623.50/623.59	c  N dy 10164   1511994     24298    103878         0    104952    315530  11824307    145.81    190.98
632.42/632.47	c  N dy 10317   1532078     24298    103878         0     68041    315530   3123706    145.89    154.15
641.01/641.03	c  N dy 10451   1552166     24298    103878         0     88129    315530   7754890    145.89    174.56
650.21/650.25	c  N dy 10586   1572261     24298    103878         0    108223    315530  12328134    145.89    154.71
659.11/659.10	c  N dy 10727   1592410     24298    103878         0     70376    315530   3403115    145.90    157.25
667.80/667.81	c  N dy 10857   1612586     24298    103878         0     90552    315530   7991905    145.89    155.77
677.01/677.07	c  N dy 10998   1632639     24298    103878         0    110603    315530  12595365    145.94    208.24
685.91/685.94	c  N dy 11134   1652883     24298    103878         0     71851    315530   3474289    145.94    153.72
694.61/694.60	c  N dy 11268   1672917     24298    103878         0     91885    315530   7979928    145.94    159.53
704.02/704.09	c  N dy 11405   1692949     24298    103878         0    111917    315530  12591943    145.96    156.55
711.81/711.84	c  S st 11514   1710406     24298    103878         0     69378    315530   2631518    145.93   no data
712.01/712.06	c  S st 11514   1710909     24298    103878         0     69881    315530   2707141    145.93   no data
712.01/712.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
712.21/712.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.13
712.21/712.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
712.21/712.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
712.21/712.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
712.21/712.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
712.21/712.26	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
712.31/712.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
712.41/712.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
714.11/714.17	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.66 s
714.11/714.18	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
714.21/714.23	c vivif2 --  cl tried    69879 cl shrink        0 lits rem          0 time: 0.04
714.31/714.40	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.17
714.41/714.40	c calculated reachability. Time: 0.00
714.41/714.40	c  N dy 11514   1710909     24298    103878         0     69879    315530   2706741    145.93   no data
723.01/723.04	c  N dy 11651   1730915     24298    103878         0     89885    315530   7362379    145.97    153.89
732.31/732.36	c  N dy 11785   1751074     24298    103878         0    110044    315530  11984861    145.96    155.40
741.81/741.81	c  N dy 11926   1771395     24298    103878         0     69364    315530   2501836    145.98    155.30
750.42/750.49	c  N dy 12069   1791591     24298    103878         0     89555    315530   7194650    146.02    155.38
759.71/759.75	c  N dy 12199   1811616     24298    103878         0    109580    315530  11732848    146.01    158.42
769.32/769.33	c  N dy 12333   1831878     24298    103878         0     67847    315530   1938491    146.00    154.05
777.91/777.99	c  N dy 12478   1852037     24298    103878         0     88006    315530   6649319    146.02    154.07
787.31/787.35	c  N dy 12622   1872223     24298    103878         0    108190    315530  11297693    146.06    154.85
797.12/797.17	c  N dy 12756   1892388     24298    103878         0     65355    315530   1118433    146.07    154.25
805.52/805.57	c  N dy 12898   1912489     24298    103878         0     85455    315530   5700077    146.09    158.20
814.62/814.64	c  N dy 13019   1932561     24298    103878         0    105526    315530  10299972    146.06    164.73
824.51/824.51	c  N dy 13158   1952570     24298    103878         0    125535    315530  14898878    146.09    157.41
833.11/833.11	c  N dy 13294   1972701     24298    103878         0     81662    315530   4576048    146.09    165.60
842.02/842.08	c  N dy 13435   1992752     24298    103878         0    101711    315530   9168626    146.10    153.88
851.72/851.79	c  N dy 13566   2012927     24298    103878         0    121883    315530  13776885    146.09    156.46
860.81/860.85	c  N dy 13698   2032951     24298    103878         0     76908    315530   3327731    146.10    154.29
869.71/869.78	c  N dy 13847   2052996     24298    103878         0     96951    315530   7961941    146.13    155.52
880.02/880.06	c  N dy 13987   2073141     24298    103878         0    117095    315530  12625779    146.15    155.04
889.82/889.88	c  N dy 14127   2093218     24298    103878         0     71177    315530   1783396    146.18    156.85
898.42/898.49	c  N dy 14264   2113287     24298    103878         0     91246    315530   6403694    146.18    165.45
907.82/907.83	c  N dy 14396   2133295     24298    103878         0    111253    315530  11010567    146.19    154.00
917.92/917.91	c  N dy 14536   2153386     24298    103878         0    131344    315530  15671479    146.22    155.61
926.72/926.72	c  N dy 14677   2173539     24298    103878         0     84499    315530   4599439    146.22    154.29
935.82/935.81	c  N dy 14811   2193587     24298    103878         0    104547    315530   9227696    146.23    154.05
944.22/944.22	c  S st 14929   2210909     24298    103878         0    121867    315530  13154304    146.23   no data
944.52/944.50	c  S st 14929   2211416     24298    103878         0    122374    315530  13238599    146.23   no data
944.52/944.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
944.72/944.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.18
944.72/944.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
944.72/944.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
944.72/944.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
944.72/944.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
944.72/944.77	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
945.02/945.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
945.62/945.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
952.72/952.78	c lits-rem:         5  cl-subs:        9  v-elim:      0  v-fix:    0  time:  7.09 s
952.72/952.79	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
952.92/952.99	c vivif2 --  cl tried   122365 cl shrink        0 lits rem          0 time: 0.20
953.22/953.24	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.24
953.22/953.25	c calculated reachability. Time: 0.00
953.22/953.25	c  N dy 14929   2211416     24298    103878         0    122365    315530  13235830    146.23   no data
962.92/962.94	c  N dy 15060   2231546     24298    103878         0     74503    315530   2072509    146.22    154.33
971.72/971.74	c  N dy 15202   2251552     24298    103878         0     94509    315530   6655676    146.24    182.75
981.22/981.27	c  N dy 15351   2271632     24298    103878         0    114589    315530  11264656    146.26    163.83
991.52/991.52	c  N dy 15498   2291859     24298    103878         0    134815    315530  15930354    146.28    158.77
1000.32/1000.38	c  N dy 15630   2311910     24298    103878         0     85871    315530   4441023    146.27    215.06
1009.62/1009.64	c  N dy 15759   2332188     24298    103878         0    106147    315530   9080452    146.26    156.63
1019.42/1019.44	c  N dy 15900   2352192     24298    103878         0    126150    315530  13618197    146.26    168.09
1029.42/1029.44	c  N dy 16039   2372291     24298    103878         0     76252    315530   2045341    146.27    155.47
1038.33/1038.33	c  N dy 16179   2392412     24298    103878         0     96372    315530   6675592    146.29    162.64
1047.82/1047.88	c  N dy 16318   2412541     24298    103878         0    116500    315530  11364105    146.31    155.53
1058.02/1058.07	c  N dy 16453   2432628     24298    103878         0    136586    315530  15971381    146.31    161.01
1067.73/1067.77	c  N dy 16585   2452766     24298    103878         0     85730    315530   4045920    146.32    155.08
1077.22/1077.25	c  N dy 16721   2472773     24298    103878         0    105733    315530   8681520    146.34    164.89
1087.02/1087.07	c  N dy 16855   2492798     24298    103878         0    125756    315530  13314923    146.36    156.69
1097.52/1097.55	c  N dy 16997   2512829     24298    103878         0     73790    315530   1053706    146.38    180.59
1106.22/1106.27	c  N dy 17138   2532896     24298    103878         0     93855    315530   5609488    146.38    154.75
1115.72/1115.74	c  N dy 17267   2553013     24298    103878         0    113968    315530  10267538    146.39    158.54
1125.82/1125.85	c  N dy 17415   2573085     24298    103878         0    134037    315530  14849890    146.42    156.44
1135.83/1135.81	c  N dy 17559   2593188     24298    103878         0     81143    315530   2500076    146.44    204.17
1144.72/1144.77	c  N dy 17688   2613209     24298    103878         0    101160    315530   7054571    146.43    157.91
1154.43/1154.47	c  N dy 17824   2633296     24298    103878         0    121245    315530  11755224    146.44    170.87
1164.83/1164.84	c  N dy 17963   2653392     24298    103878         0    141338    315530  16413320    146.45    158.47
1174.42/1174.48	c  N dy 18105   2673446     24298    103878         0     87398    315530   3725454    146.47    156.27
1183.63/1183.65	c  N dy 18241   2693453     24298    103878         0    107403    315530   8256927    146.47    155.17
1192.23/1192.29	c  S st 18357   2711418     24298    103878         0    125368    315530  12412689    146.46   no data
1192.53/1192.59	c  S st 18357   2711926     24298    103878         0    125876    315530  12493368    146.46   no data
1192.63/1192.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1192.73/1192.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.18
1192.83/1192.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1192.83/1192.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1192.83/1192.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1192.83/1192.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
1192.83/1192.85	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
1193.03/1193.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
1193.63/1193.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1200.43/1200.45	c lits-rem:         4  cl-subs:        7  v-elim:      0  v-fix:    0  time:  6.78 s
1200.43/1200.46	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
1200.63/1200.65	c vivif2 --  cl tried   125869 cl shrink        0 lits rem          0 time: 0.19
1200.93/1200.90	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.25
1200.93/1200.91	c calculated reachability. Time: 0.00
1200.93/1200.91	c  N dy 18357   2711926     24298    103878         0    125869    315530  12490632    146.46   no data
1211.33/1211.37	c  N dy 18483   2732004     24298    103878         0    145946    315530  17064019    146.46    160.11
1220.83/1220.80	c  N dy 18633   2752067     24298    103878         0     91012    315530   4434135    146.50    159.14
1229.93/1229.98	c  N dy 18766   2772140     24298    103878         0    111083    315530   9031740    146.50    154.96
1240.03/1240.02	c  N dy 18900   2792187     24298    103878         0    131129    315530  13674791    146.50    154.27
1250.83/1250.85	c  N dy 19040   2812200     24298    103878         0    151141    315530  18368877    146.52    154.24
1259.83/1259.86	c  N dy 19183   2832247     24298    103878         0     95188    315530   5055928    146.55    158.08
1269.63/1269.60	c  N dy 19330   2852384     24298    103878         0    115325    315530   9738880    146.57    155.06
1279.92/1279.90	c  N dy 19469   2872486     24298    103878         0    135426    315530  14435874    146.58    155.12
1290.73/1290.73	c  N dy 19608   2892555     24298    103878         0     78498    315530   1000331    146.60    173.47
1299.63/1299.65	c  N dy 19757   2912614     24298    103878         0     98557    315530   5674401    146.62    155.67

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3174376-1301783669/watcher-3174376-1301783669 -o /tmp/evaluation-result-3174376-1301783669/solver-3174376-1301783669 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3174376-1301783669.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: 0.50 0.23 1.68 4/189 32003
/proc/meminfo: memFree=21650104/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=27800 CPUtime=0 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 2435 0 0 0 0 0 0 0 21 0 1 0 289964851 28467200 1879 33554432000 4194304 4627331 140734332565008 18446744073709551615 4316528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 6950 1885 320 106 0 1921 0

[startup+0.016202 s]
/proc/loadavg: 0.50 0.23 1.68 4/189 32003
/proc/meminfo: memFree=21650104/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=38152 CPUtime=0 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 3136 0 0 0 0 0 0 0 21 0 1 0 289964851 39067648 2567 33554432000 4194304 4627331 140734332565008 18446744073709551615 4506837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 9538 2569 322 106 0 4509 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 38152

[startup+0.101214 s]
/proc/loadavg: 0.50 0.23 1.68 4/189 32003
/proc/meminfo: memFree=21650104/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=43268 CPUtime=0.09 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 4878 0 0 0 9 0 0 0 21 0 1 0 289964851 44306432 4309 33554432000 4194304 4627331 140734332565008 18446744073709551615 4299573 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 10817 4309 341 106 0 5788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43268

[startup+0.301192 s]
/proc/loadavg: 0.50 0.23 1.68 4/189 32003
/proc/meminfo: memFree=21650104/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=56472 CPUtime=0.29 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 10163 0 0 0 28 1 0 0 22 0 1 0 289964851 57827328 7279 33554432000 4194304 4627331 140734332565008 18446744073709551615 4442850 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 14118 7279 360 106 0 9089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56472

[startup+0.70108 s]
/proc/loadavg: 0.50 0.23 1.68 4/189 32003
/proc/meminfo: memFree=21650104/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=58524 CPUtime=0.69 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 10917 0 0 0 68 1 0 0 24 0 1 0 289964851 59928576 8033 33554432000 4194304 4627331 140734332565008 18446744073709551615 4299673 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 14631 8033 372 106 0 9602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58524

[startup+1.50096 s]
/proc/loadavg: 0.50 0.23 1.68 5/190 32004
/proc/meminfo: memFree=21610540/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=58524 CPUtime=1.49 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 11604 0 0 0 148 1 0 0 25 0 1 0 289964851 59928576 8720 33554432000 4194304 4627331 140734332565008 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 14631 8720 372 106 0 9602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58524

[startup+3.10065 s]
/proc/loadavg: 0.50 0.23 1.68 5/190 32004
/proc/meminfo: memFree=21592064/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=91340 CPUtime=3.09 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 12789 0 0 0 308 1 0 0 25 0 1 0 289964851 93532160 9905 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 22835 9905 372 106 0 17806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91340

[startup+6.3011 s]
/proc/loadavg: 0.78 0.29 1.69 5/190 32004
/proc/meminfo: memFree=21560572/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=91340 CPUtime=6.29 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 15098 0 0 0 628 1 0 0 25 0 1 0 289964851 93532160 12214 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 22835 12214 372 106 0 17806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91340

[startup+12.7009 s]
/proc/loadavg: 1.04 0.35 1.70 5/190 32004
/proc/meminfo: memFree=21484508/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=187376 CPUtime=12.69 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 36830 0 0 0 1264 5 0 0 25 0 1 0 289964851 191873024 28867 33554432000 4194304 4627331 140734332565008 18446744073709551615 4332638 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 46844 28867 378 106 0 41815 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187376

[startup+25.5006 s]
/proc/loadavg: 1.70 0.53 1.74 5/190 32005
/proc/meminfo: memFree=21313948/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=150392 CPUtime=25.49 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 51782 0 0 0 2542 7 0 0 25 0 1 0 289964851 154001408 31483 33554432000 4194304 4627331 140734332565008 18446744073709551615 4428307 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 37598 31483 378 106 0 32569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150392

[startup+51.101 s]
/proc/loadavg: 2.48 0.81 1.80 5/190 32005
/proc/meminfo: memFree=21151444/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=214868 CPUtime=51.1 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 81603 0 0 0 5097 13 0 0 25 0 1 0 289964851 220024832 48348 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308720 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 53717 48348 378 106 0 48688 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 214868

[startup+102.307 s]
/proc/loadavg: 3.34 1.30 1.91 5/190 32007
/proc/meminfo: memFree=21037932/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=316236 CPUtime=102.29 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 110009 0 0 0 10211 18 0 0 25 0 1 0 289964851 323825664 61492 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 79059 61492 378 106 0 74030 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 316236

[startup+162.301 s]
/proc/loadavg: 3.83 1.80 2.04 5/190 32008
/proc/meminfo: memFree=21008148/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=268808 CPUtime=162.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 135260 0 0 0 16206 24 0 0 25 0 1 0 289964851 275259392 61884 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 67202 61884 378 106 0 62173 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 268808

[startup+222.301 s]
/proc/loadavg: 3.93 2.20 2.16 5/190 32010
/proc/meminfo: memFree=20974884/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=337976 CPUtime=222.29 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 162628 0 0 0 22200 29 0 0 25 0 1 0 289964851 346087424 65543 33554432000 4194304 4627331 140734332565008 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 84494 65543 378 106 0 79465 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 337976

[startup+282.301 s]
/proc/loadavg: 3.97 2.53 2.28 5/190 32011
/proc/meminfo: memFree=20853452/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=351400 CPUtime=282.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 193095 0 0 0 28193 37 0 0 25 0 1 0 289964851 359833600 75798 33554432000 4194304 4627331 140734332565008 18446744073709551615 4324727 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 87850 75798 378 106 0 82821 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 351400

[startup+342.3 s]
/proc/loadavg: 3.99 2.79 2.38 5/190 32013
/proc/meminfo: memFree=20900780/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=352148 CPUtime=342.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 217062 0 0 0 34186 44 0 0 25 0 1 0 289964851 360599552 69541 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 88037 69541 378 106 0 83008 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 352148

[startup+402.3 s]
/proc/loadavg: 3.99 3.01 2.48 5/190 32015
/proc/meminfo: memFree=20868620/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=352536 CPUtime=402.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 243271 0 0 0 40179 51 0 0 25 0 1 0 289964851 360996864 70698 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 88134 70698 378 106 0 83105 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 352536

[startup+462.301 s]
/proc/loadavg: 3.99 3.19 2.57 5/190 32016
/proc/meminfo: memFree=20840076/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=368664 CPUtime=462.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 273120 0 0 0 46173 57 0 0 25 0 1 0 289964851 377511936 73145 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308763 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 92166 73145 378 106 0 87137 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 368664

[startup+522.301 s]
/proc/loadavg: 3.99 3.33 2.66 5/190 32018
/proc/meminfo: memFree=20844504/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=369380 CPUtime=522.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 298456 0 0 0 52168 62 0 0 25 0 1 0 289964851 378245120 79251 33554432000 4194304 4627331 140734332565008 18446744073709551615 4327590 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 92345 79251 378 106 0 87316 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 369380

[startup+582.301 s]
/proc/loadavg: 4.03 3.47 2.74 5/190 32019
/proc/meminfo: memFree=20806884/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=370152 CPUtime=582.3 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 323015 0 0 0 58163 67 0 0 25 0 1 0 289964851 379035648 73325 33554432000 4194304 4627331 140734332565008 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 92538 73325 378 106 0 87509 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 370152

[startup+642.301 s]
/proc/loadavg: 4.01 3.56 2.82 5/190 32021
/proc/meminfo: memFree=20826196/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=370456 CPUtime=642.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 349659 0 0 0 64160 72 0 0 25 0 1 0 289964851 379346944 78414 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308233 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 92614 78414 378 106 0 87585 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 370456

[startup+702.301 s]
/proc/loadavg: 4.00 3.64 2.89 5/190 32023
/proc/meminfo: memFree=20805716/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=371184 CPUtime=702.31 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 375431 0 0 0 70154 77 0 0 25 0 1 0 289964851 380092416 81795 33554432000 4194304 4627331 140734332565008 18446744073709551615 4332735 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 92796 81795 378 106 0 87767 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 371184

[startup+762.307 s]
/proc/loadavg: 4.04 3.71 2.96 5/190 32024
/proc/meminfo: memFree=20819816/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=342776 CPUtime=762.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 403434 0 0 0 76149 83 0 0 25 0 1 0 289964851 351002624 75842 33554432000 4194304 4627331 140734332565008 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 85694 75842 378 106 0 80665 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 342776

[startup+822.3 s]
/proc/loadavg: 4.01 3.76 3.02 5/190 32026
/proc/meminfo: memFree=20714252/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=343020 CPUtime=822.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 435948 0 0 0 82141 91 0 0 25 0 1 0 289964851 351252480 76755 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 85755 76755 378 106 0 80726 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 343020

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 3.08 5/190 32027
/proc/meminfo: memFree=20715072/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=343424 CPUtime=882.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 468092 0 0 0 88132 100 0 0 25 0 1 0 289964851 351666176 76564 33554432000 4194304 4627331 140734332565008 18446744073709551615 4305884 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 85856 76564 378 106 0 80827 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 343424

[startup+942.301 s]
/proc/loadavg: 4.00 3.84 3.14 5/190 32029
/proc/meminfo: memFree=20652544/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=343776 CPUtime=942.31 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 500334 0 0 0 94124 107 0 0 25 0 1 0 289964851 352026624 75184 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 85944 75184 378 106 0 80915 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 343776

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 3.19 5/190 32031
/proc/meminfo: memFree=20537076/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=439416 CPUtime=1002.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 551068 0 0 0 100114 118 0 0 25 0 1 0 289964851 449961984 91662 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 109854 91662 378 106 0 104825 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 439416

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 3.24 5/190 32032
/proc/meminfo: memFree=20510896/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=379792 CPUtime=1062.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 582257 0 0 0 106107 125 0 0 25 0 1 0 289964851 388907008 87593 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 94948 87593 378 106 0 89919 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 379792

[startup+1122.3 s]
/proc/loadavg: 4.05 3.92 3.29 5/190 32034
/proc/meminfo: memFree=20483820/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=440088 CPUtime=1122.32 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 612272 0 0 0 112099 133 0 0 25 0 1 0 289964851 450650112 99447 33554432000 4194304 4627331 140734332565008 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 110022 99447 378 106 0 104993 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 440088

[startup+1182.3 s]
/proc/loadavg: 4.02 3.93 3.33 5/190 32035
/proc/meminfo: memFree=20436544/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=440424 CPUtime=1182.33 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 643485 0 0 0 118092 141 0 0 25 0 1 0 289964851 450994176 93855 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308556 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 110106 93855 378 106 0 105077 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 440424

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.37 5/190 32037
/proc/meminfo: memFree=20430320/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=474768 CPUtime=1242.33 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 677551 0 0 0 124085 148 0 0 25 0 1 0 289964851 486162432 109283 33554432000 4194304 4627331 140734332565008 18446744073709551615 4309123 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 118692 109283 378 106 0 113663 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 474768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.95 3.40 4/188 32096
/proc/meminfo: memFree=21269376/32951124 swapFree=67111528/67111528
[pid=32003] ppid=32001 vsize=475120 CPUtime=1300.04 cores=4,6
/proc/32003/stat : 32003 (strangenight2-s) R 32001 32003 31942 0 -1 4202496 707488 0 0 0 129849 155 0 0 25 0 1 0 289964851 486522880 100583 33554432000 4194304 4627331 140734332565008 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32003/statm: 118780 100583 378 106 0 113751 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 475120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1298.49
CPU system time (s): 1.56776
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 718088

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

runsolver used 2.31665 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-03 00:34:29
IDJOB=3174376
IDBENCH=82594
IDSOLVER=1587
FILE ID=node138/3174376-1301783669
RUNJOBID= node138-1301783649-31961
PBS_JOBID= 12841380
Free space on /tmp= 71848 MiB

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

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=2108153856

node138.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.854
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21650632 kB
Buffers:        362140 kB
Cached:       10393836 kB
SwapCached:          0 kB
Active:        7672072 kB
Inactive:      3365932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21650632 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29108 kB
Writeback:           0 kB
AnonPages:      281732 kB
Mapped:          16324 kB
Slab:           199916 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   543848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71848 MiB
End job on node138 at 2011-04-03 00:56:11