Trace number 3174070

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.26 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1335110382-066.SATISFIABLE.cnf
MD5SUMa5daafd605bd47234b7e5aaf0173eab8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3028
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174070-1304081602.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.38/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.13
0.38/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.38/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.38/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.17/0.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.17/0.31	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.31	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.17/0.31	c calculated reachability. Time: 0.00
1.17/0.31	c Calc default polars -  time:   0.00 s pos:      34 undec:       1 neg:      35
1.17/0.31	c =========================================================================================
1.17/0.31	c types(t): F = full restart, N = normal restart
1.17/0.31	c types(t): S = simplification begin/end, E = solution found
1.17/0.31	c restart types(rt): st = static, dy = dynamic
1.17/0.31	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.31	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
1.17/0.31	c  N dy     7      5012        70      6230         0      2255     43610     48087     20.25     21.48
3.58/0.90	c  N dy    19     11315        70      6230         0      4119     43610     82389     20.13     21.20
3.58/0.90	c  N dy    26     15425        70      6230         0      7826     43610    171085     20.13     21.20
3.99/1.01	c  N dy    51     20185        70      6230         0      7075     43610    142149     20.41     21.50
4.77/1.21	c  F st    73     25001        70      6230         0     11445     43610    247909     20.57     20.89
4.77/1.21	c  N st    73     25001        70      6230         0     11445     43610    247909     20.57     20.89
5.57/1.41	c  N dy    79     30000        70      6230         0      9835     43610    197310     20.57   no data
5.57/1.41	c  S st    79     30000        70      6230         0      9835     43610    197310     20.57   no data
5.97/1.51	c  S st    79     30503        70      6230         0     10303     43610    208987     20.57   no data
5.97/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.97/1.51	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.97/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.97/1.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.64	c lits-rem:       150  cl-subs:      850  v-elim:      0  v-fix:    0  time:  0.20 s
7.17/1.89	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.25
7.17/1.89	c calculated reachability. Time: 0.00
7.17/1.89	c  N dy    79     30503        70      6230         0      9453     43610    186874     20.57   no data
8.39/2.11	c  N dy    96     34570        70      6230         0     13155     43610    276051     20.63     23.18
9.17/2.37	c  N dy   120     39356        70      6230         0     10360     43610    195482     20.73     21.87
10.77/2.74	c  N dy   125     45755        70      6230         0     16058     43610    327956     20.56     20.64
10.77/2.74	c  S st   125     45755        70      6230         0     16058     43610    327956     20.56     20.64
10.77/2.79	c  S st   125     46257        70      6230         0      8449     43610    137878     20.56   no data
10.77/2.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.77/2.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.77/2.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.77/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.77/2.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.77/2.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.17/2.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.17/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.17/2.84	c lits-rem:         3  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.03 s
11.17/2.84	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.17/2.84	c vivif2 --  cl tried     8410 cl shrink        0 lits rem          0 time: 0.00
11.97/3.07	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.97/3.07	c calculated reachability. Time: 0.00
11.97/3.07	c  N dy   125     46257        70      6230         0      8410     43610    136757     20.56   no data
13.18/3.30	c  N dy   129     50766        70      6230         0     12476     43610    232228     20.49     21.59
13.96/3.57	c  N dy   139     54944        70      6230         0     16275     43610    322680     20.48     21.57
16.76/4.22	c  N dy   162     65693        70      6230         0     16929     43610    324228     20.31     21.39
17.95/4.50	c  S st   174     69387        70      6230         0     10374     43610    161385     20.32   no data
17.95/4.54	c  S st   174     69888        70      6230         0     10836     43610    172772     20.32   no data
17.95/4.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.95/4.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.95/4.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.95/4.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.95/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.95/4.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.95/4.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.61	c lits-rem:        17  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.06 s
18.35/4.61	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
18.35/4.61	c vivif2 --  cl tried    10705 cl shrink        0 lits rem          0 time: 0.00
19.15/4.89	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
19.15/4.90	c calculated reachability. Time: 0.00
19.15/4.90	c  N dy   174     69888        70      6230         0     10705     43610    169276     20.32   no data
20.35/5.16	c  N dy   203     74366        70      6230         0     14766     43610    268242     20.39     22.48
22.34/5.62	c  N dy   221     81339        70      6230         0     21046     43610    418697     20.39     21.50
23.94/6.02	c  F st   243     87501        70      6230         0     15804     43610    280637     20.41     18.23
23.94/6.02	c  N st   243     87501        70      6230         0     15804     43610    280637     20.41     18.23
25.14/6.38	c  N dy   253     93100        70      6230         0     20899     43610    404457     20.42     23.66
27.14/6.87	c  N dy   295     99126        70      6230         0     14624     43610    239316     20.52     23.37
28.74/7.27	c  S st   313    104832        70      6230         0     19774     43610    363254     20.53   no data
29.14/7.32	c  S st   313    105333        70      6230         0     20235     43610    374631     20.53   no data
29.14/7.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.14/7.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
29.14/7.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.14/7.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.14/7.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
29.14/7.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.14/7.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.14/7.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.81	c lits-rem:       203  cl-subs:     1768  v-elim:      0  v-fix:    0  time:  0.46 s
31.13/7.81	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
31.13/7.81	c vivif2 --  cl tried    18467 cl shrink        0 lits rem          0 time: 0.00
32.33/8.19	c asymm  cl-useful: 0/5268/6230 lits-rem:0 time: 0.37
32.33/8.19	c calculated reachability. Time: 0.00
32.33/8.19	c  N dy   313    105333        70      6230         0     18467     43610    329856     20.53   no data
35.15/8.80	c  N dy   315    113218        70      6230         0     12974     43610    186688     20.44     21.53
37.53/9.45	c  N dy   354    122170        70      6230         0     21107     43610    383853     20.49     21.73
40.72/10.21	c  N dy   394    130282        70      6230         0     14896     43610    221906     20.54     21.67
46.31/11.66	c  N dy   422    149760        70      6230         0     18017     43610    280335     20.42     21.53
49.10/12.36	c  S st   458    157999        70      6230         0     25433     43610    457840     20.43   no data
49.50/12.43	c  S st   458    158506        70      6230         0     25899     43610    469461     20.43   no data
49.50/12.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.50/12.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.50/12.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.50/12.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.50/12.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.50/12.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.50/12.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.50/12.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.50/12.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.73/13.25	c lits-rem:       352  cl-subs:     2625  v-elim:      0  v-fix:    0  time:  0.80 s
52.73/13.25	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
52.73/13.26	c vivif2 --  cl tried    23274 cl shrink        0 lits rem          0 time: 0.00
53.10/13.35	c asymm  cl-useful: 0/962/6230 lits-rem:0 time: 0.09
53.10/13.35	c calculated reachability. Time: 0.00
53.10/13.35	c  N dy   458    158506        70      6230         0     23274     43610    407696     20.43   no data
56.72/14.30	c  N dy   471    170605        70      6230         0     19004     43610    291702     20.35     21.46
60.30/15.18	c  N dy   502    181492        70      6230         0     28884     43610    529954     20.34     21.83
64.29/16.17	c  N dy   537    193099        70      6230         0     23161     43610    381808     20.34     21.45
69.90/17.55	c  N dy   594    205460        70      6230         0     17187     43610    226870     20.35     22.28
74.70/18.76	c  N dy   649    219211        70      6230         0     29650     43610    529099     20.39     21.49
81.07/20.35	c  N dy   666    235846        70      6230         0     26538     43610    431298     20.30     21.41
81.87/20.52	c  S st   668    237760        70      6230         0     28260     43610    472190     20.30     19.19
81.87/20.58	c  S st   668    238262        70      6230         0     28727     43610    483709     20.30   no data
81.87/20.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.87/20.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.87/20.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.87/20.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.87/20.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
81.87/20.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.27/20.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.27/20.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.86/21.56	c lits-rem:       297  cl-subs:     2657  v-elim:      0  v-fix:    0  time:  0.94 s
85.86/21.56	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
85.86/21.56	c vivif2 --  cl tried    26070 cl shrink        0 lits rem          0 time: 0.00
87.47/21.94	c asymm  cl-useful: 0/4155/6230 lits-rem:0 time: 0.38
87.47/21.94	c calculated reachability. Time: 0.00
87.47/21.94	c  N dy   668    238262        70      6230         0     26070     43610    423887     20.30   no data
93.45/23.48	c  N dy   724    253488        70      6230         0     20990     43610    292448     20.31     22.43
100.66/25.25	c  N dy   821    269720        70      6230         0     35744     43610    652756     20.38     21.86
108.23/27.15	c  N dy   910    287015        70      6230         0     31609     43610    534982     20.43     23.76
117.02/29.33	c  N dy  1002    305532        70      6230         0     27607     43610    423447     20.48     21.70
117.42/29.40	c  F st  1003    306251        70      6230         0     28261     43610    439309     20.48     21.04
127.02/31.82	c  N dy  1072    326627        70      6230         0     24899     43610    343569     20.49     21.60
135.81/34.09	c  N dy  1126    346705        70      6230         0     42990     43610    777342     20.48     24.26
140.60/35.28	c  S st  1158    357394        70      6230         0     30121     43610    460838     20.48   no data
140.98/35.35	c  S st  1158    357894        70      6230         0     30584     43610    472505     20.48   no data
140.98/35.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.98/35.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
140.98/35.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.98/35.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.98/35.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.98/35.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
140.98/35.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.98/35.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.98/35.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.78/36.09	c lits-rem:       208  cl-subs:     1797  v-elim:      0  v-fix:    0  time:  0.70 s
143.78/36.09	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
143.78/36.09	c vivif2 --  cl tried    28787 cl shrink        0 lits rem          0 time: 0.01
145.00/36.34	c asymm  cl-useful: 0/2075/6230 lits-rem:0 time: 0.24
145.00/36.34	c calculated reachability. Time: 0.00
145.00/36.34	c  N dy  1158    357894        70      6230         0     28787     43610    428518     20.48   no data
155.76/39.04	c  N dy  1244    378604        70      6230         0     24090     43610    300849     20.50     21.58
166.15/41.62	c  N dy  1313    400893        70      6230         0     44212     43610    783738     20.50     21.58
176.93/44.35	c  N dy  1344    420897        70      6230         0     37916     43610    616708     20.47     22.74
188.94/47.39	c  N dy  1466    441587        70      6230         0     31439     43610    451673     20.52     21.64
200.10/50.11	c  N dy  1533    461612        70      6230         0     49534     43610    887220     20.52     21.60
211.28/52.96	c  N dy  1658    481698        70      6230         0     41545     43610    687222     20.57     22.44
224.08/56.16	c  N dy  1759    502192        70      6230         0     32925     43610    458899     20.59     21.72
234.86/58.80	c  N dy  1822    522208        70      6230         0     50981     43610    894874     20.59     23.27
242.44/60.76	c  S st  1838    536841        70      6230         0     36097     43610    518317     20.55     18.54
242.84/60.85	c  S st  1838    537347        70      6230         0     36572     43610    530107     20.55   no data
242.84/60.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.84/60.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.84/60.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.84/60.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.84/60.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.84/60.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
242.84/60.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.84/60.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.84/60.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.24/61.98	c lits-rem:       243  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  1.09 s
247.24/61.98	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
247.24/61.99	c vivif2 --  cl tried    34460 cl shrink        0 lits rem          0 time: 0.01
248.04/62.19	c asymm  cl-useful: 0/1719/6230 lits-rem:0 time: 0.20
248.04/62.19	c calculated reachability. Time: 0.00
248.04/62.19	c  N dy  1838    537347        70      6230         0     34460     43610    484008     20.55   no data
285.98/71.63	c  N dy  1873    609458        70      6230         0     40497     43610    588687     20.26     21.50
300.36/75.28	c  N dy  2004    629497        70      6230         0     58719     43610   1034606     20.31     21.51
313.54/78.51	c  N dy  2130    649543        70      6230         0     46314     43610    739921     20.34     21.43
328.73/82.39	c  N dy  2175    672378        70      6230         0     35378     43610    456237     20.33     21.43
342.73/85.87	c  N dy  2280    695069        70      6230         0     55917     43610    954441     20.35     21.46
358.68/89.89	c  N dy  2388    715516        70      6230         0     41961     43610    604401     20.38     21.48
377.06/94.49	c  N dy  2499    739030        70      6230         0     63212     43610   1116644     20.39     21.64
390.66/97.87	c  N dy  2589    759377        70      6230         0     48203     43610    736059     20.40     21.58
407.02/101.93	c  N dy  2666    779526        70      6230         0     66347     43610   1170964     20.41     21.50
421.82/105.69	c  N dy  2772    802317        70      6230         0     52733     43610    836944     20.43     21.64
424.99/106.46	c  S st  2792    806024        70      6230         0     56088     43610    918969     20.43     20.46
425.81/106.61	c  S st  2792    806528        70      6230         0     56559     43610    930937     20.43   no data
425.81/106.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.81/106.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
425.81/106.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.81/106.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.81/106.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.81/106.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
425.81/106.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.81/106.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
425.81/106.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.57/110.39	c lits-rem:       659  cl-subs:     4841  v-elim:      0  v-fix:    0  time:  3.71 s
440.57/110.39	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
440.97/110.40	c vivif2 --  cl tried    51718 cl shrink        0 lits rem          0 time: 0.01
441.77/110.67	c asymm  cl-useful: 0/1102/6230 lits-rem:0 time: 0.27
441.77/110.67	c calculated reachability. Time: 0.00
441.77/110.67	c  N dy  2792    806528        70      6230         0     51718     43610    810889     20.43   no data
459.75/115.19	c  N dy  2880    828119        70      6230         0     36212     43610    423274     20.44     21.55
473.73/118.60	c  N dy  2999    848501        70      6230         0     54628     43610    874680     20.47     21.55
494.49/123.85	c  N dy  3134    868541        70      6230         0     36692     43610    421184     20.50     21.62
510.07/127.71	c  N dy  3213    892877        70      6230         0     58686     43610    951694     20.51     21.60
526.06/131.78	c  N dy  3267    912919        70      6230         0     39823     43610    484848     20.51     22.05
540.46/135.39	c  N dy  3380    932933        70      6230         0     57999     43610    929904     20.53     23.12
560.41/140.31	c  N dy  3427    955801        70      6230         0     40616     43610    488179     20.50     21.59
574.79/143.97	c  N dy  3518    976954        70      6230         0     59681     43610    950731     20.51     21.60
594.76/148.96	c  N dy  3584    997023        70      6230         0     38970     43610    439217     20.52     24.46
608.34/152.39	c  N dy  3698   1017111        70      6230         0     57123     43610    883955     20.54     22.54
626.72/156.94	c  N dy  3770   1037121        70      6230         0     75160     43610   1321771     20.55     24.90
643.10/161.08	c  N dy  3871   1057209        70      6230         0     53567     43610    783726     20.56     21.66
656.67/164.45	c  F st  3962   1071881        70      6230         0     66810     43610   1109690     20.58     20.85
661.07/165.56	c  N dy  3970   1077276        70      6230         0     71670     43610   1230216     20.58     22.57
679.85/170.22	c  N dy  4069   1097383        70      6230         0     49265     43610    664965     20.59     21.80
697.82/174.80	c  N dy  4174   1118696        70      6230         0     68536     43610   1135588     20.60     21.69
718.19/179.82	c  N dy  4244   1138787        70      6230         0     45117     43610    545244     20.60     21.82
734.17/183.88	c  N dy  4369   1158800        70      6230         0     63223     43610    991549     20.62     21.76
756.14/189.34	c  N dy  4455   1178873        70      6230         0     81280     43610   1430899     20.63     23.12
777.33/194.62	c  N dy  4548   1199041        70      6230         0     57105     43610    828840     20.64     21.74
787.70/197.26	c  S st  4572   1209792        70      6230         0     66791     43610   1059492     20.64     18.84
788.50/197.49	c  S st  4572   1210295        70      6230         0     67251     43610   1071159     20.64   no data
788.50/197.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
788.90/197.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
788.90/197.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
788.90/197.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
788.90/197.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
788.90/197.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
788.90/197.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
788.90/197.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
788.90/197.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.06/205.39	c lits-rem:       715  cl-subs:     5620  v-elim:      0  v-fix:    0  time:  7.81 s
820.06/205.39	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
820.46/205.40	c vivif2 --  cl tried    61631 cl shrink        0 lits rem          0 time: 0.01
821.68/205.78	c asymm  cl-useful: 0/864/6230 lits-rem:0 time: 0.38
821.68/205.79	c calculated reachability. Time: 0.00
821.68/205.79	c  N dy  4572   1210295        70      6230         0     61631     43610    933561     20.64   no data
844.02/211.30	c  N dy  4644   1230326        70      6230         0     79696     43610   1372935     20.64     22.89
861.22/215.66	c  N dy  4704   1251117        70      6230         0     55389     43610    768075     20.64     21.81
879.97/220.35	c  N dy  4805   1271176        70      6230         0     73536     43610   1211641     20.65     22.55
898.75/225.05	c  N dy  4826   1291369        70      6230         0     47592     43610    566791     20.63     21.76
920.71/230.50	c  N dy  4842   1320875        70      6230         0     73892     43610   1187098     20.60     21.77
946.28/236.98	c  N dy  4916   1341157        70      6230         0     47301     43610    549360     20.61     21.79
967.05/242.18	c  N dy  4995   1362416        70      6230         0     66482     43610   1014231     20.61     21.73
998.21/249.94	c  N dy  5053   1389160        70      6230         0     90504     43610   1587767     20.60     21.75
1015.38/254.29	c  N dy  5123   1410238        70      6230         0     63747     43610    935603     20.60     21.69
1035.76/259.30	c  N dy  5197   1430253        70      6230         0     81800     43610   1375940     20.61     22.65
1058.55/265.07	c  N dy  5253   1453052        70      6230         0     55453     43610    718172     20.61     21.88
1075.30/269.25	c  N dy  5300   1473114        70      6230         0     73439     43610   1153864     20.60     22.39
1102.07/275.91	c  N dy  5344   1497045        70      6230         0     94928     43610   1662013     20.59     21.82
1120.84/280.63	c  N dy  5422   1519084        70      6230         0     67141     43610    990921     20.59     21.81
1146.43/287.08	c  N dy  5517   1542069        70      6230         0     87850     43610   1494222     20.60     21.77
1175.56/294.33	c  N dy  5532   1575190        70      6230         0     68879     43610    994307     20.55     21.67
1197.14/299.78	c  N dy  5613   1595267        70      6230         0     86930     43610   1431400     20.56     21.66
1226.69/307.14	c  N dy  5665   1625436        70      6230         0     64568     43610    888450     20.54     21.91
1250.66/313.17	c  N dy  5751   1649531        70      6230         0     86286     43610   1413186     20.54     21.64
1277.83/319.91	c  N dy  5835   1669604        70      6230         0     54045     43610    636894     20.55     22.67
1297.00/324.72	c  N dy  5925   1691503        70      6230         0     73828     43610   1117867     20.55     21.82
1319.37/330.34	c  S st  6009   1710295        70      6230         0     90710     43610   1527796     20.56     16.97
1320.57/330.61	c  S st  6009   1710796        70      6230         0     91163     43610   1539108     20.56   no data
1320.57/330.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1320.57/330.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1320.57/330.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1320.57/330.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1320.57/330.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1320.57/330.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1320.57/330.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1320.57/330.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1320.97/330.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1379.31/345.36	c lits-rem:      1053  cl-subs:     9556  v-elim:      0  v-fix:    0  time: 14.63 s
1379.31/345.36	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1379.31/345.38	c vivif2 --  cl tried    81607 cl shrink        0 lits rem          0 time: 0.02
1381.28/345.86	c asymm  cl-useful: 0/687/6230 lits-rem:0 time: 0.48
1381.28/345.86	c calculated reachability. Time: 0.00
1381.28/345.86	c  N dy  6009   1710796        70      6230         0     81607     43610   1305007     20.56   no data
1422.42/356.13	c  N dy  6129   1730847        70      6230         0     99746     43610   1753130     20.57     22.59
1445.22/361.87	c  N dy  6204   1751213        70      6230         0     67275     43610    948652     20.58     21.72
1470.36/368.16	c  N dy  6310   1771886        70      6230         0     85936     43610   1403577     20.58     21.72
1498.72/375.23	c  N dy  6398   1791944        70      6230         0    104009     43610   1844061     20.59     21.98
1518.70/380.21	c  N dy  6517   1811994        70      6230         0     70047     43610   1005582     20.60     22.02
1544.26/386.61	c  N dy  6651   1832029        70      6230         0     88184     43610   1454055     20.62     22.94
1575.42/394.46	c  N dy  6739   1853632        70      6230         0     54581     43610    609325     20.62     21.77
1597.79/400.09	c  N dy  6841   1874250        70      6230         0     73154     43610   1062053     20.63     21.75
1621.76/406.02	c  N dy  6904   1894315        70      6230         0     91194     43610   1501155     20.63     21.75
1654.51/414.21	c  N dy  6964   1921713        70      6230         0     61759     43610    763072     20.62     21.83
1675.69/419.51	c  N dy  7074   1941799        70      6230         0     79914     43610   1209944     20.63     22.09
1700.47/425.76	c  N dy  7119   1963052        70      6230         0     99004     43610   1669417     20.63     21.78
1723.22/431.43	c  N dy  7127   1987872        70      6230         0     66232     43610    860069     20.61     21.77
1746.39/437.25	c  N dy  7244   2008482        70      6230         0     84829     43610   1317208     20.62     21.80
1799.92/450.69	c  N dy  7338   2057101        70      6230         0     72781     43610   1004606     20.60     21.69
1824.28/456.75	c  N dy  7434   2077193        70      6230         0     90896     43610   1447258     20.61     21.71
1855.04/464.48	c  N dy  7532   2097292        70      6230         0    109023     43610   1891643     20.62     24.16
1876.61/469.85	c  N dy  7573   2117338        70      6230         0     70384     43610    931686     20.61     22.21
1899.37/475.53	c  N dy  7642   2137365        70      6230         0     88422     43610   1372696     20.61     21.70
1929.32/483.01	c  N dy  7751   2157374        70      6230         0    106536     43610   1817791     20.62     21.72
1955.68/489.69	c  N dy  7857   2177466        70      6230         0     67108     43610    856285     20.63     21.73
1978.86/495.46	c  N dy  7892   2202426        70      6230         0     89381     43610   1380159     20.61     21.73
1991.64/498.61	c  S st  7948   2210799        70      6230         0     96952     43610   1567548     20.62     19.24
1992.44/498.89	c  S st  7948   2211303        70      6230         0     97415     43610   1579429     20.62   no data
1992.84/498.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1992.84/498.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1992.84/498.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1992.84/498.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1992.84/498.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1992.84/498.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1992.84/498.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1992.84/498.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1993.24/499.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2049.96/513.23	c lits-rem:       998  cl-subs:    10253  v-elim:      0  v-fix:    0  time: 14.22 s
2049.96/513.23	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2049.96/513.25	c vivif2 --  cl tried    87162 cl shrink        0 lits rem          0 time: 0.02
2051.98/513.72	c asymm  cl-useful: 0/627/6230 lits-rem:0 time: 0.46
2051.98/513.72	c calculated reachability. Time: 0.00
2051.98/513.72	c  N dy  7948   2211303        70      6230         0     87162     43610   1335546     20.62   no data
2084.71/521.95	c  N dy  7999   2231369        70      6230         0    105201     43610   1770037     20.62     21.73
2123.45/531.68	c  N dy  8081   2251908        70      6230         0     65700     43610    804375     20.62     21.87
2175.01/544.56	c  N dy  8192   2296549        70      6230         0    105658     43610   1763772     20.61     21.80
2240.52/560.93	c  N dy  8275   2357047        70      6230         0    100640     43610   1603736     20.57     21.71
2276.45/569.90	c  N dy  8378   2377051        70      6230         0    118644     43610   2046949     20.58     21.72
2299.61/575.76	c  N dy  8493   2397126        70      6230         0     76917     43610   1061193     20.59     22.47
2326.38/582.48	c  N dy  8602   2417171        70      6230         0     94944     43610   1503671     20.59     21.71
2361.13/591.11	c  N dy  8728   2437209        70      6230         0    113098     43610   1953024     20.60     24.36
2387.49/597.76	c  N dy  8765   2457286        70      6230         0     70086     43610    869703     20.60     22.07
2411.47/603.72	c  N dy  8852   2477322        70      6230         0     88197     43610   1310932     20.60     23.45
2439.83/610.88	c  N dy  8926   2497383        70      6230         0    106297     43610   1748786     20.60     23.27
2484.97/622.19	c  N dy  8994   2531747        70      6230         0     74917     43610    961785     20.59     21.72
2508.55/628.09	c  N dy  9073   2551823        70      6230         0     92883     43610   1395874     20.59     23.57
2541.29/636.22	c  N dy  9194   2571832        70      6230         0    110874     43610   1841259     20.60     22.13
2578.04/645.46	c  N dy  9291   2592624        70      6230         0     66732     43610    768726     20.61     21.71
2610.39/653.51	c  N dy  9419   2621092        70      6230         0     92310     43610   1395819     20.62     21.79
2647.14/662.75	c  N dy  9512   2646999        70      6230         0    115497     43610   1958794     20.62     21.77
2680.32/671.04	c  N dy  9601   2667096        70      6230         0     69886     43610    832665     20.62     23.58
2724.26/682.10	c  N dy  9627   2711303        70      6230         0    109267     43610   1768773     20.60     18.99
2724.26/682.10	c  S st  9627   2711303        70      6230         0    109267     43610   1768773     20.60     18.99
2725.83/682.44	c  S st  9627   2711806        70      6230         0    109734     43610   1780702     20.60   no data
2725.83/682.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2726.23/682.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2726.23/682.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2726.23/682.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2726.23/682.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2726.23/682.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2726.23/682.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2726.23/682.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2726.23/682.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2794.94/699.77	c lits-rem:      1524  cl-subs:    12246  v-elim:      0  v-fix:    0  time: 17.19 s
2794.94/699.77	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2795.34/699.80	c vivif2 --  cl tried    97488 cl shrink        0 lits rem          0 time: 0.02
2796.54/700.15	c asymm  cl-useful: 0/597/6230 lits-rem:0 time: 0.36
2796.54/700.16	c calculated reachability. Time: 0.00
2796.54/700.16	c  N dy  9627   2711806        70      6230         0     97488     43610   1503694     20.60   no data
2830.89/708.76	c  N dy  9723   2731866        70      6230         0    115539     43610   1944419     20.60     23.31
2878.82/720.73	c  N dy  9814   2751899        70      6230         0     69630     43610    817739     20.61     23.05
2915.57/729.91	c  N dy  9958   2771912        70      6230         0     87749     43610   1268376     20.62     22.18
2949.93/738.59	c  N dy 10056   2792039        70      6230         0    105855     43610   1713539     20.62     21.80
3010.24/753.68	c  N dy 10075   2842102        70      6230         0     85179     43610   1158352     20.59     21.90
3044.20/762.11	c  N dy 10222   2862754        70      6230         0    103792     43610   1618924     20.60     21.74
3078.55/770.74	c  N dy 10309   2883767        70      6230         0    122677     43610   2080675     20.60     21.71
3112.90/779.32	c  N dy 10413   2904131        70      6230         0     74864     43610    919226     20.61     21.82
3138.87/785.82	c  N dy 10514   2924240        70      6230         0     93024     43610   1365944     20.61     21.74
3169.63/793.56	c  N dy 10607   2944300        70      6230         0    111071     43610   1809084     20.62     22.47
3205.17/802.46	c  N dy 10663   2965148        70      6230         0    129784     43610   2259970     20.62     21.88
3233.14/809.41	c  N dy 10742   2985922        70      6230         0     81226     43610   1058116     20.62     21.73
3261.49/816.55	c  N dy 10850   3006731        70      6230         0     99996     43610   1520580     20.62     21.75
3294.66/824.87	c  N dy 10936   3027094        70      6230         0    118303     43610   1967594     20.63     21.79
3329.41/833.52	c  N dy 10960   3049255        70      6230         0     69866     43610    763441     20.62     21.88
3352.98/839.42	c  N dy 11047   3069353        70      6230         0     87918     43610   1204628     20.62     21.71
3381.34/846.59	c  N dy 11134   3089382        70      6230         0    105957     43610   1641678     20.62     23.47
3417.28/855.56	c  N dy 11252   3109387        70      6230         0    123940     43610   2084160     20.63     22.43
3454.44/864.87	c  N dy 11334   3129444        70      6230         0     72767     43610    822195     20.63     22.58
3477.20/870.53	c  N dy 11402   3149621        70      6230         0     90812     43610   1259235     20.63     21.72
3511.55/879.19	c  N dy 11519   3172241        70      6230         0    111133     43610   1754895     20.64     21.75
3547.11/888.00	c  N dy 11586   3192689        70      6230         0    129495     43610   2202691     20.64     21.74
3575.07/895.05	c  S st 11592   3211806        70      6230         0     76571     43610    900319     20.63     19.39
3575.87/895.26	c  S st 11592   3212308        70      6230         0     77036     43610    912160     20.63   no data
3575.87/895.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3575.87/895.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3576.28/895.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3576.28/895.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3576.28/895.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3576.28/895.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3576.28/895.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3576.28/895.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3576.28/895.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3583.85/897.27	c lits-rem:       227  cl-subs:     1859  v-elim:      0  v-fix:    0  time:  1.92 s
3583.85/897.27	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3583.85/897.28	c vivif2 --  cl tried    75177 cl shrink        0 lits rem          0 time: 0.01
3585.07/897.55	c asymm  cl-useful: 0/634/6230 lits-rem:0 time: 0.27
3585.07/897.55	c calculated reachability. Time: 0.00
3585.07/897.55	c  N dy 11592   3212308        70      6230         0     75177     43610    871131     20.63   no data
3611.44/904.11	c  N dy 11680   3232607        70      6230         0     93520     43610   1321471     20.63     21.78
3644.17/912.31	c  N dy 11802   3252687        70      6230         0    111771     43610   1775949     20.64     23.19
3687.31/923.14	c  N dy 11889   3275228        70      6230         0    132084     43610   2270770     20.64     21.77
3724.47/932.50	c  N dy 11964   3296133        70      6230         0     79792     43610    965477     20.65     21.78
3755.63/940.25	c  N dy 12099   3316634        70      6230         0     98330     43610   1426166     20.65     21.75
3791.60/949.23	c  N dy 12237   3336649        70      6230         0    116387     43610   1875439     20.66     22.09
3837.11/960.65	c  N dy 12379   3356707        70      6230         0    134494     43610   2326874     20.67     22.20
3872.27/969.41	c  N dy 12461   3376719        70      6230         0     80535     43610    977860     20.67     22.93
3905.83/977.85	c  N dy 12569   3401877        70      6230         0    103174     43610   1532450     20.68     21.98
3953.76/989.84	c  N dy 12649   3433623        70      6230         0    131577     43610   2214257     20.67     21.79
3995.70/1000.39	c  N dy 12744   3454139        70      6230         0     77202     43610    881578     20.68     21.91
4022.06/1006.99	c  N dy 12803   3476778        70      6230         0     97476     43610   1371442     20.67     21.84
4054.42/1015.09	c  N dy 12891   3496799        70      6230         0    115499     43610   1811893     20.68     21.78
4088.77/1023.64	c  N dy 12938   3517397        70      6230         0    133867     43610   2256185     20.68     21.79
4129.93/1033.99	c  N dy 13029   3537510        70      6230         0     78326     43610    896888     20.68     21.93
4157.47/1040.88	c  N dy 13145   3557592        70      6230         0     96406     43610   1345815     20.69     21.94
4192.62/1049.63	c  N dy 13256   3578370        70      6230         0    115165     43610   1809151     20.69     21.80
4220.60/1056.64	c  N dy 13288   3598450        70      6230         0    133214     43610   2246947     20.69     22.02
4268.92/1068.78	c  N dy 13415   3620244        70      6230         0     78150     43610    876345     20.69     21.82
4296.49/1075.67	c  N dy 13538   3640290        70      6230         0     96261     43610   1326490     20.70     22.98
4326.04/1083.01	c  N dy 13612   3660324        70      6230         0    114272     43610   1768103     20.70     21.95
4365.59/1092.99	c  N dy 13717   3680546        70      6230         0    132509     43610   2216802     20.70     21.87
4412.32/1104.68	c  N dy 13836   3700558        70      6230         0    150515     43610   2661902     20.71     21.93
4429.51/1108.90	c  S st 13873   3712310        70      6230         0     85430     43610   1040831     20.71     19.56
4430.31/1109.16	c  S st 13873   3712813        70      6230         0     85898     43610   1052722     20.71   no data
4430.31/1109.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4430.71/1109.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4430.71/1109.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4430.71/1109.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4430.71/1109.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4430.71/1109.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4430.71/1109.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4430.71/1109.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4430.71/1109.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4441.91/1112.01	c lits-rem:       234  cl-subs:     2498  v-elim:      0  v-fix:    0  time:  2.75 s
4441.91/1112.01	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4441.91/1112.02	c vivif2 --  cl tried    83400 cl shrink        0 lits rem          0 time: 0.01
4443.08/1112.33	c asymm  cl-useful: 0/837/6230 lits-rem:0 time: 0.31
4443.08/1112.34	c calculated reachability. Time: 0.00
4443.08/1112.34	c  N dy 13873   3712813        70      6230         0     83400     43610    992721     20.71   no data
4495.81/1125.52	c  F st 13984   3751563        70      6230         0    118050     43610   1826774     20.70     20.13
4495.81/1125.52	c  N st 13984   3751563        70      6230         0    118050     43610   1826774     20.70     20.13
4538.16/1136.14	c  N dy 14088   3771605        70      6230         0    136111     43610   2273829     20.71     21.81
4587.31/1148.48	c  N dy 14203   3791790        70      6230         0     78020     43610    852731     20.71     21.95
4614.05/1155.20	c  N dy 14274   3812893        70      6230         0     96983     43610   1315005     20.71     21.92
4649.20/1163.91	c  N dy 14404   3832956        70      6230         0    115093     43610   1765649     20.72     21.88
4687.55/1173.56	c  N dy 14463   3853679        70      6230         0    133658     43610   2216892     20.72     21.99
4731.09/1184.42	c  N dy 14550   3873701        70      6230         0    151681     43610   2659221     20.72     22.64
4763.07/1192.45	c  N dy 14640   3893802        70      6230         0     92522     43610   1193855     20.73     22.57
4795.80/1200.66	c  N dy 14737   3915259        70      6230         0    111832     43610   1670011     20.73     21.89

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174070-1304081602/watcher-3174070-1304081602 -o /tmp/evaluation-result-3174070-1304081602/solver-3174070-1304081602 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174070-1304081602.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: 8.12 8.11 8.04 6/184 21927
/proc/meminfo: memFree=25022364/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 519758334 52441088 351 33554432000 4194304 4627427 140734073584128 18446744073709551615 232335892411 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 12803 351 303 106 0 7774 0
[pid=21927/tid=21928] ppid=21925 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519758335 52441088 351 33554432000 4194304 4627427 140734073584128 18446744073709551615 47162210162610 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519758335 52441088 351 33554432000 4194304 4627427 140734073584128 18446744073709551615 47162210162610 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519758335 52441088 351 33554432000 4194304 4627427 140734073584128 18446744073709551615 47162210162610 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0615129 s]
/proc/loadavg: 8.12 8.11 8.04 6/184 21927
/proc/meminfo: memFree=25022364/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=282168 CPUtime=0.22 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 1363 0 0 0 22 0 0 0 18 0 4 0 519758334 288940032 1273 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 70542 1273 362 106 0 65513 0
[pid=21927/tid=21928] ppid=21925 vsize=282168 CPUtime=0.05 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 220 0 0 0 5 0 0 0 18 0 4 0 519758335 288940032 1273 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=282168 CPUtime=0.05 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 212 0 0 0 5 0 0 0 25 0 4 0 519758335 288940032 1273 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=282168 CPUtime=0.05 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 290 0 0 0 5 0 0 0 18 0 4 0 519758335 288940032 1273 33554432000 4194304 4627427 140734073584128 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 282168

[startup+0.100506 s]
/proc/loadavg: 8.12 8.11 8.04 6/184 21927
/proc/meminfo: memFree=25022364/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=282168 CPUtime=0.38 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 1432 0 0 0 38 0 0 0 18 0 4 0 519758334 288940032 1342 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 70542 1342 364 106 0 65513 0
[pid=21927/tid=21928] ppid=21925 vsize=282168 CPUtime=0.09 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 225 0 0 0 9 0 0 0 18 0 4 0 519758335 288940032 1342 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=282168 CPUtime=0.09 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 218 0 0 0 9 0 0 0 25 0 4 0 519758335 288940032 1342 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=282168 CPUtime=0.09 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 344 0 0 0 9 0 0 0 18 0 4 0 519758335 288940032 1342 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282168

[startup+0.300472 s]
/proc/loadavg: 8.12 8.11 8.04 6/184 21927
/proc/meminfo: memFree=25022364/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=283416 CPUtime=1.17 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 3469 0 0 0 117 0 0 0 18 0 4 0 519758334 290217984 2999 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 70854 2999 384 106 0 65825 0
[pid=21927/tid=21928] ppid=21925 vsize=283416 CPUtime=0.29 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 830 0 0 0 29 0 0 0 18 0 4 0 519758335 290217984 2999 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=283416 CPUtime=0.29 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 785 0 0 0 29 0 0 0 18 0 4 0 519758335 290217984 2999 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=283416 CPUtime=0.29 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 627 0 0 0 29 0 0 0 18 0 4 0 519758335 290217984 2999 33554432000 4194304 4627427 140734073584128 18446744073709551615 4310126 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) 283416

[startup+0.700402 s]
/proc/loadavg: 8.12 8.11 8.04 6/184 21927
/proc/meminfo: memFree=25022364/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=285788 CPUtime=2.78 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 5751 0 0 0 277 1 0 0 18 0 4 0 519758334 292646912 3388 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 71447 3388 384 106 0 66418 0
[pid=21927/tid=21928] ppid=21925 vsize=285788 CPUtime=0.69 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 1421 0 0 0 69 0 0 0 18 0 4 0 519758335 292646912 3388 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=285788 CPUtime=0.68 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 1342 0 0 0 68 0 0 0 18 0 4 0 519758335 292646912 3388 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=285788 CPUtime=0.69 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 1212 0 0 0 69 0 0 0 18 0 4 0 519758335 292646912 3388 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285788

[startup+1.50026 s]
/proc/loadavg: 8.12 8.11 8.04 12/188 21931
/proc/meminfo: memFree=25014768/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=287444 CPUtime=5.97 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 10688 0 0 0 595 2 0 0 19 0 4 0 519758334 294342656 5542 33554432000 4194304 4627427 140734073584128 18446744073709551615 4420161 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 71861 5542 388 106 0 66832 0
[pid=21927/tid=21928] ppid=21925 vsize=287444 CPUtime=1.49 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 2276 0 0 0 149 0 0 0 19 0 4 0 519758335 294342656 5542 33554432000 4194304 4627427 140734073584128 18446744073709551615 4299701 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=287444 CPUtime=1.48 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 2210 0 0 0 148 0 0 0 19 0 4 0 519758335 294342656 5542 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=287444 CPUtime=1.49 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 2113 0 0 0 149 0 0 0 20 0 4 0 519758335 294342656 5542 33554432000 4194304 4627427 140734073584128 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287444

[startup+3.10098 s]
/proc/loadavg: 8.11 8.11 8.03 9/188 21931
/proc/meminfo: memFree=25000756/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=288036 CPUtime=12.36 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 18819 0 0 0 1234 2 0 0 25 0 4 0 519758334 294948864 10597 33554432000 4194304 4627427 140734073584128 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 72009 10597 388 106 0 66980 0
[pid=21927/tid=21928] ppid=21925 vsize=288036 CPUtime=3.09 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 4397 0 0 0 309 0 0 0 24 0 4 0 519758335 294948864 10597 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=288036 CPUtime=3.07 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 4585 0 0 0 307 0 0 0 25 0 4 0 519758335 294948864 10597 33554432000 4194304 4627427 140734073584128 18446744073709551615 4330982 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=288036 CPUtime=3.09 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 4834 0 0 0 309 0 0 0 25 0 4 0 519758335 294948864 10597 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 288036

[startup+6.30041 s]
/proc/loadavg: 8.11 8.11 8.03 9/188 21931
/proc/meminfo: memFree=25000012/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=289652 CPUtime=25.14 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 28329 0 0 0 2511 3 0 0 25 0 4 0 519758334 296603648 12227 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 72413 12227 388 106 0 67384 0
[pid=21927/tid=21928] ppid=21925 vsize=289652 CPUtime=6.29 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 7446 0 0 0 629 0 0 0 25 0 4 0 519758335 296603648 12227 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=289652 CPUtime=6.25 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 6795 0 0 0 625 0 0 0 25 0 4 0 519758335 296603648 12227 33554432000 4194304 4627427 140734073584128 18446744073709551615 4527454 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=289652 CPUtime=6.29 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 6981 0 0 0 629 0 0 0 25 0 4 0 519758335 296603648 12227 33554432000 4194304 4627427 140734073584128 18446744073709551615 4299664 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289652

[startup+12.7003 s]
/proc/loadavg: 8.10 8.11 8.03 9/188 21931
/proc/meminfo: memFree=24970700/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=309512 CPUtime=50.71 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 44594 0 0 0 5065 6 0 0 25 0 4 0 519758334 316940288 18748 33554432000 4194304 4627427 140734073584128 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 77378 18748 388 106 0 72349 0
[pid=21927/tid=21928] ppid=21925 vsize=309512 CPUtime=12.69 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 11107 0 0 0 1268 1 0 0 25 0 4 0 519758335 316940288 18748 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=309512 CPUtime=12.62 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 10015 0 0 0 1261 1 0 0 25 0 4 0 519758335 316940288 18748 33554432000 4194304 4627427 140734073584128 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=309512 CPUtime=12.69 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 11194 0 0 0 1268 1 0 0 25 0 4 0 519758335 316940288 18748 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 309512

[startup+25.501 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 21931
/proc/meminfo: memFree=24964748/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=291320 CPUtime=101.84 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 66877 0 0 0 10172 12 0 0 25 0 4 0 519758334 298311680 22091 33554432000 4194304 4627427 140734073584128 18446744073709551615 4330056 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 72830 22091 388 106 0 67801 0
[pid=21927/tid=21928] ppid=21925 vsize=291320 CPUtime=25.48 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 16414 0 0 0 2546 2 0 0 25 0 4 0 519758335 298311680 22091 33554432000 4194304 4627427 140734073584128 18446744073709551615 4305493 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=291320 CPUtime=25.34 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 16040 0 0 0 2532 2 0 0 25 0 4 0 519758335 298311680 22091 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=291320 CPUtime=25.48 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 16545 0 0 0 2546 2 0 0 25 0 4 0 519758335 298311680 22091 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 291320

[startup+51.1005 s]
/proc/loadavg: 8.13 8.11 8.04 9/188 21932
/proc/meminfo: memFree=24922196/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=302284 CPUtime=204.09 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 100057 0 0 0 20389 20 0 0 25 0 4 0 519758334 309538816 28677 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 75571 28677 388 106 0 70542 0
[pid=21927/tid=21928] ppid=21925 vsize=302284 CPUtime=51.09 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 25267 0 0 0 5105 4 0 0 25 0 4 0 519758335 309538816 28677 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=302284 CPUtime=50.8 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 24257 0 0 0 5075 5 0 0 25 0 4 0 519758335 309538816 28677 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=302284 CPUtime=51.09 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 23957 0 0 0 5104 5 0 0 25 0 4 0 519758335 309538816 28677 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 302284

[startup+102.306 s]
/proc/loadavg: 8.17 8.12 8.04 9/188 21933
/proc/meminfo: memFree=24873076/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=315108 CPUtime=408.63 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 149997 0 0 0 40830 33 0 0 25 0 4 0 519758334 322670592 33135 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 78777 33135 388 106 0 73748 0
[pid=21927/tid=21928] ppid=21925 vsize=315108 CPUtime=102.29 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 37512 0 0 0 10222 7 0 0 25 0 4 0 519758335 322670592 33135 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=315108 CPUtime=101.72 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 35109 0 0 0 10165 7 0 0 25 0 4 0 519758335 322670592 33135 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=315108 CPUtime=102.29 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 38193 0 0 0 10221 8 0 0 25 0 4 0 519758335 322670592 33135 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 315108

[startup+162.301 s]

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

[pid=21927] ppid=21925 vsize=467864 CPUtime=2805.32 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 458217 0 0 0 280394 138 0 0 25 0 4 0 519758334 479092736 76265 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 116966 76265 388 106 0 111937 0
[pid=21927/tid=21928] ppid=21925 vsize=467864 CPUtime=702.3 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 110801 0 0 0 70197 33 0 0 25 0 4 0 519758335 479092736 76265 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=467864 CPUtime=698.4 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 112574 0 0 0 69806 34 0 0 25 0 4 0 519758335 479092736 76265 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=467864 CPUtime=702.29 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 117070 0 0 0 70194 35 0 0 25 0 4 0 519758335 479092736 76265 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 467864

[startup+762.307 s]
/proc/loadavg: 8.31 8.18 8.07 9/188 21963
/proc/meminfo: memFree=24555836/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=520948 CPUtime=3045.02 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 475996 0 0 0 304355 147 0 0 25 0 4 0 519758334 533450752 79059 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 130237 79059 388 106 0 125208 0
[pid=21927/tid=21928] ppid=21925 vsize=520948 CPUtime=762.32 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 113645 0 0 0 76197 35 0 0 25 0 4 0 519758335 533450752 79059 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=520948 CPUtime=758.07 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 117835 0 0 0 75770 37 0 0 25 0 4 0 519758335 533450752 79059 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=520948 CPUtime=762.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 121598 0 0 0 76194 36 0 0 25 0 4 0 519758335 533450752 79059 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 520948

[startup+822.301 s]
/proc/loadavg: 8.11 8.15 8.07 9/188 21996
/proc/meminfo: memFree=24976328/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=533988 CPUtime=3284.67 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 495853 0 0 0 328312 155 0 0 25 0 4 0 519758334 546803712 87647 33554432000 4194304 4627427 140734073584128 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 133497 87647 388 106 0 128468 0
[pid=21927/tid=21928] ppid=21925 vsize=533988 CPUtime=822.31 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 118795 0 0 0 82194 37 0 0 25 0 4 0 519758335 546803712 87647 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=533988 CPUtime=817.74 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 121068 0 0 0 81735 39 0 0 25 0 4 0 519758335 546803712 87647 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=533988 CPUtime=822.29 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 127343 0 0 0 82191 38 0 0 25 0 4 0 519758335 546803712 87647 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 533988

[startup+882.301 s]
/proc/loadavg: 8.29 8.18 8.08 9/188 21997
/proc/meminfo: memFree=24965152/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=521396 CPUtime=3524.34 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 515594 0 0 0 352271 163 0 0 25 0 4 0 519758334 533909504 79153 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309130 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 130349 79153 388 106 0 125320 0
[pid=21927/tid=21928] ppid=21925 vsize=521396 CPUtime=882.31 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 121861 0 0 0 88193 38 0 0 25 0 4 0 519758335 533909504 79153 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=521396 CPUtime=877.41 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 127058 0 0 0 87700 41 0 0 25 0 4 0 519758335 533909504 79153 33554432000 4194304 4627427 140734073584128 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=521396 CPUtime=882.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 134278 0 0 0 88189 41 0 0 25 0 4 0 519758335 533909504 79153 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 521396

[startup+942.3 s]
/proc/loadavg: 8.10 8.15 8.08 9/188 21999
/proc/meminfo: memFree=24919860/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=534692 CPUtime=3764.01 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 533192 0 0 0 376231 170 0 0 25 0 4 0 519758334 547524608 85088 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 133673 85088 388 106 0 128644 0
[pid=21927/tid=21928] ppid=21925 vsize=534692 CPUtime=942.31 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 127491 0 0 0 94191 40 0 0 25 0 4 0 519758335 547524608 85088 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=534692 CPUtime=937.08 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 129669 0 0 0 93666 42 0 0 25 0 4 0 519758335 547524608 85088 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=534692 CPUtime=942.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 138738 0 0 0 94187 43 0 0 25 0 4 0 519758335 547524608 85088 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 534692

[startup+1002.3 s]
/proc/loadavg: 8.24 8.16 8.09 9/188 22000
/proc/meminfo: memFree=24926412/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=548056 CPUtime=4003.68 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 551565 0 0 0 400191 177 0 0 25 0 4 0 519758334 561209344 82526 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 137014 82526 388 106 0 131985 0
[pid=21927/tid=21928] ppid=21925 vsize=548056 CPUtime=1002.31 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 129993 0 0 0 100190 41 0 0 25 0 4 0 519758335 561209344 82526 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=548056 CPUtime=996.74 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 134260 0 0 0 99631 43 0 0 25 0 4 0 519758335 561209344 82526 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=548056 CPUtime=1002.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 144542 0 0 0 100184 46 0 0 25 0 4 0 519758335 561209344 82526 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 548056

[startup+1062.3 s]
/proc/loadavg: 8.09 8.13 8.08 9/188 22002
/proc/meminfo: memFree=24865996/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=548404 CPUtime=4243.36 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 569415 0 0 0 424152 184 0 0 25 0 4 0 519758334 561565696 85367 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 137101 85367 388 106 0 132072 0
[pid=21927/tid=21928] ppid=21925 vsize=548404 CPUtime=1062.32 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 134550 0 0 0 106189 43 0 0 25 0 4 0 519758335 561565696 85367 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=548404 CPUtime=1056.42 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 137318 0 0 0 105597 45 0 0 25 0 4 0 519758335 561565696 85367 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=548404 CPUtime=1062.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 150185 0 0 0 106183 47 0 0 25 0 4 0 519758335 561565696 85367 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 548404

[startup+1122.3 s]
/proc/loadavg: 8.11 8.12 8.08 9/188 22004
/proc/meminfo: memFree=24864600/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=548856 CPUtime=4483.03 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 588652 0 0 0 448110 193 0 0 25 0 4 0 519758334 562028544 83278 33554432000 4194304 4627427 140734073584128 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 137214 83278 388 106 0 132185 0
[pid=21927/tid=21928] ppid=21925 vsize=548856 CPUtime=1122.32 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 140625 0 0 0 112187 45 0 0 25 0 4 0 519758335 562028544 83278 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=548856 CPUtime=1116.08 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 139705 0 0 0 111562 46 0 0 25 0 4 0 519758335 562028544 83278 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=548856 CPUtime=1122.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 155616 0 0 0 112181 49 0 0 25 0 4 0 519758335 562028544 83278 33554432000 4194304 4627427 140734073584128 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 548856

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.08 9/188 22005
/proc/meminfo: memFree=24830372/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=538072 CPUtime=4722.71 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 602472 0 0 0 472072 199 0 0 25 0 4 0 519758334 550985728 84418 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 134518 84418 388 106 0 129489 0
[pid=21927/tid=21928] ppid=21925 vsize=538072 CPUtime=1182.32 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 140878 0 0 0 118187 45 0 0 25 0 4 0 519758335 550985728 84418 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=538072 CPUtime=1175.75 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 144472 0 0 0 117527 48 0 0 25 0 4 0 519758335 550985728 84418 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=538072 CPUtime=1182.3 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 160042 0 0 0 118179 51 0 0 25 0 4 0 519758335 550985728 84418 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 538072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 8.08 9/188 22006
/proc/meminfo: memFree=24810520/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=538200 CPUtime=4800.21 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 608688 0 0 0 479820 201 0 0 25 0 4 0 519758334 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 134550 83558 388 106 0 129521 0
[pid=21927/tid=21928] ppid=21925 vsize=538200 CPUtime=1201.72 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 141822 0 0 0 120127 45 0 0 25 0 4 0 519758335 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=538200 CPUtime=1195.05 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 145376 0 0 0 119456 49 0 0 25 0 4 0 519758335 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=538200 CPUtime=1201.71 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 162165 0 0 0 120119 52 0 0 25 0 4 0 519758335 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 538200

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

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

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 8.08 9/188 22006
/proc/meminfo: memFree=24810520/32951124 swapFree=67111524/67111528
[pid=21927] ppid=21925 vsize=538200 CPUtime=4800.21 cores=0,2,4,6
/proc/21927/stat : 21927 (strangenight2-m) R 21925 21927 21677 0 -1 4202496 608688 0 0 0 479820 201 0 0 25 0 4 0 519758334 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21927/statm: 134550 83558 388 106 0 129521 0
[pid=21927/tid=21928] ppid=21925 vsize=538200 CPUtime=1201.72 cores=0,2,4,6
/proc/21927/task/21928/stat : 21928 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 141822 0 0 0 120127 45 0 0 25 0 4 0 519758335 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21927/tid=21929] ppid=21925 vsize=538200 CPUtime=1195.05 cores=0,2,4,6
/proc/21927/task/21929/stat : 21929 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 145376 0 0 0 119456 49 0 0 25 0 4 0 519758335 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21927/tid=21930] ppid=21925 vsize=538200 CPUtime=1201.71 cores=0,2,4,6
/proc/21927/task/21930/stat : 21930 (strangenight2-m) R 21925 21927 21677 0 -1 4202560 162165 0 0 0 120119 52 0 0 25 0 4 0 519758335 551116800 83558 33554432000 4194304 4627427 140734073584128 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 538200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.26
CPU user time (s): 4798.23
CPU system time (s): 2.02769
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 551592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 2.02769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608689
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= 682
involuntary context switches= 71857

runsolver used 1.82972 second user time and 4.74328 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 14:53:22
IDJOB=3174070
IDBENCH=82888
IDSOLVER=1586
FILE ID=node132/3174070-1304081602
RUNJOBID= node132-1304079470-21695
PBS_JOBID= 13170531
Free space on /tmp= 71868 MiB

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

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

MD5SUM BENCH= a5daafd605bd47234b7e5aaf0173eab8
RANDOM SEED=1967840435

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      25022520 kB
Buffers:        770768 kB
Cached:        6237332 kB
SwapCached:          4 kB
Active:        2441964 kB
Inactive:      4989196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25022520 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5972 kB
Writeback:           0 kB
AnonPages:      422628 kB
Mapped:          15496 kB
Slab:           435536 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   645976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71860 MiB
End job on node132 at 2011-04-29 15:13:25