Trace number 3369128

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 (fixed)? (TO) 4800.14 1202.65

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

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-3369128-1305414473.cnf'
0.00/0.01	c -- header says num vars:            389
0.00/0.01	c -- header says num clauses:       41426
0.00/0.02	c -- clauses added:            0 learnts,        41426 normals,            0 xors
0.00/0.02	c -- vars added        389
0.00/0.04	c Parsing time:  0.06 s
0.00/0.04	c  N st     0         0       389     41426         0         0    188708         0   no data   no data  --
0.00/0.27	c asymm  cl-useful: 0/41426/41426 lits-rem:0 time: 0.97
0.00/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.00/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
0.00/0.29	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
0.00/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.56 s
0.00/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.80	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.00/0.80	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:     389 undec:       0 neg:       0
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       389     41426         0         0    188708         0   no data   no data  --
0.00/0.80	c  N dy     8      4055       389     41426         0      3977    188708    167470     23.95     25.22  --
5.17/1.31	c  N dy    14      9538       389     41426         0      5906    188708    199226     20.70     21.82  --
6.77/1.78	c  N dy    18     14791       389     41426         0     10986    188708    388571     20.11     21.33  --
8.36/2.19	c  N dy    53     18917       389     41426         0      9535    188708    334731     21.45     22.76  --
9.96/2.58	c  N dy    78     22990       389     41426         0     13504    188708    493023     21.99     34.91  --
10.76/2.79	c  F st    97     25001       389     41426         0      8380    188708    268949     22.49   no data  --
11.59/2.99	c  N st   101     27031       389     41426         0     10356    188708    351633     22.49   no data  --
12.75/3.28	c  S st   103     30000       389     41426         0     13239    188708    468202     22.49   no data  --
13.15/3.34	c  S st   103     30501       389     41426         0     13739    188708    488710     22.49   no data  --
13.15/3.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13.15/3.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.15/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
13.15/3.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.15/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
13.15/3.38	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
22.33/5.65	c lits-rem:        54  cl-subs:      458  v-elim:      0  v-fix:    0  time:  9.01 s
23.53/5.90	c asymm  cl-useful: 0/16026/41426 lits-rem:0 time: 1.01
23.53/5.90	c calculated reachability. Time: 0.00
23.53/5.90	c  N dy   103     30501       389     41426         0     13281    188708    476687     22.49   no data  --
25.16/6.33	c  N dy   129     34569       389     41426         0      8873    188708    270243     22.91     32.12  --
27.52/6.91	c  N dy   143     40540       389     41426         0     14724    188708    503514     22.83     24.14  --
29.56/7.44	c  N dy   144     45751       389     41426         0     10255    188708    303597     22.06     15.15  --
29.56/7.44	c  S st   144     45751       389     41426         0     10255    188708    303597     22.06     15.15  --
29.56/7.49	c  S st   144     46253       389     41426         0     10754    188708    323897     22.06   no data  --
29.92/7.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.92/7.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.92/7.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
29.92/7.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
29.92/7.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.92/7.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
29.92/7.52	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
36.31/9.18	c lits-rem:        73  cl-subs:      111  v-elim:      0  v-fix:    0  time:  6.59 s
36.31/9.18	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
36.31/9.18	c vivif2 --  cl tried    10643 cl shrink        0 lits rem          0 time: 0.01
37.11/9.39	c asymm  cl-useful: 0/18503/41426 lits-rem:0 time: 0.83
37.11/9.39	c calculated reachability. Time: 0.00
37.11/9.39	c  N dy   144     46253       389     41426         0     10643    188708    321496     22.06   no data  --
38.69/9.77	c  N dy   157     50293       389     41426         0     14574    188708    472880     22.17     35.09  --
40.70/10.22	c  N dy   172     54618       389     41426         0     18803    188708    639538     22.21     23.41  --
42.32/10.67	c  N dy   195     58660       389     41426         0     12186    188708    354668     22.42     24.23  --
44.29/11.16	c  N dy   221     63544       389     41426         0     16961    188708    544793     22.59     23.87  --
46.71/11.78	c  N dy   224     69318       389     41426         0     22609    188708    759186     22.43     23.91  --
46.71/11.79	c  S st   225     69379       389     41426         0     22669    188708    761648     22.43   no data  --
47.12/11.85	c  S st   225     69882       389     41426         0     23171    188708    782115     22.43   no data  --
47.12/11.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.12/11.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.12/11.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
47.47/11.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.47/11.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.47/11.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
47.47/11.90	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
58.67/14.79	c lits-rem:        64  cl-subs:      560  v-elim:      0  v-fix:    0  time: 11.50 s
58.67/14.79	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
59.07/14.80	c vivif2 --  cl tried    22611 cl shrink        0 lits rem          0 time: 0.04
59.46/14.97	c asymm  cl-useful: 0/6897/41426 lits-rem:0 time: 0.67
59.46/14.97	c calculated reachability. Time: 0.00
59.46/14.97	c  N dy   225     69882       389     41426         0     22611    188708    765818     22.43   no data  --
61.85/15.54	c  N dy   253     75077       389     41426         0     16105    188708    502075     22.58     23.78  --
67.44/16.92	c  F st   264     87500       389     41426         0     15521    188708    439849     22.12     18.77  --
67.44/16.92	c  N st   264     87500       389     41426         0     15521    188708    439849     22.12     18.77  --
69.84/17.57	c  N dy   273     93586       389     41426         0     21466    188708    672239     22.13     23.43  --
73.05/18.32	c  N dy   325     99636       389     41426         0     13889    188708    365413     22.41     27.48  --
75.03/18.87	c  S st   335    104824       389     41426         0     18954    188708    559235     22.32     18.68  --
75.43/18.93	c  S st   335    105327       389     41426         0     19456    188708    579675     22.32   no data  --
75.43/18.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.43/18.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.43/18.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
75.43/18.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
75.43/18.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.43/18.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
75.43/18.97	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
84.61/21.20	c lits-rem:        55  cl-subs:      327  v-elim:      0  v-fix:    0  time:  8.89 s
84.61/21.20	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
84.61/21.21	c vivif2 --  cl tried    19129 cl shrink        0 lits rem          0 time: 0.02
85.41/21.41	c asymm  cl-useful: 0/15012/41426 lits-rem:0 time: 0.80
85.41/21.41	c calculated reachability. Time: 0.00
85.41/21.41	c  N dy   335    105327       389     41426         0     19129    188708    571406     22.32   no data  --
91.39/22.94	c  N dy   360    119666       389     41426         0     18588    188708    529094     22.08     23.26  --
94.58/23.80	c  N dy   397    127819       389     41426         0     26526    188708    838584     22.16     23.59  --
100.17/25.13	c  N dy   412    140188       389     41426         0     23115    188708    668633     21.96     23.27  --
104.20/26.16	c  N dy   449    149166       389     41426         0     31847    188708   1009434     22.02     24.41  --
108.18/27.14	c  S st   458    157993       389     41426         0     24016    188708    677446     21.94     18.71  --
108.58/27.21	c  S st   458    158493       389     41426         0     24514    188708    697873     21.94   no data  --
108.58/27.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
108.58/27.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.58/27.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
108.58/27.25	c bin-w-bin subsume rem            0 bins  time:  0.02 s
108.58/27.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.58/27.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
108.58/27.25	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
118.13/29.61	c lits-rem:        49  cl-subs:      403  v-elim:      0  v-fix:    0  time:  9.42 s
118.13/29.62	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
118.13/29.62	c vivif2 --  cl tried    24111 cl shrink        0 lits rem          0 time: 0.03
119.33/29.91	c asymm  cl-useful: 0/9019/41426 lits-rem:0 time: 1.13
119.33/29.91	c calculated reachability. Time: 0.00
119.33/29.91	c  N dy   458    158493       389     41426         0     24111    188708    686970     21.94   no data  --
126.15/31.61	c  N dy   459    172445       389     41426         0     20183    188708    527316     21.54     22.73  --
130.91/32.87	c  N dy   496    183951       389     41426         0     31440    188708    958584     21.57     22.71  --
136.90/34.35	c  N dy   573    195758       389     41426         0     24539    188708    690580     21.78     26.07  --
143.31/35.91	c  N dy   640    208535       389     41426         0     37062    188708   1189106     21.91     23.11  --
149.67/37.50	c  N dy   697    221904       389     41426         0     30708    188708    895775     21.98     23.14  --
157.25/39.46	c  N dy   743    237740       389     41426         0     25670    188708    655996     21.91     18.82  --
157.25/39.46	c  S st   743    237740       389     41426         0     25670    188708    655996     21.91     18.82  --
157.65/39.53	c  S st   743    238247       389     41426         0     26173    188708    675722     21.91   no data  --
157.65/39.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
157.65/39.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.65/39.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
157.65/39.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
157.65/39.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.65/39.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
157.65/39.58	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
166.83/41.81	c lits-rem:        61  cl-subs:      567  v-elim:      0  v-fix:    0  time:  8.90 s
166.83/41.82	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
166.83/41.82	c vivif2 --  cl tried    25606 cl shrink        0 lits rem          0 time: 0.03
167.63/42.05	c asymm  cl-useful: 0/10698/41426 lits-rem:0 time: 0.89
167.63/42.05	c calculated reachability. Time: 0.00
167.63/42.05	c  N dy   743    238247       389     41426         0     25606    188708    662062     21.91   no data  --
180.00/45.10	c  N dy   801    264502       389     41426         0     29741    188708    782218     21.77     22.92  --
189.18/47.47	c  N dy   851    284169       389     41426         0     26618    188708    672731     21.72     22.91  --
197.97/49.68	c  N dy   908    302459       389     41426         0     44456    188708   1358936     21.73     22.90  --
199.97/50.15	c  F st   909    306250       389     41426         0     24868    188708    603084     21.70     19.74  --
211.54/53.08	c  N dy   952    330225       389     41426         0     48184    188708   1471569     21.64     22.78  --
225.91/56.60	c  N dy   998    357370       389     41426         0     50408    188708   1503775     21.56     22.01  --
225.91/56.60	c  S st   998    357370       389     41426         0     50408    188708   1503775     21.56     22.01  --
226.31/56.73	c  S st   998    357872       389     41426         0     25692    188708    581564     21.56   no data  --
226.31/56.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
226.31/56.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.31/56.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
226.31/56.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
226.31/56.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.31/56.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
226.31/56.77	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
233.90/58.65	c lits-rem:         8  cl-subs:       21  v-elim:      0  v-fix:    0  time:  7.49 s
233.90/58.65	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
233.90/58.66	c vivif2 --  cl tried    25671 cl shrink        0 lits rem          0 time: 0.02
234.70/58.80	c asymm  cl-useful: 0/6697/41426 lits-rem:0 time: 0.58
234.70/58.81	c calculated reachability. Time: 0.00
234.70/58.81	c  N dy   998    357872       389     41426         0     25671    188708    581057     21.56   no data  --
245.07/61.47	c  N dy  1102    377890       389     41426         0     45265    188708   1331644     21.66     26.95  --
257.05/64.42	c  N dy  1171    401236       389     41426         0     41781    188708   1152108     21.67     22.92  --
268.22/67.28	c  N dy  1292    421889       389     41426         0     34762    188708    880806     21.79     23.07  --
279.84/70.14	c  N dy  1434    441990       389     41426         0     54386    188708   1658949     21.94     28.60  --
298.56/74.81	c  N dy  1469    476749       389     41426         0     30735    188708    700950     21.73     23.02  --
317.33/79.55	c  N dy  1470    508273       389     41426         0     31180    188708    716492     21.45     22.59  --
328.13/82.26	c  N dy  1583    528328       389     41426         0     50780    188708   1498976     21.55     22.77  --
333.29/83.54	c  S st  1624    536808       389     41426         0     59070    188708   1814339     21.57     19.71  --
333.69/83.63	c  S st  1624    537311       389     41426         0     59570    188708   1835627     21.57   no data  --
333.69/83.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
333.69/83.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
333.69/83.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
334.09/83.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
334.09/83.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
334.09/83.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
334.09/83.74	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
354.85/88.96	c lits-rem:        25  cl-subs:     1155  v-elim:      0  v-fix:    0  time: 20.83 s
354.85/88.97	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
354.85/88.98	c vivif2 --  cl tried    58415 cl shrink        0 lits rem          0 time: 0.08
356.04/89.21	c asymm  cl-useful: 0/4260/41426 lits-rem:0 time: 0.91
356.04/89.22	c calculated reachability. Time: 0.00
356.04/89.22	c  N dy  1624    537311       389     41426         0     58415    188708   1802209     21.57   no data  --
366.02/91.73	c  N dy  1675    557383       389     41426         0     46965    188708   1284481     21.56     22.81  --
377.60/94.69	c  N dy  1776    577385       389     41426         0     34473    188708    801413     21.63     22.78  --
392.77/98.49	c  N dy  1802    605495       389     41426         0     61669    188708   1731121     21.49     22.71  --
404.34/101.35	c  N dy  1940    625561       389     41426         0     48333    188708   1318165     21.58     24.04  --
417.11/104.57	c  N dy  2012    645936       389     41426         0     34195    188708    735913     21.60     22.79  --
427.90/107.27	c  N dy  2052    665957       389     41426         0     53706    188708   1451889     21.57     29.71  --
443.87/111.25	c  N dy  2059    694261       389     41426         0     46246    188708   1130044     21.43     22.61  --
455.83/114.20	c  N dy  2106    715436       389     41426         0     66762    188708   1894053     21.40     22.61  --
469.81/117.73	c  N dy  2125    740258       389     41426         0     54970    188708   1422975     21.33     22.47  --
482.99/121.07	c  N dy  2244    760708       389     41426         0     38104    188708    832548     21.40     22.53  --
494.59/124.00	c  N dy  2377    781003       389     41426         0     57952    188708   1617736     21.48     22.74  --
508.53/127.41	c  N dy  2469    801462       389     41426         0     40027    188708    881907     21.50     22.67  --
510.94/128.03	c  S st  2496    805967       389     41426         0     44438    188708   1055562     21.51     19.55  --
511.34/128.12	c  S st  2496    806469       389     41426         0     44936    188708   1075999     21.51   no data  --
511.34/128.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
511.34/128.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.34/128.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.11
511.34/128.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
511.34/128.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
511.34/128.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
511.34/128.20	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
521.34/130.67	c lits-rem:         6  cl-subs:      321  v-elim:      0  v-fix:    0  time:  9.85 s
521.34/130.67	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
521.34/130.68	c vivif2 --  cl tried    44615 cl shrink        0 lits rem          0 time: 0.05
522.50/130.98	c asymm  cl-useful: 0/10134/41426 lits-rem:0 time: 1.19
522.50/130.98	c calculated reachability. Time: 0.00
522.50/130.98	c  N dy  2496    806469       389     41426         0     44615    188708   1067330     21.51   no data  --
533.69/133.79	c  N dy  2547    826554       389     41426         0     64087    188708   1795725     21.50     28.55  --
546.85/137.02	c  N dy  2636    847757       389     41426         0     45900    188708   1099013     21.53     22.71  --
558.43/139.95	c  N dy  2713    867847       389     41426         0     65497    188708   1842739     21.54     24.89  --
572.40/143.41	c  N dy  2815    889202       389     41426         0     46475    188708   1100984     21.58     22.72  --
583.98/146.35	c  N dy  2905    909275       389     41426         0     66039    188708   1839960     21.59     22.75  --
598.75/150.06	c  N dy  2970    933887       389     41426         0     49121    188708   1161202     21.57     22.81  --
617.94/154.88	c  N dy  2993    967460       389     41426         0     81618    188708   2328864     21.49     22.63  --
637.46/159.78	c  N dy  3069   1000341       389     41426         0     71872    188708   1985302     21.47     22.73  --
650.64/163.06	c  N dy  3141   1020561       389     41426         0     48894    188708   1149825     21.47     22.61  --
663.42/166.21	c  N dy  3143   1042643       389     41426         0     70371    188708   1910580     21.41     22.80  --
677.39/169.74	c  N dy  3271   1062670       389     41426         0     46259    188708   1037674     21.46     28.83  --
682.57/171.08	c  F st  3337   1071875       389     41426         0     55221    188708   1397156     21.49   no data  --
689.76/172.85	c  N dy  3347   1084566       389     41426         0     67550    188708   1867590     21.48     22.73  --
704.93/176.62	c  N dy  3382   1108369       389     41426         0     45992    188708   1001226     21.44     22.62  --
716.11/179.49	c  N dy  3391   1128639       389     41426         0     65579    188708   1641898     21.37     22.54  --
729.28/182.70	c  N dy  3441   1149724       389     41426         0     86020    188708   2402213     21.36     22.60  --
742.86/186.16	c  N dy  3506   1170986       389     41426         0     61237    188708   1538991     21.35     22.80  --
759.22/190.27	c  N dy  3629   1193412       389     41426         0     83107    188708   2385853     21.39     22.54  --
770.00/192.99	c  S st  3679   1209703       389     41426         0     52347    188708   1191185     21.39     20.23  --
770.40/193.08	c  S st  3679   1210207       389     41426         0     52851    188708   1211757     21.39   no data  --
770.40/193.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
770.40/193.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
770.80/193.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
770.80/193.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
770.80/193.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.80/193.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
770.80/193.15	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
780.77/195.67	c lits-rem:        10  cl-subs:      299  v-elim:      0  v-fix:    0  time: 10.03 s
780.77/195.67	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
780.77/195.69	c vivif2 --  cl tried    52552 cl shrink        0 lits rem          0 time: 0.06
781.98/195.98	c asymm  cl-useful: 0/4834/41426 lits-rem:0 time: 1.15
781.98/195.98	c calculated reachability. Time: 0.00
781.98/195.98	c  N dy  3679   1210207       389     41426         0     52552    188708   1204025     21.39   no data  --
793.58/198.86	c  N dy  3761   1230264       389     41426         0     72095    188708   1941685     21.40     23.47  --
806.76/202.17	c  N dy  3841   1250541       389     41426         0     91887    188708   2690932     21.42     22.59  --
819.53/205.34	c  N dy  3958   1270592       389     41426         0     63854    188708   1625080     21.46     22.62  --
832.70/208.68	c  N dy  4045   1291209       389     41426         0     83993    188708   2397939     21.48     22.76  --
847.84/212.40	c  N dy  4112   1312985       389     41426         0     56568    188708   1300118     21.48     22.64  --
862.21/216.08	c  N dy  4185   1336751       389     41426         0     79724    188708   2154419     21.48     22.63  --
878.97/220.29	c  N dy  4191   1362843       389     41426         0     55394    188708   1226511     21.42     22.63  --
892.55/223.68	c  N dy  4217   1385709       389     41426         0     77619    188708   2013721     21.39     22.58  --
906.11/227.04	c  N dy  4274   1405718       389     41426         0     97120    188708   2747713     21.38     25.53  --
918.48/230.10	c  N dy  4308   1425734       389     41426         0     66086    188708   1610494     21.37     30.28  --
931.26/233.33	c  N dy  4370   1445777       389     41426         0     85677    188708   2335878     21.37     28.02  --
946.43/237.18	c  N dy  4475   1465786       389     41426         0     53681    188708   1148939     21.39     28.19  --
966.39/242.11	c  N dy  4573   1497669       389     41426         0     84728    188708   2268990     21.38     22.54  --
982.76/246.24	c  N dy  4679   1518703       389     41426         0     52737    188708   1093606     21.40     22.60  --
994.73/249.23	c  N dy  4780   1538776       389     41426         0     72351    188708   1852529     21.42     27.97  --
1008.33/252.65	c  N dy  4848   1559469       389     41426         0     92487    188708   2612358     21.43     22.57  --
1030.69/258.21	c  N dy  4860   1594985       389     41426         0     73409    188708   1757554     21.36     22.51  --
1055.00/264.31	c  N dy  4948   1630757       389     41426         0    108185    188708   3050205     21.34     22.48  --
1069.81/268.03	c  N dy  5030   1653860       389     41426         0     76263    188708   1946368     21.34     22.52  --
1090.54/273.24	c  N dy  5088   1683217       389     41426         0    104845    188708   2973070     21.32     22.58  --
1106.10/277.15	c  N dy  5131   1703296       389     41426         0     68983    188708   1621473     21.31     26.51  --
1112.09/278.63	c  S st  5191   1710208       389     41426         0     75771    188708   1891580     21.33   no data  --
1112.49/278.76	c  S st  5191   1710709       389     41426         0     76268    188708   1910949     21.33   no data  --
1112.49/278.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1112.49/278.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1112.89/278.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1112.89/278.88	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1112.89/278.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1112.89/278.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
1112.89/278.89	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1144.85/286.82	c lits-rem:        33  cl-subs:     1280  v-elim:      0  v-fix:    0  time: 31.62 s
1144.85/286.82	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
1144.85/286.84	c vivif2 --  cl tried    74988 cl shrink        0 lits rem          0 time: 0.09
1146.01/287.19	c asymm  cl-useful: 0/3605/41426 lits-rem:0 time: 1.39
1146.01/287.19	c calculated reachability. Time: 0.00
1146.01/287.19	c  N dy  5191   1710709       389     41426         0     74988    188708   1878128     21.33   no data  --
1166.80/292.36	c  N dy  5309   1742255       389     41426         0    105773    188708   3043928     21.34     22.57  --
1180.34/295.73	c  N dy  5384   1762270       389     41426         0     68906    188708   1643239     21.35     26.88  --
1193.51/299.00	c  N dy  5479   1782364       389     41426         0     88554    188708   2410633     21.37     22.66  --
1209.08/302.96	c  N dy  5552   1803041       389     41426         0    108722    188708   3157510     21.38     22.84  --
1226.65/307.37	c  N dy  5642   1827148       389     41426         0     74864    188708   1831488     21.38     22.67  --
1240.62/310.85	c  N dy  5718   1847301       389     41426         0     94545    188708   2575939     21.39     22.57  --
1256.58/314.83	c  N dy  5804   1867826       389     41426         0    114613    188708   3341462     21.41     22.64  --
1278.53/320.32	c  N dy  5886   1901053       389     41426         0     88525    188708   2295206     21.39     22.57  --
1328.86/332.91	c  N dy  5947   1972443       389     41426         0     98417    188708   2466506     21.28     22.42  --
1343.20/336.53	c  N dy  6011   1992451       389     41426         0    117907    188708   3205577     21.28     33.48  --
1357.57/340.11	c  N dy  6071   2014426       389     41426         0     79158    188708   1937288     21.27     22.53  --
1371.14/343.53	c  N dy  6130   2034468       389     41426         0     98685    188708   2664093     21.27     23.57  --
1387.11/347.53	c  N dy  6212   2054990       389     41426         0    118746    188708   3420804     21.28     22.50  --
1409.87/353.20	c  N dy  6285   2089743       389     41426         0     91258    188708   2326703     21.26     22.39  --
1424.63/356.95	c  N dy  6355   2110614       389     41426         0    111503    188708   3076943     21.27     22.47  --
1441.40/361.12	c  N dy  6482   2130619       389     41426         0     68830    188708   1527528     21.29     28.73  --
1455.77/364.73	c  N dy  6591   2152158       389     41426         0     89868    188708   2333683     21.31     22.46  --
1470.94/368.56	c  N dy  6653   2173470       389     41426         0    110493    188708   3084115     21.30     22.64  --
1489.30/373.13	c  N dy  6745   2193498       389     41426         0     66835    188708   1448264     21.31     35.11  --
1500.88/376.03	c  S st  6799   2210711       389     41426         0     83624    188708   2071479     21.31     18.30  --
1501.28/376.16	c  S st  6799   2211215       389     41426         0     84127    188708   2093386     21.31   no data  --
1501.28/376.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1501.28/376.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1501.68/376.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.19
1501.68/376.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1501.68/376.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1501.68/376.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
1501.68/376.29	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
1540.40/385.97	c lits-rem:        31  cl-subs:     1087  v-elim:      0  v-fix:    0  time: 38.60 s
1540.40/385.97	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
1540.80/386.00	c vivif2 --  cl tried    83040 cl shrink        0 lits rem          0 time: 0.10
1542.39/386.41	c asymm  cl-useful: 0/3896/41426 lits-rem:0 time: 1.64
1542.39/386.41	c calculated reachability. Time: 0.00
1542.39/386.41	c  N dy  6799   2211215       389     41426         0     83040    188708   2065226     21.31   no data  --
1561.58/391.25	c  N dy  6873   2237172       389     41426         0    108201    188708   2981203     21.30     22.45  --
1579.55/395.71	c  N dy  7014   2257247       389     41426         0    127891    188708   3758644     21.33     25.42  --
1599.47/400.77	c  N dy  7091   2288261       389     41426         0     93708    188708   2365452     21.31     22.46  --
1621.42/406.20	c  N dy  7126   2317797       389     41426         0    122470    188708   3369470     21.28     22.49  --
1638.18/410.48	c  N dy  7209   2337827       389     41426         0     76930    188708   1788325     21.28     22.42  --
1652.96/414.13	c  N dy  7226   2357836       389     41426         0     96409    188708   2454046     21.25     26.96  --
1673.30/419.24	c  N dy  7267   2383209       389     41426         0    121160    188708   3346086     21.24     22.46  --
1691.66/423.86	c  N dy  7389   2403304       389     41426         0     74675    188708   1700373     21.26     23.51  --
1706.87/427.66	c  N dy  7493   2423327       389     41426         0     94227    188708   2448468     21.28     25.95  --
1726.38/432.56	c  N dy  7631   2443345       389     41426         0    113737    188708   3215159     21.30     23.12  --
1745.97/437.49	c  N dy  7723   2463406       389     41426         0    133263    188708   3956880     21.31     22.51  --
1761.91/441.48	c  N dy  7796   2484212       389     41426         0     86337    188708   2086123     21.32     22.63  --
1777.10/445.29	c  N dy  7822   2504306       389     41426         0    105765    188708   2765870     21.30     24.34  --
1795.43/449.84	c  N dy  7920   2524322       389     41426         0    125317    188708   3520748     21.32     30.08  --
1814.20/454.52	c  N dy  7982   2545542       389     41426         0     77959    188708   1746471     21.31     22.64  --
1828.56/458.14	c  N dy  8050   2567171       389     41426         0     98994    188708   2536853     21.31     22.46  --
1846.53/462.66	c  N dy  8153   2589713       389     41426         0    121015    188708   3366076     21.32     22.45  --
1863.69/466.99	c  N dy  8224   2609761       389     41426         0     71526    188708   1527697     21.33     23.34  --
1877.27/470.38	c  N dy  8325   2629774       389     41426         0     91025    188708   2268676     21.34     22.55  --
1892.04/474.05	c  N dy  8388   2649865       389     41426         0    110575    188708   2984353     21.34     29.40  --
1915.59/479.92	c  N dy  8483   2679953       389     41426         0    139837    188708   4093427     21.34     22.78  --
1939.17/485.84	c  N dy  8551   2711215       389     41426         0    100258    188708   2536135     21.33     20.61  --
1939.17/485.84	c  S st  8551   2711215       389     41426         0    100258    188708   2536135     21.33     20.61  --
1939.57/485.99	c  S st  8551   2711720       389     41426         0    100758    188708   2555759     21.33   no data  --
1939.93/486.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1939.93/486.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1939.93/486.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1940.34/486.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1940.34/486.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1940.34/486.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
1940.34/486.15	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
2005.03/502.33	c lits-rem:        27  cl-subs:     1619  v-elim:      0  v-fix:    0  time: 64.52 s
2005.03/502.34	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
2005.03/502.37	c vivif2 --  cl tried    99139 cl shrink        0 lits rem          0 time: 0.13
2006.99/502.86	c asymm  cl-useful: 0/3483/41426 lits-rem:0 time: 1.96
2006.99/502.86	c calculated reachability. Time: 0.00
2006.99/502.86	c  N dy  8551   2711720       389     41426         0     99139    188708   2515312     21.33   no data  --
2023.35/506.95	c  N dy  8602   2731741       389     41426         0    118545    188708   3221882     21.32     28.68  --
2044.54/512.22	c  N dy  8725   2751831       389     41426         0    138144    188708   3976019     21.34     29.21  --
2063.26/516.95	c  N dy  8752   2773096       389     41426         0     87973    188708   2064165     21.33     22.50  --
2079.67/521.07	c  N dy  8804   2793135       389     41426         0    107424    188708   2774198     21.32     24.38  --
2102.02/526.62	c  N dy  8896   2813998       389     41426         0    127740    188708   3545085     21.33     22.50  --
2127.96/533.13	c  N dy  9005   2837439       389     41426         0     78648    188708   1734040     21.34     22.60  --
2143.49/537.07	c  N dy  9041   2857901       389     41426         0     98505    188708   2454783     21.33     22.60  --
2163.07/541.98	c  N dy  9156   2877960       389     41426         0    118067    188708   3211261     21.35     26.34  --
2184.21/547.25	c  N dy  9201   2902174       389     41426         0    141578    188708   4067633     21.34     22.48  --
2199.77/551.14	c  N dy  9223   2924561       389     41426         0     90492    188708   2154936     21.33     22.64  --
2214.95/554.91	c  N dy  9316   2944658       389     41426         0    110095    188708   2892343     21.33     26.11  --
2233.33/559.58	c  N dy  9446   2966500       389     41426         0    131442    188708   3726554     21.35     22.50  --
2250.07/563.72	c  N dy  9464   2986619       389     41426         0     77049    188708   1644145     21.34     22.51  --
2264.07/567.26	c  N dy  9500   3007115       389     41426         0     96990    188708   2376850     21.33     22.53  --
2293.59/574.61	c  N dy  9536   3042421       389     41426         0    131349    188708   3577928     21.30     22.44  --
2315.53/580.11	c  N dy  9642   3062493       389     41426         0     76074    188708   1579006     21.31     28.70  --
2329.94/583.79	c  N dy  9693   3083431       389     41426         0     96515    188708   2344033     21.31     22.54  --
2349.87/588.71	c  N dy  9788   3105738       389     41426         0    118234    188708   3163983     21.32     22.53  --
2373.84/594.77	c  N dy  9873   3132360       389     41426         0    144023    188708   4140613     21.32     22.48  --
2391.41/599.14	c  N dy  9891   3154956       389     41426         0     90120    188708   2059839     21.31     22.69  --
2414.12/604.88	c  N dy  9943   3184278       389     41426         0    118578    188708   3094216     21.30     22.51  --
2440.86/611.58	c  N dy 10049   3211721       389     41426         0    145337    188708   4073720     21.30     19.36  --
2440.86/611.58	c  S st 10049   3211721       389     41426         0    145337    188708   4073720     21.30     19.36  --
2441.66/611.77	c  S st 10049   3212224       389     41426         0    145838    188708   4094157     21.30   no data  --
2441.66/611.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2441.66/611.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2442.06/611.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.36
2442.86/612.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2442.86/612.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2442.86/612.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
2442.86/612.02	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
2893.50/724.92	c lits-rem:        89  cl-subs:     4819  v-elim:      0  v-fix:    0  time: 450.19 s
2893.50/724.93	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
2893.50/724.97	c vivif2 --  cl tried   141019 cl shrink        0 lits rem          0 time: 0.19
2895.50/725.44	c asymm  cl-useful: 0/3020/41426 lits-rem:0 time: 1.86
2895.50/725.45	c calculated reachability. Time: 0.00
2895.50/725.45	c  N dy 10049   3212224       389     41426         0    141019    188708   3973502     21.30   no data  --
2914.66/730.28	c  N dy 10116   3234389       389     41426         0     85962    188708   1899816     21.30     22.53  --
2931.02/734.39	c  N dy 10117   3254753       389     41426         0    105751    188708   2566587     21.28     22.44  --
2952.58/739.76	c  N dy 10165   3276928       389     41426         0    127285    188708   3352741     21.27     22.40  --
2974.93/745.40	c  N dy 10275   3296958       389     41426         0    146827    188708   4107880     21.29     23.53  --
2998.08/751.16	c  N dy 10397   3316979       389     41426         0     88641    188708   2004530     21.30     22.70  --
3017.23/755.90	c  N dy 10494   3337643       389     41426         0    108755    188708   2771444     21.31     22.58  --
3037.22/760.99	c  N dy 10577   3357712       389     41426         0    128354    188708   3518232     21.32     24.77  --
3059.18/766.45	c  N dy 10620   3378306       389     41426         0    148405    188708   4242041     21.31     22.48  --
3079.90/771.60	c  N dy 10682   3398832       389     41426         0     89647    188708   2007647     21.31     22.44  --
3098.28/776.28	c  N dy 10749   3419078       389     41426         0    109458    188708   2756010     21.31     22.50  --
3121.00/781.99	c  N dy 10780   3442565       389     41426         0    132248    188708   3592282     21.30     22.48  --
3143.75/787.69	c  N dy 10855   3463102       389     41426         0    152192    188708   4327941     21.30     22.43  --
3165.30/793.02	c  N dy 10928   3483177       389     41426         0     91942    188708   2056170     21.30     25.52  --
3182.86/797.40	c  N dy 11003   3503185       389     41426         0    111465    188708   2782074     21.30     23.49  --
3201.62/802.11	c  N dy 11086   3524599       389     41426         0    132328    188708   3568336     21.31     22.56  --
3227.97/808.79	c  N dy 11171   3550378       389     41426         0    157478    188708   4501394     21.31     22.70  --
3249.11/814.02	c  N dy 11247   3573962       389     41426         0     99719    188708   2331951     21.31     22.56  --
3266.27/818.37	c  N dy 11256   3596276       389     41426         0    121404    188708   3117733     21.30     22.46  --
3301.39/827.19	c  N dy 11296   3633953       389     41426         0    157821    188708   4366855     21.27     22.41  --
3320.55/831.98	c  N dy 11388   3654019       389     41426         0     95876    188708   2204066     21.27     22.48  --
3336.91/836.02	c  N dy 11430   3674092       389     41426         0    115395    188708   2891478     21.27     23.12  --
3357.70/841.28	c  N dy 11548   3694888       389     41426         0    135706    188708   3666077     21.28     22.50  --
3374.03/845.39	c  S st 11579   3712224       389     41426         0    152626    188708   4266989     21.27     21.12  --
3374.86/845.59	c  S st 11579   3712726       389     41426         0    153127    188708   4286983     21.27   no data  --
3374.86/845.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3374.86/845.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3375.62/845.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.38
3376.02/845.83	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3376.02/845.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3376.02/845.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
3376.02/845.84	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3955.52/991.02	c lits-rem:        61  cl-subs:     3731  v-elim:      0  v-fix:    0  time: 579.07 s
3955.52/991.03	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
3955.52/991.08	c vivif2 --  cl tried   149396 cl shrink        0 lits rem          0 time: 0.21
3957.52/991.58	c asymm  cl-useful: 0/3483/41426 lits-rem:0 time: 2.00
3957.52/991.59	c calculated reachability. Time: 0.00
3957.52/991.59	c  N dy 11579   3712726       389     41426         0    149396    188708   4188514     21.27   no data  --
3979.07/996.98	c  N dy 11650   3733166       389     41426         0     86693    188708   1830823     21.28     22.41  --
3995.84/1001.19	c  F st 11741   3751562       389     41426         0    104666    188708   2503645     21.28     19.38  --
3997.84/1001.67	c  N st 11745   3753597       389     41426         0    106664    188708   2586339     21.28   no data  --
4018.59/1006.82	c  N dy 11809   3773856       389     41426         0    126421    188708   3337047     21.28     22.46  --
4043.33/1013.07	c  N dy 11867   3795219       389     41426         0    147321    188708   4110777     21.28     22.49  --
4069.66/1019.69	c  N dy 11936   3815295       389     41426         0    166888    188708   4829587     21.28     24.71  --
4091.22/1025.07	c  N dy 12030   3835311       389     41426         0    102677    188708   2415773     21.29     33.52  --
4111.58/1030.12	c  N dy 12054   3856498       389     41426         0    123285    188708   3137495     21.28     22.51  --
4150.30/1039.82	c  N dy 12055   3890210       389     41426         0    155857    188708   4248590     21.26     22.38  --
4180.22/1047.40	c  N dy 12089   3918588       389     41426         0     98967    188708   2232422     21.24     22.42  --
4198.58/1051.96	c  N dy 12139   3938817       389     41426         0    118688    188708   2960171     21.24     22.38  --
4233.71/1060.77	c  N dy 12200   3974791       389     41426         0    153642    188708   4240360     21.23     22.44  --
4260.45/1067.43	c  N dy 12295   3995065       389     41426         0     87831    188708   1819792     21.24     22.38  --
4285.99/1073.80	c  N dy 12356   4028088       389     41426         0    119870    188708   2977439     21.23     22.35  --
4307.94/1079.36	c  N dy 12416   4050284       389     41426         0    141498    188708   3782662     21.23     22.35  --
4331.08/1085.18	c  N dy 12471   4073892       389     41426         0    164454    188708   4611211     21.22     22.42  --
4355.43/1091.21	c  N dy 12573   4096756       389     41426         0    100253    188708   2255361     21.23     22.44  --
4372.19/1095.49	c  N dy 12628   4117058       389     41426         0    120047    188708   2990031     21.23     22.44  --
4391.35/1100.28	c  N dy 12695   4137090       389     41426         0    139580    188708   3717787     21.23     35.40  --
4414.10/1105.92	c  N dy 12771   4158622       389     41426         0    160539    188708   4498288     21.23     22.41  --
4458.81/1117.16	c  N dy 12815   4205587       389     41426         0    118556    188708   2858467     21.21     22.38  --
4464.78/1118.63	c  S st 12833   4212726       389     41426         0    125463    188708   3096793     21.20     17.53  --
4465.58/1118.80	c  S st 12833   4213227       389     41426         0    125964    188708   3115820     21.20   no data  --
4465.58/1118.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4465.58/1118.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4465.58/1118.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.30
4465.98/1118.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4465.98/1118.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4465.98/1118.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.01 s
4465.98/1118.99	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
4691.48/1175.49	c lits-rem:        78  cl-subs:     3289  v-elim:      0  v-fix:    0  time: 225.20 s
4691.48/1175.50	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.01
4691.91/1175.53	c vivif2 --  cl tried   122675 cl shrink        0 lits rem          0 time: 0.13
4693.47/1175.93	c asymm  cl-useful: 0/3702/41426 lits-rem:0 time: 1.59
4693.47/1175.94	c calculated reachability. Time: 0.00
4693.47/1175.94	c  N dy 12833   4213227       389     41426         0    122675    188708   3039635     21.20   no data  --
4709.47/1179.94	c  N dy 12907   4233330       389     41426         0    142206    188708   3768088     21.21     22.40  --
4787.27/1199.42	c  N dy 12920   4313732       389     41426         0    131810    188708   3221220     21.14     22.34  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369128-1305414473/watcher-3369128-1305414473 -o /tmp/evaluation-result-3369128-1305414473/solver-3369128-1305414473 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369128-1305414473.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 8.01 7.87 6/275 27289
/proc/meminfo: memFree=20947608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 412 0 0 0 1 0 0 0 22 0 4 0 653047045 52465664 352 33554432000 4194304 4650419 140736982033952 18446744073709551615 47207436179378 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 12809 352 303 112 0 7774 0
[pid=27289/tid=27290] ppid=27287 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 653047045 52465664 352 33554432000 4194304 4650419 140736982033952 18446744073709551615 47207436179378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 653047045 52465664 352 33554432000 4194304 4650419 140736982033952 18446744073709551615 47207436179378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 653047045 52465664 352 33554432000 4194304 4650419 140736982033952 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.28234 s]
/proc/loadavg: 7.50 8.01 7.87 6/275 27289
/proc/meminfo: memFree=20947608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=291448 CPUtime=3.41 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 14322 0 0 0 338 3 0 0 19 0 4 0 653047045 298442752 11160 33554432000 4194304 4650419 140736982033952 18446744073709551615 4255670 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 72862 11160 392 112 0 67827 0
[pid=27289/tid=27290] ppid=27287 vsize=291448 CPUtime=0.85 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4061 0 0 0 84 1 0 0 19 0 4 0 653047045 298442752 11160 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328305 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=291448 CPUtime=0.84 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4160 0 0 0 84 0 0 0 18 0 4 0 653047045 298442752 11160 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=291448 CPUtime=0.84 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 1501 0 0 0 84 0 0 0 19 0 4 0 653047045 298442752 11160 33554432000 4194304 4650419 140736982033952 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 291448

[startup+0.960597 s]
/proc/loadavg: 7.50 8.01 7.87 6/275 27289
/proc/meminfo: memFree=20947608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=291448 CPUtime=3.81 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 14508 0 0 0 378 3 0 0 19 0 4 0 653047045 298442752 11346 33554432000 4194304 4650419 140736982033952 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 72862 11346 392 112 0 67827 0
[pid=27289/tid=27290] ppid=27287 vsize=291448 CPUtime=0.95 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4103 0 0 0 94 1 0 0 19 0 4 0 653047045 298442752 11346 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=291448 CPUtime=0.94 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4210 0 0 0 94 0 0 0 18 0 4 0 653047045 298442752 11346 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=291448 CPUtime=0.94 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 1549 0 0 0 94 0 0 0 19 0 4 0 653047045 298442752 11346 33554432000 4194304 4650419 140736982033952 18446744073709551615 4315210 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 291448

[startup+1.06058 s]
/proc/loadavg: 7.50 8.01 7.87 6/275 27289
/proc/meminfo: memFree=20947608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=291580 CPUtime=4.21 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 14692 0 0 0 418 3 0 0 19 0 4 0 653047045 298577920 11530 33554432000 4194304 4650419 140736982033952 18446744073709551615 4339796 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 72895 11530 392 112 0 67860 0
[pid=27289/tid=27290] ppid=27287 vsize=291580 CPUtime=1.05 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4144 0 0 0 104 1 0 0 19 0 4 0 653047045 298577920 11530 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=291580 CPUtime=1.04 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4267 0 0 0 104 0 0 0 18 0 4 0 653047045 298577920 11530 33554432000 4194304 4650419 140736982033952 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=291580 CPUtime=1.04 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 1594 0 0 0 104 0 0 0 19 0 4 0 653047045 298577920 11530 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 291580

[startup+1.10057 s]
/proc/loadavg: 7.50 8.01 7.87 6/275 27289
/proc/meminfo: memFree=20947608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=291580 CPUtime=4.37 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 14754 0 0 0 434 3 0 0 19 0 4 0 653047045 298577920 11592 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 72895 11592 392 112 0 67860 0
[pid=27289/tid=27290] ppid=27287 vsize=291580 CPUtime=1.09 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4159 0 0 0 108 1 0 0 19 0 4 0 653047045 298577920 11592 33554432000 4194304 4650419 140736982033952 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=291580 CPUtime=1.08 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4286 0 0 0 108 0 0 0 18 0 4 0 653047045 298577920 11592 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=291580 CPUtime=1.08 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 1608 0 0 0 108 0 0 0 19 0 4 0 653047045 298577920 11592 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 291580

[startup+1.5005 s]
/proc/loadavg: 7.50 8.01 7.87 6/275 27289
/proc/meminfo: memFree=20947608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=293740 CPUtime=5.97 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 16069 0 0 0 594 3 0 0 20 0 4 0 653047045 300789760 11952 33554432000 4194304 4650419 140736982033952 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 73435 11952 392 112 0 68400 0
[pid=27289/tid=27290] ppid=27287 vsize=293740 CPUtime=1.49 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4319 0 0 0 148 1 0 0 19 0 4 0 653047045 300789760 11952 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=293740 CPUtime=1.48 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 4466 0 0 0 148 0 0 0 19 0 4 0 653047045 300789760 11952 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=293740 CPUtime=1.48 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 2409 0 0 0 148 0 0 0 20 0 4 0 653047045 300789760 11952 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365231 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) 293740

[startup+3.10022 s]
/proc/loadavg: 7.70 8.04 7.88 9/279 27293
/proc/meminfo: memFree=20862272/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=298532 CPUtime=12.35 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 23157 0 0 0 1231 4 0 0 25 0 4 0 653047045 305696768 12540 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 74633 12540 393 112 0 69598 0
[pid=27289/tid=27290] ppid=27287 vsize=298532 CPUtime=3.09 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 6222 0 0 0 308 1 0 0 25 0 4 0 653047045 305696768 12540 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=298532 CPUtime=3.08 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 6508 0 0 0 308 0 0 0 23 0 4 0 653047045 305696768 12540 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=298532 CPUtime=3.06 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 3620 0 0 0 306 0 0 0 25 0 4 0 653047045 305696768 12540 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 298532

[startup+6.31065 s]
/proc/loadavg: 7.73 8.04 7.88 9/279 27293
/proc/meminfo: memFree=20793768/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=300136 CPUtime=25.16 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 43319 0 0 0 2509 7 0 0 25 0 4 0 653047045 307339264 26047 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 75034 26047 394 112 0 69999 0
[pid=27289/tid=27290] ppid=27287 vsize=300136 CPUtime=6.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 10235 0 0 0 628 1 0 0 25 0 4 0 653047045 307339264 26047 33554432000 4194304 4650419 140736982033952 18446744073709551615 4369188 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=300136 CPUtime=6.29 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 11410 0 0 0 628 1 0 0 25 0 4 0 653047045 307339264 26047 33554432000 4194304 4650419 140736982033952 18446744073709551615 4438643 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=300136 CPUtime=6.25 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 10427 0 0 0 623 2 0 0 25 0 4 0 653047045 307339264 26047 33554432000 4194304 4650419 140736982033952 18446744073709551615 4329917 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 300136

[startup+12.7005 s]
/proc/loadavg: 7.75 8.04 7.88 9/279 27293
/proc/meminfo: memFree=20750780/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=280972 CPUtime=50.68 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 65171 0 0 0 5056 12 0 0 25 0 4 0 653047045 287715328 33688 33554432000 4194304 4650419 140736982033952 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 70243 33688 394 112 0 65208 0
[pid=27289/tid=27290] ppid=27287 vsize=280972 CPUtime=12.69 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 16458 0 0 0 1266 3 0 0 25 0 4 0 653047045 287715328 33688 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=280972 CPUtime=12.68 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 16422 0 0 0 1266 2 0 0 25 0 4 0 653047045 287715328 33688 33554432000 4194304 4650419 140736982033952 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=280972 CPUtime=12.58 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 15649 0 0 0 1256 2 0 0 25 0 4 0 653047045 287715328 33688 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 280972

[startup+25.5002 s]
/proc/loadavg: 7.79 8.04 7.88 9/279 27294
/proc/meminfo: memFree=20691608/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=369888 CPUtime=101.76 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 93740 0 0 0 10158 18 0 0 25 0 4 0 653047045 378765312 41711 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 92472 41711 394 112 0 87437 0
[pid=27289/tid=27290] ppid=27287 vsize=369888 CPUtime=25.48 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 23946 0 0 0 2544 4 0 0 25 0 4 0 653047045 378765312 41711 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=369888 CPUtime=25.49 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 23780 0 0 0 2545 4 0 0 25 0 4 0 653047045 378765312 41711 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=369888 CPUtime=25.28 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 24842 0 0 0 2523 5 0 0 25 0 4 0 653047045 378765312 41711 33554432000 4194304 4650419 140736982033952 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 369888

[startup+51.1007 s]
/proc/loadavg: 7.93 8.05 7.89 9/279 27294
/proc/meminfo: memFree=20632920/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=384952 CPUtime=203.96 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 141558 0 0 0 20365 31 0 0 25 0 4 0 653047045 394190848 50541 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 96238 50542 394 112 0 91203 0
[pid=27289/tid=27290] ppid=27287 vsize=384952 CPUtime=51.08 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 38147 0 0 0 5100 8 0 0 25 0 4 0 653047045 394190848 50542 33554432000 4194304 4650419 140736982033952 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=384952 CPUtime=51.09 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 36965 0 0 0 5101 8 0 0 25 0 4 0 653047045 394190848 50542 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=384952 CPUtime=50.67 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 36940 0 0 0 5059 8 0 0 25 0 4 0 653047045 394190848 50542 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364307 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 384952

[startup+102.301 s]
/proc/loadavg: 7.97 8.04 7.89 9/279 27296
/proc/meminfo: memFree=20532944/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=454544 CPUtime=408.34 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 235440 0 0 0 40780 54 0 0 25 0 4 0 653047045 465453056 66482 33554432000 4194304 4650419 140736982033952 18446744073709551615 4330612 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 113636 66482 394 112 0 108601 0
[pid=27289/tid=27290] ppid=27287 vsize=454544 CPUtime=102.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 64728 0 0 0 10215 14 0 0 25 0 4 0 653047045 465453056 66482 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=454544 CPUtime=102.29 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 62086 0 0 0 10215 14 0 0 25 0 4 0 653047045 465453056 66482 33554432000 4194304 4650419 140736982033952 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=454544 CPUtime=101.45 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 59538 0 0 0 10130 15 0 0 25 0 4 0 653047045 465453056 66482 33554432000 4194304 4650419 140736982033952 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 454544

[startup+162.301 s]

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

[pid=27289] ppid=27287 vsize=790740 CPUtime=2563.79 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1069761 0 0 0 256087 292 0 0 25 0 4 0 653047045 809717760 137742 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 197685 137742 394 112 0 192650 0
[pid=27289/tid=27290] ppid=27287 vsize=790740 CPUtime=642.28 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 290962 0 0 0 64148 80 0 0 25 0 4 0 653047045 809717760 137742 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=790740 CPUtime=642.29 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 260013 0 0 0 64168 61 0 0 25 0 4 0 653047045 809717760 137742 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=790740 CPUtime=636.89 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 267660 0 0 0 63611 78 0 0 25 0 4 0 653047045 809717760 137742 33554432000 4194304 4650419 140736982033952 18446744073709551615 4229477 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2563.79
Current children cumulated vsize (KiB) 790740

[startup+702.301 s]
/proc/loadavg: 8.05 8.09 7.98 9/279 27312
/proc/meminfo: memFree=20065056/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=931564 CPUtime=2803.3 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1170451 0 0 0 280012 318 0 0 25 0 4 0 653047045 953921536 140185 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 232891 140185 394 112 0 227856 0
[pid=27289/tid=27290] ppid=27287 vsize=931564 CPUtime=702.28 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 300330 0 0 0 70141 87 0 0 25 0 4 0 653047045 953921536 140185 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=931564 CPUtime=702.29 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 266771 0 0 0 70164 65 0 0 25 0 4 0 653047045 953921536 140185 33554432000 4194304 4650419 140736982033952 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=931564 CPUtime=696.39 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 332778 0 0 0 69549 90 0 0 25 0 4 0 653047045 953921536 140185 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2803.3
Current children cumulated vsize (KiB) 931564

[startup+762.3 s]
/proc/loadavg: 8.08 8.09 7.99 9/279 27313
/proc/meminfo: memFree=19989524/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=902816 CPUtime=3042.77 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1237488 0 0 0 303934 343 0 0 25 0 4 0 653047045 924483584 147756 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 225704 147756 394 112 0 220669 0
[pid=27289/tid=27290] ppid=27287 vsize=902816 CPUtime=762.28 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 312054 0 0 0 76132 96 0 0 25 0 4 0 653047045 924483584 147756 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=902816 CPUtime=762.29 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 285477 0 0 0 76157 72 0 0 25 0 4 0 653047045 924483584 147756 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=902816 CPUtime=755.87 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 339009 0 0 0 75496 91 0 0 25 0 4 0 653047045 924483584 147756 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.77
Current children cumulated vsize (KiB) 902816

[startup+822.301 s]
/proc/loadavg: 8.08 8.09 7.99 9/279 27315
/proc/meminfo: memFree=20007716/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=802008 CPUtime=3282.24 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1297693 0 0 0 327852 372 0 0 25 0 4 0 653047045 821256192 145549 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 200502 145550 394 112 0 195467 0
[pid=27289/tid=27290] ppid=27287 vsize=802008 CPUtime=822.28 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 323599 0 0 0 82124 104 0 0 25 0 4 0 653047045 821256192 145550 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=802008 CPUtime=822.29 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 301361 0 0 0 82154 75 0 0 25 0 4 0 653047045 821256192 145550 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=802008 CPUtime=815.32 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 355301 0 0 0 81436 96 0 0 25 0 4 0 653047045 821256192 145550 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3282.24
Current children cumulated vsize (KiB) 802008

[startup+882.301 s]
/proc/loadavg: 8.08 8.08 8.00 9/279 27316
/proc/meminfo: memFree=19985996/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=849520 CPUtime=3521.69 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1331523 0 0 0 351774 395 0 0 25 0 4 0 653047045 869908480 148303 33554432000 4194304 4650419 140736982033952 18446744073709551615 4441888 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 212380 148303 394 112 0 207345 0
[pid=27289/tid=27290] ppid=27287 vsize=849520 CPUtime=882.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 337661 0 0 0 88114 115 0 0 25 0 4 0 653047045 869908480 148303 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=849520 CPUtime=882.3 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 307472 0 0 0 88152 78 0 0 25 0 4 0 653047045 869908480 148303 33554432000 4194304 4650419 140736982033952 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=849520 CPUtime=874.78 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 362431 0 0 0 87376 102 0 0 25 0 4 0 653047045 869908480 148303 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.69
Current children cumulated vsize (KiB) 849520

[startup+942.3 s]
/proc/loadavg: 8.16 8.10 8.01 9/279 27318
/proc/meminfo: memFree=19920000/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=980808 CPUtime=3761.2 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1370976 0 0 0 375706 414 0 0 25 0 4 0 653047045 1004347392 164274 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 245202 164274 394 112 0 240167 0
[pid=27289/tid=27290] ppid=27287 vsize=980808 CPUtime=942.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 354954 0 0 0 94107 122 0 0 25 0 4 0 653047045 1004347392 164274 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=980808 CPUtime=942.31 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 318760 0 0 0 94146 85 0 0 25 0 4 0 653047045 1004347392 164274 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=980808 CPUtime=934.25 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 370633 0 0 0 93320 105 0 0 25 0 4 0 653047045 1004347392 164274 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3761.2
Current children cumulated vsize (KiB) 980808

[startup+1002.3 s]
/proc/loadavg: 8.17 8.11 8.01 9/279 27320
/proc/meminfo: memFree=19902492/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=980808 CPUtime=4000.63 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1406812 0 0 0 399638 425 0 0 25 0 4 0 653047045 1004347392 168700 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 245202 168700 394 112 0 240167 0
[pid=27289/tid=27290] ppid=27287 vsize=980808 CPUtime=1002.28 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 378574 0 0 0 100103 125 0 0 25 0 4 0 653047045 1004347392 168700 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=980808 CPUtime=1002.3 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 326839 0 0 0 100139 91 0 0 25 0 4 0 653047045 1004347392 168700 33554432000 4194304 4650419 140736982033952 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=980808 CPUtime=993.7 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 370633 0 0 0 99265 105 0 0 25 0 4 0 653047045 1004347392 168700 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.63
Current children cumulated vsize (KiB) 980808

[startup+1062.31 s]
/proc/loadavg: 8.17 8.12 8.02 9/279 27321
/proc/meminfo: memFree=19876640/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=1046464 CPUtime=4240.12 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1432305 0 0 0 423576 436 0 0 25 0 4 0 653047045 1071579136 164120 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 261616 164120 394 112 0 256581 0
[pid=27289/tid=27290] ppid=27287 vsize=1046464 CPUtime=1062.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 383782 0 0 0 106101 128 0 0 25 0 4 0 653047045 1071579136 164120 33554432000 4194304 4650419 140736982033952 18446744073709551615 4329745 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=1046464 CPUtime=1062.31 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 339039 0 0 0 106138 93 0 0 25 0 4 0 653047045 1071579136 164120 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1046464 CPUtime=1053.16 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 370633 0 0 0 105211 105 0 0 25 0 4 0 653047045 1071579136 164120 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4240.12
Current children cumulated vsize (KiB) 1046464

[startup+1122.3 s]
/proc/loadavg: 8.20 8.13 8.02 9/279 27323
/proc/meminfo: memFree=19840540/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=981632 CPUtime=4479.55 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1489814 0 0 0 447495 460 0 0 25 0 4 0 653047045 1005191168 174683 33554432000 4194304 4650419 140736982033952 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 245408 174683 394 112 0 240373 0
[pid=27289/tid=27290] ppid=27287 vsize=981632 CPUtime=1122.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 397370 0 0 0 112093 136 0 0 25 0 4 0 653047045 1005191168 174683 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=981632 CPUtime=1122.3 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 358980 0 0 0 112135 95 0 0 25 0 4 0 653047045 1005191168 174683 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=981632 CPUtime=1112.62 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 386041 0 0 0 111149 113 0 0 25 0 4 0 653047045 1005191168 174683 33554432000 4194304 4650419 140736982033952 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4479.55
Current children cumulated vsize (KiB) 981632

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.02 9/279 27324
/proc/meminfo: memFree=19815456/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=1039080 CPUtime=4719.02 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1619875 0 0 0 471409 493 0 0 25 0 4 0 653047045 1064017920 180846 33554432000 4194304 4650419 140736982033952 18446744073709551615 4363604 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 259770 180846 394 112 0 254735 0
[pid=27289/tid=27290] ppid=27287 vsize=1039080 CPUtime=1182.29 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 414789 0 0 0 118088 141 0 0 25 0 4 0 653047045 1064017920 180846 33554432000 4194304 4650419 140736982033952 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=1039080 CPUtime=1182.3 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 381915 0 0 0 118125 105 0 0 25 0 4 0 653047045 1064017920 180846 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=1039080 CPUtime=1172.08 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 397373 0 0 0 117088 120 0 0 25 0 4 0 653047045 1064017920 180846 33554432000 4194304 4650419 140736982033952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4719.02
Current children cumulated vsize (KiB) 1039080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.16 8.12 8.02 6/278 27326
/proc/meminfo: memFree=19968840/32950904 swapFree=67057400/67111528
[pid=27289] ppid=27287 vsize=962624 CPUtime=4800.08 cores=1,3,5,7
/proc/27289/stat : 27289 (strangenight1-m) R 27287 27289 26831 0 -1 4202496 1648364 0 0 0 479506 502 0 0 25 0 4 0 653047045 985726976 171269 33554432000 4194304 4650419 140736982033952 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27289/statm: 240656 171269 394 112 0 235621 0
[pid=27289/tid=27290] ppid=27287 vsize=962624 CPUtime=1202.6 cores=1,3,5,7
/proc/27289/task/27290/stat : 27290 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 431843 0 0 0 120117 143 0 0 25 0 4 0 653047045 985726976 171269 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27289/tid=27291] ppid=27287 vsize=962624 CPUtime=1202.62 cores=1,3,5,7
/proc/27289/task/27291/stat : 27291 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 387010 0 0 0 120153 109 0 0 25 0 4 0 653047045 985726976 171269 33554432000 4194304 4650419 140736982033952 18446744073709551615 4328275 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27289/tid=27292] ppid=27287 vsize=962624 CPUtime=1192.21 cores=1,3,5,7
/proc/27289/task/27292/stat : 27292 (strangenight1-m) R 27287 27289 26831 0 -1 4202560 398073 0 0 0 119100 121 0 0 25 0 4 0 653047045 985726976 171269 33554432000 4194304 4650419 140736982033952 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 962624

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): 1202.65
CPU time (s): 4800.14
CPU user time (s): 4795.08
CPU system time (s): 5.05523
CPU usage (%): 399.13
Max. virtual memory (cumulated for all children) (KiB): 1112720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.08
system time used= 5.05523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1648366
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= 3047
involuntary context switches= 31842

runsolver used 2.73958 second user time and 7.69583 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 01:07:53
IDJOB=3369128
IDBENCH=83321
IDSOLVER=1846
FILE ID=node121/3369128-1305414473
RUNJOBID= node121-1305414473-27267
PBS_JOBID= 13324525
Free space on /tmp= 73428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369128-1305414473/watcher-3369128-1305414473 -o /tmp/evaluation-result-3369128-1305414473/solver-3369128-1305414473 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369128-1305414473.cnf

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=605106087

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      20947888 kB
Buffers:        301616 kB
Cached:        5975360 kB
SwapCached:       7656 kB
Active:        6435756 kB
Inactive:      5214696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20947888 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           13300 kB
Writeback:           0 kB
AnonPages:     5371184 kB
Mapped:          21692 kB
Slab:           265600 kB
PageTables:      23848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30729736 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= 73420 MiB
End job on node121 at 2011-05-15 01:27:58