Trace number 3174921

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-1-mt? (TO) 4800.36 1201.74

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S1300417189-038-UNKNOWN.cnf
MD5SUM0ed8ade65938c7fcf06ab054c90e3de3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.200968
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174921-1304052572.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.01	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.01	c -- vars added       2500
0.00/0.01	c Parsing time:  0.02 s
0.00/0.01	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.01
0.00/0.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.35	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.35	c lits-rem:         0  cl-subs:        0  v-elim:     80  v-fix:    0  time:  0.06 s
0.00/0.35	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.35	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.00/0.35	c calculated reachability. Time: 0.00
0.00/0.35	c Calc default polars -  time:   0.00 s pos:    1134 undec:     291 neg:    1075
0.00/0.35	c =========================================================================================
0.00/0.35	c types(t): F = full restart, N = normal restart
0.00/0.35	c types(t): S = simplification begin/end, E = solution found
0.00/0.35	c restart types(rt): st = static, dy = dynamic
0.00/0.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.35	c  B st     0         0      2420     10387         0         0     31590         0   no data   no data  --
3.57/0.90	c  N dy    20      4011      2420     10387         0      4010     31590    280168     45.20     58.17  --
3.57/0.90	c  N dy    41      8020      2420     10387         0      5519     31590    280299     45.22     47.70  --
3.57/0.90	c  N dy    62     12085      2420     10387         0      5335     31590    172167     44.83     48.21  --
4.36/1.10	c  N dy    88     16174      2420     10387         0      9422     31590    450017     45.11     55.86  --
5.17/1.39	c  N dy   114     20264      2420     10387         0      7890     31590    269542     45.27     48.81  --
6.37/1.69	c  N dy   140     24358      2420     10387         0     11980     31590    542811     45.23     48.30  --
6.78/1.74	c  F st   143     25002      2420     10387         0     12624     31590    587113     45.16     45.27  --
8.36/2.14	c  N dy   149     30001      2420     10387         0     10810     31590    425329     45.16   no data  --
8.36/2.14	c  S st   149     30001      2420     10387         0     10810     31590    425329     45.16   no data  --
8.36/2.18	c  S st   149     30505      2420     10387         0     11314     31590    451105     45.16   no data  --
8.36/2.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.36/2.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
8.76/2.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
8.76/2.21	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13.15/3.31	c lits-rem:        51  cl-subs:        4  v-elim:      0  v-fix:    0  time:  4.38 s
13.15/3.33	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.06
13.15/3.33	c calculated reachability. Time: 0.00
13.15/3.33	c  N dy   149     30505      2420     10387         0     11310     31590    450555     45.16   no data  --
14.36/3.67	c  N dy   170     34687      2420     10387         0     15490     31590    734387     45.18     47.90  --
15.97/4.02	c  N dy   196     39056      2420     10387         0     11956     31590    406915     45.18     49.46  --
17.14/4.38	c  N dy   221     43218      2420     10387         0     16117     31590    689736     45.19     48.54  --
18.35/4.61	c  S st   237     45757      2420     10387         0      9705     31590    184738     45.25   no data  --
18.35/4.64	c  S st   237     46260      2420     10387         0     10208     31590    212525     45.25   no data  --
18.35/4.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
18.35/4.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
18.35/4.66	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
19.55/4.99	c lits-rem:        13  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.30 s
19.55/4.99	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
19.55/4.99	c vivif2 --  cl tried    10207 cl shrink        0 lits rem          0 time: 0.01
19.96/5.01	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.05
19.96/5.01	c calculated reachability. Time: 0.00
19.96/5.01	c  N dy   237     46260      2420     10387         0     10207     31590    212370     45.25   no data  --
21.14/5.33	c  N dy   257     50281      2420     10387         0     14227     31590    494795     45.18     48.92  --
22.75/5.74	c  N dy   278     54931      2420     10387         0     18876     31590    809516     44.97     47.82  --
23.95/6.10	c  N dy   304     59021      2420     10387         0     12997     31590    348955     45.05     50.09  --
25.54/6.48	c  N dy   328     63349      2420     10387         0     17321     31590    645111     45.04     48.35  --
27.14/6.89	c  N dy   351     67483      2420     10387         0     21453     31590    931630     45.06     50.06  --
27.94/7.06	c  S st   358     69392      2420     10387         0     12377     31590    239755     44.99     46.57  --
28.34/7.10	c  S st   358     69893      2420     10387         0     12878     31590    266881     44.99   no data  --
28.34/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.34/7.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
28.34/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
28.34/7.13	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
30.33/7.68	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.20 s
30.33/7.68	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
30.33/7.68	c vivif2 --  cl tried    12875 cl shrink        0 lits rem          0 time: 0.01
30.73/7.70	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.06
30.73/7.70	c calculated reachability. Time: 0.00
30.73/7.70	c  N dy   358     69893      2420     10387         0     12875     31590    266536     44.99   no data  --
31.93/8.09	c  N dy   383     74425      2420     10387         0     17406     31590    576677     45.02     47.49  --
33.92/8.56	c  N dy   411     79272      2420     10387         0     22252     31590    906471     45.01     47.71  --
35.92/9.05	c  N dy   436     84550      2420     10387         0     15539     31590    389572     44.97     47.42  --
37.12/9.32	c  F st   456     87500      2420     10387         0     18488     31590    599965     45.05     49.62  --
38.31/9.64	c  N st   461     90796      2420     10387         0     21781     31590    841422     45.05   no data  --
40.72/10.25	c  N dy   483     96597      2420     10387         0     14588     31590    267838     45.08     48.60  --
43.11/10.81	c  N dy   519    102963      2420     10387         0     20952     31590    698724     45.10     47.57  --
43.92/11.00	c  S st   532    104840      2420     10387         0     22828     31590    826859     45.10     38.23  --
43.92/11.06	c  S st   532    105345      2420     10387         0     23333     31590    855294     45.10   no data  --
43.92/11.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.92/11.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.92/11.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.05
44.31/11.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.31/11.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.31/11.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
44.31/11.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
60.29/15.16	c lits-rem:       136  cl-subs:        6  v-elim:      0  v-fix:    0  time: 16.14 s
60.29/15.16	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
60.29/15.17	c vivif2 --  cl tried    23327 cl shrink        0 lits rem          0 time: 0.03
60.69/15.20	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.13
60.69/15.20	c calculated reachability. Time: 0.00
60.69/15.20	c  N dy   532    105345      2420     10387         0     23327     31590    854444     45.10   no data  --
63.48/15.94	c  N dy   573    112131      2420     10387         0     16115     31590    310977     45.15     56.63  --
66.28/16.64	c  N dy   610    119376      2420     10387         0     23359     31590    815263     45.18     50.93  --
69.48/17.49	c  N dy   654    126995      2420     10387         0     15979     31590    236027     45.23     48.28  --
72.68/18.25	c  N dy   703    135143      2420     10387         0     24127     31590    799010     45.24     48.47  --
76.67/19.26	c  N dy   748    143995      2420     10387         0     16987     31590    244879     45.22     47.73  --
80.26/20.17	c  N dy   807    153219      2420     10387         0     26208     31590    882403     45.30     47.80  --
82.66/20.73	c  S st   839    158017      2420     10387         0     31005     31590   1214435     45.35     44.68  --
83.05/20.81	c  S st   839    158520      2420     10387         0     31508     31590   1244151     45.35   no data  --
83.05/20.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
83.05/20.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.05/20.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.07
83.05/20.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.05/20.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.05/20.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
83.05/20.88	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
92.25/23.16	c lits-rem:        66  cl-subs:       10  v-elim:      0  v-fix:    0  time:  9.12 s
92.25/23.17	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
92.25/23.18	c vivif2 --  cl tried    31498 cl shrink        0 lits rem          0 time: 0.06
92.65/23.22	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.16
92.65/23.22	c calculated reachability. Time: 0.00
92.65/23.22	c  N dy   839    158520      2420     10387         0     31498     31590   1242685     45.35   no data  --
97.04/24.30	c  N dy   906    168756      2420     10387         0     24734     31590    720407     45.45     48.47  --
102.23/25.60	c  N dy   967    179711      2420     10387         0     35687     31590   1476902     45.45     48.18  --
107.03/26.82	c  N dy  1030    191228      2420     10387         0     29207     31590    954536     45.46     49.31  --
113.02/28.35	c  N dy  1096    203678      2420     10387         0     22658     31590    439923     45.47     48.87  --
119.41/29.94	c  N dy  1176    216872      2420     10387         0     35848     31590   1360377     45.50     48.15  --
125.82/31.55	c  N dy  1251    230731      2420     10387         0     29708     31590    869257     45.51     53.66  --
129.40/32.47	c  S st  1296    237781      2420     10387         0     36756     31590   1354245     45.53   no data  --
129.81/32.55	c  S st  1296    238285      2420     10387         0     37260     31590   1380680     45.53   no data  --
129.81/32.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
129.81/32.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.81/32.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
130.22/32.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.22/32.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.22/32.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
130.22/32.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
139.77/35.03	c lits-rem:        55  cl-subs:       12  v-elim:      0  v-fix:    0  time:  9.62 s
139.77/35.04	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
139.77/35.05	c vivif2 --  cl tried    37248 cl shrink        0 lits rem          0 time: 0.06
140.17/35.10	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.19
140.17/35.10	c calculated reachability. Time: 0.00
140.17/35.10	c  N dy  1296    238285      2420     10387         0     37248     31590   1379328     45.53   no data  --
147.38/36.95	c  N dy  1375    253518      2420     10387         0     31487     31590    941551     45.52     56.24  --
155.76/39.07	c  N dy  1452    269741      2420     10387         0     25710     31590    467717     45.48     48.70  --
164.96/41.33	c  N dy  1552    287048      2420     10387         0     43015     31590   1661668     45.50     55.74  --
174.16/43.63	c  N dy  1656    305406      2420     10387         0     38367     31590   1275776     45.52     48.22  --
174.53/43.75	c  F st  1662    306252      2420     10387         0     39213     31590   1333521     45.51   no data  --
184.52/46.27	c  N dy  1753    325177      2420     10387         0     34142     31590    928943     45.56     47.98  --
196.12/49.14	c  N dy  1860    345566      2420     10387         0     29533     31590    541428     45.58     48.16  --
202.09/50.68	c  S st  1924    357427      2420     10387         0     41391     31590   1362864     45.59   no data  --
202.50/50.77	c  S st  1924    357929      2420     10387         0     41893     31590   1390383     45.59   no data  --
202.50/50.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
202.50/50.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.50/50.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.09
202.89/50.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
202.89/50.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
202.89/50.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
202.89/50.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
212.88/53.30	c lits-rem:        23  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.80 s
212.88/53.30	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
212.88/53.31	c vivif2 --  cl tried    41879 cl shrink        0 lits rem          0 time: 0.06
212.88/53.37	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.22
212.88/53.37	c calculated reachability. Time: 0.00
212.88/53.37	c  N dy  1924    357929      2420     10387         0     41879     31590   1388766     45.59   no data  --
224.46/56.28	c  N dy  2050    378044      2420     10387         0     35996     31590    934445     45.64     48.20  --
237.24/59.41	c  N dy  2165    398260      2420     10387         0     29209     31590    390650     45.65     48.43  --
248.85/62.33	c  N dy  2273    418347      2420     10387         0     49285     31590   1789458     45.67     48.12  --
260.41/65.27	c  N dy  2393    438564      2420     10387         0     41500     31590   1169957     45.69     49.61  --
273.60/68.55	c  N dy  2521    458649      2420     10387         0     32596     31590    497215     45.75     48.87  --
285.57/71.54	c  N dy  2632    478704      2420     10387         0     52643     31590   1899600     45.75     49.84  --
297.96/74.67	c  N dy  2752    498774      2420     10387         0     42715     31590   1141424     45.78     53.54  --
312.34/78.21	c  N dy  2862    518841      2420     10387         0     31784     31590    321163     45.78     48.39  --
322.73/80.81	c  S st  2959    536894      2420     10387         0     49832     31590   1586291     45.78   no data  --
323.15/80.91	c  S st  2959    537397      2420     10387         0     50335     31590   1617564     45.78   no data  --
323.15/80.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
323.15/80.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
323.15/80.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.11
323.15/81.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
323.15/81.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
323.15/81.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
323.15/81.00	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
336.73/84.32	c lits-rem:        87  cl-subs:       17  v-elim:      0  v-fix:    0  time: 13.22 s
336.73/84.32	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
336.73/84.33	c vivif2 --  cl tried    50318 cl shrink        0 lits rem          0 time: 0.07
337.10/84.40	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.27
337.10/84.40	c calculated reachability. Time: 0.00
337.10/84.40	c  N dy  2959    537397      2420     10387         0     50318     31590   1615328     45.78   no data  --
350.69/87.82	c  N dy  3085    557558      2420     10387         0     38484     31590    724218     45.81     49.16  --
363.87/91.17	c  N dy  3190    577946      2420     10387         0     58868     31590   2148790     45.81     48.46  --
376.65/94.38	c  N dy  3286    597958      2420     10387         0     45887     31590   1178148     45.79     54.31  --
391.83/98.12	c  N dy  3401    618060      2420     10387         0     65985     31590   2571093     45.81     49.06  --
404.22/101.28	c  N dy  3505    638124      2420     10387         0     52059     31590   1540619     45.80     48.44  --
420.22/105.26	c  N dy  3631    658146      2420     10387         0     37079     31590    431585     45.82     55.55  --
433.78/108.61	c  N dy  3757    678217      2420     10387         0     57146     31590   1831896     45.85     48.57  --
449.75/112.60	c  N dy  3882    698326      2420     10387         0     41257     31590    659225     45.87     48.74  --
464.15/116.26	c  N dy  3994    718439      2420     10387         0     61366     31590   2052821     45.87     49.10  --
480.11/120.20	c  N dy  4119    738562      2420     10387         0     44489     31590    836298     45.89     49.77  --
494.51/123.84	c  N dy  4233    758626      2420     10387         0     64550     31590   2237538     45.90     49.29  --
510.07/127.72	c  N dy  4340    778673      2420     10387         0     46607     31590    899580     45.89     49.31  --
524.85/131.42	c  N dy  4424    798674      2420     10387         0     66598     31590   2324637     45.85     48.62  --
531.64/133.14	c  S st  4469    806096      2420     10387         0     74017     31590   2847888     45.86   no data  --
532.04/133.29	c  S st  4469    806598      2420     10387         0     74519     31590   2879803     45.86   no data  --
532.44/133.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
532.44/133.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
532.44/133.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
532.84/133.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
532.84/133.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
532.84/133.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
532.84/133.46	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
568.79/142.42	c lits-rem:        56  cl-subs:       28  v-elim:      0  v-fix:    0  time: 35.75 s
568.79/142.42	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
568.79/142.45	c vivif2 --  cl tried    74491 cl shrink        0 lits rem          0 time: 0.13
569.21/142.56	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.44
569.21/142.57	c calculated reachability. Time: 0.00
569.21/142.57	c  N dy  4469    806598      2420     10387         0     74491     31590   2876509     45.86   no data  --
583.97/146.28	c  N dy  4602    826765      2420     10387         0     55665     31590   1489677     45.89     49.29  --
601.95/150.71	c  N dy  4725    846842      2420     10387         0     75734     31590   2890392     45.91     49.19  --
616.32/154.35	c  N dy  4842    866876      2420     10387         0     55775     31590   1425540     45.92     48.54  --
633.50/158.66	c  N dy  4963    886940      2420     10387         0     75831     31590   2850693     45.96     49.24  --
649.08/162.55	c  N dy  5077    907116      2420     10387         0     55013     31590   1303648     45.96     49.46  --
666.27/166.82	c  N dy  5200    927125      2420     10387         0     75020     31590   2708205     45.98     49.03  --
682.63/170.98	c  N dy  5314    947297      2420     10387         0     53197     31590   1123585     45.99     49.11  --
699.41/175.14	c  N dy  5431    967457      2420     10387         0     73351     31590   2545222     46.01     48.90  --
718.19/179.80	c  N dy  5551    988608      2420     10387         0     51506     31590    940114     46.02     49.36  --
734.16/183.84	c  N dy  5671   1008624      2420     10387         0     71516     31590   2347516     46.04     49.14  --
753.35/188.63	c  N dy  5778   1028694      2420     10387         0     47596     31590    595965     46.04     48.53  --
768.12/192.38	c  N dy  5897   1048797      2420     10387         0     67691     31590   1999374     46.06     48.82  --
788.10/197.35	c  N dy  6007   1068906      2420     10387         0     87792     31590   3422710     46.06     49.02  --
791.29/198.16	c  F st  6029   1071875      2420     10387         0     45773     31590    400825     46.06   no data  --
803.67/201.23	c  N dy  6108   1089144      2420     10387         0     63037     31590   1639198     46.08     48.72  --
822.45/205.95	c  N dy  6228   1109249      2420     10387         0     83136     31590   3071878     46.10     48.74  --
840.02/210.38	c  N dy  6348   1129347      2420     10387         0     57244     31590   1145035     46.12     50.39  --
857.60/214.76	c  N dy  6465   1149432      2420     10387         0     77322     31590   2543595     46.13     48.57  --
879.57/220.23	c  N dy  6593   1169454      2420     10387         0     50356     31590    595959     46.14     48.96  --
895.95/224.39	c  N dy  6698   1189487      2420     10387         0     70379     31590   2008659     46.15     48.74  --
918.32/229.99	c  N dy  6839   1209881      2420     10387         0     90770     31590   3444618     46.18     49.88  --
918.32/229.99	c  S st  6840   1209897      2420     10387         0     90786     31590   3445781     46.18   no data  --
919.52/230.20	c  S st  6840   1210402      2420     10387         0     91291     31590   3472244     46.18   no data  --
919.52/230.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
919.52/230.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
919.52/230.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
919.92/230.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
919.92/230.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
919.92/230.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
919.92/230.39	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1135.63/284.36	c lits-rem:         5  cl-subs:       29  v-elim:      0  v-fix:    0  time: 215.05 s
1135.63/284.36	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
1135.63/284.40	c vivif2 --  cl tried    91262 cl shrink        0 lits rem          0 time: 0.16
1136.45/284.54	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.57
1136.45/284.55	c calculated reachability. Time: 0.00
1136.45/284.55	c  N dy  6840   1210402      2420     10387         0     91262     31590   3469054     46.18   no data  --
1153.62/288.87	c  N dy  6964   1230769      2420     10387         0     63634     31590   1457492     46.19     48.67  --
1172.78/293.65	c  N dy  7081   1250819      2420     10387         0     83681     31590   2873597     46.19     49.30  --
1192.75/298.70	c  N dy  7181   1270841      2420     10387         0     54715     31590    772384     46.19     48.83  --
1209.92/302.98	c  N dy  7306   1290965      2420     10387         0     74837     31590   2184920     46.21     49.05  --
1231.49/308.36	c  N dy  7409   1311045      2420     10387         0     94911     31590   3581804     46.21     49.25  --
1249.07/312.78	c  N dy  7537   1331048      2420     10387         0     64918     31590   1423139     46.22     56.70  --
1268.26/317.59	c  N dy  7652   1351126      2420     10387         0     84992     31590   2833599     46.22     52.22  --
1291.41/323.33	c  N dy  7775   1371623      2420     10387         0     54500     31590    628792     46.23     48.77  --
1307.81/327.49	c  N dy  7895   1391644      2420     10387         0     74517     31590   2041063     46.24     48.74  --
1329.78/332.93	c  N dy  8008   1411703      2420     10387         0     94568     31590   3445564     46.25     52.80  --
1349.74/337.95	c  N dy  8127   1431786      2420     10387         0     62662     31590   1138803     46.26     49.23  --
1368.51/342.63	c  N dy  8247   1451881      2420     10387         0     82748     31590   2558643     46.27     48.79  --
1392.08/348.53	c  N dy  8364   1471891      2420     10387         0    102752     31590   3963589     46.28     48.78  --
1410.05/353.02	c  N dy  8479   1492275      2420     10387         0     70137     31590   1605814     46.28     48.86  --
1430.03/358.06	c  N dy  8589   1512360      2420     10387         0     90216     31590   3014195     46.29     50.16  --
1455.59/364.42	c  N dy  8709   1533140      2420     10387         0     57005     31590    624870     46.29     49.17  --
1472.36/368.69	c  N dy  8820   1553171      2420     10387         0     77032     31590   2038823     46.29     56.56  --
1494.74/374.29	c  N dy  8945   1573270      2420     10387         0     97127     31590   3452625     46.30     49.07  --
1517.51/379.98	c  N dy  9072   1593321      2420     10387         0     62187     31590    911527     46.31     49.19  --
1536.29/384.65	c  N dy  9201   1613441      2420     10387         0     82305     31590   2334216     46.32     48.99  --
1559.85/390.57	c  N dy  9327   1633477      2420     10387         0    102330     31590   3735169     46.33     51.20  --
1581.42/395.97	c  N dy  9450   1653538      2420     10387         0     66394     31590   1153947     46.34     49.18  --
1601.00/400.85	c  N dy  9569   1673571      2420     10387         0     86418     31590   2582095     46.36     50.67  --
1626.16/407.16	c  N dy  9675   1693717      2420     10387         0    106560     31590   4000861     46.35     48.98  --
1644.94/411.84	c  S st  9776   1710403      2420     10387         0     66265     31590   1074365     46.36   no data  --
1645.34/411.98	c  S st  9776   1710904      2420     10387         0     66766     31590   1104441     46.36   no data  --
1645.34/411.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1645.34/411.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1645.75/412.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
1645.75/412.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1645.75/412.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1645.75/412.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
1645.75/412.07	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1656.91/414.83	c lits-rem:        56  cl-subs:        9  v-elim:      0  v-fix:    0  time: 11.02 s
1656.91/414.83	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
1656.91/414.85	c vivif2 --  cl tried    66757 cl shrink        0 lits rem          0 time: 0.06
1657.31/414.94	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.38
1657.31/414.95	c calculated reachability. Time: 0.00
1657.31/414.95	c  N dy  9776   1710904      2420     10387         0     66757     31590   1103286     46.36   no data  --
1678.09/420.15	c  N dy  9914   1730968      2420     10387         0     86816     31590   2526949     46.38     48.95  --
1703.65/426.55	c  N dy 10029   1751009      2420     10387         0    106853     31590   3940861     46.39     51.26  --
1726.42/432.21	c  N dy 10139   1771056      2420     10387         0     68917     31590   1204715     46.39     48.93  --
1747.59/437.54	c  N dy 10276   1791090      2420     10387         0     88947     31590   2624398     46.41     49.15  --
1774.76/444.33	c  N dy 10389   1812014      2420     10387         0    109862     31590   4120815     46.40     49.85  --
1797.93/450.10	c  N dy 10526   1832062      2420     10387         0     70921     31590   1286003     46.42     55.36  --
1818.70/455.37	c  N dy 10642   1852077      2420     10387         0     90920     31590   2693711     46.42     49.56  --
1845.06/461.90	c  N dy 10756   1872078      2420     10387         0    110912     31590   4098755     46.43     49.49  --
1868.23/467.70	c  N dy 10863   1892188      2420     10387         0     71049     31590   1226003     46.43     49.32  --
1889.41/473.07	c  N dy 10990   1912320      2420     10387         0     91177     31590   2647520     46.44     48.94  --
1916.17/479.78	c  N dy 11111   1932357      2420     10387         0    111208     31590   4059103     46.46     49.82  --
1941.34/486.01	c  N dy 11228   1952377      2420     10387         0     70243     31590   1102901     46.47     49.84  --
1962.12/491.23	c  N dy 11354   1972507      2420     10387         0     90364     31590   2514946     46.48     49.50  --
1987.68/497.68	c  N dy 11486   1992594      2420     10387         0    110447     31590   3937050     46.49     49.24  --
2014.44/504.32	c  N dy 11615   2012829      2420     10387         0     68689     31590    918802     46.50     49.11  --
2034.41/509.30	c  N dy 11748   2032913      2420     10387         0     88765     31590   2334182     46.51     49.15  --
2059.57/515.63	c  N dy 11871   2052981      2420     10387         0    108827     31590   3761374     46.53     50.10  --
2088.33/522.89	c  N dy 11997   2073536      2420     10387         0     66396     31590    704643     46.54     49.81  --
2107.91/527.77	c  N dy 12109   2093932      2420     10387         0     86785     31590   2140696     46.54     49.27  --
2132.68/533.95	c  N dy 12235   2114216      2420     10387         0    107064     31590   3572209     46.55     49.28  --
2161.44/541.14	c  N dy 12344   2134260      2420     10387         0    127104     31590   5002382     46.55     66.53  --
2181.02/546.10	c  N dy 12475   2154310      2420     10387         0     83169     31590   1828110     46.57     57.21  --
2204.99/552.07	c  N dy 12592   2174391      2420     10387         0    103243     31590   3237995     46.57     50.51  --
2233.74/559.20	c  N dy 12709   2194405      2420     10387         0    123252     31590   4658967     46.58     49.19  --
2253.31/564.16	c  S st 12816   2210904      2420     10387         0     74757     31590   1158357     46.58     45.44  --
2254.11/564.31	c  S st 12816   2211406      2420     10387         0     75259     31590   1187136     46.58   no data  --
2254.11/564.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2254.11/564.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2254.11/564.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
2254.51/564.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2254.51/564.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2254.51/564.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
2254.51/564.41	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2268.09/567.85	c lits-rem:       129  cl-subs:        6  v-elim:      0  v-fix:    0  time: 13.75 s
2268.09/567.85	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
2268.09/567.87	c vivif2 --  cl tried    75253 cl shrink        0 lits rem          0 time: 0.06
2268.49/567.97	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.41
2268.49/567.97	c calculated reachability. Time: 0.00
2268.49/567.97	c  N dy 12816   2211406      2420     10387         0     75253     31590   1186362     46.58   no data  --
2290.07/573.40	c  N dy 12950   2231584      2420     10387         0     95426     31590   2612762     46.59     50.23  --
2316.83/580.03	c  N dy 13079   2251657      2420     10387         0    115497     31590   4048080     46.60     60.20  --
2345.59/587.25	c  N dy 13207   2271728      2420     10387         0     69578     31590    734458     46.62     53.92  --
2365.56/592.27	c  N dy 13337   2291866      2420     10387         0     89710     31590   2160614     46.63     49.16  --
2390.73/598.51	c  N dy 13454   2311910      2420     10387         0    109749     31590   3575861     46.63     49.49  --
2420.69/606.06	c  N dy 13565   2331937      2420     10387         0    129774     31590   4983972     46.63     49.43  --
2443.06/611.63	c  N dy 13690   2351939      2420     10387         0     82789     31590   1597736     46.64     49.15  --
2466.23/617.49	c  N dy 13802   2372247      2420     10387         0    103088     31590   3017775     46.64     49.44  --
2496.99/625.17	c  N dy 13918   2393585      2420     10387         0    124417     31590   4521706     46.64     49.17  --
2524.16/631.93	c  N dy 14035   2413624      2420     10387         0     76472     31590   1089070     46.64     49.14  --
2545.73/637.34	c  N dy 14151   2433629      2420     10387         0     96472     31590   2495747     46.64     60.57  --
2572.49/644.00	c  N dy 14247   2453674      2420     10387         0    116516     31590   3892081     46.64     49.59  --
2606.05/652.41	c  N dy 14364   2473902      2420     10387         0    136738     31590   5321118     46.64     49.41  --
2627.61/657.83	c  N dy 14485   2494002      2420     10387         0     87852     31590   1829394     46.65     49.66  --
2653.18/664.22	c  N dy 14596   2514009      2420     10387         0    107850     31590   3242368     46.66     49.96  --
2683.16/671.73	c  N dy 14693   2534104      2420     10387         0    127941     31590   4686558     46.66     49.76  --
2712.30/679.03	c  N dy 14817   2554161      2420     10387         0     78009     31590   1064796     46.66     49.36  --
2735.48/684.81	c  N dy 14935   2574204      2420     10387         0     98048     31590   2488974     46.67     53.10  --
2764.63/692.11	c  N dy 15056   2594264      2420     10387         0    118103     31590   3900404     46.67     57.32  --
2798.98/700.73	c  N dy 15185   2614594      2420     10387         0    138425     31590   5348080     46.69     49.78  --
2822.95/706.75	c  N dy 15317   2634697      2420     10387         0     87542     31590   1674721     46.69     49.82  --
2848.51/713.17	c  N dy 15426   2655275      2420     10387         0    108114     31590   3130254     46.70     49.68  --
2879.67/720.95	c  N dy 15567   2675329      2420     10387         0    128164     31590   4572352     46.72     49.88  --
2913.23/729.30	c  N dy 15692   2695384      2420     10387         0     76232     31590    805039     46.72     52.03  --
2930.00/733.50	c  S st 15800   2711410      2420     10387         0     92257     31590   1944084     46.73     48.06  --
2930.40/733.70	c  S st 15800   2711912      2420     10387         0     92759     31590   1973942     46.73   no data  --
2930.80/733.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2930.80/733.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2930.80/733.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
2931.20/733.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2931.20/733.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2931.20/733.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
2931.20/733.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2962.36/741.68	c lits-rem:        47  cl-subs:       11  v-elim:      0  v-fix:    0  time: 31.34 s
2962.36/741.68	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
2962.76/741.71	c vivif2 --  cl tried    92748 cl shrink        0 lits rem          0 time: 0.10
2963.16/741.85	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.55
2963.16/741.85	c calculated reachability. Time: 0.00
2963.16/741.85	c  N dy 15800   2711912      2420     10387         0     92748     31590   1972335     46.73   no data  --
2988.33/748.18	c  N dy 15904   2732042      2420     10387         0    112877     31590   3396601     46.73     50.37  --
3019.08/755.87	c  N dy 16033   2752152      2420     10387         0    132981     31590   4831210     46.74     49.25  --
3048.64/763.29	c  N dy 16158   2772554      2420     10387         0     80394     31590   1040320     46.75     49.82  --
3071.41/768.91	c  N dy 16274   2792560      2420     10387         0    100392     31590   2475245     46.76     49.60  --
3098.98/775.88	c  N dy 16408   2812597      2420     10387         0    120418     31590   3896531     46.77     49.55  --
3131.72/784.05	c  N dy 16520   2832949      2420     10387         0    140764     31590   5323905     46.77     49.37  --
3158.10/790.61	c  N dy 16645   2853000      2420     10387         0     86835     31590   1442487     46.77     52.67  --
3182.07/796.65	c  N dy 16768   2873035      2420     10387         0    106865     31590   2874359     46.78     49.34  --
3211.22/803.90	c  N dy 16891   2893129      2420     10387         0    126957     31590   4304388     46.79     50.59  --
3245.19/812.48	c  N dy 17008   2913155      2420     10387         0    146978     31590   5722363     46.79     49.56  --
3269.15/818.45	c  N dy 17130   2933183      2420     10387         0     92020     31590   1745991     46.80     50.43  --
3295.11/824.97	c  N dy 17256   2953394      2420     10387         0    112227     31590   3172589     46.80     49.46  --
3325.87/832.62	c  N dy 17381   2973426      2420     10387         0    132250     31590   4601876     46.81     55.67  --
3361.02/841.42	c  N dy 17483   2993490      2420     10387         0     76329     31590    561405     46.81     49.50  --
3381.81/846.67	c  N dy 17585   3013538      2420     10387         0     96372     31590   1990683     46.81     49.31  --
3408.56/853.32	c  N dy 17713   3033577      2420     10387         0    116411     31590   3407089     46.82     49.88  --
3439.72/861.16	c  N dy 17839   3053601      2420     10387         0    136432     31590   4829133     46.82     51.83  --
3476.07/870.27	c  N dy 17980   3073641      2420     10387         0     79481     31590    725414     46.84     55.79  --
3499.24/876.01	c  N dy 18100   3093806      2420     10387         0     99638     31590   2159411     46.84     49.60  --
3527.60/883.13	c  N dy 18223   3113841      2420     10387         0    119667     31590   3593582     46.85     57.92  --
3561.16/891.54	c  N dy 18329   3133869      2420     10387         0    139690     31590   5007967     46.85     50.51  --
3597.12/900.53	c  N dy 18448   3153978      2420     10387         0     81820     31590    833229     46.85     49.51  --
3620.27/906.34	c  N dy 18563   3174056      2420     10387         0    101892     31590   2253914     46.86     55.98  --
3650.63/913.94	c  N dy 18709   3194204      2420     10387         0    122038     31590   3691676     46.87     49.52  --
3681.00/921.57	c  S st 18797   3211912      2420     10387         0    139737     31590   4956876     46.87   no data  --
3682.19/921.88	c  S st 18797   3212418      2420     10387         0    140243     31590   4986530     46.87   no data  --
3682.59/921.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3682.59/921.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3682.59/921.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.37
3683.39/922.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3683.39/922.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3683.39/922.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
3683.39/922.18	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4201.90/1052.00	c lits-rem:         9  cl-subs:       75  v-elim:      0  v-fix:    0  time: 517.35 s
4202.29/1052.00	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
4202.29/1052.06	c vivif2 --  cl tried   140168 cl shrink        0 lits rem          0 time: 0.25
4203.51/1052.31	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.99
4203.51/1052.31	c calculated reachability. Time: 0.00
4203.51/1052.31	c  N dy 18797   3212418      2420     10387         0    140168     31590   4977833     46.87   no data  --
4241.04/1061.71	c  N dy 18927   3232426      2420     10387         0     81186     31590    715481     46.87     53.37  --
4264.62/1067.61	c  N dy 19050   3252498      2420     10387         0    101254     31590   2145493     46.88     50.52  --
4292.97/1074.77	c  N dy 19166   3272546      2420     10387         0    121297     31590   3571799     46.88     50.55  --
4327.72/1083.43	c  N dy 19301   3292574      2420     10387         0    141325     31590   4999643     46.89     51.13  --
4366.48/1093.10	c  N dy 19421   3312673      2420     10387         0     81438     31590    664569     46.90     49.77  --
4389.64/1098.99	c  N dy 19535   3332948      2420     10387         0    101706     31590   2096828     46.90     49.37  --
4417.61/1105.96	c  N dy 19650   3352998      2420     10387         0    121753     31590   3517931     46.90     49.46  --
4451.96/1114.58	c  N dy 19789   3373132      2420     10387         0    141882     31590   4951396     46.91     49.39  --
4493.13/1124.86	c  N dy 19917   3393513      2420     10387         0     81278     31590    591418     46.92     49.62  --
4517.07/1130.84	c  N dy 20030   3413831      2420     10387         0    101591     31590   2035919     46.92     49.75  --
4545.84/1138.07	c  N dy 20154   3433838      2420     10387         0    121594     31590   3451537     46.92     56.98  --
4580.58/1146.77	c  N dy 20285   3454041      2420     10387         0    141793     31590   4885519     46.93     49.64  --
4620.55/1156.75	c  N dy 20404   3474060      2420     10387         0    161803     31590   6310166     46.94     60.29  --
4647.31/1163.45	c  N dy 20541   3494438      2420     10387         0    100201     31590   1887072     46.95     49.61  --
4675.66/1170.58	c  N dy 20668   3514456      2420     10387         0    120211     31590   3318301     46.96     49.82  --
4710.41/1179.25	c  N dy 20798   3534532      2420     10387         0    140281     31590   4746961     46.96     49.86  --
4750.36/1189.29	c  N dy 20914   3554594      2420     10387         0    160338     31590   6168139     46.97     50.45  --
4779.91/1196.69	c  N dy 21028   3574693      2420     10387         0     97446     31590   1608434     46.97     55.23  --

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-3174921-1304052572/watcher-3174921-1304052572 -o /tmp/evaluation-result-3174921-1304052572/solver-3174921-1304052572 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174921-1304052572.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.50 7.99 7.96 2/174 30477
/proc/meminfo: memFree=20502700/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 413 0 0 0 0 0 0 0 20 0 4 0 595487898 52465664 352 33554432000 4194304 4650419 140737361601488 18446744073709551615 231895546865 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 12809 352 303 112 0 7774 0
[pid=30477/tid=30478] ppid=30475 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 595487898 52465664 352 33554432000 4194304 4650419 140737361601488 18446744073709551615 47311819003824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 595487898 52465664 352 33554432000 4194304 4650419 140737361601488 18446744073709551615 47311819003824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 595487898 52465664 352 33554432000 4194304 4650419 140737361601488 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.722036 s]
/proc/loadavg: 7.50 7.99 7.96 2/174 30477
/proc/meminfo: memFree=20502700/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=363120 CPUtime=2.85 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 7986 0 0 0 284 1 0 0 19 0 4 0 595487898 371834880 5927 33554432000 4194304 4650419 140737361601488 18446744073709551615 231895187656 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 90780 5927 392 112 0 85745 0
[pid=30477/tid=30478] ppid=30475 vsize=363120 CPUtime=0.71 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 1937 0 0 0 71 0 0 0 18 0 4 0 595487898 371834880 5927 33554432000 4194304 4650419 140737361601488 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=363120 CPUtime=0.71 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 1947 0 0 0 71 0 0 0 18 0 4 0 595487898 371834880 5927 33554432000 4194304 4650419 140737361601488 18446744073709551615 4331963 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=363120 CPUtime=0.71 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 1729 0 0 0 71 0 0 0 19 0 4 0 595487898 371834880 5927 33554432000 4194304 4650419 140737361601488 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 363120

[startup+0.800859 s]
/proc/loadavg: 7.50 7.99 7.96 2/174 30477
/proc/meminfo: memFree=20502700/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=355016 CPUtime=3.17 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 9139 0 0 0 316 1 0 0 19 0 4 0 595487898 363536384 4852 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 88754 4852 392 112 0 83719 0
[pid=30477/tid=30478] ppid=30475 vsize=355016 CPUtime=0.79 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2249 0 0 0 79 0 0 0 19 0 4 0 595487898 363536384 4852 33554432000 4194304 4650419 140737361601488 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=355016 CPUtime=0.79 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2267 0 0 0 79 0 0 0 18 0 4 0 595487898 363536384 4852 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363337 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=355016 CPUtime=0.78 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 1938 0 0 0 78 0 0 0 19 0 4 0 595487898 363536384 4852 33554432000 4194304 4650419 140737361601488 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 355016

[startup+0.900839 s]
/proc/loadavg: 7.50 7.99 7.96 2/174 30477
/proc/meminfo: memFree=20502700/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=355016 CPUtime=3.57 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 9569 0 0 0 356 1 0 0 19 0 4 0 595487898 363536384 5282 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 88754 5282 392 112 0 83719 0
[pid=30477/tid=30478] ppid=30475 vsize=355016 CPUtime=0.89 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2361 0 0 0 89 0 0 0 19 0 4 0 595487898 363536384 5283 33554432000 4194304 4650419 140737361601488 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=355016 CPUtime=0.89 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2375 0 0 0 89 0 0 0 18 0 4 0 595487898 363536384 5283 33554432000 4194304 4650419 140737361601488 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=355016 CPUtime=0.88 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2042 0 0 0 88 0 0 0 19 0 4 0 595487898 363536384 5283 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 355016

[startup+1.00082 s]
/proc/loadavg: 7.50 7.99 7.96 2/174 30477
/proc/meminfo: memFree=20502700/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=355016 CPUtime=3.96 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 9976 0 0 0 395 1 0 0 19 0 4 0 595487898 363536384 5631 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 88754 5631 392 112 0 83719 0
[pid=30477/tid=30478] ppid=30475 vsize=355016 CPUtime=0.99 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2464 0 0 0 99 0 0 0 19 0 4 0 595487898 363536384 5631 33554432000 4194304 4650419 140737361601488 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=355016 CPUtime=0.99 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2476 0 0 0 99 0 0 0 19 0 4 0 595487898 363536384 5631 33554432000 4194304 4650419 140737361601488 18446744073709551615 4329745 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=355016 CPUtime=0.98 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2143 0 0 0 98 0 0 0 19 0 4 0 595487898 363536384 5631 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 355016

[startup+1.50073 s]
/proc/loadavg: 7.50 7.99 7.96 2/174 30477
/proc/meminfo: memFree=20502700/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=355492 CPUtime=5.97 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 12854 0 0 0 595 2 0 0 20 0 4 0 595487898 364023808 5831 33554432000 4194304 4650419 140737361601488 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 88873 5831 392 112 0 83838 0
[pid=30477/tid=30478] ppid=30475 vsize=355492 CPUtime=1.49 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 3175 0 0 0 149 0 0 0 19 0 4 0 595487898 364023808 5832 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=355492 CPUtime=1.49 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 3197 0 0 0 149 0 0 0 20 0 4 0 595487898 364023808 5832 33554432000 4194304 4650419 140737361601488 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=355492 CPUtime=1.48 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 2869 0 0 0 148 0 0 0 20 0 4 0 595487898 364023808 5833 33554432000 4194304 4650419 140737361601488 18446744073709551615 4311229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 355492

[startup+3.10043 s]
/proc/loadavg: 7.50 7.99 7.96 9/184 30502
/proc/meminfo: memFree=20336040/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=356448 CPUtime=12.36 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 23483 0 0 0 1232 4 0 0 25 0 4 0 595487898 365002752 10733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476234 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 89112 10733 394 112 0 84077 0
[pid=30477/tid=30478] ppid=30475 vsize=356448 CPUtime=3.08 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 6326 0 0 0 308 0 0 0 25 0 4 0 595487898 365002752 10733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=356448 CPUtime=3.08 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 5180 0 0 0 308 0 0 0 25 0 4 0 595487898 365002752 10733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=356448 CPUtime=3.07 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 4880 0 0 0 306 1 0 0 25 0 4 0 595487898 365002752 10733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 356448

[startup+6.30083 s]
/proc/loadavg: 7.54 7.99 7.96 9/184 30502
/proc/meminfo: memFree=20295244/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=372180 CPUtime=25.14 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 43089 0 0 0 2505 9 0 0 25 0 4 0 595487898 381112320 22926 33554432000 4194304 4650419 140737361601488 18446744073709551615 4314688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 93045 22926 394 112 0 88010 0
[pid=30477/tid=30478] ppid=30475 vsize=372180 CPUtime=6.28 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 12944 0 0 0 626 2 0 0 25 0 4 0 595487898 381112320 22926 33554432000 4194304 4650419 140737361601488 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=372180 CPUtime=6.28 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 9072 0 0 0 628 0 0 0 25 0 4 0 595487898 381112320 22926 33554432000 4194304 4650419 140737361601488 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=372180 CPUtime=6.25 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 11024 0 0 0 623 2 0 0 25 0 4 0 595487898 381112320 22926 33554432000 4194304 4650419 140737361601488 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 372180

[startup+12.7006 s]
/proc/loadavg: 7.58 7.99 7.96 9/184 30502
/proc/meminfo: memFree=20080492/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=372928 CPUtime=50.72 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 62364 0 0 0 5059 13 0 0 25 0 4 0 595487898 381878272 31255 33554432000 4194304 4650419 140737361601488 18446744073709551615 4439366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 93232 31255 394 112 0 88197 0
[pid=30477/tid=30478] ppid=30475 vsize=372928 CPUtime=12.69 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 15786 0 0 0 1266 3 0 0 25 0 4 0 595487898 381878272 31255 33554432000 4194304 4650419 140737361601488 18446744073709551615 4315256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=372928 CPUtime=12.69 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 12708 0 0 0 1268 1 0 0 25 0 4 0 595487898 381878272 31255 33554432000 4194304 4650419 140737361601488 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=372928 CPUtime=12.63 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 17475 0 0 0 1259 4 0 0 25 0 4 0 595487898 381878272 31255 33554432000 4194304 4650419 140737361601488 18446744073709551615 4439662 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 372928

[startup+25.5002 s]
/proc/loadavg: 7.67 7.99 7.96 9/184 30502
/proc/meminfo: memFree=19921876/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=393256 CPUtime=101.83 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 94777 0 0 0 10161 22 0 0 25 0 4 0 595487898 402694144 38715 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 98314 38715 394 112 0 93279 0
[pid=30477/tid=30478] ppid=30475 vsize=393256 CPUtime=25.49 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 24777 0 0 0 2543 6 0 0 25 0 4 0 595487898 402694144 38715 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=393256 CPUtime=25.48 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 18141 0 0 0 2546 2 0 0 25 0 4 0 595487898 402694144 38715 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=393256 CPUtime=25.35 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 25742 0 0 0 2529 6 0 0 25 0 4 0 595487898 402694144 38715 33554432000 4194304 4650419 140737361601488 18446744073709551615 4330369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 393256

[startup+51.1005 s]
/proc/loadavg: 7.85 8.00 7.96 9/184 30503
/proc/meminfo: memFree=19741524/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=471660 CPUtime=204.09 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 158068 0 0 0 20368 41 0 0 25 0 4 0 595487898 482979840 53379 33554432000 4194304 4650419 140737361601488 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 117915 53379 394 112 0 112880 0
[pid=30477/tid=30478] ppid=30475 vsize=471660 CPUtime=51.09 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 41180 0 0 0 5097 12 0 0 25 0 4 0 595487898 482979840 53379 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=471660 CPUtime=51.08 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 32806 0 0 0 5102 6 0 0 25 0 4 0 595487898 482979840 53379 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=471660 CPUtime=50.81 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 40394 0 0 0 5071 10 0 0 25 0 4 0 595487898 482979840 53379 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 471660

[startup+102.301 s]
/proc/loadavg: 8.02 8.02 7.97 9/184 30504
/proc/meminfo: memFree=19704420/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=407736 CPUtime=408.61 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 254447 0 0 0 40789 72 0 0 25 0 4 0 595487898 417521664 48607 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 101934 48607 394 112 0 96899 0
[pid=30477/tid=30478] ppid=30475 vsize=407736 CPUtime=102.29 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 66618 0 0 0 10210 19 0 0 25 0 4 0 595487898 417521664 48607 33554432000 4194304 4650419 140737361601488 18446744073709551615 4328246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=407736 CPUtime=102.27 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 55324 0 0 0 10213 14 0 0 25 0 4 0 595487898 417521664 48607 33554432000 4194304 4650419 140737361601488 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=407736 CPUtime=101.73 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 66851 0 0 0 10154 19 0 0 25 0 4 0 595487898 417521664 48607 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 407736

[startup+162.301 s]

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

[pid=30477] ppid=30475 vsize=875264 CPUtime=2565.7 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1089629 0 0 0 256229 341 0 0 25 0 4 0 595487898 896270336 118246 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 218816 118246 394 112 0 213781 0
[pid=30477/tid=30478] ppid=30475 vsize=875264 CPUtime=642.3 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 239976 0 0 0 64137 93 0 0 25 0 4 0 595487898 896270336 118246 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=875264 CPUtime=642.29 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 197408 0 0 0 64157 72 0 0 25 0 4 0 595487898 896270336 118246 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=875264 CPUtime=638.78 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 332021 0 0 0 63787 91 0 0 25 0 4 0 595487898 896270336 118246 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 875264

[startup+702.301 s]
/proc/loadavg: 8.07 8.08 8.01 9/184 30529
/proc/meminfo: memFree=18927960/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=923516 CPUtime=2805.37 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1160472 0 0 0 280172 365 0 0 25 0 4 0 595487898 945680384 128092 33554432000 4194304 4650419 140737361601488 18446744073709551615 4339796 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 230879 128092 394 112 0 225844 0
[pid=30477/tid=30478] ppid=30475 vsize=923516 CPUtime=702.3 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 284739 0 0 0 70127 103 0 0 25 0 4 0 595487898 945680384 128092 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=923516 CPUtime=702.29 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 199080 0 0 0 70156 73 0 0 25 0 4 0 595487898 945680384 128092 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=923516 CPUtime=698.45 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 345720 0 0 0 69747 98 0 0 25 0 4 0 595487898 945680384 128092 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 923516

[startup+762.3 s]
/proc/loadavg: 8.14 8.09 8.01 9/184 30531
/proc/meminfo: memFree=18836184/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=902476 CPUtime=3045.05 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1286204 0 0 0 304108 397 0 0 25 0 4 0 595487898 924135424 125608 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 225619 125608 394 112 0 220584 0
[pid=30477/tid=30478] ppid=30475 vsize=902476 CPUtime=762.3 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 379067 0 0 0 76111 119 0 0 25 0 4 0 595487898 924135424 125608 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=902476 CPUtime=762.29 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 209113 0 0 0 76151 78 0 0 25 0 4 0 595487898 924135424 125608 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=902476 CPUtime=758.12 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 357883 0 0 0 75707 105 0 0 25 0 4 0 595487898 924135424 125608 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 902476

[startup+822.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/184 30533
/proc/meminfo: memFree=18944664/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=856004 CPUtime=3284.74 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1333250 0 0 0 328053 421 0 0 25 0 4 0 595487898 876548096 124733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 214001 124733 394 112 0 208966 0
[pid=30477/tid=30478] ppid=30475 vsize=856004 CPUtime=822.3 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 394501 0 0 0 82102 128 0 0 25 0 4 0 595487898 876548096 124733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=856004 CPUtime=822.3 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 217464 0 0 0 82148 82 0 0 25 0 4 0 595487898 876548096 124733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=856004 CPUtime=817.8 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 371638 0 0 0 81669 111 0 0 25 0 4 0 595487898 876548096 124733 33554432000 4194304 4650419 140737361601488 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 856004

[startup+882.301 s]
/proc/loadavg: 8.16 8.10 8.02 9/184 30534
/proc/meminfo: memFree=18913272/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=905420 CPUtime=3524.41 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1375715 0 0 0 351997 444 0 0 25 0 4 0 595487898 927150080 124460 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 226355 124460 394 112 0 221320 0
[pid=30477/tid=30478] ppid=30475 vsize=905420 CPUtime=882.31 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 408857 0 0 0 88095 136 0 0 25 0 4 0 595487898 927150080 124460 33554432000 4194304 4650419 140737361601488 18446744073709551615 4334389 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=905420 CPUtime=882.29 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 221654 0 0 0 88145 84 0 0 25 0 4 0 595487898 927150080 124460 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=905420 CPUtime=877.47 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 385000 0 0 0 87629 118 0 0 25 0 4 0 595487898 927150080 124460 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 905420

[startup+942.307 s]
/proc/loadavg: 8.13 8.10 8.02 9/184 30536
/proc/meminfo: memFree=18665120/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=1098408 CPUtime=3764.1 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1551584 0 0 0 375928 482 0 0 25 0 4 0 595487898 1124769792 159061 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 274602 159061 394 112 0 269567 0
[pid=30477/tid=30478] ppid=30475 vsize=1098408 CPUtime=942.31 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 472057 0 0 0 94083 148 0 0 25 0 4 0 595487898 1124769792 159061 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=1098408 CPUtime=942.3 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 225656 0 0 0 94142 88 0 0 25 0 4 0 595487898 1124769792 159061 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=1098408 CPUtime=937.15 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 451268 0 0 0 93585 130 0 0 25 0 4 0 595487898 1124769792 159061 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 1098408

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 30537
/proc/meminfo: memFree=18679112/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=1098764 CPUtime=4003.76 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 1872584 0 0 0 399844 532 0 0 25 0 4 0 595487898 1125134336 158637 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 274691 158637 394 112 0 269656 0
[pid=30477/tid=30478] ppid=30475 vsize=1098764 CPUtime=1002.31 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 564408 0 0 0 100067 164 0 0 25 0 4 0 595487898 1125134336 158637 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=1098764 CPUtime=1002.3 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 232103 0 0 0 100138 92 0 0 25 0 4 0 595487898 1125134336 158637 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=1098764 CPUtime=996.82 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 560110 0 0 0 99538 144 0 0 25 0 4 0 595487898 1125134336 158637 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 1098764

[startup+1062.3 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 30539
/proc/meminfo: memFree=18696584/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=977784 CPUtime=4243.44 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 2248144 0 0 0 423748 596 0 0 25 0 4 0 595487898 1001250816 148588 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 244446 148588 395 112 0 239411 0
[pid=30477/tid=30478] ppid=30475 vsize=977784 CPUtime=1062.31 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 676900 0 0 0 106050 181 0 0 25 0 4 0 595487898 1001250816 148588 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=977784 CPUtime=1062.3 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 244499 0 0 0 106130 100 0 0 25 0 4 0 595487898 1001250816 148588 33554432000 4194304 4650419 140737361601488 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=977784 CPUtime=1056.49 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 689113 0 0 0 105487 162 0 0 25 0 4 0 595487898 1001250816 148588 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 977784

[startup+1122.3 s]
/proc/loadavg: 8.19 8.12 8.02 9/184 30541
/proc/meminfo: memFree=18512172/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=1085452 CPUtime=4483.12 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 2377210 0 0 0 447683 629 0 0 25 0 4 0 595487898 1111502848 159780 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 271363 159780 394 112 0 266328 0
[pid=30477/tid=30478] ppid=30475 vsize=1085452 CPUtime=1122.31 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 766712 0 0 0 112037 194 0 0 25 0 4 0 595487898 1111502848 159780 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=1085452 CPUtime=1122.3 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 258570 0 0 0 112124 106 0 0 25 0 4 0 595487898 1111502848 159780 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=1085452 CPUtime=1116.16 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 702146 0 0 0 111447 169 0 0 25 0 4 0 595487898 1111502848 159780 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 1085452

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 8.03 9/184 30542
/proc/meminfo: memFree=18560508/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=1099080 CPUtime=4722.8 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 2416017 0 0 0 471627 653 0 0 25 0 4 0 595487898 1125457920 157333 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 274770 157333 394 112 0 269735 0
[pid=30477/tid=30478] ppid=30475 vsize=1099080 CPUtime=1182.32 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 779845 0 0 0 118029 203 0 0 25 0 4 0 595487898 1125457920 157333 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=1099080 CPUtime=1182.31 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 258611 0 0 0 118125 106 0 0 25 0 4 0 595487898 1125457920 157333 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=1099080 CPUtime=1175.83 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 714869 0 0 0 117407 176 0 0 25 0 4 0 595487898 1125457920 157333 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 1099080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.11 8.03 9/184 30543
/proc/meminfo: memFree=18622256/32950928 swapFree=67111524/67111528
[pid=30477] ppid=30475 vsize=938656 CPUtime=4800.31 cores=1,3,5,7
/proc/30477/stat : 30477 (strangenight1-m) R 30475 30477 30360 0 -1 4202496 2429021 0 0 0 479371 660 0 0 25 0 4 0 595487898 961183744 149210 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30477/statm: 234664 149210 394 112 0 229629 0
[pid=30477/tid=30478] ppid=30475 vsize=938656 CPUtime=1201.72 cores=1,3,5,7
/proc/30477/task/30478/stat : 30478 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 784310 0 0 0 119967 205 0 0 25 0 4 0 595487898 961183744 149210 33554432000 4194304 4650419 140737361601488 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30477/tid=30479] ppid=30475 vsize=938656 CPUtime=1201.71 cores=1,3,5,7
/proc/30477/task/30479/stat : 30479 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 258611 0 0 0 120065 106 0 0 25 0 4 0 595487898 961183744 149210 33554432000 4194304 4650419 140737361601488 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30477/tid=30483] ppid=30475 vsize=938656 CPUtime=1195.13 cores=1,3,5,7
/proc/30477/task/30483/stat : 30483 (strangenight1-m) R 30475 30477 30360 0 -1 4202560 719013 0 0 0 119335 178 0 0 25 0 4 0 595487898 961183744 149210 33554432000 4194304 4650419 140737361601488 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 938656

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.74
CPU time (s): 4800.36
CPU user time (s): 4793.73
CPU system time (s): 6.62999
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 1099080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.73
system time used= 6.62999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2429024
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= 799
involuntary context switches= 33022

runsolver used 1.88771 second user time and 4.68829 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 06:49:32
IDJOB=3174921
IDBENCH=82539
IDSOLVER=1588
FILE ID=node114/3174921-1304052572
RUNJOBID= node114-1304051368-30379
PBS_JOBID= 13170413
Free space on /tmp= 71796 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S1300417189-038-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174921-1304052572/watcher-3174921-1304052572 -o /tmp/evaluation-result-3174921-1304052572/solver-3174921-1304052572 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174921-1304052572.cnf

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

MD5SUM BENCH= 0ed8ade65938c7fcf06ab054c90e3de3
RANDOM SEED=1415975545

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20503360 kB
Buffers:       2255508 kB
Cached:        9548192 kB
SwapCached:          4 kB
Active:        3404648 kB
Inactive:      8463700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20503360 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6292 kB
Writeback:           0 kB
AnonPages:       64748 kB
Mapped:          14688 kB
Slab:           516016 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188540 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= 71792 MiB
End job on node114 at 2011-04-29 07:09:36