Trace number 3173763

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.17 1201.75

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
MD5SUM6f9c7c042784ec486e9e8bc570309805
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
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-3173763-1304030622.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:       21250
0.00/0.02	c -- clauses added:            0 learnts,        21250 normals,            0 xors
0.00/0.02	c -- vars added        250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       250     21250         0         0    148750         0   no data   no data
1.17/0.39	c asymm  cl-useful: 0/14560/21250 lits-rem:0 time: 0.37
1.17/0.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.57/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:     123 undec:       5 neg:     122
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       250     21250         0         0    148750         0   no data   no data
3.57/0.90	c  N dy    12      4666       250     21250         0      4541    148750    309223     57.70     60.95
3.97/1.10	c  N dy    29      8953       250     21250         0      6307    148750    366877     58.42     61.91
5.57/1.40	c  N dy    44     13290       250     21250         0      6390    148750    305020     58.41     61.66
6.37/1.68	c  N dy    61     18138       250     21250         0      5628    148750    194004     58.39     61.51
7.56/1.98	c  N dy    75     22479       250     21250         0      9867    148750    476052     58.40     61.78
8.37/2.17	c  F st    84     25000       250     21250         0     12330    148750    638142     58.37     58.69
9.18/2.32	c  N st    88     27031       250     21250         0      7670    148750    271383     58.37   no data
9.95/2.52	c  S st    90     30000       250     21250         0     10576    148750    466782     58.37   no data
9.95/2.57	c  S st    90     30504       250     21250         0     11072    148750    496694     58.37   no data
9.95/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.95/2.59	c blocked clauses removed:        0 vars:      0 tried:         250 T: 0.00 s
9.95/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
9.95/2.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.36/3.10	c lits-rem:       211  cl-subs:      246  v-elim:      0  v-fix:    0  time:  0.48 s
13.17/3.33	c asymm  cl-useful: 0/6370/21250 lits-rem:0 time: 0.23
13.17/3.33	c calculated reachability. Time: 0.00
13.17/3.33	c  N dy    90     30504       250     21250         0     10826    148750    474027     58.37   no data
14.75/3.70	c  N dy   100     35012       250     21250         0     15228    148750    764420     58.22     61.38
15.95/4.06	c  N dy   111     39368       250     21250         0     11756    148750    483817     58.17     61.37
17.56/4.42	c  N dy   122     43403       250     21250         0     15698    148750    743130     58.07     62.22
18.34/4.66	c  S st   134     45758       250     21250         0      9258    148750    265692     58.10     59.19
18.74/4.71	c  S st   134     46260       250     21250         0      9757    148750    296673     58.10   no data
18.74/4.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.74/4.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.74/4.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.74/4.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.74/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.74/4.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
18.74/4.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.74/4.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.74/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.14/4.85	c lits-rem:         0  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.11 s
19.14/4.85	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
19.14/4.85	c vivif2 --  cl tried     9716 cl shrink        0 lits rem          0 time: 0.00
20.74/5.30	c asymm  cl-useful: 0/14861/21250 lits-rem:0 time: 0.44
21.14/5.30	c calculated reachability. Time: 0.00
21.14/5.30	c  N dy   134     46260       250     21250         0      9716    148750    293002     58.10   no data
22.36/5.61	c  N dy   147     50323       250     21250         0     13676    148750    552803     58.07     61.76
23.54/5.97	c  N dy   156     54420       250     21250         0     17674    148750    816729     57.91     61.03
25.13/6.33	c  N dy   176     58559       250     21250         0     11969    148750    392642     57.97     61.07
26.35/6.69	c  N dy   196     62595       250     21250         0     15913    148750    655613     58.07     61.16
28.33/7.13	c  N dy   216     66783       250     21250         0     20019    148750    928730     58.13     61.26
29.53/7.42	c  S st   230     69391       250     21250         0     11829    148750    331935     58.17   no data
29.53/7.48	c  S st   230     69896       250     21250         0     12330    148750    362873     58.17   no data
29.53/7.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.53/7.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
29.53/7.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.53/7.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.53/7.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.53/7.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
29.53/7.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.93/7.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.93/7.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.33/7.68	c lits-rem:        22  cl-subs:       67  v-elim:      0  v-fix:    0  time:  0.16 s
30.33/7.68	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
30.33/7.68	c vivif2 --  cl tried    12263 cl shrink        0 lits rem          0 time: 0.00
31.53/7.91	c asymm  cl-useful: 0/6091/21250 lits-rem:0 time: 0.23
31.53/7.91	c calculated reachability. Time: 0.00
31.53/7.91	c  N dy   230     69896       250     21250         0     12263    148750    356380     58.17   no data
33.12/8.32	c  N dy   242     74776       250     21250         0     17032    148750    670835     58.13     61.23
35.14/8.82	c  N dy   256     80089       250     21250         0     22236    148750   1014127     58.08     61.23
37.12/9.30	c  N dy   271     85470       250     21250         0     15765    148750    536944     58.04     61.21
37.51/9.47	c  F st   273     87501       250     21250         0     17761    148750    668369     57.99     57.83
39.54/9.94	c  N dy   279     92692       250     21250         0     22844    148750   1014925     57.99   no data
41.91/10.51	c  N dy   304     98683       250     21250         0     15979    148750    502140     58.04     61.41
43.92/11.10	c  S st   323    104846       250     21250         0     21988    148750    902779     58.04   no data
44.32/11.20	c  S st   323    105351       250     21250         0     22488    148750    933709     58.04   no data
44.70/11.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.70/11.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
44.70/11.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.70/11.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.70/11.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.70/11.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
44.70/11.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.70/11.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.70/11.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.72/13.27	c lits-rem:       197  cl-subs:      574  v-elim:      0  v-fix:    0  time:  2.00 s
52.72/13.28	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
52.72/13.29	c vivif2 --  cl tried    21914 cl shrink        0 lits rem          0 time: 0.01
53.90/13.58	c asymm  cl-useful: 0/5663/21250 lits-rem:0 time: 0.29
53.90/13.58	c calculated reachability. Time: 0.00
53.90/13.58	c  N dy   323    105351       250     21250         0     21914    148750    881036     58.04   no data
57.11/14.34	c  N dy   344    112355       250     21250         0     15076    148750    389668     58.03     61.46
60.28/15.12	c  N dy   357    119880       250     21250         0     22420    148750    878099     57.96     61.21
63.87/16.01	c  N dy   382    127552       250     21250         0     15259    148750    349440     57.96     65.81
67.08/16.84	c  N dy   417    136187       250     21250         0     23671    148750    906836     57.98     61.36
71.06/17.89	c  N dy   439    146001       250     21250         0     17635    148750    452717     57.87     61.13
75.46/18.97	c  N dy   471    157061       250     21250         0     28437    148750   1167710     57.85     61.07
75.86/19.08	c  S st   475    158026       250     21250         0     29375    148750   1229407     57.85     56.80
76.26/19.18	c  S st   475    158527       250     21250         0     29867    148750   1261008     57.85   no data
76.26/19.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.66/19.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
76.66/19.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.66/19.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.66/19.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.66/19.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
76.66/19.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.66/19.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
76.66/19.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.44/22.94	c lits-rem:       321  cl-subs:      826  v-elim:      0  v-fix:    0  time:  3.68 s
91.44/22.94	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
91.44/22.96	c vivif2 --  cl tried    29041 cl shrink        0 lits rem          0 time: 0.02
92.66/23.23	c asymm  cl-useful: 0/4317/21250 lits-rem:0 time: 0.27
92.66/23.23	c calculated reachability. Time: 0.00
92.66/23.23	c  N dy   475    158527       250     21250         0     29041    148750   1185972     57.85   no data
97.06/24.35	c  N dy   513    168962       250     21250         0     22670    148750    733025     57.87     61.34
102.23/25.65	c  N dy   552    179924       250     21250         0     33377    148750   1440007     57.88     60.95
107.82/27.04	c  N dy   594    191454       250     21250         0     27065    148750    970679     57.91     61.06
113.80/28.55	c  N dy   635    203683       250     21250         0     20443    148750    475550     57.91     63.81
120.19/30.15	c  N dy   685    216711       250     21250         0     33166    148750   1317877     57.90     61.38
127.81/32.05	c  N dy   736    230658       250     21250         0     27240    148750    874904     57.92     61.09
131.38/32.90	c  S st   753    237792       250     21250         0     34206    148750   1332573     57.88     53.13
131.81/33.01	c  S st   753    238293       250     21250         0     34698    148750   1364221     57.88   no data
131.81/33.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.81/33.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
131.81/33.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.81/33.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.81/33.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.81/33.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
131.81/33.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.81/33.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
131.81/33.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.75/38.04	c lits-rem:       301  cl-subs:      905  v-elim:      0  v-fix:    0  time:  4.94 s
151.75/38.04	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
151.75/38.06	c vivif2 --  cl tried    33793 cl shrink        0 lits rem          0 time: 0.02
153.35/38.41	c asymm  cl-useful: 0/3850/21250 lits-rem:0 time: 0.35
153.35/38.41	c calculated reachability. Time: 0.00
153.35/38.41	c  N dy   753    238293       250     21250         0     33793    148750   1282330     57.88   no data
160.94/40.34	c  N dy   809    253556       250     21250         0     28218    148750    883602     57.87     60.95
170.93/42.82	c  N dy   883    273011       250     21250         0     25745    148750    665601     57.88     60.96
179.32/44.99	c  N dy   938    290617       250     21250         0     42952    148750   1801925     57.85     60.99
186.90/46.90	c  F st  1006    306250       250     21250         0     35767    148750   1272803     57.88     58.03
188.92/47.32	c  N st  1011    309545       250     21250         0     38974    148750   1485795     57.88   no data
199.28/49.92	c  N dy  1084    329352       250     21250         0     34852    148750   1163961     57.91     61.07
210.07/52.61	c  N dy  1149    349469       250     21250         0     30128    148750    794294     57.87     61.11
214.07/53.61	c  S st  1185    357441       250     21250         0     37932    148750   1311542     57.89   no data
214.47/53.72	c  S st  1185    357948       250     21250         0     38427    148750   1343008     57.89   no data
214.47/53.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
214.47/53.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
214.47/53.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.47/53.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.47/53.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.47/53.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
214.47/53.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
214.47/53.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
214.87/53.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.26/59.49	c lits-rem:       246  cl-subs:      677  v-elim:      0  v-fix:    0  time:  5.68 s
237.26/59.49	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
237.66/59.51	c vivif2 --  cl tried    37750 cl shrink        0 lits rem          0 time: 0.02
238.84/59.81	c asymm  cl-useful: 0/3482/21250 lits-rem:0 time: 0.31
238.84/59.82	c calculated reachability. Time: 0.00
238.84/59.82	c  N dy  1185    357948       250     21250         0     37750    148750   1278870     57.89   no data
250.84/62.85	c  N dy  1245    378048       250     21250         0     31960    148750    856035     57.86     60.94
263.62/66.08	c  N dy  1331    398649       250     21250         0     52103    148750   2192019     57.88     61.00
274.79/68.87	c  N dy  1393    418906       250     21250         0     45519    148750   1699499     57.85     61.05
286.77/71.81	c  N dy  1457    438963       250     21250         0     37754    148750   1133613     57.83     60.93
299.55/75.03	c  N dy  1530    459369       250     21250         0     29362    148750    523368     57.84     61.31
310.73/77.83	c  N dy  1607    479385       250     21250         0     48923    148750   1815437     57.85     62.97
322.71/80.88	c  N dy  1689    499529       250     21250         0     39320    148750   1124558     57.85     61.25
336.29/84.21	c  N dy  1763    520172       250     21250         0     59501    148750   2460896     57.85     61.08
345.48/86.54	c  S st  1822    536923       250     21250         0     45550    148750   1490149     57.86   no data
345.88/86.66	c  S st  1822    537426       250     21250         0     46049    148750   1521512     57.86   no data
345.88/86.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
346.28/86.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
346.28/86.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
346.28/86.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
346.28/86.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
346.28/86.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
346.28/86.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
346.28/86.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
346.28/86.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
373.06/93.48	c lits-rem:       369  cl-subs:      881  v-elim:      0  v-fix:    0  time:  6.71 s
373.06/93.48	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
373.06/93.50	c vivif2 --  cl tried    45168 cl shrink        0 lits rem          0 time: 0.02
374.65/93.83	c asymm  cl-useful: 0/3015/21250 lits-rem:0 time: 0.33
374.65/93.83	c calculated reachability. Time: 0.00
374.65/93.83	c  N dy  1822    537426       250     21250         0     45168    148750   1440362     57.86   no data
387.83/97.17	c  N dy  1865    557634       250     21250         0     33614    148750    642968     57.82     61.06
399.84/100.17	c  N dy  1939    577677       250     21250         0     53238    148750   1940332     57.82     61.91
413.41/103.52	c  N dy  1999    597771       250     21250         0     40589    148750   1046152     57.80     63.90
428.17/107.26	c  N dy  2088    617838       250     21250         0     60164    148750   2338659     57.82     61.41
441.76/110.69	c  N dy  2167    637859       250     21250         0     46570    148750   1393288     57.82     61.12
457.35/114.53	c  N dy  2243    658024       250     21250         0     66317    148750   2700146     57.84     61.05
470.14/117.79	c  N dy  2314    678127       250     21250         0     51779    148750   1681406     57.84     60.90
488.49/122.32	c  N dy  2401    698229       250     21250         0     36205    148750    595760     57.85     61.32
500.89/125.45	c  N dy  2454    718941       250     21250         0     56438    148750   1934814     57.83     61.65
516.45/129.38	c  N dy  2521    738943       250     21250         0     39827    148750    776914     57.83     61.04
530.43/132.82	c  N dy  2579    759636       250     21250         0     60061    148750   2115536     57.82     60.93
548.40/137.31	c  N dy  2657    782137       250     21250         0     44908    148750   1058262     57.81     61.06
562.40/140.85	c  N dy  2728    802209       250     21250         0     64546    148750   2357230     57.82     61.42
565.58/141.65	c  S st  2745    806140       250     21250         0     68395    148750   2612624     57.82   no data
566.39/141.83	c  S st  2745    806644       250     21250         0     68893    148750   2644810     57.82   no data
566.39/141.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
566.39/141.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
566.39/141.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
566.39/141.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
566.39/141.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
566.39/141.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
566.39/141.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
566.80/141.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
566.80/141.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
678.62/169.92	c lits-rem:       790  cl-subs:     1845  v-elim:      0  v-fix:    0  time: 27.93 s
678.62/169.93	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
678.62/169.96	c vivif2 --  cl tried    67048 cl shrink        0 lits rem          0 time: 0.03
679.42/170.11	c asymm  cl-useful: 0/923/21250 lits-rem:0 time: 0.15
679.42/170.11	c calculated reachability. Time: 0.00
679.42/170.11	c  N dy  2745    806644       250     21250         0     67048    148750   2476007     57.82   no data
694.22/173.82	c  N dy  2798    827057       250     21250         0     48871    148750   1263057     57.80     61.08
709.38/177.63	c  N dy  2879    847320       250     21250         0     68676    148750   2575278     57.81     60.89
724.56/181.45	c  N dy  2953    867432       250     21250         0     49244    148750   1237126     57.82     62.25
739.73/185.21	c  N dy  3027    887468       250     21250         0     68815    148750   2527261     57.81     61.31
755.74/189.23	c  N dy  3092    907490       250     21250         0     48319    148750   1114841     57.81     67.24
770.50/192.93	c  N dy  3172    927538       250     21250         0     67944    148750   2415981     57.82     61.53
788.07/197.33	c  N dy  3253    948317       250     21250         0     47167    148750    989309     57.83     61.34
802.45/200.90	c  N dy  3306    968999       250     21250         0     67382    148750   2324568     57.81     60.92
819.63/205.27	c  N dy  3368    989306       250     21250         0     45184    148750    799363     57.80     60.93
833.21/208.69	c  N dy  3436   1009394       250     21250         0     64809    148750   2097102     57.79     61.01
851.18/213.16	c  N dy  3506   1029427       250     21250         0     84368    148750   3390643     57.79     60.90
865.58/216.78	c  N dy  3575   1049507       250     21250         0     61041    148750   1798247     57.79     61.24
885.94/221.88	c  N dy  3654   1071498       250     21250         0     82519    148750   3219113     57.79     61.04
886.34/221.99	c  F st  3658   1071875       250     21250         0     82883    148750   3244071     57.79   no data
902.71/226.05	c  N dy  3706   1092023       250     21250         0     58571    148750   1575515     57.79     60.96
923.09/231.19	c  N dy  3782   1112101       250     21250         0     78163    148750   2872671     57.79     62.56
943.45/236.26	c  N dy  3843   1133734       250     21250         0     54399    148750   1242326     57.77     61.22
960.23/240.40	c  N dy  3920   1153819       250     21250         0     74040    148750   2538715     57.78     60.97
980.99/245.60	c  N dy  3984   1174486       250     21250         0     48304    148750    787637     57.77     61.49
996.58/249.58	c  N dy  4041   1195729       250     21250         0     69082    148750   2152630     57.76     60.92
1010.57/253.00	c  S st  4098   1209967       250     21250         0     82985    148750   3073628     57.76   no data
1011.35/253.22	c  S st  4098   1210469       250     21250         0     83486    148750   3106321     57.76   no data
1011.35/253.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1011.35/253.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1011.35/253.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1011.35/253.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1011.35/253.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1011.35/253.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
1011.35/253.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1011.75/253.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1012.16/253.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1119.21/280.27	c lits-rem:       823  cl-subs:     2276  v-elim:      0  v-fix:    0  time: 26.85 s
1119.21/280.27	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
1119.60/280.31	c vivif2 --  cl tried    81210 cl shrink        0 lits rem          0 time: 0.04
1120.83/280.68	c asymm  cl-useful: 0/2483/21250 lits-rem:0 time: 0.37
1120.83/280.69	c calculated reachability. Time: 0.00
1120.83/280.69	c  N dy  4098   1210469       250     21250         0     81210    148750   2900423     57.76   no data
1141.18/285.77	c  N dy  4174   1233737       250     21250         0     57043    148750   1310667     57.76     60.94
1158.76/290.19	c  N dy  4268   1253817       250     21250         0     76607    148750   2606090     57.78     60.95
1180.32/295.58	c  N dy  4345   1274466       250     21250         0     48942    148750    720490     57.78     60.95
1195.52/299.35	c  N dy  4428   1294828       250     21250         0     68832    148750   2034278     57.78     61.03
1215.07/304.24	c  N dy  4507   1314891       250     21250         0     88450    148750   3333683     57.79     64.51
1233.05/308.76	c  N dy  4592   1334993       250     21250         0     59263    148750   1351405     57.80     60.88
1250.62/313.18	c  N dy  4683   1355091       250     21250         0     78892    148750   2654613     57.81     60.92
1273.39/318.85	c  N dy  4772   1375754       250     21250         0     99097    148750   3989302     57.82     61.23
1288.96/322.73	c  N dy  4833   1395802       250     21250         0     68828    148750   1922002     57.81     61.11
1308.54/327.62	c  N dy  4906   1416112       250     21250         0     88631    148750   3231686     57.82     61.25
1328.51/332.69	c  N dy  4977   1436296       250     21250         0     57564    148750   1124375     57.82     61.32
1345.69/336.93	c  N dy  5071   1456304       250     21250         0     77100    148750   2421682     57.83     61.01
1366.48/342.19	c  N dy  5129   1477062       250     21250         0     97354    148750   3763069     57.82     60.89
1385.23/346.80	c  N dy  5208   1497245       250     21250         0     65359    148750   1586140     57.83     61.86
1403.60/351.45	c  N dy  5283   1517424       250     21250         0     85072    148750   2888355     57.83     61.35
1426.37/357.18	c  N dy  5357   1537456       250     21250         0    104653    148750   4186631     57.83     61.03
1443.15/361.30	c  N dy  5427   1557791       250     21250         0     71760    148750   1947415     57.82     61.34
1463.54/366.49	c  N dy  5509   1577946       250     21250         0     91423    148750   3250037     57.83     60.92
1487.10/372.36	c  N dy  5568   1597999       250     21250         0     57311    148750    945610     57.83     60.99
1506.27/377.18	c  N dy  5656   1619414       250     21250         0     78207    148750   2331107     57.83     61.88
1529.05/382.89	c  N dy  5736   1639736       250     21250         0     98073    148750   3646288     57.83     61.03
1549.81/388.06	c  N dy  5803   1660086       250     21250         0     63250    148750   1280158     57.83     61.63
1567.79/392.53	c  N dy  5877   1680119       250     21250         0     82814    148750   2576262     57.83     61.17
1589.35/397.92	c  N dy  5936   1700301       250     21250         0    102530    148750   3877278     57.82     61.34
1602.53/401.23	c  S st  5983   1710469       250     21250         0     56788    148750    800748     57.82     57.95
1602.93/401.38	c  S st  5983   1710975       250     21250         0     57285    148750    831733     57.82   no data
1602.93/401.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1603.33/401.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1603.33/401.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1603.33/401.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1603.33/401.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1603.33/401.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
1603.33/401.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1603.33/401.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1603.33/401.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1609.32/402.97	c lits-rem:        29  cl-subs:       69  v-elim:      0  v-fix:    0  time:  1.50 s
1609.32/402.98	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
1609.32/402.99	c vivif2 --  cl tried    57216 cl shrink        0 lits rem          0 time: 0.01
1610.93/403.33	c asymm  cl-useful: 0/2815/21250 lits-rem:0 time: 0.34
1610.93/403.33	c calculated reachability. Time: 0.00
1610.93/403.33	c  N dy  5983   1710975       250     21250         0     57216    148750    825161     57.82   no data
1628.89/407.80	c  N dy  6058   1731371       250     21250         0     77103    148750   2144093     57.83     60.97
1650.86/413.34	c  N dy  6127   1751480       250     21250         0     96756    148750   3452271     57.83     61.38
1676.83/419.82	c  N dy  6208   1771561       250     21250         0     59740    148750    938479     57.84     60.91
1698.80/425.38	c  N dy  6301   1791824       250     21250         0     79539    148750   2246529     57.84     61.62
1722.38/431.26	c  N dy  6383   1812164       250     21250         0     99409    148750   3563133     57.84     61.54
1747.13/437.45	c  N dy  6458   1832331       250     21250         0     61481    148750    997620     57.85     61.01
1766.72/442.39	c  N dy  6512   1854994       250     21250         0     83634    148750   2464818     57.83     60.92
1789.07/447.94	c  N dy  6581   1875079       250     21250         0    103284    148750   3764810     57.83     62.39
1813.04/453.97	c  N dy  6656   1895323       250     21250         0     64426    148750   1136214     57.84     61.46
1831.41/458.57	c  N dy  6736   1915442       250     21250         0     84112    148750   2443913     57.84     61.70
1853.78/464.19	c  N dy  6815   1935453       250     21250         0    103636    148750   3738919     57.84     61.30
1879.35/470.51	c  N dy  6894   1956193       250     21250         0     64313    148750   1074252     57.84     61.25
1897.32/475.08	c  N dy  6970   1976355       250     21250         0     84007    148750   2380174     57.84     61.04
1920.12/480.79	c  N dy  7055   1996359       250     21250         0    103558    148750   3675201     57.85     61.13
1946.47/487.32	c  N dy  7130   2016387       250     21250         0     62514    148750    897733     57.85     60.90
1964.45/491.88	c  N dy  7194   2037066       250     21250         0     82743    148750   2236035     57.84     60.92
1988.00/497.72	c  N dy  7284   2057484       250     21250         0    102707    148750   3555327     57.85     60.93
2015.16/504.50	c  N dy  7360   2077665       250     21250         0    122419    148750   4859945     57.85     61.05
2033.13/509.08	c  N dy  7415   2097773       250     21250         0     80482    148750   2032905     57.84     61.20
2055.10/514.58	c  N dy  7499   2117959       250     21250         0    100178    148750   3334680     57.84     61.07
2082.69/521.49	c  N dy  7595   2138214       250     21250         0    119987    148750   4649819     57.85     61.10
2106.23/527.32	c  N dy  7666   2158362       250     21250         0     77152    148750   1760247     57.85     61.21
2128.20/532.87	c  N dy  7741   2178391       250     21250         0     96652    148750   3052666     57.85     61.42
2154.16/539.30	c  N dy  7812   2199030       250     21250         0    116821    148750   4385890     57.85     61.46
2170.97/543.57	c  S st  7871   2210978       250     21250         0     65012    148750    900671     57.86     60.50
2171.74/543.74	c  S st  7871   2211480       250     21250         0     65512    148750    932625     57.86   no data
2171.74/543.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2171.74/543.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2171.74/543.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2171.74/543.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2171.74/543.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2171.74/543.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
2171.74/543.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2172.14/543.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2172.14/543.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2178.13/545.31	c lits-rem:        60  cl-subs:       98  v-elim:      0  v-fix:    0  time:  1.48 s
2178.13/545.32	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
2178.13/545.33	c vivif2 --  cl tried    65414 cl shrink        0 lits rem          0 time: 0.01
2179.34/545.68	c asymm  cl-useful: 0/2442/21250 lits-rem:0 time: 0.35
2179.34/545.68	c calculated reachability. Time: 0.00
2179.34/545.68	c  N dy  7871   2211480       250     21250         0     65414    148750    923165     57.86   no data
2197.70/550.25	c  N dy  7923   2231848       250     21250         0     85299    148750   2238240     57.85     61.15
2220.47/555.99	c  N dy  7988   2252467       250     21250         0    105446    148750   3571849     57.85     61.14
2248.03/562.87	c  N dy  8064   2272627       250     21250         0    125130    148750   4875024     57.86     61.66
2268.00/567.88	c  N dy  8128   2292663       250     21250         0     80296    148750   1865280     57.85     61.37
2289.20/573.13	c  N dy  8193   2312730       250     21250         0     99886    148750   3167246     57.85     61.35
2329.15/583.11	c  N dy  8264   2344413       250     21250         0    130799    148750   5217350     57.83     60.91
2348.69/588.09	c  N dy  8340   2364886       250     21250         0     85329    148750   2142557     57.83     60.91
2371.87/593.82	c  N dy  8416   2384910       250     21250         0    104879    148750   3443215     57.83     61.08
2399.45/600.76	c  N dy  8474   2404911       250     21250         0    124431    148750   4738908     57.83     61.72
2425.81/607.38	c  N dy  8544   2424993       250     21250         0     77639    148750   1573326     57.83     63.78
2447.78/612.89	c  N dy  8622   2445020       250     21250         0     97219    148750   2862719     57.83     61.52
2472.92/619.10	c  N dy  8682   2465084       250     21250         0    116842    148750   4166638     57.83     64.73
2502.88/626.65	c  N dy  8768   2485266       250     21250         0     69150    148750    955989     57.83     60.93
2522.85/631.62	c  N dy  8850   2505543       250     21250         0     88949    148750   2274577     57.84     61.20
2545.62/637.35	c  N dy  8917   2525838       250     21250         0    108768    148750   3588565     57.83     60.97
2573.99/644.47	c  N dy  8997   2545946       250     21250         0    128437    148750   4887017     57.84     61.28
2597.94/650.46	c  N dy  9073   2566031       250     21250         0     79678    148750   1606723     57.84     61.90
2620.32/656.00	c  N dy  9159   2586089       250     21250         0     99254    148750   2904046     57.84     61.07
2647.48/662.87	c  N dy  9245   2606953       250     21250         0    119649    148750   4252649     57.84     61.05
2682.23/671.53	c  N dy  9318   2631919       250     21250         0     74659    148750   1204426     57.83     61.79
2703.00/676.75	c  N dy  9390   2652292       250     21250         0     94558    148750   2525143     57.83     61.52
2727.77/682.90	c  N dy  9476   2672397       250     21250         0    114180    148750   3833656     57.84     60.95
2761.72/691.45	c  N dy  9555   2693223       250     21250         0    134532    148750   5181565     57.84     61.13
2785.71/697.42	c  S st  9622   2711480       250     21250         0     82040    148750   1643037     57.84     53.36
2786.49/697.65	c  S st  9622   2711982       250     21250         0     82538    148750   1675448     57.84   no data
2786.49/697.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2786.89/697.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2786.89/697.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2786.89/697.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2786.89/697.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2786.89/697.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
2786.89/697.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2786.89/697.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2786.89/697.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2818.04/705.53	c lits-rem:       330  cl-subs:      694  v-elim:      0  v-fix:    0  time:  7.74 s
2818.04/705.53	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
2818.04/705.56	c vivif2 --  cl tried    81844 cl shrink        0 lits rem          0 time: 0.02
2819.64/705.95	c asymm  cl-useful: 0/2028/21250 lits-rem:0 time: 0.40
2819.64/705.96	c calculated reachability. Time: 0.00
2819.64/705.96	c  N dy  9622   2711982       250     21250         0     81844    148750   1611701     57.84   no data
2843.60/711.93	c  N dy  9708   2732185       250     21250         0    101605    148750   2914544     57.84     61.25
2869.96/718.57	c  N dy  9782   2752347       250     21250         0    121298    148750   4220685     57.84     61.02
2901.12/726.35	c  N dy  9860   2772617       250     21250         0    141114    148750   5542698     57.85     61.62
2921.10/731.34	c  N dy  9908   2792637       250     21250         0     89299    148750   2064223     57.84     60.96
2945.06/737.33	c  N dy  9991   2812863       250     21250         0    109084    148750   3379198     57.85     61.53
2973.03/744.33	c  N dy 10070   2832925       250     21250         0    128712    148750   4690143     57.85     61.13
3003.39/751.92	c  N dy 10131   2853196       250     21250         0     76250    148750   1143927     57.85     61.15
3024.95/757.33	c  N dy 10229   2873804       250     21250         0     96418    148750   2491418     57.85     61.07
3051.31/763.98	c  N dy 10310   2894346       250     21250         0    116466    148750   3823513     57.86     62.35
3080.09/771.20	c  N dy 10375   2914377       250     21250         0    136043    148750   5122357     57.85     61.02
3106.86/777.87	c  N dy 10435   2934422       250     21250         0     82324    148750   1492862     57.85     61.56
3130.40/783.75	c  N dy 10487   2954582       250     21250         0    102029    148750   2795205     57.85     61.09
3159.59/791.04	c  N dy 10586   2974750       250     21250         0    121738    148750   4108080     57.85     61.09
3190.72/798.86	c  N dy 10651   2994772       250     21250         0    141257    148750   5399466     57.85     61.05
3216.71/805.31	c  N dy 10717   3014803       250     21250         0     86561    148750   1715973     57.85     61.57
3241.85/811.67	c  N dy 10812   3036060       250     21250         0    107325    148750   3096481     57.85     60.93
3270.21/818.77	c  N dy 10888   3056739       250     21250         0    127535    148750   4438662     57.86     60.99
3301.37/826.50	c  N dy 10949   3076858       250     21250         0    147201    148750   5744433     57.85     61.52
3325.34/832.58	c  N dy 11040   3096951       250     21250         0     91594    148750   1995967     57.86     61.60
3349.31/838.50	c  N dy 11089   3117972       250     21250         0    112135    148750   3351038     57.85     60.94
3378.46/845.84	c  N dy 11175   3138282       250     21250         0    131985    148750   4675282     57.86     60.94
3412.02/854.29	c  N dy 11249   3158596       250     21250         0    151832    148750   5989914     57.86     61.13
3434.78/859.91	c  N dy 11337   3178766       250     21250         0     95304    148750   2187516     57.86     61.15
3459.15/866.05	c  N dy 11406   3199120       250     21250         0    115175    148750   3507952     57.86     61.19
3478.33/870.83	c  S st 11459   3211982       250     21250         0    127770    148750   4341689     57.86   no data
3479.52/871.16	c  S st 11459   3212482       250     21250         0    128264    148750   4373000     57.86   no data
3479.52/871.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3479.94/871.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
3479.94/871.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3479.94/871.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3479.94/871.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3479.94/871.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
3479.94/871.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3480.34/871.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3480.72/871.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3694.03/924.87	c lits-rem:       966  cl-subs:     2969  v-elim:      0  v-fix:    0  time: 53.42 s
3694.03/924.87	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
3694.43/924.93	c vivif2 --  cl tried   125295 cl shrink        0 lits rem          0 time: 0.06
3696.02/925.37	c asymm  cl-useful: 0/1434/21250 lits-rem:0 time: 0.44
3696.02/925.38	c calculated reachability. Time: 0.00
3696.02/925.38	c  N dy 11459   3212482       250     21250         0    125295    148750   4102283     57.86   no data
3729.18/933.68	c  N dy 11543   3232495       250     21250         0    144884    148750   5404087     57.87     61.09
3758.73/941.04	c  N dy 11631   3252775       250     21250         0     87528    148750   1615897     57.87     60.97
3783.52/947.27	c  N dy 11728   3272904       250     21250         0    107214    148750   2925913     57.88     61.16
3811.46/954.26	c  N dy 11801   3292906       250     21250         0    126705    148750   4216933     57.88     61.38
3841.43/961.71	c  N dy 11861   3312926       250     21250         0    146285    148750   5514872     57.87     61.07
3869.78/968.87	c  N dy 11945   3333056       250     21250         0     87803    148750   1583146     57.87     61.39
3892.55/974.58	c  N dy 12016   3353086       250     21250         0    107359    148750   2880524     57.88     62.96
3925.30/982.79	c  N dy 12072   3377232       250     21250         0    130905    148750   4443606     57.87     60.92
3960.85/991.62	c  N dy 12146   3397825       250     21250         0    150989    148750   5775193     57.87     61.29
3992.81/999.62	c  N dy 12241   3419235       250     21250         0     92816    148750   1858613     57.87     60.96
4022.37/1007.02	c  N dy 12319   3439881       250     21250         0    112985    148750   3198643     57.88     61.28
4055.54/1015.37	c  N dy 12388   3459938       250     21250         0    132585    148750   4497996     57.88     60.98
4091.47/1024.35	c  N dy 12476   3480366       250     21250         0    152555    148750   5819622     57.88     61.01
4121.85/1031.99	c  N dy 12563   3501860       250     21250         0     93457    148750   1844338     57.88     61.16
4148.58/1038.62	c  N dy 12642   3523252       250     21250         0    114354    148750   3226815     57.89     61.43
4178.56/1046.20	c  N dy 12718   3543924       250     21250         0    134542    148750   4563350     57.89     61.11
4212.90/1054.72	c  N dy 12802   3564099       250     21250         0    154204    148750   5868883     57.89     61.06
4240.86/1061.76	c  N dy 12871   3584283       250     21250         0     92886    148750   1744590     57.89     61.44
4265.23/1067.89	c  N dy 12954   3604293       250     21250         0    112435    148750   3042580     57.89     61.10
4294.78/1075.29	c  N dy 13044   3624360       250     21250         0    132070    148750   4349942     57.89     61.49
4325.94/1083.04	c  N dy 13111   3644376       250     21250         0    151636    148750   5652064     57.89     61.61
4356.30/1090.61	c  N dy 13178   3664477       250     21250         0     89201    148750   1451307     57.89     61.42
4379.46/1096.46	c  N dy 13257   3684563       250     21250         0    108854    148750   2754502     57.89     61.10
4407.45/1103.41	c  N dy 13330   3704734       250     21250         0    128579    148750   4066524     57.89     61.43
4419.42/1106.40	c  S st 13360   3712484       250     21250         0    136169    148750   4571886     57.89     55.25
4420.63/1106.77	c  S st 13360   3712984       250     21250         0    136658    148750   4603157     57.89   no data
4420.63/1106.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4421.01/1106.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
4421.01/1106.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4421.01/1106.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4421.01/1106.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4421.01/1106.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
4421.01/1106.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4421.41/1106.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4421.81/1107.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4637.90/1161.14	c lits-rem:      1149  cl-subs:     3058  v-elim:      0  v-fix:    0  time: 54.08 s
4637.90/1161.14	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
4638.30/1161.20	c vivif2 --  cl tried   133600 cl shrink        0 lits rem          0 time: 0.06
4640.32/1161.76	c asymm  cl-useful: 0/1348/21250 lits-rem:0 time: 0.55
4640.32/1161.76	c calculated reachability. Time: 0.00
4640.32/1161.76	c  N dy 13360   3712984       250     21250         0    133600    148750   4322121     57.89   no data
4685.44/1173.01	c  N dy 13432   3733094       250     21250         0    153257    148750   5619864     57.89     61.01
4720.99/1181.97	c  F st 13496   3751562       250     21250         0     88243    148750   1329096     57.89   no data
4723.41/1182.55	c  N st 13500   3753595       250     21250         0     90234    148750   1460694     57.89   no data
4747.76/1188.67	c  N dy 13576   3773801       250     21250         0    109976    148750   2770606     57.89     61.45
4777.32/1196.09	c  N dy 13653   3793956       250     21250         0    129645    148750   4075972     57.89     61.23

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: 935)

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-3173763-1304030622/watcher-3173763-1304030622 -o /tmp/evaluation-result-3173763-1304030622/solver-3173763-1304030622 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173763-1304030622.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.16 8.12 7.04 5/180 24829
/proc/meminfo: memFree=11321420/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 593292905 52441088 348 33554432000 4194304 4627427 140735803544704 18446744073709551615 47486187820978 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 12803 348 299 106 0 7774 0
[pid=24829/tid=24830] ppid=24827 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593292905 52441088 348 33554432000 4194304 4627427 140735803544704 18446744073709551615 47486187820978 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593292905 52441088 348 33554432000 4194304 4627427 140735803544704 18446744073709551615 47486187820978 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593292906 52441088 348 33554432000 4194304 4627427 140735803544704 18446744073709551615 218880621553 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.157274 s]
/proc/loadavg: 8.16 8.12 7.04 5/180 24829
/proc/meminfo: memFree=11321420/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=282728 CPUtime=0.6 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 3262 0 0 0 60 0 0 0 18 0 4 0 593292905 289513472 3183 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 70682 3183 365 106 0 65653 0
[pid=24829/tid=24830] ppid=24827 vsize=282728 CPUtime=0.15 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 629 0 0 0 15 0 0 0 18 0 4 0 593292905 289513472 3183 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=282728 CPUtime=0.14 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 668 0 0 0 14 0 0 0 18 0 4 0 593292905 289513472 3183 33554432000 4194304 4627427 140735803544704 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=282728 CPUtime=0.14 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 902 0 0 0 14 0 0 0 25 0 4 0 593292906 289513472 3183 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282728

[startup+0.201267 s]
/proc/loadavg: 8.16 8.12 7.04 5/180 24829
/proc/meminfo: memFree=11321420/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=282728 CPUtime=0.77 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 3364 0 0 0 77 0 0 0 18 0 4 0 593292905 289513472 3285 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 70682 3285 365 106 0 65653 0
[pid=24829/tid=24830] ppid=24827 vsize=282728 CPUtime=0.19 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 640 0 0 0 19 0 0 0 18 0 4 0 593292905 289513472 3285 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=282728 CPUtime=0.19 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 675 0 0 0 19 0 0 0 18 0 4 0 593292905 289513472 3285 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=282728 CPUtime=0.19 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 981 0 0 0 19 0 0 0 25 0 4 0 593292906 289513472 3285 33554432000 4194304 4627427 140735803544704 18446744073709551615 4306576 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282728

[startup+0.300251 s]
/proc/loadavg: 8.16 8.12 7.04 5/180 24829
/proc/meminfo: memFree=11321420/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=282728 CPUtime=1.17 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 3551 0 0 0 117 0 0 0 18 0 4 0 593292905 289513472 3472 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 70682 3472 365 106 0 65653 0
[pid=24829/tid=24830] ppid=24827 vsize=282728 CPUtime=0.29 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 656 0 0 0 29 0 0 0 18 0 4 0 593292905 289513472 3472 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=282728 CPUtime=0.29 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 690 0 0 0 29 0 0 0 18 0 4 0 593292905 289513472 3472 33554432000 4194304 4627427 140735803544704 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=282728 CPUtime=0.29 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 1122 0 0 0 29 0 0 0 25 0 4 0 593292906 289513472 3472 33554432000 4194304 4627427 140735803544704 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282728

[startup+0.701185 s]
/proc/loadavg: 8.16 8.12 7.04 5/180 24829
/proc/meminfo: memFree=11321420/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=284252 CPUtime=2.78 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 9515 0 0 0 276 2 0 0 18 0 4 0 593292905 291074048 8041 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 71063 8041 385 106 0 66034 0
[pid=24829/tid=24830] ppid=24827 vsize=284252 CPUtime=0.69 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 2400 0 0 0 69 0 0 0 18 0 4 0 593292905 291074048 8041 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=284252 CPUtime=0.69 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 2432 0 0 0 69 0 0 0 18 0 4 0 593292905 291074048 8041 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=284252 CPUtime=0.69 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 1897 0 0 0 69 0 0 0 25 0 4 0 593292906 291074048 8041 33554432000 4194304 4627427 140735803544704 18446744073709551615 4338460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284252

[startup+1.50105 s]
/proc/loadavg: 8.23 8.13 7.05 11/184 24833
/proc/meminfo: memFree=11274640/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=290204 CPUtime=5.97 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 15630 0 0 0 594 3 0 0 20 0 4 0 593292905 297168896 8794 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309304 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 72551 8794 385 106 0 67522 0
[pid=24829/tid=24830] ppid=24827 vsize=290204 CPUtime=1.48 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 3922 0 0 0 148 0 0 0 19 0 4 0 593292905 297168896 8795 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=290204 CPUtime=1.48 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 3942 0 0 0 148 0 0 0 19 0 4 0 593292905 297168896 8795 33554432000 4194304 4627427 140735803544704 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=290204 CPUtime=1.48 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 3471 0 0 0 148 0 0 0 25 0 4 0 593292906 297168896 8795 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 290204

[startup+3.10078 s]
/proc/loadavg: 8.23 8.13 7.05 9/184 24833
/proc/meminfo: memFree=11434972/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=291712 CPUtime=12.36 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 28376 0 0 0 1230 6 0 0 25 0 4 0 593292905 298713088 12036 33554432000 4194304 4627427 140735803544704 18446744073709551615 4302847 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 72928 12036 389 106 0 67899 0
[pid=24829/tid=24830] ppid=24827 vsize=291712 CPUtime=3.09 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 6750 0 0 0 308 1 0 0 23 0 4 0 593292905 298713088 12036 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=291712 CPUtime=3.09 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 6619 0 0 0 308 1 0 0 25 0 4 0 593292905 298713088 12036 33554432000 4194304 4627427 140735803544704 18446744073709551615 4324736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=291712 CPUtime=3.07 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 5889 0 0 0 306 1 0 0 25 0 4 0 593292906 298713088 12037 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291712

[startup+6.30022 s]
/proc/loadavg: 8.21 8.13 7.05 9/184 24833
/proc/meminfo: memFree=11413768/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=292248 CPUtime=25.13 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 48438 0 0 0 2503 10 0 0 25 0 4 0 593292905 299261952 23257 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 73062 23257 389 106 0 68033 0
[pid=24829/tid=24830] ppid=24827 vsize=292248 CPUtime=6.28 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 11893 0 0 0 627 1 0 0 25 0 4 0 593292905 299261952 23257 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=292248 CPUtime=6.28 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 11571 0 0 0 626 2 0 0 25 0 4 0 593292905 299261952 23257 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=292248 CPUtime=6.25 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 12533 0 0 0 623 2 0 0 25 0 4 0 593292906 299261952 23257 33554432000 4194304 4627427 140735803544704 18446744073709551615 4310574 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 292248

[startup+12.7011 s]
/proc/loadavg: 8.19 8.13 7.06 9/184 24833
/proc/meminfo: memFree=11336092/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=348112 CPUtime=50.7 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 81843 0 0 0 5053 17 0 0 25 0 4 0 593292905 356466688 38895 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428093 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 87028 38895 389 106 0 81999 0
[pid=24829/tid=24830] ppid=24827 vsize=348112 CPUtime=12.69 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 20125 0 0 0 1266 3 0 0 25 0 4 0 593292905 356466688 38895 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=348112 CPUtime=12.68 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 19200 0 0 0 1265 3 0 0 25 0 4 0 593292905 356466688 38895 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=348112 CPUtime=12.62 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 21966 0 0 0 1257 5 0 0 25 0 4 0 593292906 356466688 38895 33554432000 4194304 4627427 140735803544704 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 348112

[startup+25.5009 s]
/proc/loadavg: 8.24 8.14 7.07 9/184 24834
/proc/meminfo: memFree=11355548/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=349636 CPUtime=101.83 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 118296 0 0 0 10156 27 0 0 25 0 4 0 593292905 358027264 45213 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 87409 45213 389 106 0 82380 0
[pid=24829/tid=24830] ppid=24827 vsize=349636 CPUtime=25.48 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 29426 0 0 0 2543 5 0 0 25 0 4 0 593292905 358027264 45213 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=349636 CPUtime=25.48 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 30935 0 0 0 2542 6 0 0 25 0 4 0 593292905 358027264 45213 33554432000 4194304 4627427 140735803544704 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=349636 CPUtime=25.34 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 29047 0 0 0 2527 7 0 0 25 0 4 0 593292906 358027264 45213 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 349636

[startup+51.1005 s]
/proc/loadavg: 8.20 8.14 7.11 9/184 24834
/proc/meminfo: memFree=11200024/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=482084 CPUtime=204.08 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 173707 0 0 0 20365 43 0 0 25 0 4 0 593292905 493654016 58559 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 120521 58559 389 106 0 115492 0
[pid=24829/tid=24830] ppid=24827 vsize=482084 CPUtime=51.09 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 38446 0 0 0 5102 7 0 0 25 0 4 0 593292905 493654016 58559 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=482084 CPUtime=51.07 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 43521 0 0 0 5097 10 0 0 25 0 4 0 593292905 493654016 58559 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=482084 CPUtime=50.8 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 45716 0 0 0 5068 12 0 0 25 0 4 0 593292906 493654016 58559 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 482084

[startup+102.301 s]
/proc/loadavg: 8.14 8.13 7.15 9/184 24836
/proc/meminfo: memFree=11105160/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=554988 CPUtime=408.62 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 256247 0 0 0 40792 70 0 0 25 0 4 0 593292905 568307712 79249 33554432000 4194304 4627427 140735803544704 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 138747 79249 389 106 0 133718 0
[pid=24829/tid=24830] ppid=24827 vsize=554988 CPUtime=102.29 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 55980 0 0 0 10215 14 0 0 25 0 4 0 593292905 568307712 79249 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=554988 CPUtime=102.27 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 65133 0 0 0 10211 16 0 0 25 0 4 0 593292905 568307712 79249 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=554988 CPUtime=101.73 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 74544 0 0 0 10152 21 0 0 25 0 4 0 593292906 568307712 79249 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 554988

[startup+162.3 s]

################
# More data... #
################

[pid=24829] ppid=24827 vsize=762532 CPUtime=2565.6 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 878284 0 0 0 256260 300 0 0 25 0 4 0 593292905 780832768 117530 33554432000 4194304 4627427 140735803544704 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 190633 117530 389 106 0 185604 0
[pid=24829/tid=24830] ppid=24827 vsize=762532 CPUtime=642.29 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 199880 0 0 0 64159 70 0 0 25 0 4 0 593292905 780832768 117530 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=762532 CPUtime=642.19 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 220852 0 0 0 64147 72 0 0 25 0 4 0 593292905 780832768 117530 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=762532 CPUtime=638.79 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 249378 0 0 0 63794 85 0 0 25 0 4 0 593292906 780832768 117530 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.6
Current children cumulated vsize (KiB) 762532

[startup+702.301 s]
/proc/loadavg: 8.16 8.11 7.59 9/184 24883
/proc/meminfo: memFree=13729068/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=673312 CPUtime=2805.26 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 934705 0 0 0 280205 321 0 0 25 0 4 0 593292905 689471488 120436 33554432000 4194304 4627427 140735803544704 18446744073709551615 4427536 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 168328 120436 389 106 0 163299 0
[pid=24829/tid=24830] ppid=24827 vsize=673312 CPUtime=702.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 214530 0 0 0 70155 75 0 0 25 0 4 0 593292905 689471488 120436 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=673312 CPUtime=702.18 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 234803 0 0 0 70140 78 0 0 25 0 4 0 593292905 689471488 120436 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=673312 CPUtime=698.46 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 261236 0 0 0 69757 89 0 0 25 0 4 0 593292906 689471488 120436 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 673312

[startup+762.301 s]
/proc/loadavg: 8.24 8.13 7.63 9/184 24884
/proc/meminfo: memFree=13648328/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=860224 CPUtime=3044.95 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 990161 0 0 0 304149 346 0 0 25 0 4 0 593292905 880869376 128258 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 215056 128258 389 106 0 210027 0
[pid=24829/tid=24830] ppid=24827 vsize=860224 CPUtime=762.31 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 227470 0 0 0 76151 80 0 0 25 0 4 0 593292905 880869376 128258 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=860224 CPUtime=762.17 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 248530 0 0 0 76133 84 0 0 25 0 4 0 593292905 880869376 128258 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=860224 CPUtime=758.13 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 275603 0 0 0 75717 96 0 0 25 0 4 0 593292906 880869376 128258 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 860224

[startup+822.301 s]
/proc/loadavg: 8.15 8.12 7.65 9/184 24886
/proc/meminfo: memFree=13617924/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=847772 CPUtime=3284.59 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1041430 0 0 0 328089 370 0 0 25 0 4 0 593292905 868118528 127890 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 211943 127890 389 106 0 206914 0
[pid=24829/tid=24830] ppid=24827 vsize=847772 CPUtime=822.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 242181 0 0 0 82141 89 0 0 25 0 4 0 593292905 868118528 127890 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=847772 CPUtime=822.16 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 256800 0 0 0 82129 87 0 0 25 0 4 0 593292905 868118528 127890 33554432000 4194304 4627427 140735803544704 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=847772 CPUtime=817.81 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 289587 0 0 0 81679 102 0 0 25 0 4 0 593292906 868118528 127890 33554432000 4194304 4627427 140735803544704 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 847772

[startup+882.307 s]
/proc/loadavg: 8.05 8.10 7.67 9/184 24888
/proc/meminfo: memFree=13465768/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=1046804 CPUtime=3524.28 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1124071 0 0 0 352032 396 0 0 25 0 4 0 593292905 1071927296 165612 33554432000 4194304 4627427 140735803544704 18446744073709551615 4467990 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 261701 165612 389 106 0 256672 0
[pid=24829/tid=24830] ppid=24827 vsize=1046804 CPUtime=882.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 271231 0 0 0 88133 97 0 0 25 0 4 0 593292905 1071927296 165612 33554432000 4194304 4627427 140735803544704 18446744073709551615 4467952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=1046804 CPUtime=882.16 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 266234 0 0 0 88124 92 0 0 25 0 4 0 593292905 1071927296 165612 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=1046804 CPUtime=877.49 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 312928 0 0 0 87640 109 0 0 25 0 4 0 593292906 1071927296 165612 33554432000 4194304 4627427 140735803544704 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1046804

[startup+942.3 s]
/proc/loadavg: 8.02 8.08 7.69 9/184 24889
/proc/meminfo: memFree=13401016/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=1003152 CPUtime=3763.92 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1140575 0 0 0 375985 407 0 0 25 0 4 0 593292905 1027227648 165765 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 250788 165765 389 106 0 245759 0
[pid=24829/tid=24830] ppid=24827 vsize=1003152 CPUtime=942.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 271231 0 0 0 94133 97 0 0 25 0 4 0 593292905 1027227648 165765 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=1003152 CPUtime=942.14 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 278428 0 0 0 94113 101 0 0 25 0 4 0 593292905 1027227648 165765 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=1003152 CPUtime=937.16 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 312928 0 0 0 93607 109 0 0 25 0 4 0 593292906 1027227648 165765 33554432000 4194304 4627427 140735803544704 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1003152

[startup+1002.3 s]
/proc/loadavg: 8.07 8.07 7.71 9/184 24891
/proc/meminfo: memFree=13387728/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=1063236 CPUtime=4003.59 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1187747 0 0 0 399931 428 0 0 25 0 4 0 593292905 1088753664 171319 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 265809 171319 389 106 0 260780 0
[pid=24829/tid=24830] ppid=24827 vsize=1063236 CPUtime=1002.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 279455 0 0 0 100129 101 0 0 25 0 4 0 593292905 1088753664 171319 33554432000 4194304 4627427 140735803544704 18446744073709551615 4330926 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=1063236 CPUtime=1002.13 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 293515 0 0 0 100107 106 0 0 25 0 4 0 593292905 1088753664 171319 33554432000 4194304 4627427 140735803544704 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=1063236 CPUtime=996.83 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 322717 0 0 0 99571 112 0 0 25 0 4 0 593292906 1088753664 171319 33554432000 4194304 4627427 140735803544704 18446744073709551615 4330926 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 1063236

[startup+1062.3 s]
/proc/loadavg: 8.09 8.07 7.73 9/184 24901
/proc/meminfo: memFree=13430292/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=990972 CPUtime=4243.26 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1225329 0 0 0 423877 449 0 0 25 0 4 0 593292905 1014755328 167120 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 247743 167120 389 106 0 242714 0
[pid=24829/tid=24830] ppid=24827 vsize=990972 CPUtime=1062.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 293039 0 0 0 106121 109 0 0 25 0 4 0 593292905 1014755328 167120 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=990972 CPUtime=1062.12 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 298059 0 0 0 106104 108 0 0 25 0 4 0 593292905 1014755328 167120 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=990972 CPUtime=1056.5 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 332511 0 0 0 105533 117 0 0 25 0 4 0 593292906 1014755328 167120 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 990972

[startup+1122.3 s]
/proc/loadavg: 8.09 8.07 7.75 9/184 24903
/proc/meminfo: memFree=13409456/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=992132 CPUtime=4482.91 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1273094 0 0 0 447820 471 0 0 25 0 4 0 593292905 1015943168 170292 33554432000 4194304 4627427 140735803544704 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 248033 170292 389 106 0 243004 0
[pid=24829/tid=24830] ppid=24827 vsize=992132 CPUtime=1122.3 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 306578 0 0 0 112114 116 0 0 25 0 4 0 593292905 1015943168 170292 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=992132 CPUtime=1122.12 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 311989 0 0 0 112097 115 0 0 25 0 4 0 593292905 1015943168 170292 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=992132 CPUtime=1116.16 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 342384 0 0 0 111495 121 0 0 25 0 4 0 593292906 1015943168 170292 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 992132

[startup+1182.3 s]
/proc/loadavg: 8.03 8.06 7.76 9/184 24905
/proc/meminfo: memFree=13284684/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=1066872 CPUtime=4722.59 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1302727 0 0 0 471774 485 0 0 25 0 4 0 593292905 1092476928 189321 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 266718 189321 389 106 0 261689 0
[pid=24829/tid=24830] ppid=24827 vsize=1066872 CPUtime=1182.31 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 314949 0 0 0 118112 119 0 0 25 0 4 0 593292905 1092476928 189321 33554432000 4194304 4627427 140735803544704 18446744073709551615 4427146 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=1066872 CPUtime=1182.11 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 322541 0 0 0 118089 122 0 0 25 0 4 0 593292905 1092476928 189321 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=1066872 CPUtime=1175.85 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 349053 0 0 0 117462 123 0 0 25 0 4 0 593292906 1092476928 189321 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 1066872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.05 7.77 9/184 24905
/proc/meminfo: memFree=13265456/32950928 swapFree=67111528/67111528
[pid=24829] ppid=24827 vsize=1127132 CPUtime=4800.1 cores=1,3,5,7
/proc/24829/stat : 24829 (strangenight2-m) R 24827 24829 24402 0 -1 4202496 1311548 0 0 0 479520 490 0 0 25 0 4 0 593292905 1154183168 191044 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24829/statm: 281783 191044 389 106 0 276754 0
[pid=24829/tid=24830] ppid=24827 vsize=1127132 CPUtime=1201.71 cores=1,3,5,7
/proc/24829/task/24830/stat : 24830 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 314949 0 0 0 120052 119 0 0 25 0 4 0 593292905 1154183168 191044 33554432000 4194304 4627427 140735803544704 18446744073709551615 4428016 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=24829/tid=24831] ppid=24827 vsize=1127132 CPUtime=1201.52 cores=1,3,5,7
/proc/24829/task/24831/stat : 24831 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 327767 0 0 0 120027 125 0 0 25 0 4 0 593292905 1154183168 191044 33554432000 4194304 4627427 140735803544704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24829/tid=24832] ppid=24827 vsize=1127132 CPUtime=1195.14 cores=1,3,5,7
/proc/24829/task/24832/stat : 24832 (strangenight2-m) R 24827 24829 24402 0 -1 4202560 349053 0 0 0 119391 123 0 0 25 0 4 0 593292906 1154183168 191044 33554432000 4194304 4627427 140735803544704 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1127132

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): 1201.75
CPU time (s): 4800.17
CPU user time (s): 4795.23
CPU system time (s): 4.94225
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 1141512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.23
system time used= 4.94225
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1311550
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= 1437
involuntary context switches= 34839

runsolver used 1.9887 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 00:43:42
IDJOB=3173763
IDBENCH=82581
IDSOLVER=1586
FILE ID=node112/3173763-1304030622
RUNJOBID= node112-1304028687-24421
PBS_JOBID= 13170340
Free space on /tmp= 72512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173763-1304030622/watcher-3173763-1304030622 -o /tmp/evaluation-result-3173763-1304030622/solver-3173763-1304030622 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173763-1304030622.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6f9c7c042784ec486e9e8bc570309805
RANDOM SEED=1243556696

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11321576 kB
Buffers:       1993572 kB
Cached:       15841384 kB
SwapCached:          0 kB
Active:       10260304 kB
Inactive:     10808264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11321576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6164 kB
Writeback:           0 kB
AnonPages:     3232372 kB
Mapped:          15520 kB
Slab:           491804 kB
PageTables:      10812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3845696 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= 72552 MiB
End job on node112 at 2011-04-29 01:03:46