Trace number 3174211

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3141
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-3174211-1304115256.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.00	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.00	c -- vars added         50
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.39/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.39/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.39/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.39/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.39/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.39/0.11	c calculated reachability. Time: 0.00
0.39/0.11	c Calc default polars -  time:   0.00 s pos:      18 undec:       2 neg:      30
0.39/0.11	c =========================================================================================
0.39/0.11	c types(t): F = full restart, N = normal restart
0.39/0.12	c types(t): S = simplification begin/end, E = solution found
0.39/0.12	c restart types(rt): st = static, dy = dynamic
0.39/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.12	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
1.18/0.31	c  N dy    11      7658        50      4450         0      4450     31150     76892     15.28     16.19
1.97/0.50	c  N dy    22     12652        50      4450         0      5073     31150     82437     15.15     15.99
2.77/0.79	c  N dy    33     20201        50      4450         0      6755     31150    105876     14.82     15.65
3.58/0.98	c  N dy    59     24274        50      4450         0     10335     31150    171544     15.05     17.36
3.98/1.03	c  F st    64     25002        50      4450         0     10972     31150    183351     15.09     15.19
4.39/1.17	c  N st    69     28296        50      4450         0      7876     31150    123234     15.09   no data
4.80/1.23	c  S st    70     30000        50      4450         0      9365     31150    150449     15.09   no data
4.80/1.26	c  S st    70     30502        50      4450         0      9814     31150    158997     15.09   no data
4.80/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.80/1.27	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.80/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.80/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.80/1.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.80/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.48	c lits-rem:       165  cl-subs:     1596  v-elim:      0  v-fix:    0  time:  0.20 s
6.37/1.67	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.37/1.67	c calculated reachability. Time: 0.00
6.37/1.67	c  N dy    70     30502        50      4450         0      8218     31150    132816     15.09   no data
7.17/1.88	c  N dy   108     34517        50      4450         0     11748     31150    200013     15.39     17.97
8.37/2.13	c  N dy   111     39699        50      4450         0      9452     31150    144089     15.28     16.10
9.56/2.43	c  N dy   132     45204        50      4450         0     14279     31150    232680     15.34     16.18
9.56/2.47	c  S st   138     45753        50      4450         0     14760     31150    241798     15.37   no data
9.96/2.52	c  S st   138     46258        50      4450         0     15210     31150    250449     15.37   no data
9.96/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.96/2.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.96/2.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.88	c lits-rem:       217  cl-subs:     2368  v-elim:      0  v-fix:    0  time:  0.35 s
11.16/2.88	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.16/2.88	c vivif2 --  cl tried    12842 cl shrink        0 lits rem          0 time: 0.00
12.37/3.16	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
12.37/3.16	c calculated reachability. Time: 0.00
12.37/3.16	c  N dy   138     46258        50      4450         0     12842     31150    208987     15.37   no data
15.56/3.99	c  N dy   151     61512        50      4450         0      9837     31150    136022     15.08     15.96
17.58/4.42	c  N dy   173     69390        50      4450         0     16581     31150    255773     15.05     14.71
17.58/4.42	c  S st   173     69390        50      4450         0     16581     31150    255773     15.05     14.71
17.58/4.46	c  S st   173     69892        50      4450         0     17030     31150    264218     15.05   no data
17.58/4.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.58/4.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.58/4.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.58/4.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.58/4.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.58/4.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.58/4.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.58/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.55/4.97	c lits-rem:       191  cl-subs:     3052  v-elim:      0  v-fix:    0  time:  0.49 s
19.55/4.97	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.55/4.97	c vivif2 --  cl tried    13978 cl shrink        0 lits rem          0 time: 0.00
20.76/5.25	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
20.76/5.25	c calculated reachability. Time: 0.00
20.76/5.25	c  N dy   173     69892        50      4450         0     13978     31150    214230     15.05   no data
22.38/5.69	c  N dy   215     76054        50      4450         0     10136     31150    136574     15.16     16.03
23.55/5.99	c  N dy   257     80945        50      4450         0     14449     31150    217809     15.26     17.29
25.14/6.35	c  N dy   278     86178        50      4450         0     18987     31150    300657     15.29     18.03
25.54/6.47	c  F st   292     87502        50      4450         0     20148     31150    322498     15.32   no data
26.77/6.76	c  N dy   298     92698        50      4450         0     14356     31150    209160     15.32   no data
28.34/7.16	c  N dy   327     98639        50      4450         0     19544     31150    304278     15.35     17.62
30.34/7.66	c  S st   368    104839        50      4450         0     13706     31150    188760     15.43   no data
30.75/7.70	c  S st   368    105343        50      4450         0     14151     31150    197215     15.43   no data
30.75/7.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.75/7.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.75/7.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.75/7.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.75/7.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.75/7.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.75/7.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.75/7.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.15/7.87	c lits-rem:        75  cl-subs:      755  v-elim:      0  v-fix:    0  time:  0.15 s
31.15/7.87	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
31.15/7.87	c vivif2 --  cl tried    13396 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.29
32.34/8.16	c calculated reachability. Time: 0.00
32.34/8.16	c  N dy   368    105343        50      4450         0     13396     31150    183420     15.43   no data
35.55/8.96	c  N dy   406    116838        50      4450         0     23330     31150    365123     15.43     16.27
37.93/9.53	c  N dy   452    124321        50      4450         0     17795     31150    255955     15.49     16.64
42.32/10.61	c  N dy   479    138706        50      4450         0     17222     31150    232840     15.38     16.49
45.12/11.32	c  N dy   521    147686        50      4450         0     24968     31150    370744     15.37     16.33
48.33/12.12	c  N dy   569    157213        50      4450         0     19492     31150    273230     15.41     16.29
48.33/12.19	c  S st   577    158014        50      4450         0     20198     31150    286605     15.42   no data
48.74/12.25	c  S st   577    158519        50      4450         0     20647     31150    295353     15.42   no data
48.74/12.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.74/12.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.74/12.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.74/12.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.74/12.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.74/12.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.74/12.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.74/12.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.74/12.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.67	c lits-rem:       187  cl-subs:     1863  v-elim:      0  v-fix:    0  time:  0.40 s
50.31/12.67	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.31/12.67	c vivif2 --  cl tried    18784 cl shrink        0 lits rem          0 time: 0.00
51.91/13.01	c asymm  cl-useful: 0/4236/4450 lits-rem:0 time: 0.34
51.91/13.01	c calculated reachability. Time: 0.00
51.91/13.01	c  N dy   577    158519        50      4450         0     18784     31150    261444     15.42   no data
56.70/14.29	c  N dy   648    172725        50      4450         0     16466     31150    209169     15.47     16.37
61.51/15.44	c  N dy   708    185905        50      4450         0     27908     31150    418973     15.49     16.32
66.68/16.79	c  N dy   745    201511        50      4450         0     25785     31150    369155     15.45     16.32
72.28/18.10	c  N dy   805    214993        50      4450         0     21057     31150    278793     15.47     16.33
81.46/20.41	c  N dy   883    237779        50      4450         0     23381     31150    303910     15.43     12.02
81.46/20.41	c  S st   883    237779        50      4450         0     23381     31150    303910     15.43     12.02
81.46/20.47	c  S st   883    238282        50      4450         0     23825     31150    312468     15.43   no data
81.46/20.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.46/20.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
81.46/20.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.46/20.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.46/20.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.46/20.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
81.46/20.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.46/20.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
81.46/20.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.89/21.02	c lits-rem:       203  cl-subs:     2632  v-elim:      0  v-fix:    0  time:  0.53 s
83.89/21.02	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
83.89/21.03	c vivif2 --  cl tried    21193 cl shrink        0 lits rem          0 time: 0.00
85.07/21.37	c asymm  cl-useful: 0/3738/4450 lits-rem:0 time: 0.34
85.07/21.37	c calculated reachability. Time: 0.00
85.07/21.37	c  N dy   883    238282        50      4450         0     21193     31150    272501     15.43   no data
92.27/23.15	c  N dy   955    255062        50      4450         0     35728     31150    538092     15.45     16.28
101.84/25.54	c  N dy  1017    278739        50      4450         0     19255     31150    222890     15.40     16.33
109.03/27.40	c  N dy  1034    298917        50      4450         0     36375     31150    519413     15.32     16.16
112.63/28.24	c  F st  1063    306250        50      4450         0     23078     31150    287164     15.32     15.31
117.42/29.47	c  N dy  1114    318020        50      4450         0     33304     31150    477792     15.35     17.70
127.00/31.86	c  N dy  1208    338076        50      4450         0     29985     31150    405998     15.38     17.95
136.99/34.31	c  S st  1287    357423        50      4450         0     25149     31150    311091     15.40     15.15
136.99/34.38	c  S st  1287    357931        50      4450         0     25597     31150    319545     15.40   no data
136.99/34.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.99/34.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.99/34.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.99/34.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.99/34.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.99/34.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
136.99/34.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
137.39/34.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.59/34.78	c lits-rem:        97  cl-subs:     1305  v-elim:      0  v-fix:    0  time:  0.38 s
138.59/34.79	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
138.59/34.79	c vivif2 --  cl tried    24292 cl shrink        0 lits rem          0 time: 0.00
138.99/34.87	c asymm  cl-useful: 0/712/4450 lits-rem:0 time: 0.08
138.99/34.87	c calculated reachability. Time: 0.00
138.99/34.87	c  N dy  1287    357931        50      4450         0     24292     31150    296938     15.40   no data
148.98/37.37	c  N dy  1393    377991        50      4450         0     41675     31150    617038     15.43     16.46
158.96/39.89	c  N dy  1481    398071        50      4450         0     36678     31150    516450     15.45     17.68
178.53/44.72	c  N dy  1566    434591        50      4450         0     44746     31150    638949     15.39     16.22
189.34/47.42	c  N dy  1698    454674        50      4450         0     38073     31150    529052     15.43     18.07
200.51/50.21	c  N dy  1751    475122        50      4450         0     30606     31150    375998     15.41     16.38
213.69/53.58	c  N dy  1849    499293        50      4450         0     51367     31150    752985     15.42     16.23
224.87/56.39	c  N dy  1992    519366        50      4450         0     43061     31150    606009     15.46     17.29
236.86/59.37	c  S st  2092    536897        50      4450         0     31423     31150    379586     15.49     15.91
237.27/59.45	c  S st  2092    537398        50      4450         0     31871     31150    388120     15.49   no data
237.27/59.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.27/59.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
237.27/59.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.27/59.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.27/59.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.27/59.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
237.27/59.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.27/59.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.27/59.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.65/60.05	c lits-rem:       137  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.57 s
239.65/60.05	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
239.65/60.06	c vivif2 --  cl tried    30368 cl shrink        0 lits rem          0 time: 0.01
241.24/60.43	c asymm  cl-useful: 0/2843/4450 lits-rem:0 time: 0.37
241.24/60.43	c calculated reachability. Time: 0.00
241.24/60.43	c  N dy  2092    537398        50      4450         0     30368     31150    361095     15.49   no data
257.22/64.42	c  N dy  2161    567426        50      4450         0     28563     31150    318591     15.44     16.28
268.81/67.31	c  N dy  2300    587511        50      4450         0     45960     31150    643140     15.48     16.56
286.78/71.87	c  N dy  2376    618237        50      4450         0     43848     31150    581925     15.46     16.38
303.58/76.02	c  N dy  2501    640914        50      4450         0     34203     31150    404150     15.48     16.36
316.76/79.37	c  N dy  2624    661647        50      4450         0     52058     31150    736320     15.50     16.34
332.72/83.37	c  N dy  2699    685740        50      4450         0     42619     31150    549553     15.49     16.34
348.70/87.34	c  N dy  2797    705757        50      4450         0     59817     31150    865082     15.50     17.12
360.71/90.38	c  N dy  2848    725876        50      4450         0     46226     31150    612029     15.49     16.33
377.88/94.64	c  N dy  2947    745946        50      4450         0     63536     31150    930273     15.50     17.62
389.85/97.60	c  N dy  3014    765963        50      4450         0     48825     31150    649186     15.49     17.37
409.04/102.41	c  N dy  3155    786020        50      4450         0     33526     31150    369158     15.52     16.86
420.21/105.23	c  N dy  3206    806025        50      4450         0     50726     31150    676978     15.50     17.04
420.21/105.25	c  S st  3207    806097        50      4450         0     50789     31150    678173     15.50   no data
420.61/105.39	c  S st  3207    806603        50      4450         0     51241     31150    687034     15.50   no data
420.61/105.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
421.01/105.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
421.01/105.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
421.01/105.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.01/105.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.01/105.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
421.01/105.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
421.01/105.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
421.01/105.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.19/108.23	c lits-rem:       538  cl-subs:     6503  v-elim:      0  v-fix:    0  time:  2.78 s
432.19/108.23	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
432.19/108.23	c vivif2 --  cl tried    44738 cl shrink        0 lits rem          0 time: 0.01
432.99/108.47	c asymm  cl-useful: 0/877/4450 lits-rem:0 time: 0.23
432.99/108.47	c calculated reachability. Time: 0.00
432.99/108.47	c  N dy  3207    806603        50      4450         0     44738     31150    579075     15.50   no data
450.17/112.71	c  N dy  3322    826692        50      4450         0     62057     31150    900376     15.52     17.97
500.10/125.28	c  N dy  3367    910572        50      4450         0     65830     31150    877553     15.33     16.29
516.08/129.26	c  N dy  3511    930623        50      4450         0     48484     31150    628371     15.36     16.31
534.85/133.98	c  N dy  3581    954307        50      4450         0     68626     31150    987215     15.35     16.17
551.23/138.07	c  N dy  3729    974847        50      4450         0     50609     31150    659439     15.38     16.20
569.21/142.51	c  N dy  3818    995249        50      4450         0     68034     31150    976186     15.38     16.27
586.78/146.98	c  N dy  3971   1015965        50      4450         0     49226     31150    625689     15.41     16.26
602.75/150.96	c  N dy  4036   1036042        50      4450         0     66366     31150    935611     15.41     17.08
623.14/156.07	c  N dy  4184   1056243        50      4450         0     46122     31150    556073     15.43     16.34
636.32/159.36	c  F st  4285   1071875        50      4450         0     59594     31150    807498     15.44     13.26
640.31/160.38	c  N dy  4291   1077072        50      4450         0     64077     31150    891857     15.44   no data
662.28/165.87	c  N dy  4409   1097145        50      4450         0     42649     31150    484052     15.46     17.08
679.45/170.10	c  N dy  4480   1120506        50      4450         0     62616     31150    846940     15.46     16.39
702.23/175.88	c  N dy  4615   1140515        50      4450         0     40366     31150    435046     15.47     16.57
717.01/179.55	c  N dy  4714   1160596        50      4450         0     57646     31150    755690     15.48     16.86
739.37/185.10	c  N dy  4842   1180642        50      4450         0     74900     31150   1077065     15.50     17.52
760.56/190.43	c  N dy  4963   1200718        50      4450         0     51813     31150    641100     15.51     16.37
768.54/192.41	c  S st  4970   1209905        50      4450         0     59632     31150    778780     15.50     14.78
769.36/192.63	c  S st  4970   1210407        50      4450         0     60068     31150    787440     15.50   no data
769.36/192.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
769.36/192.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
769.36/192.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
769.36/192.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
769.36/192.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
769.36/192.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
769.36/192.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
769.36/192.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
769.73/192.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.53/196.95	c lits-rem:       683  cl-subs:     6699  v-elim:      0  v-fix:    0  time:  4.25 s
786.53/196.95	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
786.53/196.96	c vivif2 --  cl tried    53369 cl shrink        0 lits rem          0 time: 0.01
787.71/197.23	c asymm  cl-useful: 0/730/4450 lits-rem:0 time: 0.27
787.71/197.23	c calculated reachability. Time: 0.00
787.71/197.23	c  N dy  4970   1210407        50      4450         0     53369     31150    672531     15.50   no data
809.68/202.77	c  N dy  5081   1231765        50      4450         0     71829     31150   1014116     15.51     16.45
834.86/209.06	c  N dy  5172   1254933        50      4450         0     50873     31150    612833     15.51     16.40
854.02/213.89	c  N dy  5278   1275555        50      4450         0     68685     31150    940896     15.52     16.35
879.21/220.11	c  N dy  5413   1295636        50      4450         0     44005     31150    482489     15.54     17.45
895.56/224.21	c  N dy  5510   1316924        50      4450         0     62238     31150    817865     15.54     16.40
916.74/229.51	c  N dy  5592   1337807        50      4450         0     80189     31150   1148988     15.55     16.44
937.50/234.76	c  N dy  5710   1357895        50      4450         0     54578     31150    670486     15.56     17.53
960.28/240.45	c  N dy  5784   1378634        50      4450         0     72361     31150    995545     15.56     16.45
992.64/248.56	c  N dy  5818   1410663        50      4450         0     55783     31150    665630     15.53     16.36
1024.21/256.48	c  N dy  5899   1446575        50      4450         0     86310     31150   1198042     15.50     16.36
1042.16/260.99	c  N dy  5986   1466636        50      4450         0     59126     31150    735853     15.50     16.59
1064.13/266.49	c  N dy  6103   1486692        50      4450         0     76259     31150   1054525     15.51     17.07
1092.90/273.68	c  N dy  6178   1513049        50      4450         0     53471     31150    618026     15.51     16.41
1112.47/278.58	c  N dy  6289   1533146        50      4450         0     70725     31150    937645     15.51     16.33
1139.24/285.29	c  N dy  6422   1553231        50      4450         0     87999     31150   1263476     15.53     17.02
1160.03/290.43	c  N dy  6498   1574383        50      4450         0     59918     31150    740627     15.53     16.40
1183.17/296.26	c  N dy  6653   1594402        50      4450         0     77102     31150   1066366     15.54     16.42
1211.94/303.42	c  N dy  6781   1614501        50      4450         0     47283     31150    501446     15.56     16.80
1228.72/307.64	c  N dy  6895   1634557        50      4450         0     64515     31150    823344     15.57     17.69
1253.08/313.74	c  N dy  7002   1654893        50      4450         0     81984     31150   1146713     15.57     16.46
1283.84/321.42	c  N dy  7171   1674974        50      4450         0     51264     31150    569169     15.59     16.58
1301.42/325.87	c  N dy  7254   1695053        50      4450         0     68416     31150    884103     15.59     19.10
1322.62/331.10	c  S st  7332   1710408        50      4450         0     81540     31150   1128829     15.60   no data
1323.79/331.42	c  S st  7332   1710914        50      4450         0     81990     31150   1137567     15.60   no data
1323.79/331.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1323.79/331.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1323.79/331.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1323.79/331.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1323.79/331.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1323.79/331.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1323.79/331.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1323.79/331.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1324.19/331.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1372.92/343.76	c lits-rem:      1022  cl-subs:    10646  v-elim:      0  v-fix:    0  time: 12.23 s
1372.92/343.76	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1372.92/343.77	c vivif2 --  cl tried    71344 cl shrink        0 lits rem          0 time: 0.01
1374.52/344.14	c asymm  cl-useful: 0/773/4450 lits-rem:0 time: 0.37
1374.52/344.15	c calculated reachability. Time: 0.00
1374.52/344.15	c  N dy  7332   1710914        50      4450         0     71344     31150    948851     15.60   no data
1404.08/351.56	c  N dy  7417   1730995        50      4450         0     88533     31150   1265313     15.60     18.68
1431.64/358.46	c  N dy  7469   1752224        50      4450         0     58658     31150    694760     15.59     16.42
1453.21/363.83	c  N dy  7571   1772272        50      4450         0     75880     31150   1013691     15.60     17.28
1479.98/370.58	c  N dy  7628   1793470        50      4450         0     93982     31150   1340416     15.60     16.43
1509.54/377.97	c  N dy  7671   1827508        50      4450         0     73477     31150    927830     15.56     16.59
1533.52/383.97	c  N dy  7749   1847579        50      4450         0     90643     31150   1241680     15.57     18.28
1559.89/390.55	c  N dy  7832   1870264        50      4450         0     59879     31150    703851     15.57     16.41
1581.44/395.95	c  N dy  7930   1890327        50      4450         0     77074     31150   1019801     15.57     18.40
1614.20/404.12	c  N dy  8092   1910403        50      4450         0     94310     31150   1348315     15.58     16.59
1642.96/411.31	c  N dy  8234   1930531        50      4450         0     60378     31150    711122     15.60     16.44
1666.92/417.32	c  N dy  8364   1951599        50      4450         0     78473     31150   1048480     15.60     16.47
1706.87/427.33	c  N dy  8476   1980121        50      4450         0    102963     31150   1495704     15.60     16.46
1730.44/433.23	c  N dy  8592   2002568        50      4450         0     69882     31150    875173     15.60     16.50
1752.41/438.79	c  N dy  8629   2022924        50      4450         0     87145     31150   1179619     15.59     16.42
1785.57/447.00	c  N dy  8761   2042998        50      4450         0    104388     31150   1504065     15.60     17.14
1806.73/452.39	c  N dy  8848   2063087        50      4450         0     68565     31150    845436     15.61     18.89
1847.09/462.41	c  N dy  8913   2100102        50      4450         0     99924     31150   1405678     15.59     16.42
1877.03/469.96	c  N dy  9087   2120145        50      4450         0     63407     31150    748633     15.60     17.29
1900.61/475.86	c  N dy  9168   2142642        50      4450         0     82646     31150   1102096     15.60     16.45
1924.18/481.75	c  N dy  9191   2162716        50      4450         0     99679     31150   1400206     15.59     16.42
1951.36/488.57	c  N dy  9260   2184610        50      4450         0     63739     31150    738417     15.59     16.48
1978.10/495.22	c  N dy  9387   2207497        50      4450         0     83346     31150   1104029     15.60     16.43
1983.30/496.58	c  S st  9421   2210914        50      4450         0     86299     31150   1161084     15.60   no data
1984.50/496.84	c  S st  9421   2211418        50      4450         0     86735     31150   1169747     15.60   no data
1984.50/496.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1984.50/496.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1984.50/496.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1984.50/496.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1984.50/496.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1984.50/496.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1984.50/496.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1984.90/496.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1984.90/496.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2027.24/507.52	c lits-rem:       884  cl-subs:    10679  v-elim:      0  v-fix:    0  time: 10.58 s
2027.24/507.52	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2027.24/507.53	c vivif2 --  cl tried    76056 cl shrink        0 lits rem          0 time: 0.02
2028.84/507.92	c asymm  cl-useful: 0/588/4450 lits-rem:0 time: 0.39
2028.84/507.92	c calculated reachability. Time: 0.00
2028.84/507.92	c  N dy  9421   2211418        50      4450         0     76056     31150    981777     15.60   no data
2063.99/516.75	c  N dy  9520   2231561        50      4450         0     93286     31150   1304077     15.60     16.44
2117.94/530.27	c  N dy  9538   2279174        50      4450         0     78817     31150    981431     15.56     16.39
2149.47/538.13	c  N dy  9698   2300104        50      4450         0     96860     31150   1323720     15.57     16.44
2184.24/546.85	c  N dy  9825   2320120        50      4450         0     58107     31150    626297     15.58     18.00
2205.00/552.05	c  N dy  9915   2340483        50      4450         0     75629     31150    951654     15.59     16.52
2266.12/567.34	c  N dy  9986   2390899        50      4450         0     61448     31150    669612     15.56     16.54
2290.08/573.33	c  N dy 10139   2410977        50      4450         0     78631     31150    995482     15.57     16.39
2317.24/580.11	c  N dy 10231   2431044        50      4450         0     95727     31150   1311025     15.57     18.92
2352.40/588.98	c  N dy 10331   2451668        50      4450         0    113346     31150   1638114     15.58     16.43
2383.55/596.76	c  N dy 10453   2477823        50      4450         0     77663     31150    967741     15.58     16.49
2419.91/605.90	c  N dy 10530   2508233        50      4450         0    103486     31150   1429402     15.57     16.47
2455.46/614.79	c  N dy 10654   2528273        50      4450         0     61929     31150    675332     15.58     17.48
2475.83/619.81	c  N dy 10709   2548335        50      4450         0     78991     31150    985844     15.58     17.80
2506.59/627.52	c  N dy 10857   2568425        50      4450         0     96229     31150   1312065     15.59     16.96
2542.15/636.42	c  N dy 10956   2590222        50      4450         0    114802     31150   1653877     15.59     16.45
2571.70/643.88	c  N dy 11089   2610347        50      4450         0     72361     31150    863715     15.60     16.44
2599.27/650.75	c  N dy 11213   2630379        50      4450         0     89480     31150   1185028     15.60     19.84
2633.22/659.28	c  N dy 11344   2650477        50      4450         0    106716     31150   1510223     15.61     17.36
2670.37/668.58	c  N dy 11445   2670957        50      4450         0     63562     31150    690665     15.61     16.50
2690.74/673.63	c  N dy 11473   2694664        50      4450         0     83545     31150   1039717     15.60     16.51
2710.72/678.68	c  S st 11494   2711418        50      4450         0     97716     31150   1286935     15.59     15.27
2712.31/679.02	c  S st 11494   2711922        50      4450         0     98168     31150   1295705     15.59   no data
2712.31/679.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2712.31/679.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2712.31/679.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2712.31/679.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2712.31/679.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2712.31/679.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2712.31/679.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2712.31/679.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2712.71/679.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2764.64/692.15	c lits-rem:       947  cl-subs:    16294  v-elim:      0  v-fix:    0  time: 13.02 s
2764.64/692.15	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2764.64/692.17	c vivif2 --  cl tried    81874 cl shrink        0 lits rem          0 time: 0.02
2766.24/692.56	c asymm  cl-useful: 0/518/4450 lits-rem:0 time: 0.39
2766.24/692.56	c calculated reachability. Time: 0.00
2766.24/692.56	c  N dy 11494   2711922        50      4450         0     81874     31150   1034199     15.59   no data
2802.20/701.56	c  N dy 11597   2732007        50      4450         0     99046     31150   1352494     15.60     17.97
2840.94/711.22	c  N dy 11645   2752058        50      4450         0    116044     31150   1658590     15.59     17.21
2871.31/718.84	c  N dy 11741   2772117        50      4450         0     73127     31150    865447     15.60     17.26
2894.48/724.65	c  N dy 11762   2793068        50      4450         0     90838     31150   1171344     15.58     16.67
2928.82/733.26	c  N dy 11912   2813121        50      4450         0    108126     31150   1500564     15.59     16.68
2969.17/743.38	c  N dy 12036   2833217        50      4450         0     63669     31150    679001     15.60     16.43
2990.74/748.77	c  N dy 12046   2857127        50      4450         0     83768     31150   1024321     15.59     16.52
3022.29/756.61	c  N dy 12146   2878678        50      4450         0    102222     31150   1365485     15.59     16.43
3065.84/767.53	c  N dy 12246   2899015        50      4450         0    119643     31150   1690277     15.59     16.48
3102.98/776.87	c  N dy 12394   2919085        50      4450         0     74125     31150    872254     15.60     17.34
3134.54/784.78	c  N dy 12532   2939121        50      4450         0     91255     31150   1197744     15.61     17.63
3169.70/793.55	c  N dy 12668   2959174        50      4450         0    108460     31150   1523624     15.61     18.65
3211.24/803.99	c  N dy 12811   2979186        50      4450         0    125653     31150   1849844     15.62     18.13
3238.42/810.79	c  N dy 12880   2999301        50      4450         0     78843     31150    938210     15.62     16.53
3269.19/818.48	c  N dy 13012   3019316        50      4450         0     96068     31150   1263983     15.63     17.03
3305.91/827.63	c  N dy 13120   3040964        50      4450         0    114527     31150   1605048     15.63     16.49
3346.66/837.86	c  N dy 13182   3065648        50      4450         0     70552     31150    774701     15.63     16.47
3374.23/844.76	c  N dy 13340   3085668        50      4450         0     87755     31150   1101958     15.63     18.79
3402.98/851.94	c  N dy 13360   3109356        50      4450         0    107778     31150   1452419     15.62     16.57
3445.35/862.53	c  N dy 13502   3129771        50      4450         0    125269     31150   1778482     15.63     16.49
3480.50/871.35	c  N dy 13632   3149831        50      4450         0     76760     31150    892620     15.64     17.56
3505.65/877.66	c  N dy 13708   3169929        50      4450         0     93748     31150   1198664     15.63     16.49
3534.41/884.85	c  N dy 13751   3190257        50      4450         0    110838     31150   1502904     15.63     16.47
3567.98/893.27	c  N dy 13803   3211037        50      4450         0    128412     31150   1816936     15.62     16.48
3569.96/893.74	c  S st 13807   3211922        50      4450         0    129166     31150   1831200     15.62     15.69
3571.96/894.20	c  S st 13807   3212423        50      4450         0    129614     31150   1839910     15.62   no data
3571.96/894.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3571.96/894.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
3571.96/894.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3571.96/894.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3571.96/894.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3571.96/894.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3571.96/894.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3572.37/894.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3572.37/894.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3671.43/919.11	c lits-rem:      1266  cl-subs:    24592  v-elim:      0  v-fix:    0  time: 24.75 s
3671.43/919.11	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3671.43/919.13	c vivif2 --  cl tried   105022 cl shrink        0 lits rem          0 time: 0.02
3672.62/919.49	c asymm  cl-useful: 0/407/4450 lits-rem:0 time: 0.36
3673.02/919.50	c calculated reachability. Time: 0.00
3673.02/919.50	c  N dy 13807   3212423        50      4450         0    105022     31150   1428061     15.62   no data
3708.59/928.43	c  N dy 13876   3232476        50      4450         0    122053     31150   1737879     15.62     16.52
3760.50/941.42	c  N dy 13960   3273450        50      4450         0     92229     31150   1150545     15.61     16.46
3792.08/949.36	c  N dy 14047   3293470        50      4450         0    109261     31150   1462980     15.61     18.35
3830.81/959.08	c  N dy 14097   3315456        50      4450         0    127821     31150   1793516     15.61     16.60
3859.17/966.19	c  N dy 14156   3335474        50      4450         0     78721     31150    918577     15.61     18.07
3890.73/974.02	c  N dy 14298   3355480        50      4450         0     95874     31150   1244167     15.61     17.58
3929.47/983.74	c  N dy 14447   3375517        50      4450         0    113043     31150   1571372     15.62     18.41
3973.01/994.69	c  N dy 14567   3395577        50      4450         0    130195     31150   1893483     15.63     17.63
4010.17/1003.94	c  N dy 14720   3416108        50      4450         0     80155     31150    940531     15.63     16.54
4042.13/1011.91	c  N dy 14880   3436207        50      4450         0     97371     31150   1269878     15.64     17.59
4078.88/1021.10	c  N dy 15007   3456288        50      4450         0    114645     31150   1597119     15.65     16.53
4119.62/1031.31	c  N dy 15104   3476603        50      4450         0    132023     31150   1920601     15.65     16.56
4152.80/1039.63	c  N dy 15208   3496695        50      4450         0     80190     31150    928456     15.65     17.86
4184.73/1047.64	c  N dy 15360   3516778        50      4450         0     97430     31150   1257136     15.66     16.73
4221.48/1056.80	c  N dy 15493   3536926        50      4450         0    114699     31150   1585441     15.67     16.58
4260.23/1066.58	c  N dy 15576   3556961        50      4450         0    131700     31150   1897552     15.67     18.56
4294.98/1075.26	c  N dy 15639   3578693        50      4450         0     80237     31150    916733     15.67     16.51
4326.54/1083.15	c  N dy 15766   3599416        50      4450         0     97952     31150   1248823     15.67     16.50
4360.10/1091.56	c  N dy 15867   3619519        50      4450         0    115052     31150   1568818     15.67     17.37
4432.40/1109.66	c  N dy 15980   3660266        50      4450         0     78786     31150    870898     15.66     16.50
4462.36/1117.19	c  N dy 16116   3680289        50      4450         0     95920     31150   1196369     15.67     16.97
4498.71/1126.23	c  N dy 16238   3700329        50      4450         0    113094     31150   1518360     15.67     16.50
4526.67/1133.26	c  S st 16330   3712424        50      4450         0    123471     31150   1716763     15.68   no data
4528.27/1133.68	c  S st 16330   3712926        50      4450         0    123926     31150   1725524     15.68   no data
4528.27/1133.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4528.67/1133.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4528.67/1133.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4528.67/1133.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4528.67/1133.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4528.67/1133.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4528.67/1133.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4528.67/1133.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4529.06/1133.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4606.16/1153.11	c lits-rem:      1034  cl-subs:    17783  v-elim:      0  v-fix:    0  time: 19.29 s
4606.16/1153.11	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4606.16/1153.13	c vivif2 --  cl tried   106143 cl shrink        0 lits rem          0 time: 0.02
4607.76/1153.50	c asymm  cl-useful: 0/409/4450 lits-rem:0 time: 0.37
4607.76/1153.50	c calculated reachability. Time: 0.00
4607.76/1153.50	c  N dy 16330   3712926        50      4450         0    106143     31150   1415573     15.68   no data
4648.51/1163.72	c  N dy 16438   3733130        50      4450         0    123356     31150   1736950     15.68     16.52
4686.46/1173.21	c  F st 16502   3751563        50      4450         0    139049     31150   2023143     15.68     11.83
4693.64/1175.07	c  N st 16506   3753597        50      4450         0     70543     31150    734957     15.68   no data
4724.40/1182.70	c  N dy 16621   3777728        50      4450         0     91123     31150   1120672     15.68     16.54
4756.36/1190.71	c  N dy 16715   3797753        50      4450         0    108214     31150   1435197     15.68     16.52

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-3174211-1304115256/watcher-3174211-1304115256 -o /tmp/evaluation-result-3174211-1304115256/solver-3174211-1304115256 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174211-1304115256.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: 7.73 7.98 8.02 5/180 32752
/proc/meminfo: memFree=30914876/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=182288 CPUtime=0 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 472 0 0 0 0 0 0 0 25 0 4 0 523123571 186662912 395 33554432000 4194304 4627427 140736075409488 18446744073709551615 228244009669 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 45573 397 328 106 0 40544 0
[pid=32752/tid=32753] ppid=32750 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 17 0 0 0 0 0 0 0 25 0 4 0 523123571 187650048 433 33554432000 4194304 4627427 140736075409488 18446744073709551615 228244009669 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 4 0 523123571 187650048 469 33554432000 4194304 4627427 140736075409488 18446744073709551615 228244348731 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 4 0 523123571 187650048 498 33554432000 4194304 4627427 140736075409488 18446744073709551615 228244009669 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.103411 s]
/proc/loadavg: 7.73 7.98 8.02 5/180 32752
/proc/meminfo: memFree=30914876/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=281724 CPUtime=0.39 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 1342 0 0 0 39 0 0 0 25 0 4 0 523123571 288485376 1264 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 70431 1264 370 106 0 65402 0
[pid=32752/tid=32753] ppid=32750 vsize=281724 CPUtime=0.09 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) D 32750 32752 32264 0 -1 4202560 306 0 0 0 9 0 0 0 18 0 4 0 523123571 288485376 1264 33554432000 4194304 4627427 140736075409488 18446744073709551615 228244045579 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=281724 CPUtime=0.09 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 167 0 0 0 9 0 0 0 25 0 4 0 523123571 288485376 1264 33554432000 4194304 4627427 140736075409488 18446744073709551615 228244392119 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=281724 CPUtime=0.09 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 299 0 0 0 9 0 0 0 25 0 4 0 523123571 288485376 1264 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 281724

[startup+0.200861 s]
/proc/loadavg: 7.73 7.98 8.02 5/180 32752
/proc/meminfo: memFree=30914876/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=283124 CPUtime=0.78 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 2602 0 0 0 78 0 0 0 25 0 4 0 523123571 289918976 2248 33554432000 4194304 4627427 140736075409488 18446744073709551615 4330958 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 70781 2249 384 106 0 65752 0
[pid=32752/tid=32753] ppid=32750 vsize=283124 CPUtime=0.19 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 580 0 0 0 19 0 0 0 18 0 4 0 523123571 289918976 2249 33554432000 4194304 4627427 140736075409488 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=283124 CPUtime=0.19 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 564 0 0 0 19 0 0 0 25 0 4 0 523123571 289918976 2249 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=283124 CPUtime=0.19 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 490 0 0 0 19 0 0 0 25 0 4 0 523123571 289918976 2249 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283124

[startup+0.300844 s]
/proc/loadavg: 7.73 7.98 8.02 5/180 32752
/proc/meminfo: memFree=30914876/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=284356 CPUtime=1.18 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 3182 0 0 0 118 0 0 0 25 0 4 0 523123571 291180544 2422 33554432000 4194304 4627427 140736075409488 18446744073709551615 4310363 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 71089 2422 384 106 0 66060 0
[pid=32752/tid=32753] ppid=32750 vsize=284356 CPUtime=0.29 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 743 0 0 0 29 0 0 0 18 0 4 0 523123571 291180544 2422 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=284356 CPUtime=0.29 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 754 0 0 0 29 0 0 0 25 0 4 0 523123571 291180544 2422 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=284356 CPUtime=0.29 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 553 0 0 0 29 0 0 0 25 0 4 0 523123571 291180544 2422 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284356

[startup+0.700775 s]
/proc/loadavg: 7.73 7.98 8.02 5/180 32752
/proc/meminfo: memFree=30914876/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=285548 CPUtime=2.77 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 4883 0 0 0 277 0 0 0 25 0 4 0 523123571 292401152 3112 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 71387 3112 384 106 0 66358 0
[pid=32752/tid=32753] ppid=32750 vsize=285548 CPUtime=0.69 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 1107 0 0 0 69 0 0 0 18 0 4 0 523123571 292401152 3112 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=285548 CPUtime=0.69 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 1163 0 0 0 69 0 0 0 25 0 4 0 523123571 292401152 3112 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=285548 CPUtime=0.69 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 1091 0 0 0 69 0 0 0 25 0 4 0 523123571 292401152 3112 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285548

[startup+1.50064 s]
/proc/loadavg: 7.73 7.98 8.02 9/184 32756
/proc/meminfo: memFree=30886180/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=299756 CPUtime=5.97 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 8882 0 0 0 596 1 0 0 25 0 4 0 523123571 306950144 4691 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 74939 4691 388 106 0 69910 0
[pid=32752/tid=32753] ppid=32750 vsize=299756 CPUtime=1.49 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 1943 0 0 0 149 0 0 0 20 0 4 0 523123571 306950144 4691 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=299756 CPUtime=1.48 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 1993 0 0 0 148 0 0 0 25 0 4 0 523123571 306950144 4691 33554432000 4194304 4627427 140736075409488 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=299756 CPUtime=1.49 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 1812 0 0 0 149 0 0 0 25 0 4 0 523123571 306950144 4691 33554432000 4194304 4627427 140736075409488 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 299756

[startup+3.10036 s]
/proc/loadavg: 7.73 7.98 8.02 9/184 32756
/proc/meminfo: memFree=30857908/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=299500 CPUtime=12.37 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 15721 0 0 0 1235 2 0 0 25 0 4 0 523123571 306688000 9068 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 74875 9068 388 106 0 69846 0
[pid=32752/tid=32753] ppid=32750 vsize=299500 CPUtime=3.09 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 3652 0 0 0 309 0 0 0 25 0 4 0 523123571 306688000 9068 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=299500 CPUtime=3.07 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 4167 0 0 0 307 0 0 0 25 0 4 0 523123571 306688000 9068 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=299500 CPUtime=3.09 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 3853 0 0 0 309 0 0 0 25 0 4 0 523123571 306688000 9068 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 299500

[startup+6.3008 s]
/proc/loadavg: 7.75 7.98 8.02 9/184 32756
/proc/meminfo: memFree=30836420/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=290812 CPUtime=25.14 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 23284 0 0 0 2511 3 0 0 25 0 4 0 523123571 297791488 12582 33554432000 4194304 4627427 140736075409488 18446744073709551615 4332783 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 72703 12582 390 106 0 67674 0
[pid=32752/tid=32753] ppid=32750 vsize=290812 CPUtime=6.28 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 5862 0 0 0 628 0 0 0 25 0 4 0 523123571 297791488 12582 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=290812 CPUtime=6.26 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 6258 0 0 0 625 1 0 0 25 0 4 0 523123571 297791488 12582 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=290812 CPUtime=6.29 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 5646 0 0 0 628 1 0 0 25 0 4 0 523123571 297791488 12582 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 290812

[startup+12.7007 s]
/proc/loadavg: 7.85 7.99 8.02 9/184 32756
/proc/meminfo: memFree=30811836/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=318556 CPUtime=50.71 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 34254 0 0 0 5065 6 0 0 25 0 4 0 523123571 326201344 14078 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 79639 14078 390 106 0 74610 0
[pid=32752/tid=32753] ppid=32750 vsize=318556 CPUtime=12.69 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 8638 0 0 0 1268 1 0 0 25 0 4 0 523123571 326201344 14078 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=318556 CPUtime=12.62 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 8970 0 0 0 1261 1 0 0 25 0 4 0 523123571 326201344 14078 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=318556 CPUtime=12.69 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 8717 0 0 0 1267 2 0 0 25 0 4 0 523123571 326201344 14078 33554432000 4194304 4627427 140736075409488 18446744073709551615 4332317 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 318556

[startup+25.5004 s]
/proc/loadavg: 7.96 8.01 8.03 9/184 32757
/proc/meminfo: memFree=30783936/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=300824 CPUtime=101.84 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 51823 0 0 0 10174 10 0 0 25 0 4 0 523123571 308043776 16237 33554432000 4194304 4627427 140736075409488 18446744073709551615 4324192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 75206 16237 390 106 0 70177 0
[pid=32752/tid=32753] ppid=32750 vsize=300824 CPUtime=25.49 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 13901 0 0 0 2547 2 0 0 25 0 4 0 523123571 308043776 16237 33554432000 4194304 4627427 140736075409488 18446744073709551615 4332320 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=300824 CPUtime=25.35 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 13587 0 0 0 2533 2 0 0 25 0 4 0 523123571 308043776 16237 33554432000 4194304 4627427 140736075409488 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=300824 CPUtime=25.49 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 12966 0 0 0 2546 3 0 0 25 0 4 0 523123571 308043776 16237 33554432000 4194304 4627427 140736075409488 18446744073709551615 4427131 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 300824

[startup+51.101 s]
/proc/loadavg: 7.97 8.01 8.03 9/184 32758
/proc/meminfo: memFree=30753092/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=301892 CPUtime=204.09 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 80402 0 0 0 20393 16 0 0 25 0 4 0 523123571 309137408 20020 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 75473 20020 390 106 0 70444 0
[pid=32752/tid=32753] ppid=32750 vsize=301892 CPUtime=51.09 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 21529 0 0 0 5106 3 0 0 25 0 4 0 523123571 309137408 20020 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=301892 CPUtime=50.81 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 21054 0 0 0 5078 3 0 0 25 0 4 0 523123571 309137408 20020 33554432000 4194304 4627427 140736075409488 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=301892 CPUtime=51.08 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 19500 0 0 0 5104 4 0 0 25 0 4 0 523123571 309137408 20020 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 301892

[startup+102.301 s]
/proc/loadavg: 8.08 8.03 8.03 9/184 32759
/proc/meminfo: memFree=30708136/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=323096 CPUtime=408.64 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 121210 0 0 0 40836 28 0 0 25 0 4 0 523123571 330850304 24317 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 80774 24317 390 106 0 75745 0
[pid=32752/tid=32753] ppid=32750 vsize=323096 CPUtime=102.29 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 31679 0 0 0 10223 6 0 0 25 0 4 0 523123571 330850304 24317 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=323096 CPUtime=101.73 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 30677 0 0 0 10167 6 0 0 25 0 4 0 523123571 330850304 24317 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=323096 CPUtime=102.3 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 30463 0 0 0 10222 8 0 0 25 0 4 0 523123571 330850304 24317 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 323096

[startup+162.3 s]

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

[pid=32752] ppid=32750 vsize=386964 CPUtime=2565.72 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 363851 0 0 0 256441 131 0 0 25 0 4 0 523123571 396251136 54956 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 96741 54956 391 106 0 91712 0
[pid=32752/tid=32753] ppid=32750 vsize=386964 CPUtime=642.3 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 94322 0 0 0 64196 34 0 0 25 0 4 0 523123571 396251136 54956 33554432000 4194304 4627427 140736075409488 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=386964 CPUtime=638.8 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 91203 0 0 0 63849 31 0 0 25 0 4 0 523123571 396251136 54956 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=386964 CPUtime=642.3 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 90897 0 0 0 64197 33 0 0 25 0 4 0 523123571 396251136 54956 33554432000 4194304 4627427 140736075409488 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 386964

[startup+702.301 s]
/proc/loadavg: 8.11 8.04 8.01 9/184 307
/proc/meminfo: memFree=30387892/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=391552 CPUtime=2805.39 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 383375 0 0 0 280398 141 0 0 25 0 4 0 523123571 400949248 59598 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 97888 59598 391 106 0 92859 0
[pid=32752/tid=32753] ppid=32750 vsize=391552 CPUtime=702.3 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 100749 0 0 0 70193 37 0 0 25 0 4 0 523123571 400949248 59598 33554432000 4194304 4627427 140736075409488 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=391552 CPUtime=698.47 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 95690 0 0 0 69813 34 0 0 25 0 4 0 523123571 400949248 59598 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=391552 CPUtime=702.3 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 95456 0 0 0 70194 36 0 0 25 0 4 0 523123571 400949248 59598 33554432000 4194304 4627427 140736075409488 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 391552

[startup+762.3 s]
/proc/loadavg: 8.04 8.03 8.00 9/184 308
/proc/meminfo: memFree=30324572/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=455048 CPUtime=3045.08 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 403559 0 0 0 304358 150 0 0 25 0 4 0 523123571 465969152 67072 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 113762 67072 391 106 0 108733 0
[pid=32752/tid=32753] ppid=32750 vsize=455048 CPUtime=762.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 104540 0 0 0 76193 38 0 0 25 0 4 0 523123571 465969152 67072 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=455048 CPUtime=758.15 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 103521 0 0 0 75778 37 0 0 25 0 4 0 523123571 465969152 67072 33554432000 4194304 4627427 140736075409488 18446744073709551615 4420281 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=455048 CPUtime=762.3 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 99331 0 0 0 76193 37 0 0 25 0 4 0 523123571 465969152 67072 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 455048

[startup+822.301 s]
/proc/loadavg: 8.01 8.02 8.00 9/184 310
/proc/meminfo: memFree=30310872/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=430732 CPUtime=3284.74 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 418613 0 0 0 328315 159 0 0 25 0 4 0 523123571 441069568 66127 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 107683 66127 391 106 0 102654 0
[pid=32752/tid=32753] ppid=32750 vsize=430732 CPUtime=822.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 108000 0 0 0 82190 41 0 0 25 0 4 0 523123571 441069568 66127 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=430732 CPUtime=817.82 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 106287 0 0 0 81744 38 0 0 25 0 4 0 523123571 441069568 66127 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=430732 CPUtime=822.3 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 103738 0 0 0 82190 40 0 0 25 0 4 0 523123571 441069568 66127 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 430732

[startup+882.306 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 321
/proc/meminfo: memFree=30301148/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=456100 CPUtime=3524.44 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 435741 0 0 0 352276 168 0 0 25 0 4 0 523123571 467046400 64040 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 114025 64040 391 106 0 108996 0
[pid=32752/tid=32753] ppid=32750 vsize=456100 CPUtime=882.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 112435 0 0 0 88189 42 0 0 25 0 4 0 523123571 467046400 64040 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=456100 CPUtime=877.49 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 109737 0 0 0 87709 40 0 0 25 0 4 0 523123571 467046400 64040 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=456100 CPUtime=882.31 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 108420 0 0 0 88189 42 0 0 25 0 4 0 523123571 467046400 64040 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 456100

[startup+942.301 s]
/proc/loadavg: 8.05 8.03 8.00 9/184 322
/proc/meminfo: memFree=30275176/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=458896 CPUtime=3764.1 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 453687 0 0 0 376232 178 0 0 25 0 4 0 523123571 469909504 67520 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 114724 67520 391 106 0 109695 0
[pid=32752/tid=32753] ppid=32750 vsize=458896 CPUtime=942.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 116748 0 0 0 94186 45 0 0 25 0 4 0 523123571 469909504 67520 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=458896 CPUtime=937.16 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 114340 0 0 0 93673 43 0 0 25 0 4 0 523123571 469909504 67520 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=458896 CPUtime=942.31 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 111606 0 0 0 94187 44 0 0 25 0 4 0 523123571 469909504 67520 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 458896

[startup+1002.3 s]
/proc/loadavg: 8.11 8.05 8.01 9/184 324
/proc/meminfo: memFree=30289380/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=471876 CPUtime=4003.77 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 470548 0 0 0 400190 187 0 0 25 0 4 0 523123571 483201024 67538 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 117969 67538 391 106 0 112940 0
[pid=32752/tid=32753] ppid=32750 vsize=471876 CPUtime=1002.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 121227 0 0 0 100184 47 0 0 25 0 4 0 523123571 483201024 67538 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=471876 CPUtime=996.84 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 117883 0 0 0 99639 45 0 0 25 0 4 0 523123571 483201024 67538 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=471876 CPUtime=1002.31 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 116155 0 0 0 100184 47 0 0 25 0 4 0 523123571 483201024 67538 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 471876

[startup+1062.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/184 325
/proc/meminfo: memFree=30286704/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=472240 CPUtime=4243.45 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 487238 0 0 0 424150 195 0 0 25 0 4 0 523123571 483573760 69404 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 118060 69404 391 106 0 113031 0
[pid=32752/tid=32753] ppid=32750 vsize=472240 CPUtime=1062.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 125091 0 0 0 106181 50 0 0 25 0 4 0 523123571 483573760 69404 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=472240 CPUtime=1056.52 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 122819 0 0 0 105605 47 0 0 25 0 4 0 523123571 483573760 69404 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=472240 CPUtime=1062.3 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 120556 0 0 0 106182 48 0 0 25 0 4 0 523123571 483573760 69404 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 472240

[startup+1122.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/184 327
/proc/meminfo: memFree=30251184/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=472580 CPUtime=4483.13 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 503029 0 0 0 448108 205 0 0 25 0 4 0 523123571 483921920 70418 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 118145 70418 391 106 0 113116 0
[pid=32752/tid=32753] ppid=32750 vsize=472580 CPUtime=1122.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 129812 0 0 0 112179 52 0 0 25 0 4 0 523123571 483921920 70418 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=472580 CPUtime=1116.19 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 126110 0 0 0 111570 49 0 0 25 0 4 0 523123571 483921920 70418 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=472580 CPUtime=1122.31 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 123845 0 0 0 112179 52 0 0 25 0 4 0 523123571 483921920 70418 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 472580

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 329
/proc/meminfo: memFree=30250112/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=472180 CPUtime=4722.8 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 517178 0 0 0 472067 213 0 0 25 0 4 0 523123571 483512320 69028 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 118045 69028 391 106 0 113016 0
[pid=32752/tid=32753] ppid=32750 vsize=472180 CPUtime=1182.31 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 132974 0 0 0 118177 54 0 0 25 0 4 0 523123571 483512320 69028 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=472180 CPUtime=1175.87 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 130418 0 0 0 117535 52 0 0 25 0 4 0 523123571 483512320 69028 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=472180 CPUtime=1182.31 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 128061 0 0 0 118177 54 0 0 25 0 4 0 523123571 483512320 69028 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 472180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.12 8.03 5/179 330
/proc/meminfo: memFree=30645804/32951124 swapFree=67111364/67111528
[pid=32752] ppid=32750 vsize=472220 CPUtime=4800.32 cores=1,3,5,7
/proc/32752/stat : 32752 (strangenight2-m) R 32750 32752 32264 0 -1 4202496 521381 0 0 0 479816 216 0 0 25 0 4 0 523123571 483553280 70648 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32752/statm: 118055 70648 391 106 0 113026 0
[pid=32752/tid=32753] ppid=32750 vsize=472220 CPUtime=1201.72 cores=1,3,5,7
/proc/32752/task/32753/stat : 32753 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 134920 0 0 0 120117 55 0 0 25 0 4 0 523123571 483553280 70648 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32752/tid=32754] ppid=32750 vsize=472220 CPUtime=1195.15 cores=1,3,5,7
/proc/32752/task/32754/stat : 32754 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 131090 0 0 0 119463 52 0 0 25 0 4 0 523123571 483553280 70648 33554432000 4194304 4627427 140736075409488 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32752/tid=32755] ppid=32750 vsize=472220 CPUtime=1201.72 cores=1,3,5,7
/proc/32752/task/32755/stat : 32755 (strangenight2-m) R 32750 32752 32264 0 -1 4202560 128845 0 0 0 120118 54 0 0 25 0 4 0 523123571 483553280 70648 33554432000 4194304 4627427 140736075409488 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 472220

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.73
CPU time (s): 4800.36
CPU user time (s): 4798.19
CPU system time (s): 2.17467
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 474876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.19
system time used= 2.17467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 521382
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= 429
involuntary context switches= 20255

runsolver used 1.85072 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 00:14:16
IDJOB=3174211
IDBENCH=83029
IDSOLVER=1586
FILE ID=node136/3174211-1304115256
RUNJOBID= node136-1304115254-32700
PBS_JOBID= 13170688
Free space on /tmp= 72328 MiB

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

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=1965126064

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30915032 kB
Buffers:        590704 kB
Cached:         941892 kB
SwapCached:          0 kB
Active:         155480 kB
Inactive:      1456444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30915032 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11728 kB
Writeback:           0 kB
AnonPages:       78888 kB
Mapped:          15540 kB
Slab:           360692 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   286128 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= 72324 MiB
End job on node136 at 2011-04-30 00:34:20