Trace number 3367385

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

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-3367385-1305382004.cnf'
0.00/0.00	c -- header says num vars:          25000
0.00/0.00	c -- header says num clauses:      105000
0.00/0.05	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.00/0.05	c -- vars added      25000
0.00/0.05	c Parsing time:  0.04 s
0.00/0.05	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.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.09/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.00 s
0.19/0.21	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
0.29/0.33	c lits-rem:         0  cl-subs:        0  v-elim:    608  v-fix:    0  time:  0.12 s
0.29/0.34	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.36	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.29/0.36	c calculated reachability. Time: 0.00
0.29/0.37	c Calc default polars -  time:   0.01 s pos:   11052 undec:    2814 neg:   11134
0.29/0.37	c =========================================================================================
0.29/0.37	c types(t): F = full restart, N = normal restart
0.29/0.37	c types(t): S = simplification begin/end, E = solution found
0.29/0.37	c restart types(rt): st = static, dy = dynamic
0.29/0.37	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.29/0.37	c  B st     0         0     24392    104392         0         0    316990         0   no data   no data
1.48/1.57	c  N dy    20      4178     24392    104392         0      4178    316990   1019858    140.81    149.24
2.69/2.72	c  N dy    47      8210     24392    104392         0      8210    316990   1886337    140.76    151.33
3.89/3.92	c  N dy    74     12273     24392    104392         0     12273    316990   2767185    140.88    170.57
5.09/5.16	c  N dy   102     16436     24392    104392         0     16436    316990   3700324    141.50    152.10
6.39/6.42	c  N dy   129     20485     24392    104392         0     10489    316990    696507    141.31    148.83
7.59/7.64	c  N dy   156     24528     24392    104392         0     14531    316990   1571980    141.32    152.94
7.70/7.78	c  F st   160     25000     24392    104392         0     15003    316990   1672946    141.38   no data
9.39/9.44	c  N dy   166     30002     24392    104392         0     20005    316990   3262975    141.38   no data
9.39/9.44	c  S st   166     30002     24392    104392         0     20005    316990   3262975    141.38   no data
9.49/9.59	c  S st   166     30504     24392    104392         0     20507    316990   3341179    141.38   no data
9.59/9.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.59/9.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
9.59/9.69	c blocked clauses removed:      502 vars:     80 tried:       24392 T: 0.01 s
9.69/9.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.69/9.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.69/9.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24312 time:  0.01 s
9.69/9.72	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
9.80/9.81	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.09 s
9.99/10.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.79/10.82	c lits-rem:         4  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.78 s
10.90/10.92	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.10
10.90/10.93	c calculated reachability. Time: 0.00
10.90/10.93	c  N dy   166     30504     24298    103878         0     20194    315530   3134922    141.38   no data
12.29/12.30	c  N dy   188     34932     24298    103878         0     24622    315530   4105637    141.28    150.76
13.59/13.65	c  N dy   217     39172     24298    103878         0     28862    315530   5025063    141.10    151.21
14.99/15.02	c  N dy   249     43230     24298    103878         0     17575    315530   1191850    141.57    151.88
15.79/15.81	c  S st   267     45757     24298    103878         0     20102    315530   1760243    141.58   no data
15.89/15.96	c  S st   267     46259     24298    103878         0     20604    315530   1840245    141.58   no data
15.89/15.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
15.99/16.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
15.99/16.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.99/16.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.99/16.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.99/16.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.00 s
15.99/16.07	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
16.09/16.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
16.19/16.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.39/16.49	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
16.39/16.50	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
16.50/16.52	c vivif2 --  cl tried    20604 cl shrink        0 lits rem          0 time: 0.03
16.59/16.63	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.10
16.59/16.64	c calculated reachability. Time: 0.00
16.59/16.64	c  N dy   267     46259     24298    103878         0     20604    315530   1840243    141.58   no data
17.89/17.90	c  N dy   295     50270     24298    103878         0     24615    315530   2697982    141.38    151.43
19.19/19.23	c  N dy   323     54322     24298    103878         0     28667    315530   3607608    141.31    149.88
20.59/20.61	c  N dy   350     58522     24298    103878         0     32867    315530   4525205    141.34    155.74
22.00/22.02	c  N dy   381     62692     24298    103878         0     37036    315530   5442114    141.56    151.29
23.39/23.42	c  N dy   410     66753     24298    103878         0     22421    315530   1497378    141.65    158.87
24.20/24.29	c  S st   431     69392     24298    103878         0     25060    315530   2124650    141.91   no data
24.39/24.45	c  S st   431     69895     24298    103878         0     25563    315530   2217156    141.91   no data
24.39/24.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.49/24.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
24.49/24.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.49/24.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.49/24.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.49/24.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
24.49/24.57	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
24.59/24.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
24.69/24.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.09/25.13	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.36 s
25.09/25.14	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
25.09/25.17	c vivif2 --  cl tried    25560 cl shrink        0 lits rem          0 time: 0.03
25.19/25.28	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.11
25.19/25.29	c calculated reachability. Time: 0.00
25.19/25.29	c  N dy   431     69895     24298    103878         0     25560    315530   2214639    141.91   no data
26.69/26.76	c  N dy   465     74365     24298    103878         0     30030    315530   3244519    142.41    153.57
28.39/28.43	c  N dy   501     79303     24298    103878         0     34968    315530   4379469    142.66    150.31
30.09/30.16	c  N dy   533     84409     24298    103878         0     40074    315530   5483135    142.48    150.62
31.19/31.20	c  F st   553     87500     24298    103878         0     22332    315530    988372    142.46   no data
32.29/32.30	c  N st   558     90798     24298    103878         0     25630    315530   1889379    142.46   no data
34.29/34.31	c  N dy   589     96817     24298    103878         0     31649    315530   3338099    142.66    152.89
36.49/36.53	c  N dy   633    103185     24298    103878         0     38016    315530   4766439    142.67    158.77
37.09/37.11	c  S st   641    104842     24298    103878         0     39673    315530   5131607    142.49   no data
37.30/37.31	c  S st   641    105342     24298    103878         0     40173    315530   5223693    142.49   no data
37.30/37.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
37.30/37.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
37.40/37.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.40/37.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
37.40/37.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.40/37.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
37.40/37.45	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
37.49/37.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
37.79/37.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
39.28/39.36	c lits-rem:        10  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.52 s
39.28/39.37	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
39.38/39.45	c vivif2 --  cl tried    40168 cl shrink        0 lits rem          0 time: 0.08
39.49/39.58	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.13
39.49/39.59	c calculated reachability. Time: 0.00
39.49/39.59	c  N dy   641    105342     24298    103878         0     40168    315530   5219456    142.49   no data
41.99/42.02	c  N dy   691    112180     24298    103878         0     24590    315530   1105402    142.76    150.87
44.38/44.42	c  N dy   735    119537     24298    103878         0     31947    315530   2751198    142.67    151.24
46.98/47.04	c  N dy   783    127295     24298    103878         0     39705    315530   4460463    142.55    156.74
49.89/49.99	c  N dy   842    135512     24298    103878         0     24212    315530    680128    142.76    188.50
52.89/52.91	c  N dy   902    144259     24298    103878         0     32957    315530   2639972    142.88    154.77
56.09/56.11	c  N dy   966    153544     24298    103878         0     42241    315530   4702634    142.82    150.79
57.69/57.72	c  S st   998    158013     24298    103878         0     46709    315530   5724271    142.92   no data
57.89/57.93	c  S st   998    158518     24298    103878         0     47214    315530   5819682    142.92   no data
57.89/57.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
57.99/58.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
57.99/58.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.99/58.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
57.99/58.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
57.99/58.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
57.99/58.08	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
58.19/58.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
58.39/58.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
60.58/60.61	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.11 s
60.58/60.61	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
60.68/60.70	c vivif2 --  cl tried    47209 cl shrink        0 lits rem          0 time: 0.09
60.78/60.85	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
60.78/60.85	c calculated reachability. Time: 0.00
60.78/60.85	c  N dy   998    158518     24298    103878         0     47209    315530   5818557    142.92   no data
64.39/64.43	c  N dy  1070    168822     24298    103878         0     32662    315530   2306566    143.14    153.05
68.19/68.25	c  N dy  1145    179681     24298    103878         0     43521    315530   4745649    143.15    155.32
72.28/72.35	c  N dy  1221    191207     24298    103878         0     29119    315530   1249540    143.09    152.72
76.59/76.66	c  N dy  1308    203614     24298    103878         0     41526    315530   4126766    143.42    164.05
81.48/81.50	c  N dy  1399    216726     24298    103878         0     27676    315530    659113    143.52    152.28
86.28/86.32	c  N dy  1493    230626     24298    103878         0     41576    315530   3774551    143.61    154.77
88.88/88.95	c  S st  1543    237778     24298    103878         0     48728    315530   5398552    143.67   no data
89.09/89.15	c  S st  1543    238284     24298    103878         0     49234    315530   5486330    143.67   no data
89.09/89.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
89.18/89.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
89.18/89.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.18/89.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
89.18/89.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
89.18/89.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
89.18/89.29	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
89.38/89.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
89.58/89.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
91.78/91.81	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.15 s
91.78/91.82	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
91.88/91.90	c vivif2 --  cl tried    49231 cl shrink        0 lits rem          0 time: 0.08
91.98/92.04	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
91.98/92.05	c calculated reachability. Time: 0.00
91.98/92.05	c  N dy  1543    238284     24298    103878         0     49231    315530   5485005    143.67   no data
97.58/97.68	c  N dy  1642    253622     24298    103878         0     36589    315530   2428542    143.66    153.58
103.59/103.69	c  N dy  1753    270245     24298    103878         0     53211    315530   6180445    143.72    152.50
109.89/109.92	c  N dy  1874    287561     24298    103878         0     41540    315530   3264194    143.85    155.14
116.68/116.76	c  N dy  1994    305986     24298    103878         0     59964    315530   7433799    143.81    222.84
116.78/116.89	c  F st  1996    306250     24298    103878         0     30230    315530    517276    143.80   no data
123.89/123.98	c  N dy  2100    325660     24298    103878         0     49639    315530   5437962    143.87    159.97
131.38/131.45	c  N dy  2236    345908     24298    103878         0     38893    315530   2225247    143.93    155.59
135.68/135.70	c  S st  2322    357428     24298    103878         0     50412    315530   4853389    144.03   no data
135.88/135.90	c  S st  2322    357930     24298    103878         0     50914    315530   4935503    144.03   no data
135.88/135.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
135.88/135.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
135.98/136.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.98/136.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
135.98/136.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
135.98/136.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
135.98/136.04	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
136.08/136.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
136.29/136.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
138.28/138.38	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.00 s
138.28/138.38	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
138.38/138.46	c vivif2 --  cl tried    50911 cl shrink        0 lits rem          0 time: 0.07
138.49/138.61	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.15
138.59/138.61	c calculated reachability. Time: 0.00
138.59/138.61	c  N dy  2322    357930     24298    103878         0     50911    315530   4934824    144.03   no data
146.19/146.21	c  N dy  2463    377960     24298    103878         0     38938    315530   2032453    144.21    168.52
153.78/153.88	c  N dy  2594    398085     24298    103878         0     59062    315530   6572299    144.13    152.79
161.29/161.35	c  N dy  2734    418093     24298    103878         0     46074    315530   3431755    144.25    152.55
168.98/169.03	c  N dy  2870    438181     24298    103878         0     66162    315530   7964568    144.25    152.45
176.39/176.41	c  N dy  3007    458188     24298    103878         0     52171    315530   4608851    144.36    155.51
184.19/184.21	c  N dy  3140    478231     24298    103878         0     37215    315530    981158    144.36    153.06
191.59/191.67	c  N dy  3278    498426     24298    103878         0     57409    315530   5666683    144.57    153.47
199.39/199.40	c  N dy  3410    518473     24298    103878         0     41452    315530   1674358    144.59    153.67
206.29/206.32	c  S st  3537    536896     24298    103878         0     59875    315530   5858063    144.66   no data
206.49/206.52	c  S st  3537    537401     24298    103878         0     60380    315530   5939508    144.66   no data
206.49/206.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
206.59/206.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.08
206.59/206.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
206.59/206.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
206.59/206.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
206.59/206.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
206.59/206.68	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
206.69/206.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
206.99/207.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
209.89/209.91	c lits-rem:         1  cl-subs:        9  v-elim:      0  v-fix:    0  time:  2.84 s
209.89/209.92	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
209.99/210.01	c vivif2 --  cl tried    60371 cl shrink        0 lits rem          0 time: 0.09
210.10/210.17	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.16
210.10/210.17	c calculated reachability. Time: 0.00
210.10/210.17	c  N dy  3537    537401     24298    103878         0     60371    315530   5936473    144.66   no data
217.99/218.07	c  N dy  3685    557482     24298    103878         0     43452    315530   1952223    144.74    158.44
225.69/225.75	c  N dy  3825    577732     24298    103878         0     63700    315530   6524714    144.72    161.04
233.59/233.64	c  N dy  3963    597781     24298    103878         0     45755    315530   2246457    144.78    158.68
241.19/241.27	c  N dy  4093    617833     24298    103878         0     65805    315530   6794776    144.80    156.94
249.09/249.15	c  N dy  4221    637842     24298    103878         0     46816    315530   2257361    144.80    164.17
257.30/257.40	c  N dy  4358    657935     24298    103878         0     66906    315530   6860578    144.85    158.77
265.39/265.41	c  N dy  4504    678016     24298    103878         0     46984    315530   2103853    144.95    156.92
273.09/273.12	c  N dy  4635    698135     24298    103878         0     67102    315530   6645017    144.92    152.92
281.29/281.33	c  N dy  4771    718224     24298    103878         0     46197    315530   1621231    144.95    153.92
288.99/289.05	c  N dy  4916    738293     24298    103878         0     66264    315530   6168179    144.98    157.82
297.29/297.36	c  N dy  5055    758342     24298    103878         0     44318    315530   1019625    144.98    159.27
304.89/304.97	c  N dy  5184    778387     24298    103878         0     64362    315530   5643093    144.98    174.53
313.29/313.33	c  N dy  5324    798447     24298    103878         0     84420    315530  10228493    145.06    152.77
316.19/316.27	c  S st  5377    806101     24298    103878         0     49077    315530   1891251    145.05   no data
316.39/316.47	c  S st  5377    806603     24298    103878         0     49579    315530   1975048    145.05   no data
316.39/316.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
316.49/316.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
316.49/316.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
316.49/316.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
316.49/316.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
316.49/316.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
316.59/316.60	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
316.59/316.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
316.70/316.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
317.39/317.47	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.68 s
317.39/317.48	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
317.49/317.52	c vivif2 --  cl tried    49576 cl shrink        0 lits rem          0 time: 0.03
317.59/317.66	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.14
317.59/317.67	c calculated reachability. Time: 0.00
317.59/317.67	c  N dy  5377    806603     24298    103878         0     49576    315530   1973301    145.05   no data
325.50/325.51	c  N dy  5514    826604     24298    103878         0     69574    315530   6571694    145.12    153.76
333.90/333.98	c  N dy  5658    846625     24298    103878         0     45592    315530    840420    145.18    156.09
341.59/341.63	c  N dy  5789    866652     24298    103878         0     65618    315530   5412385    145.20    159.01
349.99/350.06	c  N dy  5926    886675     24298    103878         0     85637    315530  10046555    145.26    172.97
357.89/357.99	c  N dy  6059    906916     24298    103878         0     60877    315530   4101791    145.28    155.85
366.20/366.21	c  N dy  6201    926924     24298    103878         0     80884    315530   8627157    145.30    155.06
374.39/374.44	c  N dy  6334    947035     24298    103878         0     55001    315530   2576891    145.33    153.82
382.49/382.55	c  N dy  6472    967250     24298    103878         0     75214    315530   7192629    145.34    154.53
391.20/391.27	c  N dy  6607    987399     24298    103878         0     48367    315530    801942    145.36    153.85
399.09/399.12	c  N dy  6744   1007430     24298    103878         0     68395    315530   5384090    145.39    166.48
407.40/407.43	c  N dy  6873   1027475     24298    103878         0     88439    315530   9917555    145.37    156.86
415.60/415.68	c  N dy  7009   1047588     24298    103878         0     60562    315530   3342910    145.38    155.09
423.80/423.86	c  N dy  7146   1067669     24298    103878         0     80641    315530   7882787    145.38    153.94
425.60/425.62	c  F st  7173   1071875     24298    103878         0     84847    315530   8818490    145.38   no data
432.49/432.57	c  N dy  7257   1087698     24298    103878         0     51670    315530   1127207    145.43    155.46
440.39/440.46	c  N dy  7388   1107805     24298    103878         0     71771    315530   5655166    145.42    154.28
448.99/449.06	c  N dy  7526   1127870     24298    103878         0     91834    315530  10242151    145.42    153.47
457.40/457.44	c  N dy  7667   1148028     24298    103878         0     62004    315530   3292397    145.47    154.06
465.70/465.72	c  N dy  7808   1168096     24298    103878         0     82072    315530   7893347    145.49    189.02
474.80/474.84	c  N dy  7953   1188200     24298    103878         0     51174    315530    539058    145.57    155.05
482.70/482.74	c  N dy  8098   1208271     24298    103878         0     71244    315530   5134441    145.60    157.70
483.40/483.43	c  S st  8110   1209904     24298    103878         0     72877    315530   5505957    145.60   no data
483.59/483.67	c  S st  8110   1210406     24298    103878         0     73379    315530   5593935    145.60   no data
483.59/483.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
483.69/483.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
483.79/483.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
483.79/483.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
483.79/483.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
483.79/483.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
483.79/483.83	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
483.90/483.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
484.09/484.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
487.20/487.27	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.06 s
487.20/487.28	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
487.31/487.37	c vivif2 --  cl tried    73375 cl shrink        0 lits rem          0 time: 0.09
487.49/487.54	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.17
487.49/487.55	c calculated reachability. Time: 0.00
487.49/487.55	c  N dy  8110   1210406     24298    103878         0     73375    315530   5592653    145.60   no data
496.11/496.13	c  N dy  8244   1230483     24298    103878         0     93451    315530  10154631    145.60    162.78
504.69/504.70	c  N dy  8383   1250549     24298    103878         0     61514    315530   2680176    145.62    177.35
512.99/513.03	c  N dy  8521   1270794     24298    103878         0     81756    315530   7330413    145.63    157.01
521.89/521.95	c  N dy  8658   1290936     24298    103878         0    101898    315530  11882705    145.62    153.99
530.21/530.22	c  N dy  8792   1311143     24298    103878         0     69105    315530   4175024    145.62    154.64
538.69/538.72	c  N dy  8923   1331268     24298    103878         0     89230    315530   8841739    145.62    154.76
547.99/548.02	c  N dy  9060   1351369     24298    103878         0     55331    315530    834987    145.66    157.76
556.00/556.02	c  N dy  9200   1371420     24298    103878         0     75382    315530   5429367    145.67    156.56
564.70/564.71	c  N dy  9332   1391544     24298    103878         0     95505    315530  10028021    145.66    154.93
573.70/573.70	c  N dy  9476   1411629     24298    103878         0     60587    315530   1791853    145.69    161.64
581.90/581.93	c  N dy  9611   1431819     24298    103878         0     80776    315530   6395341    145.69    160.58
590.80/590.86	c  N dy  9748   1451853     24298    103878         0    100809    315530  10949716    145.71    154.44
599.60/599.63	c  N dy  9887   1471882     24298    103878         0     64846    315530   2566054    145.74    157.49
607.99/608.04	c  N dy 10027   1491897     24298    103878         0     84859    315530   7178028    145.77    182.66
617.00/617.09	c  N dy 10164   1511994     24298    103878         0    104952    315530  11824307    145.81    190.98
625.80/625.87	c  N dy 10317   1532078     24298    103878         0     68041    315530   3123706    145.89    154.15
634.29/634.36	c  N dy 10451   1552166     24298    103878         0     88129    315530   7754890    145.89    174.56
643.40/643.49	c  N dy 10586   1572261     24298    103878         0    108223    315530  12328134    145.89    154.71
652.20/652.23	c  N dy 10727   1592410     24298    103878         0     70376    315530   3403115    145.90    157.25
660.80/660.88	c  N dy 10857   1612586     24298    103878         0     90552    315530   7991905    145.89    155.77
670.00/670.08	c  N dy 10998   1632639     24298    103878         0    110603    315530  12595365    145.94    208.24
678.80/678.86	c  N dy 11134   1652883     24298    103878         0     71851    315530   3474289    145.94    153.72
687.41/687.43	c  N dy 11268   1672917     24298    103878         0     91885    315530   7979928    145.94    159.53
696.80/696.85	c  N dy 11405   1692949     24298    103878         0    111917    315530  12591943    145.96    156.55
704.50/704.52	c  S st 11514   1710406     24298    103878         0     69378    315530   2631518    145.93   no data
704.70/704.73	c  S st 11514   1710909     24298    103878         0     69881    315530   2707141    145.93   no data
704.70/704.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
704.80/704.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
704.80/704.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
704.80/704.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
704.80/704.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
704.80/704.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
704.80/704.89	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
704.90/704.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
705.11/705.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
706.70/706.76	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.64 s
706.70/706.77	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
706.80/706.81	c vivif2 --  cl tried    69879 cl shrink        0 lits rem          0 time: 0.04
706.90/706.99	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.17
706.90/706.99	c calculated reachability. Time: 0.00
706.90/706.99	c  N dy 11514   1710909     24298    103878         0     69879    315530   2706741    145.93   no data
715.50/715.55	c  N dy 11651   1730915     24298    103878         0     89885    315530   7362379    145.97    153.89
724.70/724.79	c  N dy 11785   1751074     24298    103878         0    110044    315530  11984861    145.96    155.40
734.10/734.15	c  N dy 11926   1771395     24298    103878         0     69364    315530   2501836    145.98    155.30
742.70/742.78	c  N dy 12069   1791591     24298    103878         0     89555    315530   7194650    146.02    155.38
751.90/751.99	c  N dy 12199   1811616     24298    103878         0    109580    315530  11732848    146.01    158.42
761.51/761.51	c  N dy 12333   1831878     24298    103878         0     67847    315530   1938491    146.00    154.05
770.01/770.06	c  N dy 12478   1852037     24298    103878         0     88006    315530   6649319    146.02    154.07
779.30/779.33	c  N dy 12622   1872223     24298    103878         0    108190    315530  11297693    146.06    154.85
789.00/789.05	c  N dy 12756   1892388     24298    103878         0     65355    315530   1118433    146.07    154.25
797.31/797.35	c  N dy 12898   1912489     24298    103878         0     85455    315530   5700077    146.09    158.20
806.32/806.32	c  N dy 13019   1932561     24298    103878         0    105526    315530  10299972    146.06    164.73
816.00/816.09	c  N dy 13158   1952570     24298    103878         0    125535    315530  14898878    146.09    157.41
824.60/824.60	c  N dy 13294   1972701     24298    103878         0     81662    315530   4576048    146.09    165.60
833.50/833.51	c  N dy 13435   1992752     24298    103878         0    101711    315530   9168626    146.10    153.88
843.10/843.13	c  N dy 13566   2012927     24298    103878         0    121883    315530  13776885    146.09    156.46
852.10/852.11	c  N dy 13698   2032951     24298    103878         0     76908    315530   3327731    146.10    154.29
860.90/860.96	c  N dy 13847   2052996     24298    103878         0     96951    315530   7961941    146.13    155.52
871.11/871.18	c  N dy 13987   2073141     24298    103878         0    117095    315530  12625779    146.15    155.04
880.81/880.89	c  N dy 14127   2093218     24298    103878         0     71177    315530   1783396    146.18    156.85
889.40/889.40	c  N dy 14264   2113287     24298    103878         0     91246    315530   6403694    146.18    165.45
898.61/898.65	c  N dy 14396   2133295     24298    103878         0    111253    315530  11010567    146.19    154.00
908.61/908.63	c  N dy 14536   2153386     24298    103878         0    131344    315530  15671479    146.22    155.61
917.31/917.35	c  N dy 14677   2173539     24298    103878         0     84499    315530   4599439    146.22    154.29
926.31/926.37	c  N dy 14811   2193587     24298    103878         0    104547    315530   9227696    146.23    154.05
934.71/934.72	c  S st 14929   2210909     24298    103878         0    121867    315530  13154304    146.23   no data
934.91/935.00	c  S st 14929   2211416     24298    103878         0    122374    315530  13238599    146.23   no data
935.02/935.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
935.11/935.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
935.11/935.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
935.11/935.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
935.21/935.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
935.21/935.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
935.21/935.22	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
935.41/935.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
936.01/936.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
943.01/943.09	c lits-rem:         5  cl-subs:        9  v-elim:      0  v-fix:    0  time:  7.00 s
943.11/943.10	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
943.31/943.31	c vivif2 --  cl tried   122365 cl shrink        0 lits rem          0 time: 0.20
943.51/943.55	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.24
943.51/943.56	c calculated reachability. Time: 0.00
943.51/943.56	c  N dy 14929   2211416     24298    103878         0    122365    315530  13235830    146.23   no data
953.11/953.16	c  N dy 15060   2231546     24298    103878         0     74503    315530   2072509    146.22    154.33
961.80/961.87	c  N dy 15202   2251552     24298    103878         0     94509    315530   6655676    146.24    182.75
971.32/971.31	c  N dy 15351   2271632     24298    103878         0    114589    315530  11264656    146.26    163.83
981.41/981.46	c  N dy 15498   2291859     24298    103878         0    134815    315530  15930354    146.28    158.77
990.21/990.22	c  N dy 15630   2311910     24298    103878         0     85871    315530   4441023    146.27    215.06
999.31/999.40	c  N dy 15759   2332188     24298    103878         0    106147    315530   9080452    146.26    156.63
1009.11/1009.11	c  N dy 15900   2352192     24298    103878         0    126150    315530  13618197    146.26    168.09
1019.01/1019.01	c  N dy 16039   2372291     24298    103878         0     76252    315530   2045341    146.27    155.47
1027.81/1027.83	c  N dy 16179   2392412     24298    103878         0     96372    315530   6675592    146.29    162.64
1037.21/1037.29	c  N dy 16318   2412541     24298    103878         0    116500    315530  11364105    146.31    155.53
1047.31/1047.38	c  N dy 16453   2432628     24298    103878         0    136586    315530  15971381    146.31    161.01
1057.01/1057.06	c  N dy 16585   2452766     24298    103878         0     85730    315530   4045920    146.32    155.08
1066.41/1066.41	c  N dy 16721   2472773     24298    103878         0    105733    315530   8681520    146.34    164.89
1076.11/1076.14	c  N dy 16855   2492798     24298    103878         0    125756    315530  13314923    146.36    156.69
1086.41/1086.49	c  N dy 16997   2512829     24298    103878         0     73790    315530   1053706    146.38    180.59
1095.11/1095.15	c  N dy 17138   2532896     24298    103878         0     93855    315530   5609488    146.38    154.75
1104.51/1104.55	c  N dy 17267   2553013     24298    103878         0    113968    315530  10267538    146.39    158.54
1114.61/1114.60	c  N dy 17415   2573085     24298    103878         0    134037    315530  14849890    146.42    156.44
1124.41/1124.47	c  N dy 17559   2593188     24298    103878         0     81143    315530   2500076    146.44    204.17
1133.31/1133.36	c  N dy 17688   2613209     24298    103878         0    101160    315530   7054571    146.43    157.91
1142.92/1142.97	c  N dy 17824   2633296     24298    103878         0    121245    315530  11755224    146.44    170.87
1153.21/1153.27	c  N dy 17963   2653392     24298    103878         0    141338    315530  16413320    146.45    158.47
1162.81/1162.83	c  N dy 18105   2673446     24298    103878         0     87398    315530   3725454    146.47    156.27
1171.92/1171.92	c  N dy 18241   2693453     24298    103878         0    107403    315530   8256927    146.47    155.17
1180.42/1180.49	c  S st 18357   2711418     24298    103878         0    125368    315530  12412689    146.46   no data
1180.72/1180.79	c  S st 18357   2711926     24298    103878         0    125876    315530  12493368    146.46   no data
1180.82/1180.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1180.92/1180.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
1180.92/1180.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1180.92/1180.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1180.92/1180.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1180.92/1180.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
1181.02/1181.00	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
1181.12/1181.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1181.71/1181.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1188.42/1188.47	c lits-rem:         4  cl-subs:        7  v-elim:      0  v-fix:    0  time:  6.69 s
1188.42/1188.48	c vivif2 --  cl tried   103878 cl shrink        0 lits rem          0 time: 0.01
1188.62/1188.67	c vivif2 --  cl tried   125869 cl shrink        0 lits rem          0 time: 0.19
1188.92/1188.92	c asymm  cl-useful: 0/103878/103878 lits-rem:0 time: 0.25
1188.92/1188.93	c calculated reachability. Time: 0.00
1188.92/1188.93	c  N dy 18357   2711926     24298    103878         0    125869    315530  12490632    146.46   no data
1199.31/1199.32	c  N dy 18483   2732004     24298    103878         0    145946    315530  17064019    146.46    160.11
1208.61/1208.64	c  N dy 18633   2752067     24298    103878         0     91012    315530   4434135    146.50    159.14
1217.72/1217.73	c  N dy 18766   2772140     24298    103878         0    111083    315530   9031740    146.50    154.96
1227.63/1227.69	c  N dy 18900   2792187     24298    103878         0    131129    315530  13674791    146.50    154.27
1238.42/1238.42	c  N dy 19040   2812200     24298    103878         0    151141    315530  18368877    146.52    154.24
1247.32/1247.31	c  N dy 19183   2832247     24298    103878         0     95188    315530   5055928    146.55    158.08
1257.02/1257.02	c  N dy 19330   2852384     24298    103878         0    115325    315530   9738880    146.57    155.06
1267.12/1267.20	c  N dy 19469   2872486     24298    103878         0    135426    315530  14435874    146.58    155.12
1277.92/1277.95	c  N dy 19608   2892555     24298    103878         0     78498    315530   1000331    146.60    173.47
1286.82/1286.82	c  N dy 19757   2912614     24298    103878         0     98557    315530   5674401    146.62    155.67
1296.12/1296.14	c  N dy 19886   2932627     24298    103878         0    118568    315530  10268732    146.61    175.60

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-3367385-1305382004/watcher-3367385-1305382004 -o /tmp/evaluation-result-3367385-1305382004/solver-3367385-1305382004 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367385-1305382004.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.95 2.24 3.01 4/303 2766
/proc/meminfo: memFree=16842536/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=37556 CPUtime=0 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 2935 0 0 0 0 0 0 0 21 0 1 0 649803178 38457344 2368 33554432000 4194304 4580011 140736949472960 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 9389 2368 324 95 0 4371 0

[startup+0.090572 s]
/proc/loadavg: 0.95 2.24 3.01 4/303 2766
/proc/meminfo: memFree=16842536/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=43220 CPUtime=0.08 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 4874 0 0 0 7 1 0 0 21 0 1 0 649803178 44257280 4307 33554432000 4194304 4580011 140736949472960 18446744073709551615 4292784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 10805 4307 339 95 0 5787 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43220

[startup+0.100559 s]
/proc/loadavg: 0.95 2.24 3.01 4/303 2766
/proc/meminfo: memFree=16842536/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=43220 CPUtime=0.09 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 4874 0 0 0 8 1 0 0 21 0 1 0 649803178 44257280 4307 33554432000 4194304 4580011 140736949472960 18446744073709551615 4292790 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 10805 4307 339 95 0 5787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43220

[startup+0.300519 s]
/proc/loadavg: 0.95 2.24 3.01 4/303 2766
/proc/meminfo: memFree=16842536/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=56424 CPUtime=0.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 10155 0 0 0 28 1 0 0 22 0 1 0 649803178 57778176 7273 33554432000 4194304 4580011 140736949472960 18446744073709551615 4399461 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 14106 7273 354 95 0 9088 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56424

[startup+0.700453 s]
/proc/loadavg: 0.95 2.24 3.01 4/303 2766
/proc/meminfo: memFree=16842536/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=58476 CPUtime=0.69 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 10946 0 0 0 68 1 0 0 23 0 1 0 649803178 59879424 8064 33554432000 4194304 4580011 140736949472960 18446744073709551615 4319455 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 14619 8064 364 95 0 9601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58476

[startup+1.50029 s]
/proc/loadavg: 0.95 2.24 3.01 5/304 2767
/proc/meminfo: memFree=16795160/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=58476 CPUtime=1.48 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 11624 0 0 0 147 1 0 0 25 0 1 0 649803178 59879424 8742 33554432000 4194304 4580011 140736949472960 18446744073709551615 4320781 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 14619 8743 364 95 0 9601 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58476

[startup+3.10102 s]
/proc/loadavg: 1.19 2.27 3.01 5/304 2767
/proc/meminfo: memFree=16780772/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=91292 CPUtime=3.09 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 12827 0 0 0 307 2 0 0 25 0 1 0 649803178 93483008 9945 33554432000 4194304 4580011 140736949472960 18446744073709551615 4293668 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 22823 9945 364 95 0 17805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91292

[startup+6.30046 s]
/proc/loadavg: 1.19 2.27 3.01 5/304 2767
/proc/meminfo: memFree=16744792/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=64944 CPUtime=6.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 16398 0 0 0 627 2 0 0 25 0 1 0 649803178 66502656 8437 33554432000 4194304 4580011 140736949472960 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 16236 8437 364 95 0 11218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64944

[startup+12.7003 s]
/proc/loadavg: 1.62 2.32 3.02 5/304 2768
/proc/meminfo: memFree=16642892/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=187328 CPUtime=12.69 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 36975 0 0 0 1265 4 0 0 25 0 1 0 649803178 191823872 29014 33554432000 4194304 4580011 140736949472960 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 46832 29014 367 95 0 41814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187328

[startup+25.5011 s]
/proc/loadavg: 1.99 2.38 3.03 5/304 2768
/proc/meminfo: memFree=16583740/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=150344 CPUtime=25.49 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 51911 0 0 0 2542 7 0 0 25 0 1 0 649803178 153952256 31614 33554432000 4194304 4580011 140736949472960 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 37586 31614 367 95 0 32568 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150344

[startup+51.1005 s]
/proc/loadavg: 2.75 2.52 3.06 5/304 2769
/proc/meminfo: memFree=16473128/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=214820 CPUtime=51.09 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 81590 0 0 0 5096 13 0 0 25 0 1 0 649803178 219975680 48337 33554432000 4194304 4580011 140736949472960 18446744073709551615 4320865 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 53705 48337 367 95 0 48687 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 214820

[startup+102.311 s]
/proc/loadavg: 3.50 2.77 3.11 5/304 2770
/proc/meminfo: memFree=16387124/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=316188 CPUtime=102.3 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 110923 0 0 0 10212 18 0 0 25 0 1 0 649803178 323776512 62408 33554432000 4194304 4580011 140736949472960 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 79047 62408 367 95 0 74029 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 316188

[startup+162.301 s]
/proc/loadavg: 3.80 2.97 3.16 5/304 2772
/proc/meminfo: memFree=16326060/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=323832 CPUtime=162.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 136478 0 0 0 16206 23 0 0 25 0 1 0 649803178 331603968 63104 33554432000 4194304 4580011 140736949472960 18446744073709551615 4320883 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 80958 63104 367 95 0 75940 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 323832

[startup+222.301 s]
/proc/loadavg: 3.93 3.17 3.21 5/304 2773
/proc/meminfo: memFree=16259912/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=337928 CPUtime=222.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 164229 0 0 0 22200 29 0 0 25 0 1 0 649803178 346038272 67146 33554432000 4194304 4580011 140736949472960 18446744073709551615 4318400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 84482 67146 367 95 0 79464 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 337928

[startup+282.301 s]
/proc/loadavg: 3.97 3.31 3.26 5/304 2775
/proc/meminfo: memFree=16222052/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=295804 CPUtime=282.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 193284 0 0 0 28194 35 0 0 25 0 1 0 649803178 302903296 68759 33554432000 4194304 4580011 140736949472960 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 73951 68759 367 95 0 68933 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 295804

[startup+342.301 s]
/proc/loadavg: 3.99 3.44 3.30 5/304 2776
/proc/meminfo: memFree=16160004/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=352100 CPUtime=342.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 219305 0 0 0 34187 42 0 0 25 0 1 0 649803178 360550400 71786 33554432000 4194304 4580011 140736949472960 18446744073709551615 4324227 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 88025 71786 367 95 0 83007 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 352100

[startup+402.3 s]
/proc/loadavg: 4.07 3.56 3.35 5/304 2779
/proc/meminfo: memFree=16183744/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=352488 CPUtime=402.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 245655 0 0 0 40182 47 0 0 25 0 1 0 649803178 360947712 73084 33554432000 4194304 4580011 140736949472960 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 88122 73084 367 95 0 83104 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 352488

[startup+462.301 s]
/proc/loadavg: 4.02 3.64 3.39 5/304 2781
/proc/meminfo: memFree=16154812/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=368616 CPUtime=462.3 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 275927 0 0 0 46176 54 0 0 25 0 1 0 649803178 377462784 75954 33554432000 4194304 4580011 140736949472960 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 92154 75954 367 95 0 87136 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 368616

[startup+522.301 s]
/proc/loadavg: 4.05 3.72 3.43 5/304 2782
/proc/meminfo: memFree=16102216/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=369332 CPUtime=522.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 301189 0 0 0 52171 58 0 0 25 0 1 0 649803178 378195968 81986 33554432000 4194304 4580011 140736949472960 18446744073709551615 4306356 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 92333 81986 367 95 0 87315 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 369332

[startup+582.3 s]
/proc/loadavg: 4.02 3.77 3.47 5/304 2785
/proc/meminfo: memFree=16107488/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=370104 CPUtime=582.29 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 326330 0 0 0 58166 63 0 0 25 0 1 0 649803178 378986496 76642 33554432000 4194304 4580011 140736949472960 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 92526 76642 367 95 0 87508 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 370104

[startup+642.301 s]
/proc/loadavg: 4.04 3.82 3.50 5/304 2786
/proc/meminfo: memFree=16086984/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=370408 CPUtime=642.3 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 352970 0 0 0 64160 70 0 0 25 0 1 0 649803178 379297792 81727 33554432000 4194304 4580011 140736949472960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 92602 81727 367 95 0 87584 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 370408

[startup+702.301 s]
/proc/loadavg: 4.01 3.85 3.53 5/304 2788
/proc/meminfo: memFree=16110132/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=312916 CPUtime=702.3 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 378080 0 0 0 70154 76 0 0 25 0 1 0 649803178 320425984 73037 33554432000 4194304 4580011 140736949472960 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 78229 73037 367 95 0 73211 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 312916

[startup+762.311 s]
/proc/loadavg: 4.00 3.88 3.56 5/304 2790
/proc/meminfo: memFree=16168856/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=284220 CPUtime=762.32 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 408550 0 0 0 76149 83 0 0 25 0 1 0 649803178 291041280 65364 33554432000 4194304 4580011 140736949472960 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 71055 65364 367 95 0 66037 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 284220

[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.58 5/304 2791
/proc/meminfo: memFree=16153700/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=343132 CPUtime=822.3 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 441559 0 0 0 82140 90 0 0 25 0 1 0 649803178 351367168 66279 33554432000 4194304 4580011 140736949472960 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 85783 66279 367 95 0 80765 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 343132

[startup+882.301 s]
/proc/loadavg: 4.00 3.91 3.60 5/304 2793
/proc/meminfo: memFree=16117680/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=284348 CPUtime=882.31 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 473835 0 0 0 88134 97 0 0 25 0 1 0 649803178 291172352 65575 33554432000 4194304 4580011 140736949472960 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 71087 65575 367 95 0 66069 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 284348

[startup+942.3 s]
/proc/loadavg: 4.10 3.95 3.64 5/304 2794
/proc/meminfo: memFree=15969584/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=438876 CPUtime=942.31 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 524528 0 0 0 94125 106 0 0 25 0 1 0 649803178 449409024 99380 33554432000 4194304 4580011 140736949472960 18446744073709551615 4416919 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 109719 99380 367 95 0 104701 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 438876

[startup+1002.3 s]
/proc/loadavg: 4.03 3.96 3.65 5/304 2797
/proc/meminfo: memFree=15977712/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=439368 CPUtime=1002.3 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 556060 0 0 0 100118 112 0 0 25 0 1 0 649803178 449912832 96656 33554432000 4194304 4580011 140736949472960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 109842 96656 367 95 0 104824 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 439368

[startup+1062.3 s]
/proc/loadavg: 4.07 3.98 3.68 5/304 2800
/proc/meminfo: memFree=15940348/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=439912 CPUtime=1062.31 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 587510 0 0 0 106110 121 0 0 25 0 1 0 649803178 450469888 92848 33554432000 4194304 4580011 140736949472960 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 109978 92848 367 95 0 104960 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 439912

[startup+1122.3 s]
/proc/loadavg: 4.02 3.98 3.70 5/304 2801
/proc/meminfo: memFree=15963112/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=379808 CPUtime=1122.31 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 618681 0 0 0 112103 128 0 0 25 0 1 0 649803178 388923392 87614 33554432000 4194304 4580011 140736949472960 18446744073709551615 4294408 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 94952 87614 367 95 0 89934 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 379808

[startup+1182.3 s]
/proc/loadavg: 4.07 4.00 3.72 5/304 2803
/proc/meminfo: memFree=15935408/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=474548 CPUtime=1182.32 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 656736 0 0 0 118096 136 0 0 25 0 1 0 649803178 485937152 107108 33554432000 4194304 4580011 140736949472960 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 118637 107108 367 95 0 113619 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 474548

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.73 5/304 2804
/proc/meminfo: memFree=15900752/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=414072 CPUtime=1242.32 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 684630 0 0 0 124089 143 0 0 25 0 1 0 649803178 424009728 97158 33554432000 4194304 4580011 140736949472960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 103518 97158 367 95 0 98500 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 414072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.74 2/298 2809
/proc/meminfo: memFree=16419696/32951124 swapFree=52307768/67111528
[pid=2766] ppid=2764 vsize=475072 CPUtime=1300.02 cores=4,6
/proc/2766/stat : 2766 (strangenight2-s) R 2764 2766 2276 0 -1 4202496 713556 0 0 0 129852 150 0 0 25 0 1 0 649803178 486473728 106653 33554432000 4194304 4580011 140736949472960 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2766/statm: 118768 106653 367 95 0 113750 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 475072

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1298.54
CPU system time (s): 1.51777
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 733280

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

runsolver used 3.75043 second user time and 8.11177 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 16:06:44
IDJOB=3367385
IDBENCH=82594
IDSOLVER=1845
FILE ID=node101/3367385-1305382004
RUNJOBID= node101-1305382004-2722
PBS_JOBID= 13324401
Free space on /tmp= 73716 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3367385-1305382004/watcher-3367385-1305382004 -o /tmp/evaluation-result-3367385-1305382004/solver-3367385-1305382004 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367385-1305382004.cnf

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=107526749

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16842832 kB
Buffers:        309096 kB
Cached:        5852876 kB
SwapCached:      14848 kB
Active:       10827880 kB
Inactive:      5003324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16842832 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           24948 kB
Writeback:           0 kB
AnonPages:     9666220 kB
Mapped:          15100 kB
Slab:           149744 kB
PageTables:      62732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42080756 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= 73724 MiB
End job on node101 at 2011-05-14 16:28:26