Trace number 3174213

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.39 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S314780693-050.SATISFIABLE.cnf
MD5SUMb3fdf3b46fb0b1e907e496e0b191070b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.289955
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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-3174213-1304115271.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.38/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.13
0.38/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.98/0.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.98/0.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.98/0.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.98/0.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.98/0.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.98/0.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.98/0.54	c Finding binary XORs  T:     0.00 s  found:       0
1.98/0.54	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.98/0.54	c calculated reachability. Time: 0.00
1.98/0.54	c Calc default polars -  time:   0.00 s pos:      34 undec:       2 neg:      34
1.98/0.54	c =========================================================================================
1.98/0.54	c types(t): F = full restart, N = normal restart
1.98/0.54	c types(t): S = simplification begin/end, E = solution found
1.98/0.54	c restart types(rt): st = static, dy = dynamic
1.98/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.17/0.80	c  N dy     7      4614        70      6230         0      4163     43610    101092     20.49     21.59
3.17/0.80	c  N dy    23      8760        70      6230         0      5671     43610    129918     20.83     22.04
3.17/0.80	c  N dy    27     13532        70      6230         0      6109     43610    128955     20.45     21.64
3.57/0.90	c  N dy    54     17652        70      6230         0      9851     43610    220675     20.81     21.96
4.76/1.20	c  F st    63     25000        70      6230         0     11402     43610    243988     20.57     19.31
4.76/1.20	c  N st    63     25000        70      6230         0     11402     43610    243988     20.57     19.31
5.16/1.36	c  N dy    69     30000        70      6230         0      9777     43610    196490     20.57   no data
5.16/1.36	c  S st    69     30000        70      6230         0      9777     43610    196490     20.57   no data
5.56/1.40	c  S st    69     30500        70      6230         0     10232     43610    207751     20.57   no data
5.56/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.40	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.56/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.61	c lits-rem:       129  cl-subs:      863  v-elim:      0  v-fix:    0  time:  0.20 s
7.17/1.85	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
7.17/1.85	c calculated reachability. Time: 0.00
7.17/1.85	c  N dy    69     30500        70      6230         0      9369     43610    185819     20.57   no data
10.36/2.62	c  N dy    83     45750        70      6230         0     15962     43610    326109     20.01     18.95
10.36/2.62	c  S st    83     45750        70      6230         0     15962     43610    326109     20.01     18.95
10.36/2.67	c  S st    83     46253        70      6230         0      8399     43610    139161     20.01   no data
10.36/2.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.36/2.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.72	c lits-rem:        11  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.04 s
10.76/2.72	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
10.76/2.72	c vivif2 --  cl tried     8361 cl shrink        0 lits rem          0 time: 0.00
11.56/2.95	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.56/2.95	c calculated reachability. Time: 0.00
11.56/2.95	c  N dy    83     46253        70      6230         0      8361     43610    138050     20.01   no data
12.77/3.24	c  N dy   111     51599        70      6230         0     13226     43610    254767     20.13     21.22
13.96/3.50	c  N dy   132     55635        70      6230         0     16928     43610    344682     20.21     21.30
14.76/3.76	c  N dy   159     59673        70      6230         0     11562     43610    202829     20.32     22.96
16.35/4.13	c  N dy   192     65503        70      6230         0     16819     43610    330232     20.43     21.70
17.17/4.40	c  S st   195     69379        70      6230         0     10370     43610    160728     20.33     18.94
17.57/4.44	c  S st   195     69884        70      6230         0     10837     43610    172301     20.33   no data
17.57/4.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.57/4.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.57/4.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.51	c lits-rem:        12  cl-subs:      152  v-elim:      0  v-fix:    0  time:  0.06 s
17.95/4.51	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.95/4.51	c vivif2 --  cl tried    10685 cl shrink        0 lits rem          0 time: 0.00
18.75/4.78	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.27
18.75/4.78	c calculated reachability. Time: 0.00
18.75/4.78	c  N dy   195     69884        70      6230         0     10685     43610    168615     20.33   no data
19.95/5.07	c  N dy   220     74711        70      6230         0     15077     43610    275585     20.38     21.46
22.34/5.64	c  N dy   229     83363        70      6230         0     12027     43610    189682     20.30     21.50
23.55/5.91	c  F st   256     87500        70      6230         0     15783     43610    280844     20.36     20.61
23.55/5.99	c  N st   259     88689        70      6230         0     16863     43610    307825     20.36   no data
25.96/6.56	c  N dy   273     96218        70      6230         0     11939     43610    173928     20.37     21.47
27.94/7.05	c  N dy   284    104013        70      6230         0     18947     43610    339539     20.34     21.52
28.34/7.12	c  S st   291    104826        70      6230         0     19682     43610    357444     20.36     19.68
28.34/7.17	c  S st   291    105329        70      6230         0     20153     43610    369055     20.36   no data
28.34/7.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.34/7.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.34/7.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.34/7.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.34/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.35/7.68	c lits-rem:       201  cl-subs:     1950  v-elim:      0  v-fix:    0  time:  0.48 s
30.35/7.68	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.35/7.68	c vivif2 --  cl tried    18203 cl shrink        0 lits rem          0 time: 0.00
31.93/8.04	c asymm  cl-useful: 0/5458/6230 lits-rem:0 time: 0.35
31.93/8.04	c calculated reachability. Time: 0.00
31.93/8.04	c  N dy   291    105329        70      6230         0     18203     43610    322176     20.36   no data
34.74/8.77	c  N dy   310    114610        70      6230         0     14039     43610    211355     20.34     21.44
37.93/9.51	c  N dy   340    124749        70      6230         0     23205     43610    431211     20.34     21.43
40.33/10.19	c  N dy   380    132778        70      6230         0     16963     43610    270992     20.40     21.77
43.12/10.84	c  N dy   411    141339        70      6230         0     24726     43610    457968     20.42     21.78
46.31/11.62	c  N dy   445    150412        70      6230         0     18487     43610    292726     20.45     23.58
48.33/12.17	c  S st   450    157995        70      6230         0     25336     43610    454304     20.40     18.39
48.71/12.24	c  S st   450    158501        70      6230         0     25809     43610    466173     20.40   no data
48.71/12.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.71/12.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.71/12.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.71/12.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.71/12.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.71/12.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
48.71/12.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.71/12.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.71/12.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.33/13.15	c lits-rem:       274  cl-subs:     2841  v-elim:      0  v-fix:    0  time:  0.89 s
52.33/13.15	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
52.33/13.16	c vivif2 --  cl tried    22968 cl shrink        0 lits rem          0 time: 0.00
52.73/13.23	c asymm  cl-useful: 0/772/6230 lits-rem:0 time: 0.07
52.73/13.23	c calculated reachability. Time: 0.00
52.73/13.23	c  N dy   450    158501        70      6230         0     22968     43610    399316     20.40   no data
56.72/14.25	c  N dy   474    170162        70      6230         0     18248     43610    274431     20.39     21.47
60.70/15.21	c  N dy   521    181271        70      6230         0     28248     43610    512509     20.41     21.52
65.10/16.33	c  N dy   574    192976        70      6230         0     22670     43610    371249     20.46     21.55
69.49/17.44	c  N dy   594    205380        70      6230         0     33787     43610    632183     20.38     21.51
74.69/18.74	c  N dy   608    220791        70      6230         0     30481     43610    532674     20.26     21.37
81.46/20.41	c  N dy   711    235297        70      6230         0     25694     43610    420107     20.36     21.44
82.27/20.65	c  S st   717    237753        70      6230         0     27905     43610    471919     20.35   no data
82.67/20.73	c  S st   717    238258        70      6230         0     28372     43610    483447     20.35   no data
82.67/20.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.67/20.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.67/20.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.67/20.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.67/20.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.67/20.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
82.67/20.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.67/20.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.67/20.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.86/21.53	c lits-rem:       256  cl-subs:     2084  v-elim:      0  v-fix:    0  time:  0.77 s
85.86/21.53	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
85.86/21.54	c vivif2 --  cl tried    26288 cl shrink        0 lits rem          0 time: 0.01
87.48/21.92	c asymm  cl-useful: 0/4279/6230 lits-rem:0 time: 0.38
87.48/21.92	c calculated reachability. Time: 0.00
87.48/21.92	c  N dy   717    238258        70      6230         0     26288     43610    431026     20.35   no data
103.04/25.82	c  N dy   785    277044        70      6230         0     22469     43610    314723     20.21     21.30
111.43/27.93	c  N dy   893    294784        70      6230         0     38605     43610    708543     20.29     22.59
116.62/29.24	c  F st   957    306251        70      6230         0     28266     43610    440223     20.32   no data
119.82/30.03	c  N dy   972    313745        70      6230         0     35041     43610    605854     20.33     21.45
129.00/32.38	c  N dy  1061    333760        70      6230         0     31519     43610    506944     20.36     22.27
138.99/34.87	c  N dy  1144    354204        70      6230         0     27405     43610    397600     20.39     21.49
140.61/35.22	c  S st  1163    357389        70      6230         0     30278     43610    467160     20.40     18.83
140.98/35.30	c  S st  1163    357893        70      6230         0     30746     43610    478803     20.40   no data
140.98/35.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.98/35.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
140.98/35.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.98/35.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.98/35.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.98/35.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
140.98/35.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.98/35.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.98/35.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.79/36.05	c lits-rem:       202  cl-subs:     1643  v-elim:      0  v-fix:    0  time:  0.71 s
143.79/36.05	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
143.79/36.05	c vivif2 --  cl tried    29103 cl shrink        0 lits rem          0 time: 0.01
144.60/36.28	c asymm  cl-useful: 0/1951/6230 lits-rem:0 time: 0.23
144.60/36.28	c calculated reachability. Time: 0.00
144.60/36.28	c  N dy  1163    357893        70      6230         0     29103     43610    436779     20.40   no data
155.76/39.06	c  N dy  1245    378764        70      6230         0     24537     43610    311553     20.42     21.53
164.96/41.38	c  N dy  1274    398803        70      6230         0     42510     43610    734830     20.39     22.87
177.74/44.57	c  N dy  1373    418823        70      6230         0     36295     43610    583078     20.43     21.86
189.32/47.47	c  N dy  1418    440843        70      6230         0     30829     43610    431103     20.40     21.55
200.90/50.35	c  N dy  1532    460887        70      6230         0     48969     43610    873968     20.44     23.30
213.29/53.41	c  N dy  1655    482574        70      6230         0     42490     43610    709472     20.49     21.59
225.27/56.46	c  N dy  1750    502606        70      6230         0     33449     43610    470205     20.52     21.60
240.86/60.30	c  N dy  1869    526869        70      6230         0     55437     43610   1002982     20.55     21.69
245.67/61.60	c  S st  1910    536840        70      6230         0     36426     43610    532127     20.56     21.23
246.45/61.70	c  S st  1910    537345        70      6230         0     36898     43610    543867     20.56   no data
246.45/61.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
246.45/61.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
246.45/61.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.45/61.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.45/61.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.45/61.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
246.45/61.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.45/61.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
246.45/61.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.46/62.72	c lits-rem:       206  cl-subs:     1884  v-elim:      0  v-fix:    0  time:  0.98 s
250.46/62.72	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
250.46/62.73	c vivif2 --  cl tried    35014 cl shrink        0 lits rem          0 time: 0.01
251.24/62.92	c asymm  cl-useful: 0/1821/6230 lits-rem:0 time: 0.19
251.24/62.92	c calculated reachability. Time: 0.00
251.24/62.92	c  N dy  1910    537345        70      6230         0     35014     43610    496882     20.56   no data
262.02/65.68	c  N dy  1945    557564        70      6230         0     53152     43610    929148     20.54     21.69
272.81/68.33	c  N dy  1980    577655        70      6230         0     42456     43610    663472     20.51     21.73
287.19/71.91	c  N dy  2042    598756        70      6230         0     31770     43610    396106     20.50     21.70
298.40/74.74	c  N dy  2093    620172        70      6230         0     51040     43610    856062     20.49     21.65
311.97/78.19	c  N dy  2190    640278        70      6230         0     38604     43610    548753     20.51     21.65
326.33/81.70	c  N dy  2297    660313        70      6230         0     56799     43610    992016     20.54     21.65
339.92/85.18	c  N dy  2398    680348        70      6230         0     43323     43610    649198     20.56     21.65
354.30/88.79	c  N dy  2454    700658        70      6230         0     61637     43610   1089412     20.56     21.65
368.28/92.28	c  N dy  2518    721577        70      6230         0     47915     43610    738493     20.55     21.66
389.45/97.57	c  N dy  2618    747244        70      6230         0     37718     43610    478572     20.56     21.83
403.43/101.06	c  N dy  2685    769241        70      6230         0     57561     43610    957419     20.56     21.66
420.21/105.26	c  N dy  2734    792627        70      6230         0     44251     43610    615547     20.54     21.63
429.80/107.70	c  S st  2800    806018        70      6230         0     56360     43610    909309     20.55   no data
430.62/107.85	c  S st  2800    806521        70      6230         0     56832     43610    920863     20.55   no data
430.62/107.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
430.62/107.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
430.62/107.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
430.62/107.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.62/107.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.62/107.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
430.62/107.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
430.62/107.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
430.99/107.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.98/111.98	c lits-rem:       659  cl-subs:     5859  v-elim:      0  v-fix:    0  time:  4.06 s
446.98/111.98	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
446.98/111.99	c vivif2 --  cl tried    50973 cl shrink        0 lits rem          0 time: 0.01
448.19/112.26	c asymm  cl-useful: 0/1147/6230 lits-rem:0 time: 0.26
448.19/112.26	c calculated reachability. Time: 0.00
448.19/112.26	c  N dy  2800    806521        70      6230         0     50973     43610    786436     20.55   no data
463.75/116.16	c  N dy  2851    826609        70      6230         0     69105     43610   1224443     20.54     21.66
475.73/119.16	c  N dy  2890    846705        70      6230         0     52285     43610    806742     20.53     23.75
491.74/123.16	c  N dy  2932    866789        70      6230         0     70330     43610   1236436     20.52     22.32
506.09/126.74	c  N dy  3025    887814        70      6230         0     53475     43610    830248     20.53     21.66
522.49/130.82	c  N dy  3082    907847        70      6230         0     71503     43610   1265536     20.53     22.65
539.65/135.17	c  N dy  3154    932476        70      6230         0     56807     43610    891615     20.53     21.62
558.82/139.91	c  N dy  3239    953013        70      6230         0     75391     43610   1342690     20.54     21.75
572.80/143.44	c  N dy  3343    973068        70      6230         0     55716     43610    859700     20.55     21.69
589.98/147.76	c  N dy  3399    993187        70      6230         0     73871     43610   1298571     20.56     21.73
605.98/151.78	c  N dy  3503   1013231        70      6230         0     53190     43610    784108     20.57     22.47
623.14/156.09	c  N dy  3558   1034592        70      6230         0     72412     43610   1248510     20.57     21.67
646.70/161.98	c  N dy  3661   1064170        70      6230         0     59334     43610    914934     20.57     21.66
653.90/163.74	c  F st  3693   1071876        70      6230         0     66303     43610   1084725     20.57     20.35
666.28/166.83	c  N dy  3711   1085290        70      6230         0     78385     43610   1374783     20.57     21.88
684.26/171.30	c  N dy  3837   1106697        70      6230         0     57210     43610    857079     20.59     21.68
703.05/176.06	c  N dy  3923   1126748        70      6230         0     75305     43610   1299229     20.60     21.75
720.22/180.35	c  N dy  4005   1146837        70      6230         0     51904     43610    714887     20.61     21.82
736.19/184.37	c  N dy  4068   1166896        70      6230         0     70014     43610   1153750     20.61     22.99
757.75/189.75	c  N dy  4130   1190575        70      6230         0     48908     43610    624249     20.60     21.79
773.73/193.71	c  S st  4179   1209781        70      6230         0     66170     43610   1039184     20.60     20.07
774.53/193.94	c  S st  4179   1210285        70      6230         0     66640     43610   1051018     20.60   no data
774.53/193.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
774.53/193.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
774.53/193.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.53/193.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.53/193.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.53/193.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
774.53/193.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
774.93/194.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
774.93/194.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
807.29/202.11	c lits-rem:       632  cl-subs:     6072  v-elim:      0  v-fix:    0  time:  8.07 s
807.29/202.11	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
807.29/202.13	c vivif2 --  cl tried    60568 cl shrink        0 lits rem          0 time: 0.02
809.28/202.60	c asymm  cl-useful: 0/924/6230 lits-rem:0 time: 0.47
809.28/202.60	c calculated reachability. Time: 0.00
809.28/202.60	c  N dy  4179   1210285        70      6230         0     60568     43610    905835     20.60   no data
845.24/211.63	c  N dy  4233   1242935        70      6230         0     46919     43610    563296     20.58     21.71
862.41/215.95	c  N dy  4327   1264440        70      6230         0     66342     43610   1034384     20.59     21.73
884.38/221.49	c  N dy  4415   1285045        70      6230         0     85009     43610   1489915     20.60     21.72
908.35/227.43	c  N dy  4463   1315049        70      6230         0     67824     43610   1038442     20.58     21.68
932.72/233.53	c  N dy  4527   1338057        70      6230         0     88523     43610   1536820     20.57     21.73
954.69/239.06	c  N dy  4670   1358092        70      6230         0     61800     43610    906461     20.59     22.63
978.66/245.03	c  N dy  4755   1378150        70      6230         0     79863     43610   1348188     20.60     22.09
999.83/250.37	c  N dy  4827   1398433        70      6230         0     52271     43610    658024     20.60     21.69
1025.00/256.67	c  N dy  4939   1427393        70      6230         0     78501     43610   1295823     20.61     21.70
1050.56/263.01	c  N dy  5037   1447427        70      6230         0     49723     43610    579597     20.62     21.71
1066.94/267.14	c  N dy  5054   1471340        70      6230         0     71055     43610   1079994     20.59     21.95
1090.51/273.09	c  N dy  5162   1491442        70      6230         0     89246     43610   1525933     20.61     21.74
1111.71/278.32	c  N dy  5212   1514300        70      6230         0     62072     43610    859861     20.60     21.69
1135.25/284.20	c  N dy  5306   1536919        70      6230         0     82482     43610   1356062     20.60     21.70
1160.42/290.53	c  N dy  5330   1561778        70      6230         0     56118     43610    701940     20.58     21.76
1177.61/294.84	c  N dy  5364   1583404        70      6230         0     75532     43610   1165661     20.57     21.67
1203.57/301.39	c  N dy  5413   1608504        70      6230         0     97942     43610   1697699     20.56     21.82
1219.54/305.35	c  N dy  5441   1628524        70      6230         0     66524     43610    940418     20.55     22.16
1242.71/311.15	c  N dy  5506   1651343        70      6230         0     87022     43610   1432994     20.55     21.71
1266.67/317.18	c  N dy  5575   1671402        70      6230         0     54835     43610    655517     20.55     23.05
1285.45/321.88	c  N dy  5675   1691445        70      6230         0     72969     43610   1099542     20.56     21.85
1308.61/327.60	c  S st  5766   1710287        70      6230         0     89968     43610   1514282     20.57     20.14
1309.44/327.87	c  S st  5766   1710790        70      6230         0     90425     43610   1525695     20.57   no data
1309.44/327.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1309.81/327.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1309.81/327.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1309.81/327.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1309.81/327.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1309.81/327.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1309.81/327.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1309.81/327.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1309.81/327.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1349.75/337.98	c lits-rem:       996  cl-subs:     8735  v-elim:      0  v-fix:    0  time: 10.00 s
1349.75/337.98	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1350.15/338.00	c vivif2 --  cl tried    81690 cl shrink        0 lits rem          0 time: 0.02
1351.35/338.34	c asymm  cl-useful: 0/685/6230 lits-rem:0 time: 0.34
1351.35/338.34	c calculated reachability. Time: 0.00
1351.35/338.34	c  N dy  5766   1710790        70      6230         0     81690     43610   1307599     20.57   no data
1384.14/346.50	c  N dy  5848   1730919        70      6230         0     99839     43610   1747914     20.57     21.69
1413.28/353.85	c  N dy  5928   1752140        70      6230         0     68080     43610    969388     20.57     21.68
1448.83/362.70	c  N dy  6054   1772668        70      6230         0     86695     43610   1427569     20.59     21.72
1490.36/373.16	c  N dy  6124   1811616        70      6230         0     69367     43610    966303     20.57     21.65
1514.33/379.15	c  N dy  6207   1832546        70      6230         0     88182     43610   1423071     20.57     21.67
1546.71/387.29	c  N dy  6322   1852584        70      6230         0     53367     43610    583718     20.58     23.21
1570.26/393.18	c  N dy  6441   1874044        70      6230         0     72750     43610   1060548     20.59     21.78
1597.02/399.84	c  N dy  6525   1896128        70      6230         0     92667     43610   1542931     20.60     21.69
1628.18/407.61	c  N dy  6642   1916279        70      6230         0     56872     43610    654098     20.61     21.71
1647.38/412.43	c  N dy  6744   1936476        70      6230         0     75145     43610   1103126     20.62     21.85
1670.13/418.14	c  N dy  6784   1957183        70      6230         0     93688     43610   1544945     20.61     21.78
1699.70/425.54	c  N dy  6866   1977227        70      6230         0     56804     43610    639580     20.61     23.38
1718.46/430.22	c  N dy  6946   1997319        70      6230         0     74945     43610   1080327     20.62     22.43
1744.05/436.63	c  N dy  7048   2017349        70      6230         0     93073     43610   1525545     20.62     23.95
1776.79/444.83	c  N dy  7150   2037979        70      6230         0    111709     43610   1982396     20.63     21.74
1800.35/450.75	c  N dy  7213   2062949        70      6230         0     78203     43610   1139312     20.63     21.77
1827.12/457.40	c  N dy  7311   2083002        70      6230         0     96337     43610   1584279     20.64     22.85
1858.30/465.25	c  N dy  7383   2104098        70      6230         0     58606     43610    656363     20.64     21.82
1898.24/475.25	c  N dy  7388   2152665        70      6230         0    101732     43610   1647664     20.58     21.79
1929.01/482.93	c  N dy  7499   2172692        70      6230         0     62399     43610    739058     20.59     22.78
1949.76/488.16	c  N dy  7586   2192916        70      6230         0     80622     43610   1182955     20.60     21.73
1974.12/494.25	c  S st  7676   2210790        70      6230         0     96800     43610   1575932     20.60     21.13
1975.32/494.54	c  S st  7676   2211294        70      6230         0     97257     43610   1587535     20.60   no data
1975.32/494.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1975.32/494.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1975.32/494.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1975.32/494.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1975.32/494.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1975.32/494.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1975.32/494.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1975.72/494.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1975.72/494.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2016.48/504.85	c lits-rem:       971  cl-subs:     9040  v-elim:      0  v-fix:    0  time: 10.19 s
2016.48/504.85	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2016.48/504.88	c vivif2 --  cl tried    88217 cl shrink        0 lits rem          0 time: 0.02
2018.06/505.22	c asymm  cl-useful: 0/644/6230 lits-rem:0 time: 0.35
2018.06/505.23	c calculated reachability. Time: 0.00
2018.06/505.23	c  N dy  7676   2211294        70      6230         0     88217     43610   1365004     20.60   no data
2075.58/519.60	c  N dy  7707   2250976        70      6230         0     65748     43610    801738     20.58     21.69
2108.76/527.91	c  N dy  7802   2271070        70      6230         0     83797     43610   1243824     20.58     22.31
2147.49/537.67	c  N dy  7964   2291082        70      6230         0    101902     43610   1695347     20.60     21.69
2180.24/545.89	c  N dy  8062   2311121        70      6230         0     60879     43610    677725     20.60     22.97
2201.81/551.29	c  N dy  8199   2331146        70      6230         0     78941     43610   1126537     20.61     22.45
2228.98/558.04	c  N dy  8276   2351470        70      6230         0     97245     43610   1572525     20.62     21.77
2264.52/566.99	c  N dy  8413   2371538        70      6230         0    115504     43610   2026110     20.63     23.07
2293.71/574.28	c  N dy  8571   2392167        70      6230         0     73834     43610    984189     20.64     21.76
2318.05/580.34	c  N dy  8623   2414941        70      6230         0     94268     43610   1473905     20.64     21.76
2343.23/586.62	c  N dy  8655   2435196        70      6230         0    112343     43610   1905604     20.63     21.84
2373.19/594.12	c  N dy  8749   2455292        70      6230         0     69355     43610    854560     20.63     23.99
2395.96/599.84	c  N dy  8831   2475416        70      6230         0     87499     43610   1295742     20.64     21.87
2425.13/607.19	c  N dy  8935   2495492        70      6230         0    105594     43610   1741083     20.64     22.40
2457.88/615.37	c  N dy  8992   2515494        70      6230         0    123542     43610   2175538     20.64     22.36
2484.24/621.94	c  N dy  9104   2537977        70      6230         0     81770     43610   1146634     20.65     21.75
2513.42/629.25	c  N dy  9247   2558134        70      6230         0     99931     43610   1597816     20.66     21.91
2540.16/635.95	c  N dy  9274   2578147        70      6230         0    117830     43610   2022412     20.65     23.65
2570.54/643.57	c  N dy  9359   2599444        70      6230         0     74035     43610    938248     20.65     21.86
2596.09/649.99	c  N dy  9444   2620381        70      6230         0     92857     43610   1396712     20.66     21.78
2628.44/658.04	c  N dy  9556   2640427        70      6230         0    110919     43610   1840954     20.66     21.91
2667.59/667.83	c  N dy  9664   2660460        70      6230         0     65074     43610    712063     20.67     22.59
2693.18/674.28	c  N dy  9779   2683996        70      6230         0     86282     43610   1234899     20.68     21.79
2723.52/681.87	c  N dy  9863   2705113        70      6230         0    105358     43610   1702673     20.68     21.79
2735.10/684.71	c  S st  9910   2711297        70      6230         0    110986     43610   1843096     20.68   no data
2736.30/685.06	c  S st  9910   2711804        70      6230         0    111455     43610   1855082     20.68   no data
2736.30/685.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2736.70/685.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2736.70/685.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2736.70/685.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2736.70/685.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2736.70/685.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2736.70/685.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2736.70/685.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2736.70/685.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2794.64/699.62	c lits-rem:      1220  cl-subs:    10506  v-elim:      0  v-fix:    0  time: 14.42 s
2794.64/699.62	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2794.64/699.65	c vivif2 --  cl tried   100949 cl shrink        0 lits rem          0 time: 0.03
2796.22/700.02	c asymm  cl-useful: 0/562/6230 lits-rem:0 time: 0.37
2796.22/700.03	c calculated reachability. Time: 0.00
2796.22/700.03	c  N dy  9910   2711804        70      6230         0    100949     43610   1590655     20.68   no data
2827.38/707.80	c  N dy  9957   2732299        70      6230         0    119328     43610   2034027     20.68     21.90
2867.72/717.91	c  N dy 10065   2752335        70      6230         0     73034     43610    898660     20.69     22.33
2903.27/726.82	c  N dy 10140   2772344        70      6230         0     91120     43610   1341727     20.69     21.80
2950.42/738.67	c  N dy 10221   2795461        70      6230         0    111833     43610   1846560     20.69     21.80
2991.98/749.08	c  N dy 10352   2815469        70      6230         0    129834     43610   2290724     20.70     21.82
3025.11/757.32	c  N dy 10418   2844506        70      6230         0     90434     43610   1301427     20.70     21.99
3054.27/764.62	c  N dy 10461   2866586        70      6230         0    110229     43610   1776327     20.69     21.80
3087.43/772.91	c  N dy 10525   2886643        70      6230         0    128208     43610   2210972     20.69     24.34
3123.38/781.97	c  N dy 10580   2917204        70      6230         0     89316     43610   1261680     20.69     21.96
3148.95/788.32	c  N dy 10618   2937404        70      6230         0    107356     43610   1687132     20.68     21.84
3186.10/797.60	c  N dy 10723   2958378        70      6230         0    126270     43610   2151794     20.68     21.85
3220.05/806.10	c  N dy 10831   2978507        70      6230         0     77084     43610    955245     20.69     21.79
3243.61/812.08	c  N dy 10902   2998669        70      6230         0     95175     43610   1394960     20.69     21.82
3278.77/820.85	c  N dy 11045   3018726        70      6230         0    113268     43610   1844475     20.70     22.86
3315.53/830.08	c  N dy 11120   3039183        70      6230         0    131575     43610   2291293     20.70     21.93
3344.68/837.33	c  N dy 11214   3059264        70      6230         0     81461     43610   1053239     20.71     23.13
3371.85/844.19	c  N dy 11305   3079961        70      6230         0    100102     43610   1512276     20.71     21.82
3405.02/852.41	c  N dy 11415   3100041        70      6230         0    118266     43610   1964296     20.72     24.20
3442.55/861.81	c  N dy 11474   3120121        70      6230         0    136238     43610   2394534     20.71     22.12
3467.72/868.12	c  N dy 11524   3140912        70      6230         0     85565     43610   1130373     20.71     21.81
3496.08/875.22	c  N dy 11617   3161526        70      6230         0    104171     43610   1588802     20.71     21.82
3533.23/884.52	c  N dy 11707   3182732        70      6230         0    123312     43610   2057216     20.72     21.89
3575.97/895.21	c  N dy 11807   3202818        70      6230         0     71256     43610    772973     20.72     21.97
3586.36/897.88	c  S st 11865   3211806        70      6230         0     79344     43610    973565     20.72   no data
3587.56/898.10	c  S st 11865   3212308        70      6230         0     79802     43610    985176     20.72   no data
3587.56/898.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3587.56/898.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3587.56/898.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3587.56/898.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3587.56/898.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3587.56/898.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3587.56/898.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3587.56/898.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3587.56/898.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3597.14/900.53	c lits-rem:       207  cl-subs:     1931  v-elim:      0  v-fix:    0  time:  2.34 s
3597.14/900.53	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3597.14/900.55	c vivif2 --  cl tried    77871 cl shrink        0 lits rem          0 time: 0.01
3598.36/900.85	c asymm  cl-useful: 0/893/6230 lits-rem:0 time: 0.30
3598.36/900.85	c calculated reachability. Time: 0.00
3598.36/900.85	c  N dy 11865   3212308        70      6230         0     77871     43610    934820     20.72   no data
3636.70/910.43	c  N dy 11926   3244350        70      6230         0    106560     43610   1626147     20.72     21.82
3670.64/918.99	c  N dy 11991   3264427        70      6230         0    124551     43610   2062424     20.72     23.59
3712.19/929.32	c  N dy 12064   3284639        70      6230         0     71813     43610    776500     20.72     21.83
3745.35/937.65	c  N dy 12124   3311602        70      6230         0     95923     43610   1355374     20.72     21.95
3776.90/945.59	c  N dy 12196   3331711        70      6230         0    114094     43610   1799753     20.72     21.87
3819.24/956.12	c  N dy 12293   3351800        70      6230         0    132172     43610   2245075     20.72     21.84
3858.02/965.83	c  N dy 12384   3372050        70      6230         0     78559     43610    925562     20.72     21.87
3879.98/971.33	c  N dy 12433   3392121        70      6230         0     96634     43610   1365770     20.72     21.96
3911.12/979.15	c  N dy 12492   3415456        70      6230         0    117588     43610   1873415     20.72     21.86
3951.46/989.29	c  N dy 12590   3435516        70      6230         0    135655     43610   2319469     20.72     23.94
3992.21/999.40	c  N dy 12722   3456726        70      6230         0     82017     43610   1000733     20.73     21.94
4020.20/1006.42	c  N dy 12832   3476821        70      6230         0    100233     43610   1451722     20.74     22.06
4051.73/1014.31	c  N dy 12879   3496857        70      6230         0    118095     43610   1882433     20.73     23.48
4089.69/1023.88	c  N dy 12959   3516928        70      6230         0    136097     43610   2325507     20.74     23.27
4128.43/1033.58	c  N dy 13043   3537559        70      6230         0     80957     43610    960024     20.74     21.85
4156.81/1040.67	c  N dy 13180   3557623        70      6230         0     99031     43610   1411031     20.75     22.61
4215.91/1055.47	c  N dy 13234   3599232        70      6230         0    136145     43610   2297536     20.73     22.29
4262.27/1067.06	c  N dy 13355   3623302        70      6230         0     83293     43610   1005745     20.74     21.89
4312.98/1079.78	c  N dy 13360   3669763        70      6230         0    124612     43610   1975603     20.71     21.80
4342.94/1087.24	c  N dy 13369   3690594        70      6230         0    143193     43610   2419805     20.70     21.84
4377.69/1095.96	c  N dy 13442   3712308        70      6230         0     87480     43610   1092513     20.70     19.25
4377.69/1095.96	c  S st 13442   3712308        70      6230         0     87480     43610   1092513     20.70     19.25
4378.89/1096.23	c  S st 13442   3712814        70      6230         0     87949     43610   1104112     20.70   no data
4378.89/1096.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4378.89/1096.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4378.89/1096.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4378.89/1096.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4378.89/1096.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4378.89/1096.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4378.89/1096.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4379.29/1096.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4379.29/1096.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4392.88/1099.71	c lits-rem:       297  cl-subs:     3268  v-elim:      0  v-fix:    0  time:  3.37 s
4392.88/1099.71	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4392.88/1099.72	c vivif2 --  cl tried    84681 cl shrink        0 lits rem          0 time: 0.02
4394.10/1100.06	c asymm  cl-useful: 0/751/6230 lits-rem:0 time: 0.33
4394.10/1100.06	c calculated reachability. Time: 0.00
4394.10/1100.06	c  N dy 13442   3712814        70      6230         0     84681     43610   1028852     20.70   no data
4420.84/1106.71	c  N dy 13517   3732874        70      6230         0    102677     43610   1471117     20.70     22.34
4444.00/1112.56	c  F st 13522   3751563        70      6230         0    119340     43610   1866469     20.70     18.94
4447.20/1113.38	c  N st 13526   3753598        70      6230         0    121169     43610   1912617     20.70   no data
4490.36/1124.11	c  N dy 13635   3775061        70      6230         0    140532     43610   2391404     20.70     21.80
4528.69/1133.78	c  N dy 13696   3795406        70      6230         0     82788     43610    976257     20.70     21.81
4553.05/1139.86	c  N dy 13701   3815919        70      6230         0    100999     43610   1401857     20.69     21.85
4587.81/1148.56	c  N dy 13752   3839748        70      6230         0    122264     43610   1913915     20.69     21.82
4638.54/1161.28	c  N dy 13889   3861040        70      6230         0    141467     43610   2393409     20.69     21.82
4681.69/1172.04	c  N dy 13950   3881156        70      6230         0     82568     43610    956246     20.69     21.86
4709.65/1179.01	c  N dy 14058   3901276        70      6230         0    100721     43610   1406355     20.70     21.82
4746.00/1188.12	c  N dy 14178   3922001        70      6230         0    119382     43610   1868061     20.70     21.91

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-3174213-1304115271/watcher-3174213-1304115271 -o /tmp/evaluation-result-3174213-1304115271/solver-3174213-1304115271 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174213-1304115271.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: 6.94 7.82 7.00 7/180 17434
/proc/meminfo: memFree=23071132/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 523127547 52441088 347 33554432000 4194304 4627427 140735391826736 18446744073709551615 47849824200626 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 12803 347 299 106 0 7774 0
[pid=17434/tid=17435] ppid=17432 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 523127547 52441088 347 33554432000 4194304 4627427 140735391826736 18446744073709551615 47849824200626 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523127547 52441088 347 33554432000 4194304 4627427 140735391826736 18446744073709551615 47849824200626 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523127547 52441088 347 33554432000 4194304 4627427 140735391826736 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0970391 s]
/proc/loadavg: 6.94 7.82 7.00 7/180 17434
/proc/meminfo: memFree=23071132/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=282128 CPUtime=0.36 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 1435 0 0 0 36 0 0 0 18 0 4 0 523127547 288899072 1348 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 70532 1348 364 106 0 65503 0
[pid=17434/tid=17435] ppid=17432 vsize=282128 CPUtime=0.09 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 229 0 0 0 9 0 0 0 18 0 4 0 523127547 288899072 1348 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=282128 CPUtime=0.09 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 226 0 0 0 9 0 0 0 18 0 4 0 523127547 288899072 1348 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=282128 CPUtime=0.08 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 358 0 0 0 8 0 0 0 25 0 4 0 523127547 288899072 1348 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282128

[startup+0.101038 s]
/proc/loadavg: 6.94 7.82 7.00 7/180 17434
/proc/meminfo: memFree=23071132/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=282128 CPUtime=0.38 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 1442 0 0 0 38 0 0 0 18 0 4 0 523127547 288899072 1355 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 70532 1355 364 106 0 65503 0
[pid=17434/tid=17435] ppid=17432 vsize=282128 CPUtime=0.09 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 229 0 0 0 9 0 0 0 18 0 4 0 523127547 288899072 1355 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=282128 CPUtime=0.09 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 227 0 0 0 9 0 0 0 18 0 4 0 523127547 288899072 1355 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=282128 CPUtime=0.09 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 364 0 0 0 9 0 0 0 25 0 4 0 523127547 288899072 1355 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282128

[startup+0.301001 s]
/proc/loadavg: 6.94 7.82 7.00 7/180 17434
/proc/meminfo: memFree=23071132/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=283124 CPUtime=1.17 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 3574 0 0 0 117 0 0 0 18 0 4 0 523127547 289918976 2976 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 70781 2976 384 106 0 65752 0
[pid=17434/tid=17435] ppid=17432 vsize=283124 CPUtime=0.29 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 820 0 0 0 29 0 0 0 18 0 4 0 523127547 289918976 2976 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=283124 CPUtime=0.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 839 0 0 0 29 0 0 0 18 0 4 0 523127547 289918976 2976 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=283124 CPUtime=0.29 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 705 0 0 0 29 0 0 0 25 0 4 0 523127547 289918976 2977 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309584 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) 283124

[startup+0.700928 s]
/proc/loadavg: 6.94 7.82 7.00 7/180 17434
/proc/meminfo: memFree=23071132/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=285664 CPUtime=2.77 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 5909 0 0 0 276 1 0 0 18 0 4 0 523127547 292519936 3418 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 71416 3419 384 106 0 66387 0
[pid=17434/tid=17435] ppid=17432 vsize=285664 CPUtime=0.69 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 1405 0 0 0 69 0 0 0 18 0 4 0 523127547 292519936 3419 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=285664 CPUtime=0.69 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 1420 0 0 0 69 0 0 0 18 0 4 0 523127547 292519936 3419 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309344 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=285664 CPUtime=0.68 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 1320 0 0 0 68 0 0 0 25 0 4 0 523127547 292519936 3420 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285664

[startup+1.50078 s]
/proc/loadavg: 7.18 7.85 7.02 10/184 17438
/proc/meminfo: memFree=23049168/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=286780 CPUtime=5.96 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 10654 0 0 0 595 1 0 0 19 0 4 0 523127547 293662720 5787 33554432000 4194304 4627427 140735391826736 18446744073709551615 4420268 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 71695 5787 388 106 0 66666 0
[pid=17434/tid=17435] ppid=17432 vsize=286780 CPUtime=1.49 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 2329 0 0 0 149 0 0 0 19 0 4 0 523127547 293662720 5787 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=286780 CPUtime=1.49 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 2354 0 0 0 149 0 0 0 20 0 4 0 523127547 293662720 5787 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=286780 CPUtime=1.48 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 2006 0 0 0 148 0 0 0 25 0 4 0 523127547 293662720 5787 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286780

[startup+3.10048 s]
/proc/loadavg: 7.18 7.85 7.02 10/184 17438
/proc/meminfo: memFree=23020780/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=296152 CPUtime=12.36 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 19053 0 0 0 1233 3 0 0 24 0 4 0 523127547 303259648 10574 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 74038 10574 388 106 0 69009 0
[pid=17434/tid=17435] ppid=17432 vsize=296152 CPUtime=3.08 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 4357 0 0 0 308 0 0 0 24 0 4 0 523127547 303259648 10574 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=296152 CPUtime=3.08 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 4889 0 0 0 308 0 0 0 25 0 4 0 523127547 303259648 10574 33554432000 4194304 4627427 140735391826736 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=296152 CPUtime=3.08 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 4870 0 0 0 307 1 0 0 25 0 4 0 523127547 303259648 10574 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309089 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) 296152

[startup+6.30089 s]
/proc/loadavg: 7.18 7.85 7.02 10/184 17439
/proc/meminfo: memFree=22985328/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=296996 CPUtime=25.15 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 29714 0 0 0 2509 6 0 0 25 0 4 0 523127547 304123904 13554 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 74249 13554 388 106 0 69220 0
[pid=17434/tid=17435] ppid=17432 vsize=296996 CPUtime=6.29 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 7752 0 0 0 628 1 0 0 25 0 4 0 523127547 304123904 13554 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=296996 CPUtime=6.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 8036 0 0 0 628 1 0 0 25 0 4 0 523127547 304123904 13554 33554432000 4194304 4627427 140735391826736 18446744073709551615 4467838 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=296996 CPUtime=6.26 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 6985 0 0 0 625 1 0 0 25 0 4 0 523127547 304123904 13554 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 296996

[startup+12.7007 s]
/proc/loadavg: 7.38 7.87 7.03 9/184 17439
/proc/meminfo: memFree=22946432/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=303224 CPUtime=50.71 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 44853 0 0 0 5061 10 0 0 25 0 4 0 523127547 310501376 18066 33554432000 4194304 4627427 140735391826736 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 75806 18066 393 106 0 70777 0
[pid=17434/tid=17435] ppid=17432 vsize=303224 CPUtime=12.68 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 11347 0 0 0 1266 2 0 0 25 0 4 0 523127547 310501376 18066 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=303224 CPUtime=12.68 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 10935 0 0 0 1267 1 0 0 25 0 4 0 523127547 310501376 18066 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=303224 CPUtime=12.62 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 10718 0 0 0 1260 2 0 0 25 0 4 0 523127547 310501376 18066 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 303224

[startup+25.5003 s]
/proc/loadavg: 7.48 7.88 7.04 10/184 17439
/proc/meminfo: memFree=22905356/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=284648 CPUtime=101.83 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 67378 0 0 0 10168 15 0 0 25 0 4 0 523127547 291479552 22134 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 71162 22134 393 106 0 66133 0
[pid=17434/tid=17435] ppid=17432 vsize=284648 CPUtime=25.48 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 17292 0 0 0 2545 3 0 0 25 0 4 0 523127547 291479552 22134 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=284648 CPUtime=25.48 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 17245 0 0 0 2545 3 0 0 25 0 4 0 523127547 291479552 22134 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=284648 CPUtime=25.35 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 15771 0 0 0 2531 4 0 0 25 0 4 0 523127547 291479552 22134 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309098 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) 284648

[startup+51.1005 s]
/proc/loadavg: 7.68 7.89 7.07 10/184 17440
/proc/meminfo: memFree=22868308/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=297372 CPUtime=204.1 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 98999 0 0 0 20385 25 0 0 25 0 4 0 523127547 304508928 27199 33554432000 4194304 4627427 140735391826736 18446744073709551615 4349233 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 74343 27199 390 106 0 69314 0
[pid=17434/tid=17435] ppid=17432 vsize=297372 CPUtime=51.08 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 25192 0 0 0 5103 5 0 0 25 0 4 0 523127547 304508928 27199 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=297372 CPUtime=51.09 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 26069 0 0 0 5103 6 0 0 25 0 4 0 523127547 304508928 27199 33554432000 4194304 4627427 140735391826736 18446744073709551615 4310142 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=297372 CPUtime=50.81 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 23601 0 0 0 5075 6 0 0 25 0 4 0 523127547 304508928 27199 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 297372

[startup+102.307 s]
/proc/loadavg: 7.90 7.92 7.12 10/184 17441
/proc/meminfo: memFree=22801096/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=311900 CPUtime=408.65 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 149865 0 0 0 40825 40 0 0 25 0 4 0 523127547 319385600 31712 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 77975 31712 389 106 0 72946 0
[pid=17434/tid=17435] ppid=17432 vsize=311900 CPUtime=102.29 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 36241 0 0 0 10221 8 0 0 25 0 4 0 523127547 319385600 31712 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=311900 CPUtime=102.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 38794 0 0 0 10218 11 0 0 25 0 4 0 523127547 319385600 31712 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309405 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=311900 CPUtime=101.74 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 37678 0 0 0 10165 9 0 0 25 0 4 0 523127547 319385600 31712 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 311900

[startup+162.301 s]

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

[pid=17434] ppid=17432 vsize=445568 CPUtime=2805.4 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 457402 0 0 0 280371 169 0 0 25 0 4 0 523127547 456261632 80251 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 111392 80251 388 106 0 106363 0
[pid=17434/tid=17435] ppid=17432 vsize=445568 CPUtime=702.3 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 113360 0 0 0 70189 41 0 0 25 0 4 0 523127547 456261632 80251 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=445568 CPUtime=702.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 122449 0 0 0 70181 48 0 0 25 0 4 0 523127547 456261632 80251 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=445568 CPUtime=698.47 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 103986 0 0 0 69811 36 0 0 25 0 4 0 523127547 456261632 80251 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 445568

[startup+762.307 s]
/proc/loadavg: 8.01 8.04 7.59 10/184 17459
/proc/meminfo: memFree=22420260/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=498584 CPUtime=3045.1 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 470669 0 0 0 304333 177 0 0 25 0 4 0 523127547 510550016 80730 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 124646 80730 392 106 0 119617 0
[pid=17434/tid=17435] ppid=17432 vsize=498584 CPUtime=762.32 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 114990 0 0 0 76189 43 0 0 25 0 4 0 523127547 510550016 80730 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=498584 CPUtime=762.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 127716 0 0 0 76179 50 0 0 25 0 4 0 523127547 510550016 80730 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=498584 CPUtime=758.14 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 104896 0 0 0 75777 37 0 0 25 0 4 0 523127547 510550016 80730 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 498584

[startup+822.301 s]
/proc/loadavg: 8.00 8.03 7.61 9/184 17460
/proc/meminfo: memFree=22416528/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=453180 CPUtime=3284.76 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 484647 0 0 0 328292 184 0 0 25 0 4 0 523127547 464056320 80438 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 113295 80438 392 106 0 108266 0
[pid=17434/tid=17435] ppid=17432 vsize=453180 CPUtime=822.31 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 117928 0 0 0 82187 44 0 0 25 0 4 0 523127547 464056320 80438 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=453180 CPUtime=822.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 133712 0 0 0 82176 53 0 0 25 0 4 0 523127547 464056320 80438 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=453180 CPUtime=817.81 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 106774 0 0 0 81743 38 0 0 25 0 4 0 523127547 464056320 80438 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 453180

[startup+882.3 s]
/proc/loadavg: 8.04 8.03 7.64 9/184 17462
/proc/meminfo: memFree=22388740/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=465764 CPUtime=3524.43 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 501559 0 0 0 352252 191 0 0 25 0 4 0 523127547 476942336 88748 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 116441 88748 392 106 0 111412 0
[pid=17434/tid=17435] ppid=17432 vsize=465764 CPUtime=882.32 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 123133 0 0 0 88186 46 0 0 25 0 4 0 523127547 476942336 88748 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=465764 CPUtime=882.3 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 139840 0 0 0 88173 57 0 0 25 0 4 0 523127547 476942336 88748 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=465764 CPUtime=877.49 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 109092 0 0 0 87710 39 0 0 25 0 4 0 523127547 476942336 88748 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 465764

[startup+942.301 s]
/proc/loadavg: 8.01 8.03 7.66 10/184 17464
/proc/meminfo: memFree=22366532/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=465972 CPUtime=3764.12 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 515881 0 0 0 376213 199 0 0 25 0 4 0 523127547 477155328 88420 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 116493 88420 392 106 0 111464 0
[pid=17434/tid=17435] ppid=17432 vsize=465972 CPUtime=942.31 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 125679 0 0 0 94184 47 0 0 25 0 4 0 523127547 477155328 88420 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=465972 CPUtime=942.3 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 145573 0 0 0 94170 60 0 0 25 0 4 0 523127547 477155328 88420 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=465972 CPUtime=937.16 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 109627 0 0 0 93677 39 0 0 25 0 4 0 523127547 477155328 88420 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 465972

[startup+1002.3 s]
/proc/loadavg: 8.04 8.03 7.68 10/184 17465
/proc/meminfo: memFree=22414252/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=440744 CPUtime=4003.79 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 534629 0 0 0 400170 209 0 0 25 0 4 0 523127547 451321856 78738 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 110186 78738 392 106 0 105157 0
[pid=17434/tid=17435] ppid=17432 vsize=440744 CPUtime=1002.31 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 128658 0 0 0 100182 49 0 0 25 0 4 0 523127547 451321856 78738 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=440744 CPUtime=1002.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 151519 0 0 0 100166 63 0 0 25 0 4 0 523127547 451321856 78738 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=440744 CPUtime=996.83 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 113941 0 0 0 99642 41 0 0 25 0 4 0 523127547 451321856 78738 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 440744

[startup+1062.3 s]
/proc/loadavg: 8.12 8.05 7.71 10/184 17467
/proc/meminfo: memFree=22340712/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=454104 CPUtime=4243.47 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 555231 0 0 0 424128 219 0 0 25 0 4 0 523127547 465002496 90081 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 113526 90081 391 106 0 108497 0
[pid=17434/tid=17435] ppid=17432 vsize=454104 CPUtime=1062.32 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 134316 0 0 0 106180 52 0 0 25 0 4 0 523127547 465002496 90081 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=454104 CPUtime=1062.3 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 157376 0 0 0 106164 66 0 0 25 0 4 0 523127547 465002496 90081 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=454104 CPUtime=1056.51 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 118458 0 0 0 105608 43 0 0 25 0 4 0 523127547 465002496 90081 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309173 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 454104

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 7.73 9/184 17468
/proc/meminfo: memFree=22327548/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=533080 CPUtime=4483.15 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 572703 0 0 0 448085 230 0 0 25 0 4 0 523127547 545873920 88550 33554432000 4194304 4627427 140735391826736 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 133270 88550 391 106 0 128241 0
[pid=17434/tid=17435] ppid=17432 vsize=533080 CPUtime=1122.32 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 138867 0 0 0 112177 55 0 0 25 0 4 0 523127547 545873920 88550 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=533080 CPUtime=1122.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 163285 0 0 0 112160 69 0 0 25 0 4 0 523127547 545873920 88550 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=533080 CPUtime=1116.18 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 121787 0 0 0 111573 45 0 0 25 0 4 0 523127547 545873920 88550 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 533080

[startup+1182.3 s]
/proc/loadavg: 8.12 8.06 7.75 10/184 17470
/proc/meminfo: memFree=22303740/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=546652 CPUtime=4722.83 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 588774 0 0 0 472046 237 0 0 25 0 4 0 523127547 559771648 88031 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 136663 88031 389 106 0 131634 0
[pid=17434/tid=17435] ppid=17432 vsize=546652 CPUtime=1182.33 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 144217 0 0 0 118176 57 0 0 25 0 4 0 523127547 559771648 88031 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=546652 CPUtime=1182.29 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 168267 0 0 0 118157 72 0 0 25 0 4 0 523127547 559771648 88031 33554432000 4194304 4627427 140735391826736 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=546652 CPUtime=1175.85 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 121973 0 0 0 117540 45 0 0 25 0 4 0 523127547 559771648 88031 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 546652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 7.75 5/180 17471
/proc/meminfo: memFree=22748672/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=520556 CPUtime=4800.34 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 595063 0 0 0 479793 241 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 130139 81583 389 106 0 125110 0
[pid=17434/tid=17435] ppid=17432 vsize=520556 CPUtime=1201.73 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 145148 0 0 0 120116 57 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=520556 CPUtime=1201.7 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 170295 0 0 0 120096 74 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=520556 CPUtime=1195.14 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 124203 0 0 0 119468 46 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4324761 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 520556

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

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

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 7.75 5/180 17471
/proc/meminfo: memFree=22748672/32951124 swapFree=67111524/67111528
[pid=17434] ppid=17432 vsize=520556 CPUtime=4800.34 cores=1,3,5,7
/proc/17434/stat : 17434 (strangenight2-m) R 17432 17434 17393 0 -1 4202496 595063 0 0 0 479793 241 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17434/statm: 130139 81583 389 106 0 125110 0
[pid=17434/tid=17435] ppid=17432 vsize=520556 CPUtime=1201.73 cores=1,3,5,7
/proc/17434/task/17435/stat : 17435 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 145148 0 0 0 120116 57 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17434/tid=17436] ppid=17432 vsize=520556 CPUtime=1201.7 cores=1,3,5,7
/proc/17434/task/17436/stat : 17436 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 170295 0 0 0 120096 74 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17434/tid=17437] ppid=17432 vsize=520556 CPUtime=1195.14 cores=1,3,5,7
/proc/17434/task/17437/stat : 17437 (strangenight2-m) R 17432 17434 17393 0 -1 4202560 124203 0 0 0 119468 46 0 0 25 0 4 0 523127547 533049344 81583 33554432000 4194304 4627427 140735391826736 18446744073709551615 4324761 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 520556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.39
CPU user time (s): 4797.95
CPU system time (s): 2.43363
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 598552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.95
system time used= 2.43363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595065
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= 747
involuntary context switches= 31199

runsolver used 1.9367 second user time and 4.65029 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 00:14:31
IDJOB=3174213
IDBENCH=83031
IDSOLVER=1586
FILE ID=node105/3174213-1304115271
RUNJOBID= node105-1304115271-17412
PBS_JOBID= 13170708
Free space on /tmp= 71932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S314780693-050.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174213-1304115271/watcher-3174213-1304115271 -o /tmp/evaluation-result-3174213-1304115271/solver-3174213-1304115271 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174213-1304115271.cnf

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

MD5SUM BENCH= b3fdf3b46fb0b1e907e496e0b191070b
RANDOM SEED=1387261992

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23071412 kB
Buffers:       2159068 kB
Cached:        7104604 kB
SwapCached:          4 kB
Active:         580940 kB
Inactive:      8749636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23071412 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11432 kB
Writeback:           0 kB
AnonPages:       67044 kB
Mapped:          14820 kB
Slab:           483660 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273040 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= 71932 MiB
End job on node105 at 2011-04-30 00:34:35