Trace number 3366622

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 (fixed)? (TO) 4800.41 1203.94

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366622-1305410849.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	c -- header says num clauses:        6230
1.96/0.55	c -- clauses added:            0 learnts,         6230 normals,            0 xors
1.96/0.55	c -- vars added         70
1.96/0.55	c Parsing time:  0.00 s
1.96/0.55	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
1.96/0.55	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
1.96/0.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.96/0.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.96/0.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.96/0.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.96/0.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.96/0.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.96/0.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.96/0.55	c Finding binary XORs  T:     0.00 s  found:       0
1.96/0.55	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.96/0.55	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:      34 undec:       2 neg:      34
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.17/0.81	c  N dy     7      4614        70      6230         0      4163     43610    101092     20.49     21.59
3.17/0.81	c  N dy    23      8760        70      6230         0      5671     43610    129918     20.83     22.04
3.17/0.81	c  N dy    27     13532        70      6230         0      6109     43610    128955     20.45     21.64
3.57/0.91	c  N dy    54     17652        70      6230         0      9851     43610    220675     20.81     21.96
4.81/1.21	c  F st    63     25000        70      6230         0     11402     43610    243988     20.57     19.31
4.81/1.21	c  N st    63     25000        70      6230         0     11402     43610    243988     20.57     19.31
5.56/1.40	c  N dy    69     30000        70      6230         0      9777     43610    196490     20.57   no data
5.56/1.40	c  S st    69     30000        70      6230         0      9777     43610    196490     20.57   no data
5.56/1.43	c  S st    69     30500        70      6230         0     10232     43610    207751     20.57   no data
5.56/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.44	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.56/1.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.35/1.64	c lits-rem:       129  cl-subs:      863  v-elim:      0  v-fix:    0  time:  0.20 s
7.15/1.89	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
7.15/1.89	c calculated reachability. Time: 0.00
7.15/1.89	c  N dy    69     30500        70      6230         0      9369     43610    185819     20.57   no data
10.34/2.68	c  N dy    83     45750        70      6230         0     15962     43610    326109     20.01     18.95
10.34/2.68	c  S st    83     45750        70      6230         0     15962     43610    326109     20.01     18.95
10.74/2.73	c  S st    83     46253        70      6230         0      8399     43610    139161     20.01   no data
10.74/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.74/2.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.74/2.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.74/2.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.74/2.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.74/2.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.74/2.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.74/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.78	c lits-rem:        11  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.04 s
10.74/2.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
10.74/2.78	c vivif2 --  cl tried     8361 cl shrink        0 lits rem          0 time: 0.00
11.95/3.01	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.95/3.01	c calculated reachability. Time: 0.00
11.95/3.01	c  N dy    83     46253        70      6230         0      8361     43610    138050     20.01   no data
13.16/3.32	c  N dy   111     51599        70      6230         0     13226     43610    254767     20.13     21.22
13.93/3.58	c  N dy   132     55635        70      6230         0     16928     43610    344682     20.21     21.30
15.13/3.84	c  N dy   159     59673        70      6230         0     11562     43610    202829     20.32     22.96
16.72/4.22	c  N dy   192     65503        70      6230         0     16819     43610    330232     20.43     21.70
17.55/4.50	c  S st   195     69379        70      6230         0     10370     43610    160728     20.33     18.94
17.97/4.54	c  S st   195     69884        70      6230         0     10837     43610    172301     20.33   no data
17.97/4.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.97/4.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.97/4.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.97/4.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.97/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.97/4.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.97/4.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.97/4.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.97/4.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.60	c lits-rem:        12  cl-subs:      152  v-elim:      0  v-fix:    0  time:  0.06 s
18.32/4.61	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
18.32/4.61	c vivif2 --  cl tried    10685 cl shrink        0 lits rem          0 time: 0.00
19.12/4.88	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
19.12/4.89	c calculated reachability. Time: 0.00
19.12/4.89	c  N dy   195     69884        70      6230         0     10685     43610    168615     20.33   no data
20.32/5.18	c  N dy   220     74711        70      6230         0     15077     43610    275585     20.38     21.46
22.70/5.76	c  N dy   229     83363        70      6230         0     12027     43610    189682     20.30     21.50
23.90/6.04	c  F st   256     87500        70      6230         0     15783     43610    280844     20.36     20.61
24.30/6.12	c  N st   259     88689        70      6230         0     16863     43610    307825     20.36   no data
26.31/6.70	c  N dy   273     96218        70      6230         0     11939     43610    173928     20.37     21.47
28.68/7.21	c  N dy   284    104013        70      6230         0     18947     43610    339539     20.34     21.52
28.68/7.27	c  S st   291    104826        70      6230         0     19682     43610    357444     20.36     19.68
29.08/7.33	c  S st   291    105329        70      6230         0     20153     43610    369055     20.36   no data
29.08/7.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.08/7.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.08/7.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.08/7.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.08/7.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.08/7.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
29.08/7.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.08/7.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.08/7.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.85	c lits-rem:       201  cl-subs:     1950  v-elim:      0  v-fix:    0  time:  0.48 s
31.13/7.85	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
31.13/7.85	c vivif2 --  cl tried    18203 cl shrink        0 lits rem          0 time: 0.00
32.68/8.23	c asymm  cl-useful: 0/5458/6230 lits-rem:0 time: 0.38
32.68/8.23	c calculated reachability. Time: 0.00
32.68/8.23	c  N dy   291    105329        70      6230         0     18203     43610    322176     20.36   no data
35.51/8.99	c  N dy   310    114610        70      6230         0     14039     43610    211355     20.34     21.44
38.66/9.74	c  N dy   340    124749        70      6230         0     23205     43610    431211     20.34     21.43
41.44/10.43	c  N dy   380    132778        70      6230         0     16963     43610    270992     20.40     21.77
43.87/11.10	c  N dy   411    141339        70      6230         0     24726     43610    457968     20.42     21.78
47.03/11.88	c  N dy   445    150412        70      6230         0     18487     43610    292726     20.45     23.58
49.42/12.45	c  S st   450    157995        70      6230         0     25336     43610    454304     20.40     18.39
49.82/12.52	c  S st   450    158501        70      6230         0     25809     43610    466173     20.40   no data
49.82/12.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.82/12.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.82/12.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.82/12.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.82/12.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.82/12.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.82/12.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.82/12.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
49.82/12.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.40/13.46	c lits-rem:       274  cl-subs:     2841  v-elim:      0  v-fix:    0  time:  0.90 s
53.40/13.46	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
53.40/13.46	c vivif2 --  cl tried    22968 cl shrink        0 lits rem          0 time: 0.00
53.80/13.53	c asymm  cl-useful: 0/772/6230 lits-rem:0 time: 0.07
53.80/13.53	c calculated reachability. Time: 0.00
53.80/13.53	c  N dy   450    158501        70      6230         0     22968     43610    399316     20.40   no data
57.79/14.59	c  N dy   474    170162        70      6230         0     18248     43610    274431     20.39     21.47
61.83/15.57	c  N dy   521    181271        70      6230         0     28248     43610    512509     20.41     21.52
66.56/16.74	c  N dy   574    192976        70      6230         0     22670     43610    371249     20.46     21.55
70.96/17.87	c  N dy   594    205380        70      6230         0     33787     43610    632183     20.38     21.51
76.54/19.21	c  N dy   608    220791        70      6230         0     30481     43610    532674     20.26     21.37
82.93/20.89	c  N dy   711    235297        70      6230         0     25694     43610    420107     20.36     21.44
84.11/21.15	c  S st   717    237753        70      6230         0     27905     43610    471919     20.35   no data
84.51/21.23	c  S st   717    238258        70      6230         0     28372     43610    483447     20.35   no data
84.51/21.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.51/21.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.51/21.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.51/21.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.51/21.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.51/21.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
84.51/21.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.51/21.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.51/21.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.73/22.06	c lits-rem:       256  cl-subs:     2084  v-elim:      0  v-fix:    0  time:  0.78 s
87.73/22.06	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
87.73/22.06	c vivif2 --  cl tried    26288 cl shrink        0 lits rem          0 time: 0.00
89.30/22.46	c asymm  cl-useful: 0/4279/6230 lits-rem:0 time: 0.39
89.30/22.46	c calculated reachability. Time: 0.00
89.30/22.46	c  N dy   717    238258        70      6230         0     26288     43610    431026     20.35   no data
105.28/26.46	c  N dy   785    277044        70      6230         0     22469     43610    314723     20.21     21.30
113.64/28.59	c  N dy   893    294784        70      6230         0     38605     43610    708543     20.29     22.59
119.21/29.94	c  F st   957    306251        70      6230         0     28266     43610    440223     20.32   no data
122.41/30.74	c  N dy   972    313745        70      6230         0     35041     43610    605854     20.33     21.45
132.03/33.17	c  N dy  1061    333760        70      6230         0     31519     43610    506944     20.36     22.27
142.34/35.70	c  N dy  1144    354204        70      6230         0     27405     43610    397600     20.39     21.49
143.54/36.06	c  S st  1163    357389        70      6230         0     30278     43610    467160     20.40     18.83
143.94/36.14	c  S st  1163    357893        70      6230         0     30746     43610    478803     20.40   no data
143.94/36.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.94/36.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
143.94/36.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.94/36.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.94/36.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.94/36.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
143.94/36.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.94/36.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.94/36.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.14/36.90	c lits-rem:       202  cl-subs:     1643  v-elim:      0  v-fix:    0  time:  0.72 s
147.14/36.90	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
147.14/36.91	c vivif2 --  cl tried    29103 cl shrink        0 lits rem          0 time: 0.00
147.94/37.14	c asymm  cl-useful: 0/1951/6230 lits-rem:0 time: 0.23
147.94/37.14	c calculated reachability. Time: 0.00
147.94/37.14	c  N dy  1163    357893        70      6230         0     29103     43610    436779     20.40   no data
159.48/40.00	c  N dy  1245    378764        70      6230         0     24537     43610    311553     20.42     21.53
169.46/42.53	c  N dy  1274    398803        70      6230         0     42510     43610    734830     20.39     22.87
181.81/45.62	c  N dy  1373    418823        70      6230         0     36295     43610    583078     20.43     21.86
193.78/48.60	c  N dy  1418    440843        70      6230         0     30829     43610    431103     20.40     21.55
205.35/51.52	c  N dy  1532    460887        70      6230         0     48969     43610    873968     20.44     23.30
217.72/54.64	c  N dy  1655    482574        70      6230         0     42490     43610    709472     20.49     21.59
230.08/57.78	c  N dy  1750    502606        70      6230         0     33449     43610    470205     20.52     21.60
246.08/61.72	c  N dy  1869    526869        70      6230         0     55437     43610   1002982     20.55     21.69
251.21/63.05	c  S st  1910    536840        70      6230         0     36426     43610    532127     20.56     21.23
251.61/63.15	c  S st  1910    537345        70      6230         0     36898     43610    543867     20.56   no data
251.61/63.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
251.61/63.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
251.61/63.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
251.61/63.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.61/63.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.61/63.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
251.61/63.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
251.61/63.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
251.61/63.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.60/64.15	c lits-rem:       206  cl-subs:     1884  v-elim:      0  v-fix:    0  time:  0.96 s
255.60/64.15	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
255.60/64.16	c vivif2 --  cl tried    35014 cl shrink        0 lits rem          0 time: 0.01
256.39/64.36	c asymm  cl-useful: 0/1821/6230 lits-rem:0 time: 0.20
256.39/64.36	c calculated reachability. Time: 0.00
256.39/64.36	c  N dy  1910    537345        70      6230         0     35014     43610    496882     20.56   no data
268.01/67.23	c  N dy  1945    557564        70      6230         0     53152     43610    929148     20.54     21.69
278.74/69.91	c  N dy  1980    577655        70      6230         0     42456     43610    663472     20.51     21.73
293.50/73.61	c  N dy  2042    598756        70      6230         0     31770     43610    396106     20.50     21.70
305.05/76.51	c  N dy  2093    620172        70      6230         0     51040     43610    856062     20.49     21.65
319.02/80.06	c  N dy  2190    640278        70      6230         0     38604     43610    548753     20.51     21.65
333.39/83.69	c  N dy  2297    660313        70      6230         0     56799     43610    992016     20.54     21.65
347.71/87.22	c  N dy  2398    680348        70      6230         0     43323     43610    649198     20.56     21.65
363.27/91.13	c  N dy  2454    700658        70      6230         0     61637     43610   1089412     20.56     21.65
376.84/94.55	c  N dy  2518    721577        70      6230         0     47915     43610    738493     20.55     21.66
398.37/99.93	c  N dy  2618    747244        70      6230         0     37718     43610    478572     20.56     21.83
412.35/103.48	c  N dy  2685    769241        70      6230         0     57561     43610    957419     20.56     21.66
429.90/107.82	c  N dy  2734    792627        70      6230         0     44251     43610    615547     20.54     21.63
439.45/110.29	c  S st  2800    806018        70      6230         0     56360     43610    909309     20.55   no data
440.25/110.44	c  S st  2800    806521        70      6230         0     56832     43610    920863     20.55   no data
440.25/110.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
440.25/110.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
440.25/110.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
440.25/110.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
440.25/110.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.25/110.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
440.25/110.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
440.25/110.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
440.65/110.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.99/114.64	c lits-rem:       659  cl-subs:     5859  v-elim:      0  v-fix:    0  time:  4.08 s
456.99/114.64	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
456.99/114.65	c vivif2 --  cl tried    50973 cl shrink        0 lits rem          0 time: 0.01
458.19/114.92	c asymm  cl-useful: 0/1147/6230 lits-rem:0 time: 0.27
458.19/114.92	c calculated reachability. Time: 0.00
458.19/114.92	c  N dy  2800    806521        70      6230         0     50973     43610    786436     20.55   no data
474.19/118.99	c  N dy  2851    826609        70      6230         0     69105     43610   1224443     20.54     21.66
486.11/121.96	c  N dy  2890    846705        70      6230         0     52285     43610    806742     20.53     23.75
502.46/126.06	c  N dy  2932    866789        70      6230         0     70330     43610   1236436     20.52     22.32
516.81/129.66	c  N dy  3025    887814        70      6230         0     53475     43610    830248     20.53     21.66
533.96/133.90	c  N dy  3082    907847        70      6230         0     71503     43610   1265536     20.53     22.65
551.11/138.27	c  N dy  3154    932476        70      6230         0     56807     43610    891615     20.53     21.62
571.05/143.21	c  N dy  3239    953013        70      6230         0     75391     43610   1342690     20.54     21.75
585.00/146.76	c  N dy  3343    973068        70      6230         0     55716     43610    859700     20.55     21.69
602.96/151.21	c  N dy  3399    993187        70      6230         0     73871     43610   1298571     20.56     21.73
618.96/155.29	c  N dy  3503   1013231        70      6230         0     53190     43610    784108     20.57     22.47
636.85/159.72	c  N dy  3558   1034592        70      6230         0     72412     43610   1248510     20.57     21.67
660.79/165.74	c  N dy  3661   1064170        70      6230         0     59334     43610    914934     20.57     21.66
667.96/167.57	c  F st  3693   1071876        70      6230         0     66303     43610   1084725     20.57     20.35
680.73/170.75	c  N dy  3711   1085290        70      6230         0     78385     43610   1374783     20.57     21.88
698.67/175.23	c  N dy  3837   1106697        70      6230         0     57210     43610    857079     20.59     21.68
718.21/180.14	c  N dy  3923   1126748        70      6230         0     75305     43610   1299229     20.60     21.75
735.36/184.48	c  N dy  4005   1146837        70      6230         0     51904     43610    714887     20.61     21.82
752.11/188.65	c  N dy  4068   1166896        70      6230         0     70014     43610   1153750     20.61     22.99
775.65/194.51	c  N dy  4130   1190575        70      6230         0     48908     43610    624249     20.60     21.79
793.20/198.94	c  S st  4179   1209781        70      6230         0     66170     43610   1039184     20.60     20.07
794.01/199.18	c  S st  4179   1210285        70      6230         0     66640     43610   1051018     20.60   no data
794.01/199.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
794.44/199.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
794.44/199.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
794.44/199.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.44/199.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.44/199.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
794.44/199.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
794.44/199.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
794.44/199.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
829.87/208.10	c lits-rem:       632  cl-subs:     6072  v-elim:      0  v-fix:    0  time:  8.73 s
829.87/208.10	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
829.87/208.12	c vivif2 --  cl tried    60568 cl shrink        0 lits rem          0 time: 0.01
831.48/208.51	c asymm  cl-useful: 0/924/6230 lits-rem:0 time: 0.40
831.48/208.52	c calculated reachability. Time: 0.00
831.48/208.52	c  N dy  4179   1210285        70      6230         0     60568     43610    905835     20.60   no data
863.78/216.63	c  N dy  4233   1242935        70      6230         0     46919     43610    563296     20.58     21.71
881.33/221.00	c  N dy  4327   1264440        70      6230         0     66342     43610   1034384     20.59     21.73
904.10/226.71	c  N dy  4415   1285045        70      6230         0     85009     43610   1489915     20.60     21.72
927.98/232.78	c  N dy  4463   1315049        70      6230         0     67824     43610   1038442     20.58     21.68
955.51/239.67	c  N dy  4527   1338057        70      6230         0     88523     43610   1536820     20.57     21.73
977.84/245.28	c  N dy  4670   1358092        70      6230         0     61800     43610    906461     20.59     22.63
999.37/250.69	c  N dy  4755   1378150        70      6230         0     79863     43610   1348188     20.60     22.09
1020.91/256.04	c  N dy  4827   1398433        70      6230         0     52271     43610    658024     20.60     21.69
1046.83/262.57	c  N dy  4939   1427393        70      6230         0     78501     43610   1295823     20.61     21.70
1072.34/268.94	c  N dy  5037   1447427        70      6230         0     49723     43610    579597     20.62     21.71
1089.10/273.16	c  N dy  5054   1471340        70      6230         0     71055     43610   1079994     20.59     21.95
1113.42/279.28	c  N dy  5162   1491442        70      6230         0     89246     43610   1525933     20.61     21.74
1134.96/284.61	c  N dy  5212   1514300        70      6230         0     62072     43610    859861     20.60     21.69
1159.29/290.70	c  N dy  5306   1536919        70      6230         0     82482     43610   1356062     20.60     21.70
1184.44/297.08	c  N dy  5330   1561778        70      6230         0     56118     43610    701940     20.58     21.76
1201.99/301.50	c  N dy  5364   1583404        70      6230         0     75532     43610   1165661     20.57     21.67
1229.08/308.28	c  N dy  5413   1608504        70      6230         0     97942     43610   1697699     20.56     21.82
1245.03/312.24	c  N dy  5441   1628524        70      6230         0     66524     43610    940418     20.55     22.16
1268.55/318.17	c  N dy  5506   1651343        70      6230         0     87022     43610   1432994     20.55     21.71
1293.29/324.35	c  N dy  5575   1671402        70      6230         0     54835     43610    655517     20.55     23.05
1312.43/329.15	c  N dy  5675   1691445        70      6230         0     72969     43610   1099542     20.56     21.85
1335.96/335.05	c  S st  5766   1710287        70      6230         0     89968     43610   1514282     20.57     20.14
1337.16/335.33	c  S st  5766   1710790        70      6230         0     90425     43610   1525695     20.57   no data
1337.16/335.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1337.16/335.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1337.16/335.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1337.16/335.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1337.16/335.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1337.16/335.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1337.16/335.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1337.56/335.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1337.56/335.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1398.18/350.68	c lits-rem:       996  cl-subs:     8735  v-elim:      0  v-fix:    0  time: 15.05 s
1398.18/350.68	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1398.58/350.70	c vivif2 --  cl tried    81690 cl shrink        0 lits rem          0 time: 0.02
1400.56/351.26	c asymm  cl-useful: 0/685/6230 lits-rem:0 time: 0.54
1400.56/351.26	c calculated reachability. Time: 0.00
1400.56/351.26	c  N dy  5766   1710790        70      6230         0     81690     43610   1307599     20.57   no data
1441.23/361.42	c  N dy  5848   1730919        70      6230         0     99839     43610   1747914     20.57     21.69
1466.35/367.70	c  N dy  5928   1752140        70      6230         0     68080     43610    969388     20.57     21.68
1492.28/374.23	c  N dy  6054   1772668        70      6230         0     86695     43610   1427569     20.59     21.72
1531.76/384.19	c  N dy  6124   1811616        70      6230         0     69367     43610    966303     20.57     21.65
1557.74/390.69	c  N dy  6207   1832546        70      6230         0     88182     43610   1423071     20.57     21.67
1593.18/399.59	c  N dy  6322   1852584        70      6230         0     53367     43610    583718     20.58     23.21
1613.91/404.71	c  N dy  6441   1874044        70      6230         0     72750     43610   1060548     20.59     21.78
1640.24/411.31	c  N dy  6525   1896128        70      6230         0     92667     43610   1542931     20.60     21.69
1672.14/419.32	c  N dy  6642   1916279        70      6230         0     56872     43610    654098     20.61     21.71
1691.68/424.27	c  N dy  6744   1936476        70      6230         0     75145     43610   1103126     20.62     21.85
1714.42/429.97	c  N dy  6784   1957183        70      6230         0     93688     43610   1544945     20.61     21.78
1745.13/437.61	c  N dy  6866   1977227        70      6230         0     56804     43610    639580     20.61     23.38
1764.26/442.48	c  N dy  6946   1997319        70      6230         0     74945     43610   1080327     20.62     22.43
1790.23/448.95	c  N dy  7048   2017349        70      6230         0     93073     43610   1525545     20.62     23.95
1823.68/457.34	c  N dy  7150   2037979        70      6230         0    111709     43610   1982396     20.63     21.74
1847.61/463.39	c  N dy  7213   2062949        70      6230         0     78203     43610   1139312     20.63     21.77
1874.33/470.09	c  N dy  7311   2083002        70      6230         0     96337     43610   1584279     20.64     22.85
1907.05/478.21	c  N dy  7383   2104098        70      6230         0     58606     43610    656363     20.64     21.82
1947.33/488.30	c  N dy  7388   2152665        70      6230         0    101732     43610   1647664     20.58     21.79
1978.45/496.12	c  N dy  7499   2172692        70      6230         0     62399     43610    739058     20.59     22.78
1999.56/501.43	c  N dy  7586   2192916        70      6230         0     80622     43610   1182955     20.60     21.73
2024.29/507.63	c  S st  7676   2210790        70      6230         0     96800     43610   1575932     20.60     21.13
2025.49/507.92	c  S st  7676   2211294        70      6230         0     97257     43610   1587535     20.60   no data
2025.49/507.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2025.49/507.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2025.49/507.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2025.49/507.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2025.49/507.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2025.49/507.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2025.49/507.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2025.89/508.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2025.89/508.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2103.64/527.58	c lits-rem:       971  cl-subs:     9040  v-elim:      0  v-fix:    0  time: 19.30 s
2103.64/527.58	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2104.04/527.61	c vivif2 --  cl tried    88217 cl shrink        0 lits rem          0 time: 0.02
2106.09/528.17	c asymm  cl-useful: 0/644/6230 lits-rem:0 time: 0.55
2106.09/528.17	c calculated reachability. Time: 0.00
2106.09/528.17	c  N dy  7676   2211294        70      6230         0     88217     43610   1365004     20.60   no data
2167.49/543.59	c  N dy  7707   2250976        70      6230         0     65748     43610    801738     20.58     21.69
2190.17/549.21	c  N dy  7802   2271070        70      6230         0     83797     43610   1243824     20.58     22.31
2221.68/557.11	c  N dy  7964   2291082        70      6230         0    101902     43610   1695347     20.60     21.69
2255.97/565.73	c  N dy  8062   2311121        70      6230         0     60879     43610    677725     20.60     22.97
2277.91/571.28	c  N dy  8199   2331146        70      6230         0     78941     43610   1126537     20.61     22.45
2304.24/577.87	c  N dy  8276   2351470        70      6230         0     97245     43610   1572525     20.62     21.77
2340.92/587.02	c  N dy  8413   2371538        70      6230         0    115504     43610   2026110     20.63     23.07
2370.43/594.43	c  N dy  8571   2392167        70      6230         0     73834     43610    984189     20.64     21.76
2394.37/600.45	c  N dy  8623   2414941        70      6230         0     94268     43610   1473905     20.64     21.76
2419.89/606.87	c  N dy  8655   2435196        70      6230         0    112343     43610   1905604     20.63     21.84
2450.60/614.52	c  N dy  8749   2455292        70      6230         0     69355     43610    854560     20.63     23.99
2473.73/620.36	c  N dy  8831   2475416        70      6230         0     87499     43610   1295742     20.64     21.87
2503.63/627.81	c  N dy  8935   2495492        70      6230         0    105594     43610   1741083     20.64     22.40
2536.73/636.15	c  N dy  8992   2515494        70      6230         0    123542     43610   2175538     20.64     22.36
2563.46/642.84	c  N dy  9104   2537977        70      6230         0     81770     43610   1146634     20.65     21.75
2593.02/650.25	c  N dy  9247   2558134        70      6230         0     99931     43610   1597816     20.66     21.91
2620.48/657.16	c  N dy  9274   2578147        70      6230         0    117830     43610   2022412     20.65     23.65
2651.60/664.92	c  N dy  9359   2599444        70      6230         0     74035     43610    938248     20.65     21.86
2677.11/671.37	c  N dy  9444   2620381        70      6230         0     92857     43610   1396712     20.66     21.78
2709.42/679.48	c  N dy  9556   2640427        70      6230         0    110919     43610   1840954     20.66     21.91
2750.11/689.60	c  N dy  9664   2660460        70      6230         0     65074     43610    712063     20.67     22.59
2776.03/696.12	c  N dy  9779   2683996        70      6230         0     86282     43610   1234899     20.68     21.79
2806.34/703.79	c  N dy  9863   2705113        70      6230         0    105358     43610   1702673     20.68     21.79
2817.90/706.69	c  S st  9910   2711297        70      6230         0    110986     43610   1843096     20.68   no data
2819.50/707.05	c  S st  9910   2711804        70      6230         0    111455     43610   1855082     20.68   no data
2819.50/707.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2819.90/707.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2819.90/707.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2819.90/707.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2819.90/707.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2819.90/707.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2819.90/707.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2819.90/707.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2819.90/707.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2923.56/733.14	c lits-rem:      1220  cl-subs:    10506  v-elim:      0  v-fix:    0  time: 25.63 s
2923.56/733.14	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2923.56/733.17	c vivif2 --  cl tried   100949 cl shrink        0 lits rem          0 time: 0.03
2925.98/733.76	c asymm  cl-useful: 0/562/6230 lits-rem:0 time: 0.58
2925.98/733.77	c calculated reachability. Time: 0.00
2925.98/733.77	c  N dy  9910   2711804        70      6230         0    100949     43610   1590655     20.68   no data
2969.02/744.55	c  N dy  9957   2732299        70      6230         0    119328     43610   2034027     20.68     21.90
3004.12/753.39	c  N dy 10065   2752335        70      6230         0     73034     43610    898660     20.69     22.33
3029.24/759.66	c  N dy 10140   2772344        70      6230         0     91120     43610   1341727     20.69     21.80
3064.33/768.48	c  N dy 10221   2795461        70      6230         0    111833     43610   1846560     20.69     21.80
3105.42/778.78	c  N dy 10352   2815469        70      6230         0    129834     43610   2290724     20.70     21.82
3138.11/786.95	c  N dy 10418   2844506        70      6230         0     90434     43610   1301427     20.70     21.99
3167.67/794.33	c  N dy 10461   2866586        70      6230         0    110229     43610   1776327     20.69     21.80
3201.13/802.76	c  N dy 10525   2886643        70      6230         0    128208     43610   2210972     20.69     24.34
3238.60/812.10	c  N dy 10580   2917204        70      6230         0     89316     43610   1261680     20.69     21.96
3264.18/818.60	c  N dy 10618   2937404        70      6230         0    107356     43610   1687132     20.68     21.84
3301.62/827.97	c  N dy 10723   2958378        70      6230         0    126270     43610   2151794     20.68     21.85
3335.93/836.51	c  N dy 10831   2978507        70      6230         0     77084     43610    955245     20.69     21.79
3360.69/842.71	c  N dy 10902   2998669        70      6230         0     95175     43610   1394960     20.69     21.82
3396.13/851.62	c  N dy 11045   3018726        70      6230         0    113268     43610   1844475     20.70     22.86
3433.63/861.01	c  N dy 11120   3039183        70      6230         0    131575     43610   2291293     20.70     21.93
3463.14/868.41	c  N dy 11214   3059264        70      6230         0     81461     43610   1053239     20.71     23.13
3491.06/875.45	c  N dy 11305   3079961        70      6230         0    100102     43610   1512276     20.71     21.82
3524.15/883.75	c  N dy 11415   3100041        70      6230         0    118266     43610   1964296     20.72     24.20
3562.07/893.27	c  N dy 11474   3120121        70      6230         0    136238     43610   2394534     20.71     22.12
3587.97/899.74	c  N dy 11524   3140912        70      6230         0     85565     43610   1130373     20.71     21.81
3617.08/907.07	c  N dy 11617   3161526        70      6230         0    104171     43610   1588802     20.71     21.82
3654.96/916.51	c  N dy 11707   3182732        70      6230         0    123312     43610   2057216     20.72     21.89
3698.06/927.36	c  N dy 11807   3202818        70      6230         0     71256     43610    772973     20.72     21.97
3709.21/930.13	c  S st 11865   3211806        70      6230         0     79344     43610    973565     20.72   no data
3710.01/930.36	c  S st 11865   3212308        70      6230         0     79802     43610    985176     20.72   no data
3710.01/930.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3710.41/930.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3710.41/930.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3710.41/930.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3710.41/930.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3710.41/930.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3710.41/930.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3710.41/930.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3710.41/930.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3720.41/932.94	c lits-rem:       207  cl-subs:     1931  v-elim:      0  v-fix:    0  time:  2.46 s
3720.41/932.94	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3720.41/932.96	c vivif2 --  cl tried    77871 cl shrink        0 lits rem          0 time: 0.01
3721.56/933.26	c asymm  cl-useful: 0/893/6230 lits-rem:0 time: 0.31
3721.56/933.27	c calculated reachability. Time: 0.00
3721.56/933.27	c  N dy 11865   3212308        70      6230         0     77871     43610    934820     20.72   no data
3765.03/944.17	c  N dy 11926   3244350        70      6230         0    106560     43610   1626147     20.72     21.82
3801.33/953.20	c  N dy 11991   3264427        70      6230         0    124551     43610   2062424     20.72     23.59
3846.40/964.50	c  N dy 12064   3284639        70      6230         0     71813     43610    776500     20.72     21.83
3875.91/971.99	c  N dy 12124   3311602        70      6230         0     95923     43610   1355374     20.72     21.95
3906.62/979.69	c  N dy 12196   3331711        70      6230         0    114094     43610   1799753     20.72     21.87
3945.29/989.31	c  N dy 12293   3351800        70      6230         0    132172     43610   2245075     20.72     21.84
3983.97/999.02	c  N dy 12384   3372050        70      6230         0     78559     43610    925562     20.72     21.87
4006.31/1004.65	c  N dy 12433   3392121        70      6230         0     96634     43610   1365770     20.72     21.96
4038.22/1012.60	c  N dy 12492   3415456        70      6230         0    117588     43610   1873415     20.72     21.86
4079.30/1022.98	c  N dy 12590   3435516        70      6230         0    135655     43610   2319469     20.72     23.94
4120.36/1033.27	c  N dy 12722   3456726        70      6230         0     82017     43610   1000733     20.73     21.94
4149.09/1040.48	c  N dy 12832   3476821        70      6230         0    100233     43610   1451722     20.74     22.06
4181.38/1048.53	c  N dy 12879   3496857        70      6230         0    118095     43610   1882433     20.73     23.48
4219.93/1058.31	c  N dy 12959   3516928        70      6230         0    136097     43610   2325507     20.74     23.27
4258.54/1068.07	c  N dy 13043   3537559        70      6230         0     80957     43610    960024     20.74     21.85
4286.65/1075.17	c  N dy 13180   3557623        70      6230         0     99031     43610   1411031     20.75     22.61
4346.92/1090.21	c  N dy 13234   3599232        70      6230         0    136145     43610   2297536     20.73     22.29
4393.54/1101.98	c  N dy 13355   3623302        70      6230         0     83293     43610   1005745     20.74     21.89
4446.19/1115.11	c  N dy 13360   3669763        70      6230         0    124612     43610   1975603     20.71     21.80
4476.49/1122.79	c  N dy 13369   3690594        70      6230         0    143193     43610   2419805     20.70     21.84
4511.98/1131.63	c  N dy 13442   3712308        70      6230         0     87480     43610   1092513     20.70     19.25
4511.98/1131.63	c  S st 13442   3712308        70      6230         0     87480     43610   1092513     20.70     19.25
4513.20/1131.92	c  S st 13442   3712814        70      6230         0     87949     43610   1104112     20.70   no data
4513.20/1131.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4513.20/1131.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4513.20/1131.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4513.20/1131.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4513.20/1131.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4513.20/1131.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4513.20/1131.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4513.20/1131.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4513.62/1132.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4527.54/1135.51	c lits-rem:       297  cl-subs:     3268  v-elim:      0  v-fix:    0  time:  3.45 s
4527.54/1135.52	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4527.54/1135.53	c vivif2 --  cl tried    84681 cl shrink        0 lits rem          0 time: 0.02
4528.74/1135.85	c asymm  cl-useful: 0/751/6230 lits-rem:0 time: 0.32
4528.74/1135.86	c calculated reachability. Time: 0.00
4528.74/1135.86	c  N dy 13442   3712814        70      6230         0     84681     43610   1028852     20.70   no data
4556.26/1142.72	c  N dy 13517   3732874        70      6230         0    102677     43610   1471117     20.70     22.34
4582.18/1149.25	c  F st 13522   3751563        70      6230         0    119340     43610   1866469     20.70     18.94
4585.37/1150.07	c  N st 13526   3753598        70      6230         0    121169     43610   1912617     20.70   no data
4631.65/1161.63	c  N dy 13635   3775061        70      6230         0    140532     43610   2391404     20.70     21.80
4672.31/1171.84	c  N dy 13696   3795406        70      6230         0     82788     43610    976257     20.70     21.81
4695.84/1177.74	c  N dy 13701   3815919        70      6230         0    100999     43610   1401857     20.69     21.85
4730.93/1186.58	c  N dy 13752   3839748        70      6230         0    122264     43610   1913915     20.69     21.82
4778.38/1198.48	c  N dy 13889   3861040        70      6230         0    141467     43610   2393409     20.69     21.82

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366622-1305410849/watcher-3366622-1305410849 -o /tmp/evaluation-result-3366622-1305410849/solver-3366622-1305410849 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366622-1305410849.cnf 

running on 4 cores: 0,2,4,6

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: 0.00 0.00 0.11 6/367 8117
/proc/meminfo: memFree=30318008/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 633501141 52396032 348 33554432000 4194304 4580107 140735866443904 18446744073709551615 47665812826034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8117/statm: 12792 348 299 95 0 7774 0
[pid=8117/tid=8118] ppid=8115 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 633501141 52396032 348 33554432000 4194304 4580107 140735866443904 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 633501141 52396032 348 33554432000 4194304 4580107 140735866443904 18446744073709551615 47665812826038 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 633501141 52396032 348 33554432000 4194304 4580107 140735866443904 18446744073709551615 47665812826034 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.114548 s]
/proc/loadavg: 0.00 0.00 0.11 6/367 8117
/proc/meminfo: memFree=30318008/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=282120 CPUtime=0.43 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 1439 0 0 0 43 0 0 0 24 0 4 0 633501141 288890880 1357 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 70530 1357 358 95 0 65512 0
[pid=8117/tid=8118] ppid=8115 vsize=282120 CPUtime=0.1 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 211 0 0 0 10 0 0 0 18 0 4 0 633501141 288890880 1357 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=282120 CPUtime=0.1 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 224 0 0 0 10 0 0 0 18 0 4 0 633501141 288890880 1357 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=282120 CPUtime=0.1 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 356 0 0 0 10 0 0 0 18 0 4 0 633501141 288890880 1357 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282120

[startup+0.200535 s]
/proc/loadavg: 0.00 0.00 0.11 6/367 8117
/proc/meminfo: memFree=30318008/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=282812 CPUtime=0.77 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 3120 0 0 0 77 0 0 0 25 0 4 0 633501141 289599488 2541 33554432000 4194304 4580107 140735866443904 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 70703 2541 376 95 0 65685 0
[pid=8117/tid=8118] ppid=8115 vsize=282812 CPUtime=0.18 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 704 0 0 0 18 0 0 0 18 0 4 0 633501141 289599488 2541 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=282812 CPUtime=0.19 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 714 0 0 0 19 0 0 0 18 0 4 0 633501141 289599488 2541 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=282812 CPUtime=0.19 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 561 0 0 0 19 0 0 0 18 0 4 0 633501141 289599488 2541 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282812

[startup+0.300516 s]
/proc/loadavg: 0.00 0.00 0.11 6/367 8117
/proc/meminfo: memFree=30318008/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=282980 CPUtime=1.17 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 3478 0 0 0 117 0 0 0 25 0 4 0 633501141 289771520 2899 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 70745 2899 376 95 0 65727 0
[pid=8117/tid=8118] ppid=8115 vsize=282980 CPUtime=0.28 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 788 0 0 0 28 0 0 0 18 0 4 0 633501141 289771520 2899 33554432000 4194304 4580107 140735866443904 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=282980 CPUtime=0.29 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 797 0 0 0 29 0 0 0 18 0 4 0 633501141 289771520 2899 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=282980 CPUtime=0.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 666 0 0 0 29 0 0 0 18 0 4 0 633501141 289771520 2899 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282980

[startup+0.700445 s]
/proc/loadavg: 0.00 0.00 0.11 6/367 8117
/proc/meminfo: memFree=30318008/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=285548 CPUtime=2.77 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 5868 0 0 0 276 1 0 0 25 0 4 0 633501141 292401152 3395 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 71387 3395 376 95 0 66369 0
[pid=8117/tid=8118] ppid=8115 vsize=285548 CPUtime=0.68 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 1375 0 0 0 68 0 0 0 18 0 4 0 633501141 292401152 3395 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=285548 CPUtime=0.69 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 1389 0 0 0 69 0 0 0 18 0 4 0 633501141 292401152 3395 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=285548 CPUtime=0.69 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 1285 0 0 0 69 0 0 0 18 0 4 0 633501141 292401152 3395 33554432000 4194304 4580107 140735866443904 18446744073709551615 4320891 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285548

[startup+1.5003 s]
/proc/loadavg: 0.72 0.15 0.16 9/371 8121
/proc/meminfo: memFree=30294044/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=286668 CPUtime=5.95 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 10532 0 0 0 594 1 0 0 25 0 4 0 633501141 293548032 5682 33554432000 4194304 4580107 140735866443904 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 71667 5682 378 95 0 66649 0
[pid=8117/tid=8118] ppid=8115 vsize=286668 CPUtime=1.48 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 2245 0 0 0 148 0 0 0 20 0 4 0 633501141 293548032 5682 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=286668 CPUtime=1.49 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 2315 0 0 0 149 0 0 0 20 0 4 0 633501141 293548032 5682 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=286668 CPUtime=1.49 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 1973 0 0 0 149 0 0 0 20 0 4 0 633501141 293548032 5682 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286668

[startup+3.10102 s]
/proc/loadavg: 0.72 0.15 0.16 9/371 8121
/proc/meminfo: memFree=30258696/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=295924 CPUtime=12.34 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 18797 0 0 0 1231 3 0 0 25 0 4 0 633501141 303026176 10802 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 73981 10802 378 95 0 68963 0
[pid=8117/tid=8118] ppid=8115 vsize=295924 CPUtime=3.07 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 4288 0 0 0 307 0 0 0 25 0 4 0 633501141 303026176 10802 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=295924 CPUtime=3.08 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 4811 0 0 0 308 0 0 0 25 0 4 0 633501141 303026176 10802 33554432000 4194304 4580107 140735866443904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=295924 CPUtime=3.08 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 4840 0 0 0 308 0 0 0 25 0 4 0 633501141 303026176 10802 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 295924

[startup+6.30045 s]
/proc/loadavg: 0.72 0.15 0.16 9/371 8121
/proc/meminfo: memFree=30230072/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=296768 CPUtime=25.1 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 29021 0 0 0 2506 4 0 0 25 0 4 0 633501141 303890432 13559 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 74192 13559 378 95 0 69174 0
[pid=8117/tid=8118] ppid=8115 vsize=296768 CPUtime=6.28 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 7507 0 0 0 627 1 0 0 25 0 4 0 633501141 303890432 13559 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=296768 CPUtime=6.29 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 7767 0 0 0 628 1 0 0 25 0 4 0 633501141 303890432 13559 33554432000 4194304 4580107 140735866443904 18446744073709551615 4406390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=296768 CPUtime=6.28 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 6948 0 0 0 628 0 0 0 25 0 4 0 633501141 303890432 13559 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 296768

[startup+12.7003 s]
/proc/loadavg: 1.84 0.41 0.25 9/371 8121
/proc/meminfo: memFree=30197616/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=302820 CPUtime=50.62 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 44014 0 0 0 5056 6 0 0 25 0 4 0 633501141 310087680 17961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 75705 17961 378 95 0 70687 0
[pid=8117/tid=8118] ppid=8115 vsize=302820 CPUtime=12.68 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 10867 0 0 0 1267 1 0 0 25 0 4 0 633501141 310087680 17961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=302820 CPUtime=12.68 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 10641 0 0 0 1267 1 0 0 25 0 4 0 633501141 310087680 17961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=302820 CPUtime=12.68 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 10629 0 0 0 1267 1 0 0 25 0 4 0 633501141 310087680 17961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 302820

[startup+25.501 s]
/proc/loadavg: 2.79 0.66 0.33 9/371 8121
/proc/meminfo: memFree=30149072/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=284244 CPUtime=101.66 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 65351 0 0 0 10155 11 0 0 25 0 4 0 633501141 291065856 23087 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 71061 23087 378 95 0 66043 0
[pid=8117/tid=8118] ppid=8115 vsize=284244 CPUtime=25.48 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 16712 0 0 0 2545 3 0 0 25 0 4 0 633501141 291065856 23087 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=284244 CPUtime=25.48 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 15946 0 0 0 2546 2 0 0 25 0 4 0 633501141 291065856 23087 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=284244 CPUtime=25.48 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 15676 0 0 0 2546 2 0 0 25 0 4 0 633501141 291065856 23087 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 284244

[startup+51.1004 s]
/proc/loadavg: 4.84 1.36 0.57 9/371 8122
/proc/meminfo: memFree=30109760/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=297176 CPUtime=203.76 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 95949 0 0 0 20357 19 0 0 25 0 4 0 633501141 304308224 27669 33554432000 4194304 4580107 140735866443904 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 74294 27669 378 95 0 69276 0
[pid=8117/tid=8118] ppid=8115 vsize=297176 CPUtime=51.07 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 24230 0 0 0 5102 5 0 0 25 0 4 0 633501141 304308224 27669 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=297176 CPUtime=51.08 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 24568 0 0 0 5104 4 0 0 25 0 4 0 633501141 304308224 27669 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=297176 CPUtime=51.08 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 23553 0 0 0 5104 4 0 0 25 0 4 0 633501141 304308224 27669 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 297176

[startup+102.301 s]
/proc/loadavg: 6.66 2.39 0.96 9/371 8123
/proc/meminfo: memFree=30043256/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=312076 CPUtime=407.96 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 146603 0 0 0 40762 34 0 0 25 0 4 0 633501141 319565824 31697 33554432000 4194304 4580107 140735866443904 18446744073709551615 4339129 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 78019 31697 378 95 0 73001 0
[pid=8117/tid=8118] ppid=8115 vsize=312076 CPUtime=102.27 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 35674 0 0 0 10219 8 0 0 25 0 4 0 633501141 319565824 31700 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=312076 CPUtime=102.29 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 37248 0 0 0 10221 8 0 0 25 0 4 0 633501141 319565824 31700 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=312076 CPUtime=102.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 37705 0 0 0 10221 8 0 0 25 0 4 0 633501141 319565824 31700 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 312076

[startup+162.301 s]

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

[pid=8117] ppid=8115 vsize=431488 CPUtime=2561.47 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 432523 0 0 0 256014 133 0 0 25 0 4 0 633501141 441843712 74355 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 107872 74355 378 95 0 102854 0
[pid=8117/tid=8118] ppid=8115 vsize=431488 CPUtime=642.17 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 112356 0 0 0 64182 35 0 0 25 0 4 0 633501141 441843712 74355 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=431488 CPUtime=642.28 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 110621 0 0 0 64195 33 0 0 25 0 4 0 633501141 441843712 74355 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=431488 CPUtime=642.28 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 101806 0 0 0 64198 30 0 0 25 0 4 0 633501141 441843712 74355 33554432000 4194304 4580107 140735866443904 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2561.47
Current children cumulated vsize (KiB) 431488

[startup+702.301 s]
/proc/loadavg: 8.13 7.34 4.35 9/371 8139
/proc/meminfo: memFree=29681292/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=472764 CPUtime=2800.75 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 450834 0 0 0 279934 141 0 0 25 0 4 0 633501141 484110336 71707 33554432000 4194304 4580107 140735866443904 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 118191 71707 378 95 0 113173 0
[pid=8117/tid=8118] ppid=8115 vsize=472764 CPUtime=702.17 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 118272 0 0 0 70179 38 0 0 25 0 4 0 633501141 484110336 71707 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=472764 CPUtime=702.28 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 116446 0 0 0 70192 36 0 0 25 0 4 0 633501141 484110336 71707 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=472764 CPUtime=702.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 104678 0 0 0 70197 32 0 0 25 0 4 0 633501141 484110336 71707 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.75
Current children cumulated vsize (KiB) 472764

[startup+762.301 s]
/proc/loadavg: 8.09 7.47 4.58 9/371 8141
/proc/meminfo: memFree=29649232/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=494056 CPUtime=3040.04 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 466321 0 0 0 303855 149 0 0 25 0 4 0 633501141 505913344 80959 33554432000 4194304 4580107 140735866443904 18446744073709551615 4295735 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 123514 80959 378 95 0 118496 0
[pid=8117/tid=8118] ppid=8115 vsize=494056 CPUtime=762.17 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 122736 0 0 0 76177 40 0 0 25 0 4 0 633501141 505913344 80961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=494056 CPUtime=762.3 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 121178 0 0 0 76191 39 0 0 25 0 4 0 633501141 505913344 80961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=494056 CPUtime=762.3 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 107962 0 0 0 76197 33 0 0 25 0 4 0 633501141 505913344 80961 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.04
Current children cumulated vsize (KiB) 494056

[startup+822.3 s]
/proc/loadavg: 8.08 7.58 4.79 9/371 8143
/proc/meminfo: memFree=29642112/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=506872 CPUtime=3279.29 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 481850 0 0 0 327772 157 0 0 25 0 4 0 633501141 519036928 80995 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 126718 80995 378 95 0 121700 0
[pid=8117/tid=8118] ppid=8115 vsize=506872 CPUtime=822.14 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 124303 0 0 0 82173 41 0 0 25 0 4 0 633501141 519036928 80995 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=506872 CPUtime=822.28 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 127130 0 0 0 82187 41 0 0 25 0 4 0 633501141 519036928 80995 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=506872 CPUtime=822.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 112148 0 0 0 82193 36 0 0 25 0 4 0 633501141 519036928 80995 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.29
Current children cumulated vsize (KiB) 506872

[startup+882.314 s]
/proc/loadavg: 8.11 7.68 5.00 9/371 8144
/proc/meminfo: memFree=29598152/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=519332 CPUtime=3518.62 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 499946 0 0 0 351697 165 0 0 25 0 4 0 633501141 531795968 93313 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 129833 93313 378 95 0 124815 0
[pid=8117/tid=8118] ppid=8115 vsize=519332 CPUtime=882.15 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 128915 0 0 0 88173 42 0 0 25 0 4 0 633501141 531795968 93313 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=519332 CPUtime=882.29 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 132847 0 0 0 88185 44 0 0 25 0 4 0 633501141 531795968 93313 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=519332 CPUtime=882.3 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 114314 0 0 0 88193 37 0 0 25 0 4 0 633501141 531795968 93313 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.62
Current children cumulated vsize (KiB) 519332

[startup+942.301 s]
/proc/loadavg: 8.08 7.75 5.19 9/371 8146
/proc/meminfo: memFree=29585080/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=519436 CPUtime=3757.86 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 515119 0 0 0 375612 174 0 0 25 0 4 0 633501141 531902464 88332 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 129859 88332 378 95 0 124841 0
[pid=8117/tid=8118] ppid=8115 vsize=519436 CPUtime=942.12 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 134556 0 0 0 94167 45 0 0 25 0 4 0 633501141 531902464 88332 33554432000 4194304 4580107 140735866443904 18446744073709551615 4406378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=519436 CPUtime=942.28 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 138469 0 0 0 94181 47 0 0 25 0 4 0 633501141 531902464 88332 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=519436 CPUtime=942.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 115183 0 0 0 94191 38 0 0 25 0 4 0 633501141 531902464 88332 33554432000 4194304 4580107 140735866443904 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.86
Current children cumulated vsize (KiB) 519436

[startup+1002.3 s]
/proc/loadavg: 8.10 7.82 5.38 9/371 8147
/proc/meminfo: memFree=29600284/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=494036 CPUtime=3997.14 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 532313 0 0 0 399533 181 0 0 25 0 4 0 633501141 505892864 84013 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 123509 84013 378 95 0 118491 0
[pid=8117/tid=8118] ppid=8115 vsize=494036 CPUtime=1002.11 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 139153 0 0 0 100164 47 0 0 25 0 4 0 633501141 505892864 84013 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=494036 CPUtime=1002.28 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 144071 0 0 0 100179 49 0 0 25 0 4 0 633501141 505892864 84013 33554432000 4194304 4580107 140735866443904 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=494036 CPUtime=1002.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 118157 0 0 0 100189 40 0 0 25 0 4 0 633501141 505892864 84013 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.14
Current children cumulated vsize (KiB) 494036

[startup+1062.3 s]
/proc/loadavg: 8.35 7.92 5.56 10/372 8152
/proc/meminfo: memFree=29530148/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=520580 CPUtime=4236.08 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 552404 0 0 0 423420 188 0 0 25 0 4 0 633501141 533073920 91896 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 130145 91896 378 95 0 125127 0
[pid=8117/tid=8118] ppid=8115 vsize=520580 CPUtime=1062.1 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 144972 0 0 0 106161 49 0 0 25 0 4 0 633501141 533073920 91896 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=520580 CPUtime=1062.03 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 149737 0 0 0 106152 51 0 0 25 0 4 0 633501141 533073920 91896 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=520580 CPUtime=1062.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 123742 0 0 0 106187 42 0 0 25 0 4 0 633501141 533073920 91896 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.08
Current children cumulated vsize (KiB) 520580

[startup+1122.3 s]
/proc/loadavg: 8.34 8.00 5.73 9/371 8154
/proc/meminfo: memFree=29550080/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=520908 CPUtime=4474.89 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 570152 0 0 0 447293 196 0 0 25 0 4 0 633501141 533409792 84742 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 130227 84742 378 95 0 125209 0
[pid=8117/tid=8118] ppid=8115 vsize=520908 CPUtime=1122.09 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 147996 0 0 0 112158 51 0 0 25 0 4 0 633501141 533409792 84742 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=520908 CPUtime=1121.55 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 155763 0 0 0 112102 53 0 0 25 0 4 0 633501141 533409792 84742 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=520908 CPUtime=1122.29 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 126415 0 0 0 112186 43 0 0 25 0 4 0 633501141 533409792 84742 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.89
Current children cumulated vsize (KiB) 520908

[startup+1182.3 s]
/proc/loadavg: 8.28 8.03 5.88 9/371 8155
/proc/meminfo: memFree=29540612/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=521128 CPUtime=4714.19 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 589793 0 0 0 471215 204 0 0 25 0 4 0 633501141 533635072 84322 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 130282 84322 378 95 0 125264 0
[pid=8117/tid=8118] ppid=8115 vsize=521128 CPUtime=1182.08 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 153427 0 0 0 118156 52 0 0 25 0 4 0 633501141 533635072 84322 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=521128 CPUtime=1181.55 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 160687 0 0 0 118099 56 0 0 25 0 4 0 633501141 533635072 84322 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=521128 CPUtime=1182.3 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 130283 0 0 0 118185 45 0 0 25 0 4 0 633501141 533635072 84322 33554432000 4194304 4580107 140735866443904 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.19
Current children cumulated vsize (KiB) 521128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.20 8.03 5.93 5/366 8157
/proc/meminfo: memFree=29972284/32951124 swapFree=51873460/67111528
[pid=8117] ppid=8115 vsize=521180 CPUtime=4800.35 cores=0,2,4,6
/proc/8117/stat : 8117 (strangenight2-m) R 8115 8117 8076 0 -1 4202496 595915 0 0 0 479829 206 0 0 25 0 4 0 633501141 533688320 87204 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8117/statm: 130295 87204 378 95 0 125277 0
[pid=8117/tid=8118] ppid=8115 vsize=521180 CPUtime=1203.69 cores=0,2,4,6
/proc/8117/task/8118/stat : 8118 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 155020 0 0 0 120316 53 0 0 25 0 4 0 633501141 533688320 87204 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8117/tid=8119] ppid=8115 vsize=521180 CPUtime=1203.17 cores=0,2,4,6
/proc/8117/task/8119/stat : 8119 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 161867 0 0 0 120260 57 0 0 25 0 4 0 633501141 533688320 87204 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8117/tid=8120] ppid=8115 vsize=521180 CPUtime=1203.91 cores=0,2,4,6
/proc/8117/task/8120/stat : 8120 (strangenight2-m) R 8115 8117 8076 0 -1 4202560 132610 0 0 0 120346 45 0 0 25 0 4 0 633501141 533688320 87204 33554432000 4194304 4580107 140735866443904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 521180

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.94
CPU time (s): 4800.41
CPU user time (s): 4798.33
CPU system time (s): 2.08168
CPU usage (%): 398.726
Max. virtual memory (cumulated for all children) (KiB): 598048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.33
system time used= 2.08168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595917
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= 543
involuntary context switches= 24352

runsolver used 3.9694 second user time and 10.3464 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 00:07:29
IDJOB=3366622
IDBENCH=83031
IDSOLVER=1844
FILE ID=node146/3366622-1305410849
RUNJOBID= node146-1305410848-8094
PBS_JOBID= 13324516
Free space on /tmp= 73268 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366622-1305410849/watcher-3366622-1305410849 -o /tmp/evaluation-result-3366622-1305410849/solver-3366622-1305410849 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366622-1305410849.cnf

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

MD5SUM BENCH= b3fdf3b46fb0b1e907e496e0b191070b
RANDOM SEED=336694040

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      30318288 kB
Buffers:         60860 kB
Cached:          98636 kB
SwapCached:      56096 kB
Active:         744032 kB
Inactive:      1665012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30318288 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           11252 kB
Writeback:           0 kB
AnonPages:     2199900 kB
Mapped:          16316 kB
Slab:            95752 kB
PageTables:      59636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81847096 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= 73260 MiB
End job on node146 at 2011-05-15 00:27:35