Trace number 3173937

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.34 1201.72

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1430772875-039.SATISFIABLE.cnf
MD5SUMef1a26ad366fa6cdd721df0a7f8f760c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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-3173937-1304073703.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.10	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.10	c -- vars added         50
0.00/0.10	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.00/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.18/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.18/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3.18/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:      24 undec:       0 neg:      26
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
3.18/0.80	c  N dy     8      4295        50      4450         0      3736     31150     69560     15.79     16.67
3.18/0.80	c  N dy    21      8325        50      4450         0      5036     31150     88062     15.64     16.87
3.18/0.80	c  N dy    31     12331        50      4450         0      4835     31150     79863     15.63     16.97
3.18/0.80	c  N dy    47     19813        50      4450         0      6456     31150    101303     15.46     16.30
3.98/1.00	c  F st    59     25001        50      4450         0     10970     31150    181855     15.38     15.17
3.98/1.00	c  N st    59     25001        50      4450         0     10970     31150    181855     15.38     15.17
4.39/1.20	c  N dy    65     30001        50      4450         0      9381     31150    150148     15.38   no data
4.39/1.20	c  S st    65     30001        50      4450         0      9381     31150    150148     15.38   no data
5.18/1.30	c  S st    65     30504        50      4450         0      9841     31150    158964     15.38   no data
5.18/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.18/1.30	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
5.18/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
5.18/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.18/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.18/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.98/1.50	c lits-rem:       156  cl-subs:     1416  v-elim:      0  v-fix:    0  time:  0.19 s
6.37/1.62	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.37/1.62	c calculated reachability. Time: 0.00
6.37/1.62	c  N dy    65     30504        50      4450         0      8425     31150    134761     15.38   no data
7.17/1.84	c  N dy    81     34987        50      4450         0     12327     31150    206374     15.46     16.42
9.19/2.32	c  N dy    88     44868        50      4450         0     14002     31150    220660     15.16     15.98
9.19/2.39	c  S st    97     45758        50      4450         0     14773     31150    235154     15.20   no data
9.57/2.43	c  S st    97     46262        50      4450         0     15219     31150    243827     15.20   no data
9.57/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.57/2.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.57/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.57/2.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.57/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.97	c lits-rem:       228  cl-subs:     3135  v-elim:      0  v-fix:    0  time:  0.52 s
11.57/2.97	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.57/2.98	c vivif2 --  cl tried    12084 cl shrink        0 lits rem          0 time: 0.00
12.76/3.23	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.26
12.76/3.23	c calculated reachability. Time: 0.00
12.76/3.23	c  N dy    97     46262        50      4450         0     12084     31150    192711     15.20   no data
13.58/3.48	c  N dy   122     50314        50      4450         0      8122     31150    113637     15.29     16.28
17.15/4.32	c  N dy   139     66425        50      4450         0     13462     31150    195035     14.99     15.82
17.97/4.52	c  S st   169     69394        50      4450         0     16043     31150    243900     15.09   no data
17.97/4.57	c  S st   169     69897        50      4450         0     16490     31150    252378     15.09   no data
17.97/4.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.97/4.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.97/4.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.97/4.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.97/4.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.97/4.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.97/4.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.97/4.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.97/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.95/5.01	c lits-rem:       246  cl-subs:     2869  v-elim:      0  v-fix:    0  time:  0.43 s
19.95/5.01	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.95/5.02	c vivif2 --  cl tried    13621 cl shrink        0 lits rem          0 time: 0.00
21.15/5.30	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
21.15/5.30	c calculated reachability. Time: 0.00
21.15/5.30	c  N dy   169     69897        50      4450         0     13621     31150    206177     15.09   no data
22.37/5.63	c  N dy   210     74444        50      4450         0     17596     31150    281631     15.22     17.60
23.54/5.92	c  N dy   230     79312        50      4450         0     12596     31150    180932     15.26     16.12
25.55/6.44	c  F st   258     87500        50      4450         0     19683     31150    308106     15.26     14.43
25.55/6.44	c  N st   258     87500        50      4450         0     19683     31150    308106     15.26     14.43
26.76/6.78	c  N dy   267     93123        50      4450         0     14304     31150    206783     15.27     16.14
28.74/7.21	c  N dy   297     99102        50      4450         0     19524     31150    303112     15.31     17.02
30.34/7.68	c  S st   340    104846        50      4450         0     13347     31150    181706     15.39   no data
30.76/7.72	c  S st   340    105348        50      4450         0     13789     31150    190386     15.39   no data
30.76/7.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.76/7.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.76/7.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.76/7.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.76/7.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.76/7.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.76/7.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.76/7.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.76/7.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.16/7.86	c lits-rem:        62  cl-subs:      603  v-elim:      0  v-fix:    0  time:  0.13 s
31.16/7.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
31.16/7.86	c vivif2 --  cl tried    13186 cl shrink        0 lits rem          0 time: 0.00
32.34/8.16	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.30
32.34/8.16	c calculated reachability. Time: 0.00
32.34/8.16	c  N dy   340    105348        50      4450         0     13186     31150    178735     15.39   no data
34.33/8.67	c  N dy   379    112118        50      4450         0     19096     31150    288645     15.45     16.61
36.73/9.24	c  N dy   402    119324        50      4450         0     13237     31150    169923     15.44     17.82
38.73/9.79	c  N dy   440    126975        50      4450         0     19943     31150    294651     15.48     16.33
41.92/10.51	c  N dy   492    135106        50      4450         0     13986     31150    176912     15.54     17.87
43.94/11.07	c  N dy   512    143772        50      4450         0     21505     31150    314455     15.52     16.71
47.52/11.92	c  N dy   543    154480        50      4450         0     16903     31150    221283     15.49     16.41
48.33/12.18	c  S st   554    158022        50      4450         0     19971     31150    276304     15.49   no data
48.73/12.23	c  S st   554    158523        50      4450         0     20417     31150    284952     15.49   no data
48.73/12.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.73/12.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.73/12.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.73/12.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.73/12.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.73/12.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.73/12.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.73/12.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.73/12.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.63	c lits-rem:       207  cl-subs:     2066  v-elim:      0  v-fix:    0  time:  0.39 s
50.31/12.63	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.31/12.64	c vivif2 --  cl tried    18351 cl shrink        0 lits rem          0 time: 0.00
51.51/12.97	c asymm  cl-useful: 0/4222/4450 lits-rem:0 time: 0.33
51.51/12.97	c calculated reachability. Time: 0.00
51.51/12.97	c  N dy   554    158523        50      4450         0     18351     31150    249938     15.49   no data
54.71/13.75	c  N dy   570    168725        50      4450         0     27160     31150    407534     15.44     16.60
58.30/14.67	c  N dy   608    179660        50      4450         0     21998     31150    309050     15.44     16.32
63.09/15.85	c  N dy   644    192561        50      4450         0     17613     31150    222093     15.42     16.36
69.08/17.38	c  N dy   662    210817        50      4450         0     16903     31150    200722     15.24     16.11
74.28/18.66	c  N dy   746    224301        50      4450         0     28693     31150    418769     15.30     18.00
79.87/20.05	c  S st   822    237785        50      4450         0     23091     31150    310673     15.33     18.28
80.27/20.11	c  S st   822    238287        50      4450         0     23541     31150    319325     15.33   no data
80.27/20.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.27/20.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
80.27/20.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.27/20.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.27/20.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.27/20.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
80.27/20.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.27/20.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.27/20.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.86/20.56	c lits-rem:       189  cl-subs:     1706  v-elim:      0  v-fix:    0  time:  0.43 s
81.86/20.56	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
81.86/20.57	c vivif2 --  cl tried    21835 cl shrink        0 lits rem          0 time: 0.00
83.48/20.91	c asymm  cl-useful: 0/3745/4450 lits-rem:0 time: 0.34
83.48/20.91	c calculated reachability. Time: 0.00
83.48/20.91	c  N dy   822    238287        50      4450         0     21835     31150    287718     15.33   no data
89.86/22.50	c  N dy   899    253571        50      4450         0     35070     31150    529524     15.35     17.29
96.25/24.14	c  N dy   974    269773        50      4450         0     31068     31150    445412     15.37     17.60
109.04/27.35	c  N dy  1026    301214        50      4450         0     38944     31150    553896     15.21     16.23
111.43/27.91	c  F st  1054    306251        50      4450         0     23622     31150    299319     15.23   no data
117.82/29.55	c  N dy  1137    320442        50      4450         0     35900     31150    529865     15.28     16.31
127.01/31.84	c  N dy  1218    340524        50      4450         0     32547     31150    451890     15.27     17.34
136.21/34.14	c  S st  1329    357430        50      4450         0     25620     31150    321069     15.32   no data
136.62/34.21	c  S st  1329    357931        50      4450         0     26064     31150    329597     15.32   no data
136.62/34.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.62/34.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.62/34.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.62/34.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.62/34.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.62/34.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
136.62/34.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.62/34.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
136.62/34.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.19/34.63	c lits-rem:       110  cl-subs:     1300  v-elim:      0  v-fix:    0  time:  0.40 s
138.19/34.63	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
138.19/34.63	c vivif2 --  cl tried    24764 cl shrink        0 lits rem          0 time: 0.00
138.59/34.72	c asymm  cl-useful: 0/705/4450 lits-rem:0 time: 0.09
138.59/34.72	c calculated reachability. Time: 0.00
138.59/34.72	c  N dy  1329    357931        50      4450         0     24764     31150    306328     15.32   no data
148.58/37.27	c  N dy  1419    378442        50      4450         0     42361     31150    629156     15.35     16.20
160.56/40.20	c  N dy  1510    400676        50      4450         0     39170     31150    557334     15.36     16.20
172.54/43.20	c  N dy  1616    420773        50      4450         0     33303     31150    444994     15.38     16.60
187.72/47.02	c  N dy  1702    452969        50      4450         0     36778     31150    480158     15.31     16.29
200.50/50.22	c  N dy  1850    473018        50      4450         0     29264     31150    358327     15.36     16.48
212.49/53.25	c  N dy  1986    493071        50      4450         0     46644     31150    684146     15.41     16.61
224.09/56.14	c  N dy  2065    513126        50      4450         0     38040     31150    507443     15.42     17.90
238.05/59.63	c  N dy  2174    533713        50      4450         0     29047     31150    337728     15.44     16.30
239.65/60.00	c  S st  2185    536898        50      4450         0     31811     31150    387618     15.44     13.85
239.65/60.08	c  S st  2185    537400        50      4450         0     32263     31150    396245     15.44   no data
239.65/60.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.65/60.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.65/60.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.65/60.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.65/60.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.65/60.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
239.65/60.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.05/60.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.05/60.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.44/60.70	c lits-rem:       164  cl-subs:     1652  v-elim:      0  v-fix:    0  time:  0.59 s
242.44/60.70	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
242.44/60.71	c vivif2 --  cl tried    30611 cl shrink        0 lits rem          0 time: 0.00
243.64/61.07	c asymm  cl-useful: 0/2927/4450 lits-rem:0 time: 0.37
243.64/61.08	c calculated reachability. Time: 0.00
243.64/61.08	c  N dy  2185    537400        50      4450         0     30611     31150    367198     15.44   no data
258.43/64.77	c  N dy  2286    562274        50      4450         0     51980     31150    755136     15.44     16.34
270.81/67.88	c  N dy  2410    582413        50      4450         0     41882     31150    568132     15.47     16.33
286.79/71.81	c  N dy  2540    603796        50      4450         0     31936     31150    375169     15.50     16.34
308.36/77.22	c  N dy  2649    640453        50      4450         0     34117     31150    403378     15.48     16.31
337.12/84.44	c  N dy  2779    689989        50      4450         0     46262     31150    596183     15.41     16.26
355.50/89.02	c  N dy  2910    709990        50      4450         0     32800     31150    373497     15.44     17.89
369.50/92.57	c  N dy  3035    730989        50      4450         0     50927     31150    709131     15.46     16.29
384.65/96.33	c  N dy  3112    751011        50      4450         0     36372     31150    430354     15.46     17.88
399.44/100.00	c  N dy  3250    771062        50      4450         0     53688     31150    755628     15.49     17.28
421.41/105.54	c  N dy  3305    803299        50      4450         0     48376     31150    615098     15.43     16.28
423.41/106.06	c  S st  3321    806101        50      4450         0     50780     31150    659715     15.44     14.13
424.21/106.20	c  S st  3321    806606        50      4450         0     51221     31150    668246     15.44   no data
424.21/106.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.21/106.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
424.21/106.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.21/106.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.21/106.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.21/106.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
424.21/106.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.21/106.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
424.21/106.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.39/109.58	c lits-rem:       476  cl-subs:     8124  v-elim:      0  v-fix:    0  time:  3.32 s
437.39/109.58	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
437.39/109.59	c vivif2 --  cl tried    43097 cl shrink        0 lits rem          0 time: 0.01
438.59/109.81	c asymm  cl-useful: 0/902/4450 lits-rem:0 time: 0.22
438.59/109.81	c calculated reachability. Time: 0.00
438.59/109.81	c  N dy  3321    806606        50      4450         0     43097     31150    545075     15.44   no data
454.95/113.92	c  N dy  3380    829606        50      4450         0     62757     31150    896439     15.43     16.25
469.75/117.70	c  N dy  3511    849670        50      4450         0     47282     31150    620687     15.45     16.27
486.52/121.81	c  N dy  3581    870153        50      4450         0     64843     31150    939150     15.45     16.37
504.10/126.23	c  N dy  3705    894432        50      4450         0     51732     31150    686453     15.46     16.28
523.29/131.08	c  N dy  3810    914517        50      4450         0     69011     31150   1003669     15.47     17.22
538.05/134.77	c  N dy  3896    934595        50      4450         0     51165     31150    670586     15.48     16.37
557.62/139.64	c  N dy  4022    954603        50      4450         0     68391     31150    993139     15.50     16.36
573.60/143.60	c  N dy  4132    974622        50      4450         0     49586     31150    636248     15.51     16.76
591.17/148.02	c  N dy  4208    996126        50      4450         0     68089     31150    973938     15.51     16.39
608.35/152.36	c  N dy  4309   1016565        50      4450         0     48752     31150    612108     15.52     16.38
628.34/157.38	c  N dy  4421   1039544        50      4450         0     68494     31150    978171     15.53     16.40
646.70/161.97	c  N dy  4539   1059555        50      4450         0     47891     31150    591848     15.54     16.42
657.89/164.78	c  F st  4640   1071875        50      4450         0     58610     31150    795421     15.56   no data
665.08/166.51	c  N dy  4671   1079645        50      4450         0     65285     31150    919570     15.56     17.77
685.87/171.77	c  N dy  4773   1101085        50      4450         0     44926     31150    528919     15.57     16.48
703.45/176.15	c  N dy  4866   1122822        50      4450         0     63658     31150    874711     15.58     16.50
724.20/181.33	c  N dy  4958   1142881        50      4450         0     41307     31150    453935     15.58     16.61
747.76/187.26	c  N dy  5018   1175184        50      4450         0     68803     31150    941755     15.56     16.40
765.74/191.76	c  N dy  5082   1195222        50      4450         0     45725     31150    530968     15.55     17.20
777.74/194.73	c  S st  5144   1209909        50      4450         0     58293     31150    759459     15.55     15.76
778.52/194.93	c  S st  5144   1210414        50      4450         0     58738     31150    768113     15.55   no data
778.52/194.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
778.52/194.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
778.52/194.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
778.52/194.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.52/194.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
778.52/194.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
778.52/194.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
778.52/194.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
778.92/195.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
801.70/200.73	c lits-rem:       604  cl-subs:     6017  v-elim:      0  v-fix:    0  time:  5.73 s
801.70/200.73	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
801.70/200.74	c vivif2 --  cl tried    52721 cl shrink        0 lits rem          0 time: 0.01
802.90/201.08	c asymm  cl-useful: 0/621/4450 lits-rem:0 time: 0.34
802.90/201.08	c calculated reachability. Time: 0.00
802.90/201.08	c  N dy  5144   1210414        50      4450         0     52721     31150    662052     15.55   no data
829.66/207.71	c  N dy  5240   1233194        50      4450         0     72299     31150   1023546     15.56     16.41
853.22/213.66	c  N dy  5343   1258975        50      4450         0     53564     31150    660107     15.56     16.39
889.18/222.62	c  N dy  5423   1301396        50      4450         0     48040     31150    551762     15.53     16.51
908.74/227.52	c  N dy  5550   1323955        50      4450         0     67388     31150    911296     15.54     16.36
931.94/233.33	c  N dy  5627   1344500        50      4450         0     85017     31150   1234764     15.54     16.41
951.09/238.18	c  N dy  5733   1364596        50      4450         0     59547     31150    761117     15.55     18.03
974.26/243.90	c  N dy  5799   1384733        50      4450         0     76762     31150   1074595     15.54     16.42
999.82/250.32	c  N dy  5911   1407977        50      4450         0     53061     31150    631680     15.55     16.43
1022.59/256.02	c  N dy  5956   1436586        50      4450         0     77256     31150   1051509     15.52     16.37
1046.96/262.13	c  N dy  6076   1456640        50      4450         0     50187     31150    580124     15.53     17.31
1064.93/266.69	c  N dy  6130   1478338        50      4450         0     68627     31150    911410     15.53     16.40
1090.89/273.10	c  N dy  6250   1498439        50      4450         0     85896     31150   1234703     15.54     16.36
1113.67/278.83	c  N dy  6418   1518447        50      4450         0     57844     31150    718211     15.56     18.33
1136.44/284.57	c  N dy  6590   1538475        50      4450         0     75079     31150   1047598     15.58     17.81
1166.00/291.90	c  N dy  6721   1558511        50      4450         0     92353     31150   1371746     15.59     16.42
1184.78/296.60	c  N dy  6855   1578551        50      4450         0     63232     31150    808182     15.60     16.65
1206.35/302.00	c  N dy  6938   1598612        50      4450         0     80421     31150   1124495     15.61     18.36
1232.71/308.65	c  N dy  7052   1618635        50      4450         0     50408     31150    560813     15.61     17.62
1252.70/313.67	c  N dy  7197   1639632        50      4450         0     68442     31150    900082     15.63     16.53
1275.85/319.42	c  N dy  7276   1659701        50      4450         0     85690     31150   1218753     15.63     16.50
1301.81/325.99	c  N dy  7402   1679782        50      4450         0     54835     31150    636993     15.64     16.93
1323.78/331.44	c  N dy  7478   1703589        50      4450         0     75240     31150   1008186     15.63     16.49
1332.58/333.69	c  S st  7527   1710414        50      4450         0     81107     31150   1119445     15.64     14.94
1333.77/333.92	c  S st  7527   1710916        50      4450         0     81557     31150   1128174     15.64   no data
1333.77/333.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1333.77/333.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1333.77/333.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1333.77/333.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1333.77/333.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1333.77/333.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1333.77/333.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1333.77/333.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1334.17/334.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1396.49/349.64	c lits-rem:      1024  cl-subs:    10744  v-elim:      0  v-fix:    0  time: 15.62 s
1396.49/349.64	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1396.49/349.66	c vivif2 --  cl tried    70813 cl shrink        0 lits rem          0 time: 0.02
1398.48/350.13	c asymm  cl-useful: 0/744/4450 lits-rem:0 time: 0.47
1398.48/350.13	c calculated reachability. Time: 0.00
1398.48/350.13	c  N dy  7527   1710916        50      4450         0     70813     31150    938855     15.64   no data
1434.04/359.05	c  N dy  7622   1730942        50      4450         0     88053     31150   1258926     15.64     17.17
1461.60/365.91	c  N dy  7743   1752474        50      4450         0     58366     31150    697791     15.65     16.50
1485.96/372.04	c  N dy  7813   1777929        50      4450         0     80074     31150   1091616     15.65     16.50
1509.94/378.02	c  N dy  7854   1798281        50      4450         0     97326     31150   1396378     15.63     16.47
1528.71/382.80	c  N dy  7918   1818334        50      4450         0     65216     31150    811620     15.63     16.70
1551.87/388.56	c  N dy  8011   1838557        50      4450         0     82558     31150   1133677     15.64     16.49
1594.63/399.28	c  N dy  8087   1874183        50      4450         0     62500     31150    740377     15.62     16.54
1615.79/404.50	c  N dy  8170   1894744        50      4450         0     80104     31150   1062945     15.62     16.52
1644.15/411.65	c  N dy  8212   1919353        50      4450         0    101016     31150   1438750     15.61     16.46
1664.92/416.89	c  N dy  8311   1939354        50      4450         0     67110     31150    836339     15.62     16.45
1701.27/425.98	c  N dy  8381   1971717        50      4450         0     94568     31150   1329811     15.61     16.47
1731.65/433.55	c  N dy  8493   1995832        50      4450         0     63306     31150    758611     15.61     16.44
1762.78/441.32	c  N dy  8541   2028314        50      4450         0     90799     31150   1240056     15.59     16.50
1797.16/449.95	c  N dy  8663   2048975        50      4450         0     55729     31150    608226     15.60     16.44
1825.50/457.00	c  N dy  8759   2079272        50      4450         0     81493     31150   1072370     15.59     16.43
1856.66/464.89	c  N dy  8885   2099371        50      4450         0     98788     31150   1395272     15.60     17.95
1886.62/472.34	c  N dy  8997   2119441        50      4450         0     62139     31150    718167     15.61     17.02
1910.60/478.38	c  N dy  9075   2141990        50      4450         0     81282     31150   1061645     15.60     16.44
1954.94/489.43	c  N dy  9141   2178058        50      4450         0     57411     31150    620960     15.58     16.41
1984.09/496.74	c  N dy  9222   2209034        50      4450         0     83744     31150   1093928     15.57     16.41
1986.89/497.47	c  S st  9241   2210916        50      4450         0     85391     31150   1125896     15.58   no data
1988.09/497.74	c  S st  9241   2211418        50      4450         0     85834     31150   1134431     15.58   no data
1988.09/497.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1988.09/497.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1988.09/497.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1988.09/497.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1988.09/497.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1988.09/497.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1988.09/497.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1988.48/497.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1988.48/497.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.66/506.13	c lits-rem:       717  cl-subs:    11836  v-elim:      0  v-fix:    0  time:  8.29 s
2021.66/506.13	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2021.66/506.15	c vivif2 --  cl tried    73998 cl shrink        0 lits rem          0 time: 0.01
2022.84/506.46	c asymm  cl-useful: 0/583/4450 lits-rem:0 time: 0.31
2022.84/506.46	c calculated reachability. Time: 0.00
2022.84/506.46	c  N dy  9241   2211418        50      4450         0     73998     31150    941117     15.58   no data
2051.61/513.63	c  N dy  9378   2231446        50      4450         0     91198     31150   1265750     15.59     16.51
2097.54/525.19	c  N dy  9525   2251460        50      4450         0    108431     31150   1592677     15.60     18.32
2127.49/532.64	c  N dy  9616   2271496        50      4450         0     70950     31150    871398     15.60     17.28
2155.46/539.65	c  N dy  9721   2292258        50      4450         0     88816     31150   1202856     15.60     16.44
2193.03/549.09	c  N dy  9791   2319596        50      4450         0     56089     31150    588564     15.60     16.45
2215.00/554.52	c  N dy  9911   2340021        50      4450         0     73600     31150    916951     15.61     16.43
2244.15/561.87	c  N dy 10014   2362675        50      4450         0     92865     31150   1272182     15.61     16.45
2276.52/569.90	c  N dy 10094   2383334        50      4450         0    110477     31150   1594589     15.61     16.50
2304.86/577.01	c  N dy 10230   2404908        50      4450         0     71989     31150    878285     15.62     16.71
2344.40/586.90	c  N dy 10321   2434875        50      4450         0     97429     31150   1335000     15.61     16.61
2377.58/595.28	c  N dy 10399   2455169        50      4450         0    114846     31150   1653769     15.61     16.48
2408.34/602.94	c  N dy 10504   2483582        50      4450         0     80962     31150   1020628     15.61     16.45
2435.08/609.67	c  N dy 10583   2503659        50      4450         0     98107     31150   1335208     15.61     17.35
2477.03/620.13	c  N dy 10653   2533952        50      4450         0     64992     31150    721480     15.59     16.52
2501.39/626.23	c  N dy 10776   2554835        50      4450         0     82962     31150   1059848     15.60     16.54
2536.94/635.13	c  N dy 10920   2576888        50      4450         0    101804     31150   1413112     15.61     16.55
2575.69/644.86	c  N dy 11041   2596958        50      4450         0    119052     31150   1737142     15.61     17.95
2600.86/651.15	c  N dy 11159   2616968        50      4450         0     76386     31150    937710     15.62     16.67
2629.22/658.29	c  N dy 11264   2637484        50      4450         0     93922     31150   1263913     15.63     16.45
2667.96/667.93	c  N dy 11399   2658231        50      4450         0    111767     31150   1600869     15.63     16.50
2704.72/677.10	c  N dy 11515   2680403        50      4450         0     69970     31150    808107     15.64     16.49
2729.48/683.32	c  N dy 11598   2700478        50      4450         0     87095     31150   1121472     15.64     16.48
2744.66/687.16	c  S st 11640   2711418        50      4450         0     96398     31150   1291489     15.64     14.82
2745.86/687.48	c  S st 11640   2711921        50      4450         0     96843     31150   1300294     15.64   no data
2745.86/687.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2746.27/687.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2746.27/687.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2746.27/687.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2746.27/687.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2746.27/687.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2746.27/687.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2746.27/687.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2746.27/687.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2788.60/698.19	c lits-rem:       883  cl-subs:    12300  v-elim:      0  v-fix:    0  time: 10.60 s
2788.60/698.19	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2789.00/698.20	c vivif2 --  cl tried    84543 cl shrink        0 lits rem          0 time: 0.02
2790.22/698.53	c asymm  cl-useful: 0/523/4450 lits-rem:0 time: 0.33
2790.22/698.53	c calculated reachability. Time: 0.00
2790.22/698.53	c  N dy 11640   2711921        50      4450         0     84543     31150   1088500     15.64   no data
2821.38/706.34	c  N dy 11736   2732833        50      4450         0    102421     31150   1422387     15.64     16.57
2864.51/717.19	c  N dy 11787   2752917        50      4450         0    119396     31150   1723908     15.64     17.66
2906.44/727.60	c  N dy 11848   2780714        50      4450         0     82507     31150   1029535     15.63     16.61
2959.98/741.01	c  N dy 11896   2822173        50      4450         0    117386     31150   1634930     15.61     16.60
2991.13/748.86	c  N dy 12040   2842177        50      4450         0     72982     31150    858600     15.62     17.84
3019.11/755.86	c  N dy 12152   2862200        50      4450         0     90070     31150   1178093     15.63     17.80
3053.45/764.41	c  N dy 12271   2882238        50      4450         0    107156     31150   1497491     15.63     17.50
3088.20/773.18	c  N dy 12321   2902339        50      4450         0    124222     31150   1806958     15.63     17.07
3114.57/779.70	c  N dy 12407   2922521        50      4450         0     78672     31150    945933     15.63     16.51
3149.71/788.60	c  N dy 12496   2949649        50      4450         0    101625     31150   1360259     15.63     16.48
3187.27/797.90	c  N dy 12605   2969752        50      4450         0    118844     31150   1682207     15.63     16.47
3222.81/806.82	c  N dy 12744   2989829        50      4450         0     72304     31150    827302     15.64     17.19
3248.78/813.38	c  N dy 12851   3009885        50      4450         0     89451     31150   1147173     15.64     17.78
3284.33/822.27	c  N dy 12930   3033559        50      4450         0    109631     31150   1517128     15.64     16.53
3323.48/832.07	c  N dy 13026   3053691        50      4450         0    126731     31150   1833310     15.64     16.48
3351.84/839.11	c  N dy 13113   3073779        50      4450         0     79206     31150    942752     15.65     17.82
3381.80/846.67	c  N dy 13228   3094532        50      4450         0     96990     31150   1275150     15.65     16.49
3419.75/856.19	c  N dy 13366   3114550        50      4450         0    114095     31150   1598169     15.66     18.15
3469.29/868.57	c  N dy 13436   3144504        50      4450         0     73795     31150    826186     15.65     16.60
3496.04/875.22	c  N dy 13537   3164602        50      4450         0     90967     31150   1147828     15.65     17.65
3537.62/885.63	c  N dy 13682   3189095        50      4450         0    111919     31150   1541287     15.66     16.53
3578.74/895.90	c  N dy 13790   3209098        50      4450         0    129029     31150   1861251     15.66     16.63
3585.55/897.63	c  S st 13819   3211921        50      4450         0    131466     31150   1908682     15.67   no data
3587.52/898.11	c  S st 13819   3212424        50      4450         0    131911     31150   1917494     15.67   no data
3587.52/898.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3587.52/898.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3587.52/898.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3587.52/898.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3587.52/898.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3587.52/898.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3587.52/898.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3587.92/898.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3587.92/898.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3692.19/924.33	c lits-rem:      1257  cl-subs:    22314  v-elim:      0  v-fix:    0  time: 26.06 s
3692.19/924.33	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3692.19/924.35	c vivif2 --  cl tried   109597 cl shrink        0 lits rem          0 time: 0.02
3693.78/924.72	c asymm  cl-useful: 0/392/4450 lits-rem:0 time: 0.37
3693.78/924.73	c calculated reachability. Time: 0.00
3693.78/924.73	c  N dy 13819   3212424        50      4450         0    109597     31150   1526413     15.67   no data
3746.51/937.94	c  N dy 13947   3237888        50      4450         0     66440     31150    701790     15.67     16.51
3768.48/943.48	c  N dy 14006   3257932        50      4450         0     83486     31150   1012730     15.67     18.62
3816.81/955.52	c  N dy 14123   3290795        50      4450         0    111388     31150   1521583     15.67     16.49
3861.15/966.69	c  N dy 14223   3311100        50      4450         0    128767     31150   1843218     15.67     16.67
3893.90/974.80	c  N dy 14324   3333432        50      4450         0     81197     31150    964811     15.67     16.53
3928.28/983.44	c  N dy 14455   3356219        50      4450         0    100709     31150   1331252     15.67     16.52
3968.23/993.48	c  N dy 14587   3376850        50      4450         0    118357     31150   1661828     15.68     16.52
4016.17/1005.50	c  N dy 14708   3397256        50      4450         0     67981     31150    709615     15.68     16.64
4038.91/1011.15	c  N dy 14773   3417339        50      4450         0     85001     31150   1017742     15.68     16.64
4071.68/1019.33	c  N dy 14877   3438778        50      4450         0    103383     31150   1360692     15.68     16.53
4111.21/1029.20	c  N dy 14986   3459003        50      4450         0    120685     31150   1684210     15.69     16.52
4159.96/1041.41	c  N dy 15107   3479785        50      4450         0     69496     31150    728133     15.69     16.52
4199.90/1051.41	c  N dy 15153   3517071        50      4450         0    101022     31150   1283974     15.68     16.55
4246.63/1063.16	c  N dy 15229   3544576        50      4450         0    124370     31150   1706285     15.67     16.52
4291.37/1074.31	c  N dy 15333   3564635        50      4450         0     71863     31150    765743     15.67     18.26
4314.96/1080.24	c  N dy 15392   3584643        50      4450         0     88812     31150   1072948     15.67     16.50
4348.89/1088.73	c  N dy 15537   3604722        50      4450         0    105955     31150   1399185     15.68     16.54
4391.24/1099.39	c  N dy 15690   3624760        50      4450         0    123133     31150   1726267     15.69     17.94
4436.78/1110.79	c  N dy 15791   3644834        50      4450         0    140249     31150   2044443     15.69     18.54
4474.33/1120.14	c  N dy 15938   3669912        50      4450         0     91035     31150   1121003     15.69     16.56
4509.08/1128.89	c  N dy 16052   3690299        50      4450         0    108401     31150   1446380     15.70     16.54
4539.46/1136.48	c  N dy 16064   3712424        50      4450         0    127045     31150   1761634     15.69     12.24
4539.46/1136.48	c  S st 16064   3712424        50      4450         0    127045     31150   1761634     15.69     12.24
4541.43/1136.91	c  S st 16064   3712928        50      4450         0    127485     31150   1770526     15.69   no data
4541.43/1136.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4541.43/1136.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4541.43/1136.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4541.43/1136.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4541.43/1136.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4541.43/1136.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4541.43/1136.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4541.83/1137.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4541.83/1137.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4638.10/1161.13	c lits-rem:      1268  cl-subs:    21842  v-elim:      0  v-fix:    0  time: 24.07 s
4638.10/1161.13	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4638.10/1161.15	c vivif2 --  cl tried   105643 cl shrink        0 lits rem          0 time: 0.02
4639.70/1161.51	c asymm  cl-useful: 0/418/4450 lits-rem:0 time: 0.36
4639.70/1161.52	c calculated reachability. Time: 0.00
4639.70/1161.52	c  N dy 16064   3712928        50      4450         0    105643     31150   1402119     15.69   no data
4680.06/1171.68	c  N dy 16162   3735851        50      4450         0    125183     31150   1763829     15.69     16.52
4716.40/1180.73	c  F st 16256   3751563        50      4450         0    138622     31150   2016366     15.69   no data
4726.38/1183.27	c  N dy 16262   3756754        50      4450         0     73127     31150    785438     15.69   no data
4764.73/1192.83	c  N dy 16380   3785159        50      4450         0     97199     31150   1226550     15.69     16.66

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

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.01 7.92 5/180 17294
/proc/meminfo: memFree=17597452/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 518972963 52441088 347 33554432000 4194304 4627427 140735166375648 18446744073709551615 46981690726322 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 12803 347 299 106 0 7774 0
[pid=17294/tid=17295] ppid=17292 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518972964 52441088 347 33554432000 4194304 4627427 140735166375648 18446744073709551615 46981690726322 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518972964 52441088 347 33554432000 4194304 4627427 140735166375648 18446744073709551615 46981690726316 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518972964 52441088 347 33554432000 4194304 4627427 140735166375648 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.156269 s]
/proc/loadavg: 8.01 8.01 7.92 5/180 17294
/proc/meminfo: memFree=17597452/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=282572 CPUtime=0.6 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 2491 0 0 0 60 0 0 0 18 0 4 0 518972963 289353728 2078 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 70643 2078 384 106 0 65614 0
[pid=17294/tid=17295] ppid=17292 vsize=282572 CPUtime=0.15 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 555 0 0 0 15 0 0 0 18 0 4 0 518972964 289353728 2079 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=282572 CPUtime=0.15 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 544 0 0 0 15 0 0 0 18 0 4 0 518972964 289353728 2079 33554432000 4194304 4627427 140735166375648 18446744073709551615 4331594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=282572 CPUtime=0.14 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 445 0 0 0 14 0 0 0 25 0 4 0 518972964 289353728 2079 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282572

[startup+0.20026 s]
/proc/loadavg: 8.01 8.01 7.92 5/180 17294
/proc/meminfo: memFree=17597452/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=282572 CPUtime=0.78 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 2616 0 0 0 78 0 0 0 18 0 4 0 518972963 289353728 2203 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 70643 2203 384 106 0 65614 0
[pid=17294/tid=17295] ppid=17292 vsize=282572 CPUtime=0.19 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 588 0 0 0 19 0 0 0 18 0 4 0 518972964 289353728 2203 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=282572 CPUtime=0.19 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 578 0 0 0 19 0 0 0 18 0 4 0 518972964 289353728 2203 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=282572 CPUtime=0.19 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 472 0 0 0 19 0 0 0 25 0 4 0 518972964 289353728 2203 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 282572

[startup+0.300243 s]
/proc/loadavg: 8.01 8.01 7.92 5/180 17294
/proc/meminfo: memFree=17597452/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=283948 CPUtime=1.18 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 3217 0 0 0 118 0 0 0 18 0 4 0 518972963 290762752 2395 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 70987 2395 384 106 0 65958 0
[pid=17294/tid=17295] ppid=17292 vsize=283948 CPUtime=0.29 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 754 0 0 0 29 0 0 0 18 0 4 0 518972964 290762752 2395 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=283948 CPUtime=0.29 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 735 0 0 0 29 0 0 0 18 0 4 0 518972964 290762752 2395 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=283948 CPUtime=0.29 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 580 0 0 0 29 0 0 0 25 0 4 0 518972964 290762752 2395 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283948

[startup+0.700174 s]
/proc/loadavg: 8.01 8.01 7.92 5/180 17294
/proc/meminfo: memFree=17597452/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=285016 CPUtime=2.77 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 5076 0 0 0 277 0 0 0 18 0 4 0 518972963 291856384 3006 33554432000 4194304 4627427 140735166375648 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 71254 3006 384 106 0 66225 0
[pid=17294/tid=17295] ppid=17292 vsize=285016 CPUtime=0.69 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 1306 0 0 0 69 0 0 0 18 0 4 0 518972964 291856384 3006 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=285016 CPUtime=0.69 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 1144 0 0 0 69 0 0 0 18 0 4 0 518972964 291856384 3006 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=285016 CPUtime=0.69 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 1067 0 0 0 69 0 0 0 25 0 4 0 518972964 291856384 3006 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285016

[startup+1.50103 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17298
/proc/meminfo: memFree=17599896/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=286056 CPUtime=5.98 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 9110 0 0 0 597 1 0 0 20 0 4 0 518972963 292921344 4354 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 71514 4354 388 106 0 66485 0
[pid=17294/tid=17295] ppid=17292 vsize=286056 CPUtime=1.49 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 2044 0 0 0 149 0 0 0 20 0 4 0 518972964 292921344 4354 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=286056 CPUtime=1.49 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 2043 0 0 0 149 0 0 0 20 0 4 0 518972964 292921344 4354 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=286056 CPUtime=1.48 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 1781 0 0 0 148 0 0 0 25 0 4 0 518972964 292921344 4354 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286056

[startup+3.10075 s]
/proc/loadavg: 8.01 8.01 7.92 9/184 17298
/proc/meminfo: memFree=17583528/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=284128 CPUtime=12.36 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 16149 0 0 0 1234 2 0 0 25 0 4 0 518972963 290947072 9208 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 71032 9208 388 106 0 66003 0
[pid=17294/tid=17295] ppid=17292 vsize=284128 CPUtime=3.09 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 3817 0 0 0 309 0 0 0 25 0 4 0 518972964 290947072 9208 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=284128 CPUtime=3.09 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 4005 0 0 0 309 0 0 0 25 0 4 0 518972964 290947072 9208 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=284128 CPUtime=3.07 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 3878 0 0 0 307 0 0 0 25 0 4 0 518972964 290947072 9208 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284128

[startup+6.30019 s]
/proc/loadavg: 8.01 8.01 7.92 10/184 17298
/proc/meminfo: memFree=17581484/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=284688 CPUtime=25.14 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 23789 0 0 0 2511 3 0 0 25 0 4 0 518972963 291520512 12289 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 71172 12289 388 106 0 66143 0
[pid=17294/tid=17295] ppid=17292 vsize=284688 CPUtime=6.29 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 6193 0 0 0 629 0 0 0 25 0 4 0 518972964 291520512 12289 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=284688 CPUtime=6.28 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 6160 0 0 0 628 0 0 0 25 0 4 0 518972964 291520512 12289 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=284688 CPUtime=6.25 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 5576 0 0 0 625 0 0 0 25 0 4 0 518972964 291520512 12289 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 284688

[startup+12.7011 s]
/proc/loadavg: 8.01 8.01 7.92 10/184 17299
/proc/meminfo: memFree=17578652/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=299560 CPUtime=50.71 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 35903 0 0 0 5066 5 0 0 25 0 4 0 518972963 306749440 13562 33554432000 4194304 4627427 140735166375648 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 74890 13562 388 106 0 69861 0
[pid=17294/tid=17295] ppid=17292 vsize=299560 CPUtime=12.69 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 9411 0 0 0 1268 1 0 0 25 0 4 0 518972964 306749440 13562 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=299560 CPUtime=12.69 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 8853 0 0 0 1268 1 0 0 25 0 4 0 518972964 306749440 13562 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=299560 CPUtime=12.62 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 8859 0 0 0 1261 1 0 0 25 0 4 0 518972964 306749440 13562 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 299560

[startup+25.5008 s]
/proc/loadavg: 8.00 8.01 7.92 10/184 17299
/proc/meminfo: memFree=17560184/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=300700 CPUtime=101.84 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 53848 0 0 0 10175 9 0 0 25 0 4 0 518972963 307916800 15877 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 75175 15877 388 106 0 70146 0
[pid=17294/tid=17295] ppid=17292 vsize=300700 CPUtime=25.49 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 14338 0 0 0 2547 2 0 0 25 0 4 0 518972964 307916800 15877 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=300700 CPUtime=25.49 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 13357 0 0 0 2547 2 0 0 25 0 4 0 518972964 307916800 15877 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=300700 CPUtime=25.35 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 12904 0 0 0 2533 2 0 0 25 0 4 0 518972964 307916800 15877 33554432000 4194304 4627427 140735166375648 18446744073709551615 4310109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 300700

[startup+51.1003 s]
/proc/loadavg: 8.00 8.01 7.92 10/184 17300
/proc/meminfo: memFree=17486652/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=303236 CPUtime=204.09 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 81405 0 0 0 20392 17 0 0 25 0 4 0 518972963 310513664 20193 33554432000 4194304 4627427 140735166375648 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 75809 20193 388 106 0 70780 0
[pid=17294/tid=17295] ppid=17292 vsize=303236 CPUtime=51.08 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 21838 0 0 0 5105 3 0 0 25 0 4 0 518972964 310513664 20193 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=303236 CPUtime=51.08 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 20705 0 0 0 5104 4 0 0 25 0 4 0 518972964 310513664 20193 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=303236 CPUtime=50.81 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 18864 0 0 0 5077 4 0 0 25 0 4 0 518972964 310513664 20193 33554432000 4194304 4627427 140735166375648 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 303236

[startup+102.3 s]
/proc/loadavg: 8.08 8.03 7.93 10/184 17301
/proc/meminfo: memFree=17464564/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=315456 CPUtime=408.64 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 123576 0 0 0 40833 31 0 0 25 0 4 0 518972963 323026944 24404 33554432000 4194304 4627427 140735166375648 18446744073709551615 4311239 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 78864 24404 388 106 0 73835 0
[pid=17294/tid=17295] ppid=17292 vsize=315456 CPUtime=102.29 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 32066 0 0 0 10222 7 0 0 25 0 4 0 518972964 323026944 24404 33554432000 4194304 4627427 140735166375648 18446744073709551615 4299586 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=315456 CPUtime=102.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 30866 0 0 0 10221 9 0 0 25 0 4 0 518972964 323026944 24404 33554432000 4194304 4627427 140735166375648 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=315456 CPUtime=101.73 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 30565 0 0 0 10167 6 0 0 25 0 4 0 518972964 323026944 24404 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 315456

[startup+162.301 s]

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

[pid=17294] ppid=17292 vsize=382932 CPUtime=2565.71 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 357064 0 0 0 256441 130 0 0 25 0 4 0 518972963 392122368 56786 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 95733 56786 388 106 0 90704 0
[pid=17294/tid=17295] ppid=17292 vsize=382932 CPUtime=642.29 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 92400 0 0 0 64197 32 0 0 25 0 4 0 518972964 392122368 56786 33554432000 4194304 4627427 140735166375648 18446744073709551615 4326315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=382932 CPUtime=642.29 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 93649 0 0 0 64196 33 0 0 25 0 4 0 518972964 392122368 56786 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=382932 CPUtime=638.8 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 76432 0 0 0 63855 25 0 0 25 0 4 0 518972964 392122368 56786 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 382932

[startup+702.301 s]
/proc/loadavg: 8.07 8.06 7.99 10/184 17317
/proc/meminfo: memFree=17200664/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=383408 CPUtime=2805.38 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 375181 0 0 0 280399 139 0 0 25 0 4 0 518972963 392609792 58715 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 95852 58715 388 106 0 90823 0
[pid=17294/tid=17295] ppid=17292 vsize=383408 CPUtime=702.29 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 96949 0 0 0 70194 35 0 0 25 0 4 0 518972964 392609792 58715 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=383408 CPUtime=702.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 98527 0 0 0 70194 36 0 0 25 0 4 0 518972964 392609792 58715 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=383408 CPUtime=698.48 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 79002 0 0 0 69821 27 0 0 25 0 4 0 518972964 392609792 58715 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 383408

[startup+762.301 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 17319
/proc/meminfo: memFree=17184664/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=477704 CPUtime=3045.08 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 390792 0 0 0 304361 147 0 0 25 0 4 0 518972963 489168896 61232 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 119426 61232 388 106 0 114397 0
[pid=17294/tid=17295] ppid=17292 vsize=477704 CPUtime=762.3 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 101799 0 0 0 76193 37 0 0 25 0 4 0 518972964 489168896 61232 33554432000 4194304 4627427 140735166375648 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=477704 CPUtime=762.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 103216 0 0 0 76191 39 0 0 25 0 4 0 518972964 489168896 61232 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=477704 CPUtime=758.15 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 80635 0 0 0 75788 27 0 0 25 0 4 0 518972964 489168896 61232 33554432000 4194304 4627427 140735166375648 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 477704

[startup+822.301 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 17320
/proc/meminfo: memFree=17127240/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=437916 CPUtime=3284.73 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 406937 0 0 0 328318 155 0 0 25 0 4 0 518972963 448425984 66283 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 109479 66283 388 106 0 104450 0
[pid=17294/tid=17295] ppid=17292 vsize=437916 CPUtime=822.3 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 106398 0 0 0 82191 39 0 0 25 0 4 0 518972964 448425984 66283 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=437916 CPUtime=822.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 108030 0 0 0 82188 42 0 0 25 0 4 0 518972964 448425984 66283 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=437916 CPUtime=817.82 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 82806 0 0 0 81753 29 0 0 25 0 4 0 518972964 448425984 66283 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 437916

[startup+882.307 s]
/proc/loadavg: 8.10 8.08 8.01 10/184 17322
/proc/meminfo: memFree=17111720/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=438144 CPUtime=3524.43 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 418881 0 0 0 352281 162 0 0 25 0 4 0 518972963 448659456 64547 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 109536 64547 388 106 0 104507 0
[pid=17294/tid=17295] ppid=17292 vsize=438144 CPUtime=882.31 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 108744 0 0 0 88190 41 0 0 25 0 4 0 518972964 448659456 64547 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=438144 CPUtime=882.31 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 112710 0 0 0 88187 44 0 0 25 0 4 0 518972964 448659456 64547 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=438144 CPUtime=877.5 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 83248 0 0 0 87721 29 0 0 25 0 4 0 518972964 448659456 64547 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 438144

[startup+942.301 s]
/proc/loadavg: 7.96 8.03 7.99 9/184 17354
/proc/meminfo: memFree=17517488/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=426140 CPUtime=3764.08 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 430931 0 0 0 376240 168 0 0 25 0 4 0 518972963 436367360 65967 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 106535 65967 388 106 0 101506 0
[pid=17294/tid=17295] ppid=17292 vsize=426140 CPUtime=942.29 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 111394 0 0 0 94187 42 0 0 25 0 4 0 518972964 436367360 65967 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=426140 CPUtime=942.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 116235 0 0 0 94184 46 0 0 25 0 4 0 518972964 436367360 65967 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=426140 CPUtime=937.18 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 83620 0 0 0 93688 30 0 0 25 0 4 0 518972964 436367360 65967 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 426140

[startup+1002.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/184 17356
/proc/meminfo: memFree=17466004/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=439264 CPUtime=4003.76 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 442024 0 0 0 400204 172 0 0 25 0 4 0 518972963 449806336 71093 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 109816 71093 388 106 0 104787 0
[pid=17294/tid=17295] ppid=17292 vsize=439264 CPUtime=1002.3 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 115036 0 0 0 100186 44 0 0 25 0 4 0 518972964 449806336 71093 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=439264 CPUtime=1002.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 122315 0 0 0 100182 48 0 0 25 0 4 0 518972964 449806336 71093 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=439264 CPUtime=996.84 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 84936 0 0 0 99654 30 0 0 25 0 4 0 518972964 449806336 71093 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 439264

[startup+1062.3 s]
/proc/loadavg: 8.11 8.06 8.01 9/184 17358
/proc/meminfo: memFree=17460540/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=414272 CPUtime=4243.44 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 452950 0 0 0 424166 178 0 0 25 0 4 0 518972963 424214528 65022 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 103568 65022 388 106 0 98539 0
[pid=17294/tid=17295] ppid=17292 vsize=414272 CPUtime=1062.3 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 116295 0 0 0 106185 45 0 0 25 0 4 0 518972964 424214528 65022 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=414272 CPUtime=1062.31 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 126250 0 0 0 106181 50 0 0 25 0 4 0 518972964 424214528 65022 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=414272 CPUtime=1056.52 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 88490 0 0 0 105620 32 0 0 25 0 4 0 518972964 424214528 65022 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 414272

[startup+1122.3 s]
/proc/loadavg: 8.21 8.09 8.02 9/184 17359
/proc/meminfo: memFree=17405468/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=427532 CPUtime=4483.12 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 470914 0 0 0 448125 187 0 0 25 0 4 0 518972963 437792768 65819 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 106883 65819 388 106 0 101854 0
[pid=17294/tid=17295] ppid=17292 vsize=427532 CPUtime=1122.3 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 120808 0 0 0 112184 46 0 0 25 0 4 0 518972964 437792768 65819 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=427532 CPUtime=1122.3 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 130832 0 0 0 112178 52 0 0 25 0 4 0 518972964 437792768 65819 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=427532 CPUtime=1116.19 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 93006 0 0 0 111585 34 0 0 25 0 4 0 518972964 437792768 65819 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 427532

[startup+1182.3 s]
/proc/loadavg: 8.21 8.10 8.02 9/184 17370
/proc/meminfo: memFree=17341916/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=493172 CPUtime=4722.78 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 482225 0 0 0 472085 193 0 0 25 0 4 0 518972963 505008128 71880 33554432000 4194304 4627427 140735166375648 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 123293 71880 388 106 0 118264 0
[pid=17294/tid=17295] ppid=17292 vsize=493172 CPUtime=1182.3 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 123953 0 0 0 118182 48 0 0 25 0 4 0 518972964 505008128 71880 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=493172 CPUtime=1182.31 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 133913 0 0 0 118176 55 0 0 25 0 4 0 518972964 505008128 71880 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=493172 CPUtime=1175.87 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 95948 0 0 0 117551 36 0 0 25 0 4 0 518972964 505008128 71880 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 493172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.10 8.02 10/184 17370
/proc/meminfo: memFree=17354292/32951124 swapFree=67111528/67111528
[pid=17294] ppid=17292 vsize=467340 CPUtime=4800.3 cores=1,3,5,7
/proc/17294/stat : 17294 (strangenight2-m) R 17292 17294 17121 0 -1 4202496 488222 0 0 0 479835 195 0 0 25 0 4 0 518972963 478556160 69696 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17294/statm: 116835 69696 388 106 0 111806 0
[pid=17294/tid=17295] ppid=17292 vsize=467340 CPUtime=1201.71 cores=1,3,5,7
/proc/17294/task/17295/stat : 17295 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 125845 0 0 0 120123 48 0 0 25 0 4 0 518972964 478556160 69696 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17294/tid=17296] ppid=17292 vsize=467340 CPUtime=1201.71 cores=1,3,5,7
/proc/17294/task/17296/stat : 17296 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 135886 0 0 0 120116 55 0 0 25 0 4 0 518972964 478556160 69696 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17294/tid=17297] ppid=17292 vsize=467340 CPUtime=1195.16 cores=1,3,5,7
/proc/17294/task/17297/stat : 17297 (strangenight2-m) R 17292 17294 17121 0 -1 4202560 96197 0 0 0 119480 36 0 0 25 0 4 0 518972964 478556160 69696 33554432000 4194304 4627427 140735166375648 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 467340

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.34
CPU user time (s): 4798.37
CPU system time (s): 1.9667
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 516948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.37
system time used= 1.9667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488223
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= 149
involuntary context switches= 33489

runsolver used 1.93971 second user time and 4.63929 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 12:41:43
IDJOB=3173937
IDBENCH=82755
IDSOLVER=1586
FILE ID=node103/3173937-1304073703
RUNJOBID= node103-1304072190-17140
PBS_JOBID= 13170491
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1430772875-039.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173937-1304073703/watcher-3173937-1304073703 -o /tmp/evaluation-result-3173937-1304073703/solver-3173937-1304073703 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173937-1304073703.cnf

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

MD5SUM BENCH= ef1a26ad366fa6cdd721df0a7f8f760c
RANDOM SEED=1788753568

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      17597732 kB
Buffers:       2147620 kB
Cached:       12254976 kB
SwapCached:          0 kB
Active:        5885096 kB
Inactive:      8886008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17597732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5460 kB
Writeback:           0 kB
AnonPages:      367596 kB
Mapped:          15468 kB
Slab:           519152 kB
PageTables:       5284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   603288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71508 MiB
End job on node103 at 2011-04-29 13:01:47