Trace number 3367346

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
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-3367346-1305380839.cnf'
0.00/0.00	c -- header says num vars:          24998
0.00/0.00	c -- header says num clauses:      105000
0.09/0.10	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.09/0.10	c -- vars added      24998
0.09/0.10	c Parsing time:  0.05 s
0.09/0.10	c  N st     0         0     24998    105000         0         0    315000         0   no data   no data
0.09/0.14	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.08
0.09/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.18/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.18/0.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.18/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.18/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24998 time:  0.00 s
0.18/0.23	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.01 s
0.29/0.36	c lits-rem:         0  cl-subs:        0  v-elim:    642  v-fix:    0  time:  0.13 s
0.29/0.36	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:   11145 undec:    2817 neg:   11036
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     24356    104287         0         0    316846         0   no data   no data
1.49/1.59	c  N dy    18      4010     24356    104287         0      4009    316846    937373    140.13    206.95
2.79/2.81	c  N dy    47      8057     24356    104287         0      8054    316846   1832291    143.30    152.68
3.98/4.04	c  N dy    73     12152     24356    104287         0     12149    316846   2723326    141.55    150.12
5.28/5.35	c  N dy    98     16354     24356    104287         0     16351    316846   3622882    140.93    148.43
6.69/6.73	c  N dy   130     20625     24356    104287         0     10622    316846    718728    141.80    154.80
7.88/7.96	c  N dy   152     24633     24356    104287         0     14630    316846   1561208    140.97    153.01
7.98/8.09	c  F st   155     25000     24356    104287         0     14997    316846   1645498    141.11   no data
9.80/9.90	c  N dy   161     30000     24356    104287         0     19997    316846   3354877    141.11   no data
9.80/9.90	c  S st   161     30000     24356    104287         0     19997    316846   3354877    141.11   no data
9.99/10.06	c  S st   161     30500     24356    104287         0     20497    316846   3431722    141.11   no data
9.99/10.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10.09/10.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
10.09/10.16	c blocked clauses removed:      570 vars:     96 tried:       24356 T: 0.01 s
10.09/10.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.09/10.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.09/10.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24260 time:  0.01 s
10.09/10.18	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
10.19/10.28	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.09 s
10.39/10.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.19/11.24	c lits-rem:         3  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.72 s
11.29/11.35	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.11
11.29/11.35	c calculated reachability. Time: 0.00
11.29/11.35	c  N dy   161     30500     24246    103705         0     20198    315196   3310885    141.11   no data
12.68/12.78	c  N dy   192     34789     24246    103705         0     24487    315196   4278662    141.54    154.74
14.09/14.15	c  N dy   221     38874     24246    103705         0     28572    315196   5193463    141.74    150.58
15.49/15.52	c  N dy   247     42926     24246    103705         0     17275    315196   1101726    141.42    149.27
16.40/16.42	c  S st   263     45750     24246    103705         0     20099    315196   1719029    140.95    115.25
16.50/16.59	c  S st   263     46251     24246    103705         0     20600    315196   1800179    140.95   no data
16.59/16.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.59/16.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
16.59/16.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.59/16.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.59/16.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.59/16.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
16.69/16.70	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
16.69/16.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
16.79/16.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.09/17.11	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
17.09/17.12	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
17.09/17.15	c vivif2 --  cl tried    20600 cl shrink        0 lits rem          0 time: 0.03
17.19/17.26	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.11
17.19/17.26	c calculated reachability. Time: 0.00
17.19/17.26	c  N dy   263     46251     24246    103705         0     20600    315196   1800175    140.95   no data
18.60/18.66	c  N dy   292     50410     24246    103705         0     24759    315196   2709580    141.09    149.60
19.99/20.06	c  N dy   324     54567     24246    103705         0     28915    315196   3628936    141.44    153.62
21.39/21.46	c  N dy   350     58657     24246    103705         0     33005    315196   4521464    141.47    151.70
22.79/22.88	c  N dy   377     62676     24246    103705         0     37024    315196   5412173    141.56    153.42
24.19/24.24	c  N dy   406     66713     24246    103705         0     22385    315196   1519629    141.81    151.63
25.08/25.13	c  S st   425     69376     24246    103705         0     25048    315196   2109501    141.87   no data
25.19/25.30	c  S st   425     69879     24246    103705         0     25551    315196   2194891    141.87   no data
25.29/25.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.29/25.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
25.38/25.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.38/25.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.38/25.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.38/25.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
25.38/25.42	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
25.48/25.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
25.59/25.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.89/25.98	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.36 s
25.89/25.99	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
25.99/26.03	c vivif2 --  cl tried    25550 cl shrink        0 lits rem          0 time: 0.03
26.09/26.14	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.12
26.09/26.15	c calculated reachability. Time: 0.00
26.09/26.15	c  N dy   425     69879     24246    103705         0     25550    315196   2194132    141.87   no data
27.69/27.70	c  N dy   458     74391     24246    103705         0     30062    315196   3206438    141.92    157.98
29.29/29.39	c  N dy   493     79145     24246    103705         0     34816    315196   4288855    142.16    156.34
31.19/31.25	c  N dy   534     84280     24246    103705         0     39950    315196   5501601    142.79    152.75
32.39/32.40	c  F st   557     87501     24246    103705         0     22334    315196    989926    142.91    154.24
33.49/33.56	c  N st   562     90803     24246    103705         0     25636    315196   1917454    142.91   no data
35.59/35.60	c  N dy   594     96620     24246    103705         0     31452    315196   3379746    143.11    152.05
37.69/37.76	c  N dy   633    102876     24246    103705         0     37708    315196   4735962    142.99    159.68
38.39/38.45	c  S st   643    104819     24246    103705         0     39651    315196   5137822    142.76    119.33
38.59/38.63	c  S st   643    105319     24246    103705         0     40151    315196   5228037    142.76   no data
38.59/38.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.69/38.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
38.69/38.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.69/38.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.69/38.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
38.69/38.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
38.69/38.77	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
38.79/38.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
39.09/39.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
40.60/40.64	c lits-rem:         3  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.48 s
40.60/40.65	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
40.70/40.73	c vivif2 --  cl tried    40146 cl shrink        0 lits rem          0 time: 0.08
40.79/40.86	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.13
40.79/40.87	c calculated reachability. Time: 0.00
40.79/40.87	c  N dy   643    105319     24246    103705         0     40146    315196   5226154    142.76   no data
43.29/43.36	c  N dy   692    112211     24246    103705         0     24622    315196   1075506    142.70    150.82
45.78/45.81	c  N dy   744    119412     24246    103705         0     31823    315196   2677465    142.73    153.48
48.49/48.51	c  N dy   796    127148     24246    103705         0     39559    315196   4388191    142.75    158.63
51.49/51.51	c  N dy   851    135331     24246    103705         0     24037    315196    655295    142.83    150.53
54.39/54.46	c  N dy   909    143980     24246    103705         0     32686    315196   2566742    142.91    151.98
57.79/57.80	c  N dy   977    153208     24246    103705         0     41914    315196   4631022    143.10    166.17
59.49/59.59	c  S st  1012    157978     24246    103705         0     46684    315196   5695255    143.17    133.37
59.69/59.79	c  S st  1012    158481     24246    103705         0     47187    315196   5779686    143.17   no data
59.79/59.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
59.79/59.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
59.89/59.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.89/59.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
59.89/59.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
59.89/59.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
59.89/59.93	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
59.99/60.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
60.29/60.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
62.39/62.46	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.13 s
62.39/62.47	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
62.49/62.56	c vivif2 --  cl tried    47187 cl shrink        0 lits rem          0 time: 0.09
62.70/62.71	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.14
62.70/62.71	c calculated reachability. Time: 0.00
62.70/62.71	c  N dy  1012    158481     24246    103705         0     47187    315196   5779685    143.17   no data
66.29/66.34	c  N dy  1084    168730     24246    103705         0     32580    315196   2270717    143.26    150.85
70.09/70.19	c  N dy  1154    179679     24246    103705         0     43529    315196   4670971    143.08    151.18
74.38/74.42	c  N dy  1230    191203     24246    103705         0     29124    315196   1217857    143.00    152.20
78.59/78.69	c  N dy  1310    203408     24246    103705         0     41329    315196   3936464    143.00    151.20
83.50/83.51	c  N dy  1391    216431     24246    103705         0     27396    315196    603110    143.10    169.16
88.39/88.40	c  N dy  1492    230331     24246    103705         0     41295    315196   3773534    143.33    164.68
91.09/91.12	c  S st  1547    237723     24246    103705         0     48687    315196   5437620    143.43    147.18
91.29/91.32	c  S st  1547    238226     24246    103705         0     49190    315196   5525735    143.43   no data
91.29/91.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
91.39/91.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
91.39/91.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.39/91.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
91.39/91.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
91.39/91.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
91.39/91.46	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
91.49/91.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
91.79/91.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
93.99/94.01	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.18 s
93.99/94.02	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
94.09/94.11	c vivif2 --  cl tried    49187 cl shrink        0 lits rem          0 time: 0.08
94.19/94.25	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.15
94.19/94.26	c calculated reachability. Time: 0.00
94.19/94.26	c  N dy  1547    238226     24246    103705         0     49187    315196   5524660    143.43   no data
99.59/99.60	c  N dy  1650    253477     24246    103705         0     36453    315196   2365872    143.51    163.90
105.29/105.38	c  N dy  1763    269731     24246    103705         0     52707    315196   6130318    143.73    184.36
111.40/111.41	c  N dy  1878    286971     24246    103705         0     40953    315196   3114918    143.67    152.34
117.99/118.04	c  N dy  2002    305431     24246    103705         0     59413    315196   7210275    143.61    151.53
118.29/118.39	c  F st  2008    306253     24246    103705         0     30240    315196    512453    143.60    125.63
125.10/125.12	c  N dy  2112    325007     24246    103705         0     48994    315196   5162757    143.72    153.90
132.39/132.43	c  N dy  2255    345060     24246    103705         0     38049    315196   2061839    143.80    156.01
136.89/136.95	c  S st  2342    357340     24246    103705         0     50329    315196   4872473    143.92   no data
137.09/137.14	c  S st  2342    357844     24246    103705         0     50833    315196   4961891    143.92   no data
137.09/137.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
137.19/137.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
137.19/137.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.19/137.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
137.19/137.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
137.19/137.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
137.19/137.29	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
137.29/137.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
137.59/137.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
139.60/139.65	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.03 s
139.60/139.65	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
139.70/139.73	c vivif2 --  cl tried    50829 cl shrink        0 lits rem          0 time: 0.07
139.79/139.87	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.14
139.79/139.88	c calculated reachability. Time: 0.00
139.79/139.88	c  N dy  2342    357844     24246    103705         0     50829    315196   4960324    143.92   no data
147.19/147.22	c  N dy  2472    377903     24246    103705         0     38893    315196   2024009    143.91    178.59
154.49/154.50	c  N dy  2603    398071     24246    103705         0     59060    315196   6550349    143.86    156.72
161.90/161.93	c  N dy  2737    418165     24246    103705         0     46158    315196   3376353    143.92    157.83
169.40/169.47	c  N dy  2875    438182     24246    103705         0     66172    315196   7897896    143.97    153.53
176.60/176.66	c  N dy  3001    458270     24246    103705         0     52256    315196   4520967    143.92    189.12
184.29/184.37	c  N dy  3135    478300     24246    103705         0     37289    315196    982444    143.96    152.20
191.79/191.83	c  N dy  3275    498349     24246    103705         0     57336    315196   5547297    144.05    183.55
199.49/199.58	c  N dy  3410    518500     24246    103705         0     41488    315196   1694548    144.09    157.19
206.39/206.41	c  S st  3532    536767     24246    103705         0     59753    315196   5934643    144.20   no data
206.59/206.61	c  S st  3532    537273     24246    103705         0     60259    315196   6014648    144.20   no data
206.59/206.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
206.70/206.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.08
206.70/206.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
206.70/206.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
206.70/206.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
206.70/206.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
206.70/206.77	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
206.80/206.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
207.09/207.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
210.00/210.08	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.92 s
210.00/210.09	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
210.10/210.17	c vivif2 --  cl tried    60251 cl shrink        0 lits rem          0 time: 0.09
210.29/210.33	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.16
210.29/210.34	c calculated reachability. Time: 0.00
210.29/210.34	c  N dy  3532    537273     24246    103705         0     60251    315196   6012765    144.20   no data
218.10/218.13	c  N dy  3672    557307     24246    103705         0     43285    315196   1886185    144.28    157.57
225.60/225.65	c  N dy  3815    577357     24246    103705         0     63334    315196   6378099    144.33    152.31
233.50/233.51	c  N dy  3960    597462     24246    103705         0     45448    315196   2185997    144.42    154.14
241.09/241.13	c  N dy  4095    617554     24246    103705         0     65539    315196   6732417    144.43    152.45
249.09/249.19	c  N dy  4235    637575     24246    103705         0     46561    315196   2226627    144.48    158.63
256.89/256.91	c  N dy  4359    657651     24246    103705         0     66636    315196   6747808    144.45    152.38
264.80/264.85	c  N dy  4500    677724     24246    103705         0     46707    315196   1982441    144.50    152.14
272.50/272.58	c  N dy  4646    697762     24246    103705         0     66743    315196   6559428    144.60    161.96
280.60/280.60	c  N dy  4780    717791     24246    103705         0     45776    315196   1518036    144.62    154.99
288.20/288.28	c  N dy  4914    737888     24246    103705         0     65871    315196   6127063    144.69    157.58
296.49/296.55	c  N dy  5058    757951     24246    103705         0     43932    315196    914533    144.76    172.48
304.10/304.12	c  N dy  5196    777983     24246    103705         0     63962    315196   5494616    144.83    154.50
312.30/312.38	c  N dy  5330    797997     24246    103705         0     83972    315196  10016678    144.84    155.07
315.39/315.47	c  S st  5387    805909     24246    103705         0     48886    315196   1812595    144.84   no data
315.60/315.66	c  S st  5387    806413     24246    103705         0     49390    315196   1908440    144.84   no data
315.60/315.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
315.70/315.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
315.70/315.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
315.70/315.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
315.70/315.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
315.70/315.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
315.79/315.80	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
315.79/315.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
315.89/315.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
316.59/316.64	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.65 s
316.59/316.65	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
316.59/316.68	c vivif2 --  cl tried    49387 cl shrink        0 lits rem          0 time: 0.03
316.80/316.82	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.14
316.80/316.83	c calculated reachability. Time: 0.00
316.80/316.83	c  N dy  5387    806413     24246    103705         0     49387    315196   1907207    144.84   no data
324.50/324.59	c  N dy  5518    826462     24246    103705         0     69433    315196   6481078    144.84    170.01
332.90/332.96	c  N dy  5652    846540     24246    103705         0     45518    315196    826160    144.85    153.69
340.50/340.53	c  N dy  5784    866615     24246    103705         0     65590    315196   5397248    144.87    154.93
349.20/349.27	c  N dy  5914    886649     24246    103705         0     85622    315196   9984028    144.87    154.35
357.19/357.24	c  N dy  6046    906826     24246    103705         0     60803    315196   4130207    144.85    152.88
365.40/365.43	c  N dy  6179    926926     24246    103705         0     80902    315196   8677694    144.85    162.32
373.60/373.62	c  N dy  6315    947034     24246    103705         0     55012    315196   2534570    144.88    153.76
381.60/381.66	c  N dy  6454    967185     24246    103705         0     75162    315196   7156771    144.90    155.24
390.30/390.36	c  N dy  6593    987253     24246    103705         0     48229    315196    766781    144.94    152.67
398.00/398.07	c  N dy  6731   1007362     24246    103705         0     68338    315196   5310814    144.95    154.56
406.40/406.48	c  N dy  6862   1027456     24246    103705         0     88430    315196   9879568    144.94    158.83
414.71/414.75	c  N dy  7009   1047551     24246    103705         0     60530    315196   3375188    145.01    160.05
422.90/422.99	c  N dy  7163   1067647     24246    103705         0     80626    315196   8016048    145.11    154.49
424.80/424.80	c  F st  7191   1071875     24246    103705         0     84854    315196   8961681    145.12    128.62
431.60/431.61	c  N dy  7268   1087710     24246    103705         0     51695    315196   1111234    145.14    153.25
439.50/439.54	c  N dy  7404   1107949     24246    103705         0     71933    315196   5745974    145.14    153.34
448.10/448.15	c  N dy  7545   1127997     24246    103705         0     91977    315196  10349976    145.18    155.73
456.40/456.43	c  N dy  7675   1148204     24246    103705         0     62184    315196   3248764    145.16    156.92
464.60/464.68	c  N dy  7801   1168339     24246    103705         0     82318    315196   7892473    145.18    153.92
473.50/473.53	c  N dy  7931   1188413     24246    103705         0     51400    315196    590801    145.14    154.73
481.41/481.41	c  N dy  8069   1208442     24246    103705         0     71428    315196   5131597    145.15    155.50
481.91/481.92	c  S st  8077   1209619     24246    103705         0     72605    315196   5413984    145.15    142.11
482.11/482.15	c  S st  8077   1210127     24246    103705         0     73113    315196   5481574    145.15   no data
482.11/482.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
482.21/482.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.09
482.21/482.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
482.21/482.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
482.31/482.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
482.31/482.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
482.31/482.31	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
482.41/482.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
482.61/482.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
485.71/485.70	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.02 s
485.71/485.71	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
485.71/485.79	c vivif2 --  cl tried    73108 cl shrink        0 lits rem          0 time: 0.08
485.91/485.96	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.17
485.91/485.97	c calculated reachability. Time: 0.00
485.91/485.97	c  N dy  8077   1210127     24246    103705         0     73108    315196   5480276    145.15   no data
494.50/494.58	c  N dy  8213   1230188     24246    103705         0     93169    315196  10028241    145.15    161.57
503.10/503.10	c  N dy  8354   1250227     24246    103705         0     61204    315196   2623196    145.21    154.13
511.30/511.35	c  N dy  8490   1270233     24246    103705         0     81210    315196   7218953    145.24    154.88
520.21/520.30	c  N dy  8631   1290417     24246    103705         0    101391    315196  11827453    145.27    158.49
528.61/528.63	c  N dy  8770   1310524     24246    103705         0     68504    315196   4066571    145.30    174.07
537.00/537.08	c  N dy  8911   1330578     24246    103705         0     88557    315196   8654844    145.31    163.35
546.30/546.32	c  N dy  9053   1350655     24246    103705         0     54631    315196    666080    145.34    161.89
554.20/554.21	c  N dy  9193   1370735     24246    103705         0     74711    315196   5235506    145.37    153.73
562.90/562.94	c  N dy  9334   1390750     24246    103705         0     94725    315196   9837229    145.41    153.51
571.80/571.83	c  N dy  9467   1410758     24246    103705         0     59737    315196   1619245    145.40    155.81
579.91/579.97	c  N dy  9607   1430819     24246    103705         0     79797    315196   6211732    145.41    154.67
588.81/588.83	c  N dy  9745   1450912     24246    103705         0     99889    315196  10832622    145.43    154.32
597.71/597.76	c  N dy  9893   1470962     24246    103705         0     63938    315196   2409233    145.50    154.38
606.11/606.12	c  N dy 10029   1491000     24246    103705         0     83975    315196   7034745    145.52    153.22
615.01/615.05	c  N dy 10165   1511082     24246    103705         0    104057    315196  11628965    145.52    153.36
623.81/623.84	c  N dy 10301   1531143     24246    103705         0     67120    315196   2893943    145.54    166.65
632.31/632.31	c  N dy 10443   1551226     24246    103705         0     87203    315196   7614121    145.60    153.50
641.51/641.58	c  N dy 10592   1571392     24246    103705         0    107368    315196  12249284    145.65    162.47
650.31/650.34	c  N dy 10732   1591477     24246    103705         0     69452    315196   3224614    145.67    160.20
658.70/658.72	c  N dy 10859   1611482     24246    103705         0     89455    315196   7789224    145.66    155.88
667.90/667.91	c  N dy 10992   1631608     24246    103705         0    109578    315196  12338153    145.67    155.01
676.52/676.59	c  N dy 11125   1651693     24246    103705         0     70668    315196   3224083    145.66    153.57
685.11/685.18	c  N dy 11256   1671728     24246    103705         0     90702    315196   7762820    145.64    157.04
694.41/694.42	c  N dy 11399   1691784     24246    103705         0    110754    315196  12355453    145.66    155.60
702.61/702.67	c  S st 11526   1710127     24246    103705         0     69100    315196   2657270    145.68    137.69
702.81/702.88	c  S st 11526   1710629     24246    103705         0     69602    315196   2738290    145.68   no data
702.81/702.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
702.92/702.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.09
703.01/703.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
703.01/703.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
703.01/703.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
703.01/703.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
703.01/703.04	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
703.11/703.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
703.21/703.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
704.91/704.99	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.71 s
705.01/705.00	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
705.01/705.04	c vivif2 --  cl tried    69600 cl shrink        0 lits rem          0 time: 0.04
705.21/705.21	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.17
705.21/705.22	c calculated reachability. Time: 0.00
705.21/705.22	c  N dy 11526   1710629     24246    103705         0     69600    315196   2737557    145.68   no data
713.70/713.73	c  N dy 11658   1730675     24246    103705         0     89644    315196   7316764    145.68    153.98
722.91/722.97	c  N dy 11786   1751154     24246    103705         0    110123    315196  11935030    145.65    153.96
732.21/732.23	c  N dy 11928   1771240     24246    103705         0     69216    315196   2440080    145.68    159.17
740.61/740.69	c  N dy 12074   1791336     24246    103705         0     89311    315196   7051138    145.70    162.65
749.91/749.90	c  N dy 12206   1811354     24246    103705         0    109328    315196  11659765    145.72    154.81
759.22/759.26	c  N dy 12347   1831356     24246    103705         0     67328    315196   1782403    145.74    154.76
767.61/767.67	c  N dy 12486   1851490     24246    103705         0     87461    315196   6436441    145.76    153.51
776.81/776.85	c  N dy 12619   1871599     24246    103705         0    107570    315196  11078447    145.76    154.18
786.61/786.66	c  N dy 12759   1891779     24246    103705         0     64750    315196    949681    145.78    154.67
795.01/795.03	c  N dy 12891   1911987     24246    103705         0     84956    315196   5577919    145.78    154.53
804.02/804.02	c  N dy 13024   1932103     24246    103705         0    105071    315196  10145442    145.77    153.48
813.61/813.67	c  N dy 13154   1952318     24246    103705         0    125285    315196  14793884    145.78    153.46
822.32/822.30	c  N dy 13296   1972396     24246    103705         0     81363    315196   4535898    145.78    160.01
831.21/831.28	c  N dy 13432   1992459     24246    103705         0    101426    315196   9181675    145.79    157.76
840.81/840.80	c  N dy 13570   2012481     24246    103705         0    121447    315196  13835975    145.82    155.17
849.81/849.88	c  N dy 13710   2032565     24246    103705         0     76535    315196   3246562    145.84    155.40
858.62/858.63	c  N dy 13850   2052620     24246    103705         0     96588    315196   7867613    145.87    153.76
868.12/868.13	c  N dy 13997   2072699     24246    103705         0    116666    315196  12497450    145.90    155.75
877.72/877.76	c  N dy 14134   2092727     24246    103705         0     70696    315196   1673601    145.90    156.24
886.31/886.30	c  N dy 14270   2112791     24246    103705         0     90760    315196   6355111    145.91    157.34
895.51/895.50	c  N dy 14410   2132876     24246    103705         0    110843    315196  10971669    145.93    157.07
905.42/905.40	c  N dy 14542   2152922     24246    103705         0    130886    315196  15587351    145.93    156.19
914.13/914.11	c  N dy 14682   2172947     24246    103705         0     83919    315196   4497332    145.94    161.39
923.12/923.16	c  N dy 14829   2192959     24246    103705         0    103929    315196   9151454    145.98    154.07
931.63/931.66	c  S st 14947   2210630     24246    103705         0    121599    315196  13208526    145.99    130.14
931.92/931.95	c  S st 14947   2211135     24246    103705         0    122104    315196  13295883    145.99   no data
931.92/931.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
932.12/932.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
932.12/932.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
932.12/932.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
932.12/932.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
932.12/932.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
932.12/932.17	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
932.32/932.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
933.01/933.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
940.12/940.14	c lits-rem:         2  cl-subs:        6  v-elim:      0  v-fix:    0  time:  7.10 s
940.12/940.15	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
940.32/940.35	c vivif2 --  cl tried   122098 cl shrink        0 lits rem          0 time: 0.20
940.53/940.59	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.24
940.62/940.60	c calculated reachability. Time: 0.00
940.62/940.60	c  N dy 14947   2211135     24246    103705         0    122098    315196  13294361    145.99   no data
950.12/950.17	c  N dy 15075   2231191     24246    103705         0     74159    315196   1988156    145.99    153.72
959.01/959.04	c  N dy 15211   2251335     24246    103705         0     94302    315196   6673186    146.00    155.67
968.92/968.94	c  N dy 15346   2271416     24246    103705         0    114383    315196  11291421    146.01    156.18
978.92/978.99	c  N dy 15482   2291481     24246    103705         0    134448    315196  15942862    146.03    156.71
987.73/987.78	c  N dy 15614   2311518     24246    103705         0     85486    315196   4299283    146.03    161.63
996.92/996.94	c  N dy 15759   2331525     24246    103705         0    105493    315196   8891282    146.04    162.42
1006.72/1006.70	c  N dy 15891   2351617     24246    103705         0    125584    315196  13470017    146.04    163.94
1016.42/1016.47	c  N dy 16025   2371620     24246    103705         0     75587    315196   1917200    146.04    160.20
1025.23/1025.29	c  N dy 16162   2391715     24246    103705         0     95681    315196   6589516    146.06    160.45
1034.72/1034.77	c  N dy 16302   2411802     24246    103705         0    115766    315196  11220311    146.07    154.24
1044.72/1044.74	c  N dy 16435   2431919     24246    103705         0    135879    315196  15883197    146.08    159.37
1054.02/1054.05	c  N dy 16580   2451954     24246    103705         0     84921    315196   3903802    146.12    163.92
1063.12/1063.15	c  N dy 16723   2472012     24246    103705         0    104979    315196   8535329    146.14    154.37
1072.82/1072.89	c  N dy 16864   2492250     24246    103705         0    125217    315196  13146617    146.15    154.52
1083.22/1083.28	c  N dy 17005   2512350     24246    103705         0     73318    315196    918171    146.16    157.11
1092.02/1092.01	c  N dy 17138   2532395     24246    103705         0     93361    315196   5567353    146.19    164.54
1101.22/1101.27	c  N dy 17279   2552496     24246    103705         0    113460    315196  10194166    146.21    156.42
1111.32/1111.31	c  N dy 17419   2572597     24246    103705         0    133560    315196  14883816    146.23    155.15
1121.22/1121.27	c  N dy 17563   2592668     24246    103705         0     80634    315196   2416710    146.25    154.45
1130.03/1130.07	c  N dy 17702   2612692     24246    103705         0    100657    315196   7028977    146.26    154.49
1139.63/1139.67	c  N dy 17839   2632693     24246    103705         0    120658    315196  11688543    146.27    177.90
1150.32/1150.37	c  N dy 17974   2652785     24246    103705         0    140749    315196  16354543    146.28    157.29
1160.22/1160.29	c  N dy 18109   2672974     24246    103705         0     86940    315196   3592838    146.29    155.84
1169.43/1169.45	c  N dy 18243   2692995     24246    103705         0    106959    315196   8244699    146.31    208.63
1178.23/1178.27	c  S st 18378   2711135     24246    103705         0    125098    315196  12388009    146.32   no data
1178.53/1178.56	c  S st 18378   2711636     24246    103705         0    125599    315196  12483205    146.32   no data
1178.53/1178.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1178.73/1178.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
1178.73/1178.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1178.73/1178.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1178.73/1178.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1178.73/1178.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24246 time:  0.01 s
1178.73/1178.78	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
1178.93/1178.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1179.53/1179.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1186.42/1186.40	c lits-rem:         2  cl-subs:       13  v-elim:      0  v-fix:    0  time:  6.86 s
1186.42/1186.41	c vivif2 --  cl tried   103705 cl shrink        0 lits rem          0 time: 0.01
1186.62/1186.60	c vivif2 --  cl tried   125586 cl shrink        0 lits rem          0 time: 0.19
1186.83/1186.85	c asymm  cl-useful: 0/103705/103705 lits-rem:0 time: 0.25
1186.83/1186.86	c calculated reachability. Time: 0.00
1186.83/1186.86	c  N dy 18378   2711636     24246    103705         0    125586    315196  12478166    146.32   no data
1197.52/1197.53	c  N dy 18522   2731747     24246    103705         0    145695    315196  17127529    146.34    154.46
1206.63/1206.62	c  N dy 18656   2751976     24246    103705         0     90925    315196   4246372    146.34    156.45
1215.92/1215.90	c  N dy 18793   2772009     24246    103705         0    110956    315196   8874630    146.34    155.22
1225.83/1225.86	c  N dy 18926   2792155     24246    103705         0    131101    315196  13475840    146.34    155.30
1236.73/1236.70	c  N dy 19072   2812276     24246    103705         0    151221    315196  18137154    146.36    156.45
1245.62/1245.66	c  N dy 19212   2832430     24246    103705         0     95371    315196   5204558    146.39    154.69
1255.13/1255.13	c  N dy 19349   2852490     24246    103705         0    115430    315196   9904026    146.40    157.48
1265.23/1265.22	c  N dy 19483   2872555     24246    103705         0    135494    315196  14504034    146.40    174.64
1275.83/1275.89	c  N dy 19623   2892668     24246    103705         0     78612    315196   1032857    146.42    157.27
1284.73/1284.71	c  N dy 19763   2912774     24246    103705         0     98718    315196   5621006    146.43    158.65
1294.33/1294.31	c  N dy 19893   2932966     24246    103705         0    118910    315196  10326389    146.42    156.37

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-3367346-1305380839/watcher-3367346-1305380839 -o /tmp/evaluation-result-3367346-1305380839/solver-3367346-1305380839 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367346-1305380839.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: 4.00 3.99 3.32 5/250 5837
/proc/meminfo: memFree=18007032/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=30728 CPUtime=0 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 1018 0 0 0 0 0 0 0 25 0 1 0 649684696 31465472 925 33554432000 4194304 4580011 140734528233856 18446744073709551615 4309641 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 7682 928 323 95 0 2664 0

[startup+0.0170029 s]
/proc/loadavg: 4.00 3.99 3.32 5/250 5837
/proc/meminfo: memFree=18007032/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=37784 CPUtime=0.01 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 3059 0 0 0 1 0 0 0 25 0 1 0 649684696 38690816 2504 33554432000 4194304 4580011 140734528233856 18446744073709551615 222921437893 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 9446 2506 324 95 0 4428 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37784

[startup+0.101012 s]
/proc/loadavg: 4.00 3.99 3.32 5/250 5837
/proc/meminfo: memFree=18007032/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=43232 CPUtime=0.09 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 4863 0 0 0 9 0 0 0 25 0 1 0 649684696 44269568 4308 33554432000 4194304 4580011 140734528233856 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 10808 4308 339 95 0 5790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43232

[startup+0.301002 s]
/proc/loadavg: 4.00 3.99 3.32 5/250 5837
/proc/meminfo: memFree=18007032/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=57008 CPUtime=0.29 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 9896 0 0 0 28 1 0 0 25 0 1 0 649684696 58376192 7498 33554432000 4194304 4580011 140734528233856 18446744073709551615 222921435507 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 14252 7498 354 95 0 9234 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57008

[startup+0.700905 s]
/proc/loadavg: 4.00 3.99 3.32 5/250 5837
/proc/meminfo: memFree=18007032/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=58480 CPUtime=0.69 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 10479 0 0 0 68 1 0 0 25 0 1 0 649684696 59883520 8081 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 14620 8081 364 95 0 9602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58480

[startup+1.50076 s]
/proc/loadavg: 4.00 3.99 3.32 5/251 5838
/proc/meminfo: memFree=17969204/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=58480 CPUtime=1.49 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 11097 0 0 0 148 1 0 0 25 0 1 0 649684696 59883520 8699 33554432000 4194304 4580011 140734528233856 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 14620 8699 364 95 0 9602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58480

[startup+3.10046 s]
/proc/loadavg: 4.00 3.99 3.32 5/251 5838
/proc/meminfo: memFree=17974164/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=91296 CPUtime=3.08 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 12247 0 0 0 307 1 0 0 25 0 1 0 649684696 93487104 9849 33554432000 4194304 4580011 140734528233856 18446744073709551615 4324192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 22824 9849 364 95 0 17806 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91296

[startup+6.30087 s]
/proc/loadavg: 4.00 3.99 3.32 5/251 5838
/proc/meminfo: memFree=17965608/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=91296 CPUtime=6.29 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 14485 0 0 0 627 2 0 0 25 0 1 0 649684696 93487104 12087 33554432000 4194304 4580011 140734528233856 18446744073709551615 4317345 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 22824 12087 364 95 0 17806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91296

[startup+12.7007 s]
/proc/loadavg: 4.00 3.99 3.33 5/251 5838
/proc/meminfo: memFree=17882304/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=190296 CPUtime=12.68 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 36987 0 0 0 1264 4 0 0 25 0 1 0 649684696 194863104 29553 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 47574 29553 367 95 0 42556 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 190296

[startup+25.5003 s]
/proc/loadavg: 4.00 3.99 3.34 5/251 5838
/proc/meminfo: memFree=17889984/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=143308 CPUtime=25.48 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 49536 0 0 0 2541 7 0 0 25 0 1 0 649684696 146747392 29667 33554432000 4194304 4580011 140734528233856 18446744073709551615 4507754 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 35827 29667 367 95 0 30809 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 143308

[startup+51.1006 s]
/proc/loadavg: 4.00 3.99 3.35 5/251 5839
/proc/meminfo: memFree=17769640/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=276644 CPUtime=51.09 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 82089 0 0 0 5095 14 0 0 25 0 1 0 649684696 283283456 52489 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 69161 52489 367 95 0 64143 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 276644

[startup+102.309 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5867
/proc/meminfo: memFree=17930816/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=321788 CPUtime=102.3 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 110488 0 0 0 10211 19 0 0 25 0 1 0 649684696 329510912 62557 33554432000 4194304 4580011 140734528233856 18446744073709551615 4306142 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 80447 62557 367 95 0 75429 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 321788

[startup+162.3 s]
/proc/loadavg: 4.02 4.00 3.43 5/251 5869
/proc/meminfo: memFree=17852932/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=329760 CPUtime=162.29 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 136775 0 0 0 16205 24 0 0 25 0 1 0 649684696 337674240 64163 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 82440 64163 367 95 0 77422 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 329760

[startup+222.3 s]
/proc/loadavg: 4.13 4.04 3.47 6/251 5871
/proc/meminfo: memFree=17814172/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=343924 CPUtime=222.29 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 164669 0 0 0 22200 29 0 0 25 0 1 0 649684696 352178176 68432 33554432000 4194304 4580011 140734528233856 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 85981 68432 367 95 0 80963 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 343924

[startup+282.3 s]
/proc/loadavg: 4.05 4.03 3.50 5/251 5872
/proc/meminfo: memFree=17776568/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=302456 CPUtime=282.3 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 193915 0 0 0 28195 35 0 0 25 0 1 0 649684696 309714944 70353 33554432000 4194304 4580011 140734528233856 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 75614 70353 367 95 0 70596 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 302456

[startup+342.3 s]
/proc/loadavg: 4.02 4.02 3.53 5/251 5874
/proc/meminfo: memFree=17756324/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=358504 CPUtime=342.3 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 220307 0 0 0 34189 41 0 0 25 0 1 0 649684696 367108096 73905 33554432000 4194304 4580011 140734528233856 18446744073709551615 4321135 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 89626 73905 367 95 0 84608 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 358504

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.56 5/251 5875
/proc/meminfo: memFree=17671104/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=359460 CPUtime=402.3 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 246708 0 0 0 40184 46 0 0 25 0 1 0 649684696 368087040 75289 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 89865 75289 367 95 0 84847 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 359460

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.58 5/251 5877
/proc/meminfo: memFree=17718800/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=360504 CPUtime=462.3 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 273082 0 0 0 46179 51 0 0 25 0 1 0 649684696 369156096 74332 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 90126 74332 367 95 0 85108 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 360504

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.61 5/251 5878
/proc/meminfo: memFree=17653160/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=362048 CPUtime=522.3 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 298593 0 0 0 52174 56 0 0 25 0 1 0 649684696 370737152 80852 33554432000 4194304 4580011 140734528233856 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 90512 80852 367 95 0 85494 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 362048

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.63 5/251 5880
/proc/meminfo: memFree=17652244/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=362532 CPUtime=582.31 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 323668 0 0 0 58169 62 0 0 25 0 1 0 649684696 371232768 75536 33554432000 4194304 4580011 140734528233856 18446744073709551615 4318476 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 90633 75536 367 95 0 85615 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 362532

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/251 5882
/proc/meminfo: memFree=17626908/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=368672 CPUtime=642.31 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 351800 0 0 0 64164 67 0 0 25 0 1 0 649684696 377520128 82097 33554432000 4194304 4580011 140734528233856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 92168 82097 367 95 0 87150 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 368672

[startup+702.3 s]
/proc/loadavg: 4.03 4.01 3.67 5/251 5883
/proc/meminfo: memFree=17633072/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=312040 CPUtime=702.31 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 376163 0 0 0 70159 72 0 0 25 0 1 0 649684696 319528960 72462 33554432000 4194304 4580011 140734528233856 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 78010 72462 367 95 0 72992 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 312040

[startup+762.309 s]
/proc/loadavg: 4.12 4.04 3.70 5/251 5885
/proc/meminfo: memFree=17619772/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=370648 CPUtime=762.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 400713 0 0 0 76154 78 0 0 25 0 1 0 649684696 379543552 73366 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 92662 73366 367 95 0 87644 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 370648

[startup+822.3 s]
/proc/loadavg: 4.04 4.03 3.72 5/251 5896
/proc/meminfo: memFree=17643672/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=370892 CPUtime=822.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 426344 0 0 0 82148 84 0 0 25 0 1 0 649684696 379793408 74350 33554432000 4194304 4580011 140734528233856 18446744073709551615 4318723 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 92723 74350 367 95 0 87705 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 370892

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 3.73 5/251 5897
/proc/meminfo: memFree=17526472/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=371196 CPUtime=882.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 451611 0 0 0 88142 90 0 0 25 0 1 0 649684696 380104704 73974 33554432000 4194304 4580011 140734528233856 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 92799 73974 367 95 0 87781 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 371196

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.75 5/251 5899
/proc/meminfo: memFree=17487616/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=443860 CPUtime=942.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 492321 0 0 0 94135 97 0 0 25 0 1 0 649684696 454512640 101454 33554432000 4194304 4580011 140734528233856 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 110965 101454 367 95 0 105947 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 443860

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.76 5/251 5903
/proc/meminfo: memFree=17289172/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=459168 CPUtime=1002.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 524189 0 0 0 100127 105 0 0 25 0 1 0 649684696 470188032 102511 33554432000 4194304 4580011 140734528233856 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 114792 102511 367 95 0 109774 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 459168

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.77 5/251 5905
/proc/meminfo: memFree=17239848/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=459644 CPUtime=1062.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 556231 0 0 0 106121 111 0 0 25 0 1 0 649684696 470675456 99243 33554432000 4194304 4580011 140734528233856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 114911 99243 367 95 0 109893 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 459644

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/251 5907
/proc/meminfo: memFree=17234108/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=399636 CPUtime=1122.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 587613 0 0 0 112113 119 0 0 25 0 1 0 649684696 409227264 94131 33554432000 4194304 4580011 140734528233856 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 99909 94131 367 95 0 94891 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 399636

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/251 5908
/proc/meminfo: memFree=17205428/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=478840 CPUtime=1182.32 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 620243 0 0 0 118106 126 0 0 25 0 1 0 649684696 490332160 108099 33554432000 4194304 4580011 140734528233856 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 119710 108099 367 95 0 114692 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 478840

[startup+1242.3 s]
/proc/loadavg: 3.83 3.96 3.79 4/245 5928
/proc/meminfo: memFree=17684164/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=479156 CPUtime=1242.33 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 649023 0 0 0 124099 134 0 0 25 0 1 0 649684696 490655744 99180 33554432000 4194304 4580011 140734528233856 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 119789 99180 367 95 0 114771 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 479156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.82 3.65 3.69 3/239 5947
/proc/meminfo: memFree=17971068/32951124 swapFree=66522240/67111528
[pid=5837] ppid=5835 vsize=479380 CPUtime=1300.03 cores=4,6
/proc/5837/stat : 5837 (strangenight2-s) R 5835 5837 5485 0 -1 4202496 677767 0 0 0 129861 142 0 0 25 0 1 0 649684696 490885120 108478 33554432000 4194304 4580011 140734528233856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5837/statm: 119845 108478 367 95 0 114827 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 479380

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.06
CPU user time (s): 1298.62
CPU system time (s): 1.44178
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 737496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.62
system time used= 1.44178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 677768
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= 11
involuntary context switches= 2451

runsolver used 3.13452 second user time and 6.36203 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 15:47:19
IDJOB=3367346
IDBENCH=82555
IDSOLVER=1845
FILE ID=node109/3367346-1305380839
RUNJOBID= node109-1305379155-5504
PBS_JOBID= 13324393
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=2125546207

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18007436 kB
Buffers:        266472 kB
Cached:        2939104 kB
SwapCached:      19100 kB
Active:        7031436 kB
Inactive:      7681124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18007436 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            9804 kB
Writeback:           0 kB
AnonPages:    11493904 kB
Mapped:          19208 kB
Slab:           136776 kB
PageTables:      32712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18686204 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= 73212 MiB
End job on node109 at 2011-05-14 16:09:02