Trace number 3250627

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.09 1201.64

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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-3250627-1304131911.cnf'
0.00/0.00	c -- header says num vars:            312
0.00/0.00	c -- header says num clauses:       26889
0.00/0.01	c -- clauses added:            0 learnts,        26889 normals,            0 xors
0.00/0.01	c -- vars added        312
0.00/0.01	c Parsing time:  0.04 s
0.00/0.01	c  N st     0         0       312     26889         0         0    121302         0   no data   no data  --
0.00/0.15	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.52
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.56/0.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3.56/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
3.56/0.95	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3.56/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.28 s
3.56/0.95	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.95	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
3.56/0.95	c calculated reachability. Time: 0.00
3.56/0.95	c Calc default polars -  time:   0.00 s pos:     312 undec:       0 neg:       0
3.56/0.95	c =========================================================================================
3.56/0.95	c types(t): F = full restart, N = normal restart
3.56/0.95	c types(t): S = simplification begin/end, E = solution found
3.56/0.95	c restart types(rt): st = static, dy = dynamic
3.56/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.95	c  B st     0         0       312     26889         0         0    121302         0   no data   no data  --
3.56/0.95	c  N dy    12      4439       312     26889         0      4340    121302    157856     23.17     24.50  --
3.96/1.05	c  N dy    16     10242       312     26889         0      7556    121302    241976     20.87     22.06  --
5.56/1.47	c  N dy    29     16835       312     26889         0      9854    121302    303325     20.29     21.38  --
6.76/1.79	c  N dy    53     20838       312     26889         0      8259    121302    240842     20.63     25.30  --
8.35/2.11	c  F st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81  --
8.35/2.11	c  N st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81  --
9.95/2.52	c  N dy    73     30000       312     26889         0     10518    121302    309986     20.58   no data  --
9.95/2.52	c  S st    73     30000       312     26889         0     10518    121302    309986     20.58   no data  --
9.95/2.56	c  S st    73     30501       312     26889         0     11014    121302    327089     20.58   no data  --
9.95/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.95/2.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.95/2.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.95/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
9.95/2.59	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
16.74/4.23	c lits-rem:        47  cl-subs:      345  v-elim:      0  v-fix:    0  time:  6.55 s
17.96/4.56	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 1.30
17.96/4.56	c calculated reachability. Time: 0.00
17.96/4.56	c  N dy    73     30501       312     26889         0     10669    121302    318337     20.58   no data  --
19.94/5.05	c  N dy    74     36631       312     26889         0      8926    121302    236821     20.06     21.21  --
23.14/5.85	c  N dy    76     45751       312     26889         0      9048    121302    224640     19.26     15.49  --
23.14/5.85	c  S st    76     45751       312     26889         0      9048    121302    224640     19.26     15.49  --
23.14/5.89	c  S st    76     46254       312     26889         0      9547    121302    243139     19.26   no data  --
23.14/5.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.14/5.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.14/5.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
23.54/5.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.54/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.54/5.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
23.54/5.91	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
31.15/7.85	c lits-rem:        13  cl-subs:       83  v-elim:      0  v-fix:    0  time:  7.77 s
31.15/7.85	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
31.15/7.86	c vivif2 --  cl tried     9464 cl shrink        0 lits rem          0 time: 0.01
32.33/8.12	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 1.07
32.33/8.12	c calculated reachability. Time: 0.00
32.33/8.12	c  N dy    76     46254       312     26889         0      9464    121302    241380     19.26   no data  --
33.52/8.44	c  N dy    84     50274       312     26889         0     13368    121302    365845     19.22     23.25  --
35.14/8.87	c  N dy   104     55491       312     26889         0     18430    121302    530319     19.31     20.50  --
36.73/9.22	c  N dy   113     59633       312     26889         0     12768    121302    325103     19.23     20.32  --
37.93/9.56	c  N dy   126     63882       312     26889         0     16884    121302    457912     19.25     20.32  --
39.54/9.96	c  N dy   147     68205       312     26889         0     21087    121302    597320     19.37     20.45  --
39.94/10.07	c  S st   155     69381       312     26889         0     11578    121302    282742     19.44   no data  --
40.32/10.12	c  S st   155     69884       312     26889         0     12079    121302    299275     19.44   no data  --
40.32/10.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
40.32/10.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.32/10.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
40.32/10.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
40.32/10.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.32/10.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
40.32/10.14	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
51.10/12.84	c lits-rem:         8  cl-subs:       66  v-elim:      0  v-fix:    0  time: 10.77 s
51.10/12.84	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
51.10/12.85	c vivif2 --  cl tried    12013 cl shrink        0 lits rem          0 time: 0.01
52.30/13.16	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 1.24
52.30/13.16	c calculated reachability. Time: 0.00
52.30/13.16	c  N dy   155     69884       312     26889         0     12013    121302    297554     19.44   no data  --
53.89/13.59	c  N dy   180     75305       312     26889         0     17311    121302    474456     19.52     20.59  --
57.12/14.33	c  N dy   189     84246       312     26889         0     14329    121302    354799     19.29     20.34  --
57.89/14.59	c  F st   202     87500       312     26889         0     17478    121302    456510     19.31   no data  --
59.09/14.88	c  N st   207     90800       312     26889         0     20691    121302    562638     19.31   no data  --
61.51/15.42	c  N dy   235     96681       312     26889         0     13796    121302    323324     19.44     21.36  --
63.49/15.97	c  N dy   263    103166       312     26889         0     20105    121302    532581     19.48     20.54  --
64.29/16.13	c  S st   271    104826       312     26889         0     21710    121302    583509     19.48     15.75  --
64.29/16.18	c  S st   271    105331       312     26889         0     22214    121302    600748     19.48   no data  --
64.29/16.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
64.29/16.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.29/16.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
64.69/16.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
64.69/16.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.69/16.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
64.69/16.22	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
78.28/19.64	c lits-rem:        40  cl-subs:      454  v-elim:      0  v-fix:    0  time: 13.66 s
78.28/19.65	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
78.28/19.65	c vivif2 --  cl tried    21760 cl shrink        0 lits rem          0 time: 0.03
79.09/19.85	c asymm  cl-useful: 0/12052/26889 lits-rem:0 time: 0.78
79.09/19.85	c calculated reachability. Time: 0.00
79.09/19.85	c  N dy   271    105331       312     26889         0     21760    121302    589287     19.48   no data  --
82.67/20.75	c  N dy   296    115888       312     26889         0     18396    121302    451650     19.45     20.48  --
99.45/24.90	c  N dy   311    157998       312     26889         0     28840    121302    680387     18.47     16.10  --
99.45/24.90	c  S st   311    157998       312     26889         0     28840    121302    680387     18.47     16.10  --
99.45/24.97	c  S st   311    158504       312     26889         0     29343    121302    697286     18.47   no data  --
99.45/24.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.45/24.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.45/24.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
99.85/25.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
99.85/25.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.85/25.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
99.85/25.01	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
112.63/28.20	c lits-rem:       577  cl-subs:     2256  v-elim:      0  v-fix:    0  time: 12.76 s
112.63/28.20	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
112.63/28.21	c vivif2 --  cl tried    27087 cl shrink        0 lits rem          0 time: 0.03
113.43/28.42	c asymm  cl-useful: 0/8566/26889 lits-rem:0 time: 0.82
113.43/28.42	c calculated reachability. Time: 0.00
113.43/28.42	c  N dy   311    158504       312     26889         0     27087    121302    654383     18.47   no data  --
117.83/29.57	c  N dy   313    170887       312     26889         0     22760    121302    529968     18.27     19.25  --
122.22/30.69	c  N dy   374    181808       312     26889         0     33356    121302    876095     18.39     21.64  --
137.40/34.47	c  N dy   446    218965       312     26889         0     33344    121302    794938     18.15     19.18  --
142.99/35.87	c  N dy   513    232993       312     26889         0     27738    121302    677797     18.24     24.04  --
145.01/36.36	c  S st   544    237756       312     26889         0     32383    121302    828353     18.28   no data  --
145.41/36.43	c  S st   544    238258       312     26889         0     32883    121302    846566     18.28   no data  --
145.41/36.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
145.41/36.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.41/36.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
145.41/36.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
145.41/36.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.41/36.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
145.41/36.47	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
159.37/39.97	c lits-rem:       110  cl-subs:      939  v-elim:      0  v-fix:    0  time: 13.93 s
159.37/39.97	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
159.37/39.98	c vivif2 --  cl tried    31944 cl shrink        0 lits rem          0 time: 0.03
160.17/40.13	c asymm  cl-useful: 0/6271/26889 lits-rem:0 time: 0.61
160.17/40.13	c calculated reachability. Time: 0.00
160.17/40.13	c  N dy   544    238258       312     26889         0     31944    121302    826482     18.28   no data  --
165.76/41.57	c  N dy   610    253467       312     26889         0     26490    121302    618701     18.33     22.07  --
172.96/43.37	c  N dy   675    270222       312     26889         0     21425    121302    442282     18.36     19.44  --
179.75/45.07	c  N dy   768    287489       312     26889         0     38188    121302    993154     18.47     21.71  --
188.14/47.11	c  F st   892    306250       312     26889         0     34139    121302    850331     18.62     14.84  --
188.14/47.12	c  N st   892    306250       312     26889         0     34139    121302    850331     18.62     14.84  --
196.93/49.32	c  N dy   958    326371       312     26889         0     30346    121302    707393     18.66     19.88  --
205.31/51.44	c  N dy   981    346394       312     26889         0     25440    121302    531010     18.54     21.81  --
209.72/52.58	c  S st  1037    357387       312     26889         0     36174    121302    878349     18.59     16.46  --
210.12/52.64	c  S st  1037    357889       312     26889         0     36672    121302    895137     18.59   no data  --
210.12/52.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
210.12/52.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
210.12/52.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
210.12/52.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
210.12/52.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
210.12/52.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
210.12/52.69	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
220.90/55.35	c lits-rem:        72  cl-subs:      588  v-elim:      0  v-fix:    0  time: 10.62 s
220.90/55.36	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
220.90/55.36	c vivif2 --  cl tried    36084 cl shrink        0 lits rem          0 time: 0.04
221.70/55.56	c asymm  cl-useful: 0/10229/26889 lits-rem:0 time: 0.80
221.70/55.57	c calculated reachability. Time: 0.00
221.70/55.57	c  N dy  1037    357889       312     26889         0     36084    121302    880729     18.59   no data  --
230.09/57.64	c  N dy  1110    377912       312     26889         0     30279    121302    651234     18.59     24.18  --
238.48/59.72	c  N dy  1175    398002       312     26889         0     49700    121302   1266951     18.58     21.66  --
251.66/63.02	c  N dy  1268    426955       312     26889         0     51594    121302   1304733     18.58     19.73  --
262.85/65.82	c  N dy  1342    452447       312     26889         0     49151    121302   1207292     18.57     19.62  --
272.86/68.34	c  N dy  1428    474461       312     26889         0     42329    121302    988418     18.58     20.07  --
282.82/70.82	c  N dy  1512    494858       312     26889         0     33085    121302    692745     18.61     19.60  --
292.01/73.18	c  N dy  1599    515233       312     26889         0     52795    121302   1326239     18.64     19.75  --
301.61/75.50	c  N dy  1663    535253       312     26889         0     42217    121302    976408     18.65     21.38  --
302.01/75.67	c  S st  1668    536833       312     26889         0     43741    121302   1024223     18.64     17.87  --
302.41/75.74	c  S st  1668    537334       312     26889         0     44240    121302   1041005     18.64   no data  --
302.41/75.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
302.41/75.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
302.41/75.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
302.41/75.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
302.41/75.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.41/75.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
302.81/75.80	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
314.79/78.85	c lits-rem:       139  cl-subs:      816  v-elim:      0  v-fix:    0  time: 12.17 s
314.79/78.85	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
314.79/78.86	c vivif2 --  cl tried    43424 cl shrink        0 lits rem          0 time: 0.04
315.99/79.10	c asymm  cl-useful: 0/5175/26889 lits-rem:0 time: 0.98
315.99/79.11	c calculated reachability. Time: 0.00
315.99/79.11	c  N dy  1668    537334       312     26889         0     43424    121302   1022438     18.64   no data  --
325.97/81.61	c  N dy  1744    559219       312     26889         0     33612    121302    678834     18.64     19.72  --
335.56/84.09	c  N dy  1808    580300       312     26889         0     54051    121302   1331585     18.64     19.64  --
346.75/86.86	c  N dy  1867    604046       312     26889         0     45050    121302   1023886     18.63     19.80  --
363.93/91.12	c  N dy  1958    638889       312     26889         0     45788    121302   1008740     18.57     19.59  --
374.31/93.79	c  N dy  2059    658992       312     26889         0     65297    121302   1639967     18.61     21.23  --
388.30/97.20	c  N dy  2155    685032       312     26889         0     56713    121302   1386152     18.62     19.65  --
401.47/100.56	c  N dy  2156    712676       312     26889         0     48242    121302   1074096     18.50     19.62  --
412.27/103.29	c  N dy  2263    732959       312     26889         0     67962    121302   1718616     18.54     19.71  --
427.05/106.90	c  N dy  2318    761991       312     26889         0     60193    121302   1437018     18.51     19.66  --
443.84/111.16	c  N dy  2408    793821       312     26889         0     54224    121302   1225769     18.48     19.63  --
450.21/112.74	c  S st  2438    806006       312     26889         0     66006    121302   1588756     18.48     18.16  --
450.62/112.84	c  S st  2438    806508       312     26889         0     66504    121302   1604635     18.48   no data  --
450.62/112.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
450.62/112.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
450.62/112.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
451.02/112.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
451.02/112.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.02/112.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
451.02/112.93	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
480.18/120.28	c lits-rem:       402  cl-subs:     3076  v-elim:      0  v-fix:    0  time: 29.36 s
480.18/120.28	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
480.58/120.30	c vivif2 --  cl tried    63428 cl shrink        0 lits rem          0 time: 0.07
481.78/120.60	c asymm  cl-useful: 0/3954/26889 lits-rem:0 time: 1.19
481.78/120.60	c calculated reachability. Time: 0.00
481.78/120.60	c  N dy  2438    806508       312     26889         0     63428    121302   1541639     18.48   no data  --
491.77/123.12	c  N dy  2506    827367       312     26889         0     46049    121302    978304     18.47     19.45  --
501.37/125.53	c  N dy  2545    847885       312     26889         0     65795    121302   1578447     18.45     19.44  --
512.54/128.31	c  N dy  2635    867909       312     26889         0     46686    121302    973957     18.46     19.48  --
527.74/132.12	c  N dy  2700    898464       312     26889         0     76313    121302   1892391     18.44     19.45  --
538.11/134.72	c  N dy  2790    918669       312     26889         0     56263    121302   1267141     18.46     19.45  --
549.31/137.52	c  N dy  2887    938723       312     26889         0     75740    121302   1898643     18.48     21.23  --
561.29/140.60	c  N dy  2926    963489       312     26889         0     58803    121302   1302939     18.44     19.45  --
572.46/143.31	c  N dy  2987    983521       312     26889         0     78115    121302   1909062     18.44     21.67  --
583.26/146.02	c  N dy  3082   1003630       312     26889         0     56054    121302   1234520     18.45     19.45  --
595.24/149.03	c  N dy  3125   1024916       312     26889         0     76654    121302   1868279     18.44     19.74  --
606.45/151.86	c  N dy  3214   1044932       312     26889         0     53491    121302   1136391     18.45     26.36  --
617.21/154.59	c  N dy  3271   1065858       312     26889         0     73766    121302   1759795     18.43     19.46  --
621.61/155.60	c  F st  3298   1071876       312     26889         0     79639    121302   1947833     18.44     17.27  --
633.22/158.51	c  N dy  3338   1091324       312     26889         0     54880    121302   1155497     18.43     19.63  --
643.99/161.20	c  N dy  3409   1111335       312     26889         0     74240    121302   1767837     18.43     23.82  --
655.19/164.09	c  N dy  3465   1131431       312     26889         0     49214    121302    980147     18.42     21.60  --
667.97/167.23	c  N dy  3523   1155818       312     26889         0     72836    121302   1702258     18.40     19.43  --
684.34/171.37	c  N dy  3576   1183456       312     26889         0     53947    121302   1091696     18.38     19.44  --
694.73/173.98	c  N dy  3624   1203503       312     26889         0     73307    121302   1688347     18.37     19.45  --
697.92/174.75	c  S st  3628   1209762       312     26889         0     79345    121302   1877056     18.36     18.62  --
698.32/174.85	c  S st  3628   1210262       312     26889         0     79842    121302   1893553     18.36   no data  --
698.32/174.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
698.32/174.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
698.32/174.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
698.73/174.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
698.73/174.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
698.73/174.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
698.73/174.96	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
747.47/187.18	c lits-rem:       448  cl-subs:     3163  v-elim:      0  v-fix:    0  time: 48.78 s
747.47/187.18	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
747.84/187.21	c vivif2 --  cl tried    76679 cl shrink        0 lits rem          0 time: 0.08
749.04/187.58	c asymm  cl-useful: 0/4455/26889 lits-rem:0 time: 1.50
749.04/187.58	c calculated reachability. Time: 0.00
749.04/187.58	c  N dy  3628   1210262       312     26889         0     76679    121302   1828636     18.36   no data  --
761.83/190.77	c  N dy  3634   1233368       312     26889         0     52475    121302   1039167     18.30     19.32  --
772.62/193.47	c  N dy  3674   1254697       312     26889         0     73149    121302   1679523     18.28     19.44  --
785.00/196.51	c  N dy  3765   1274924       312     26889         0     92783    121302   2304814     18.29     19.26  --
796.59/199.40	c  N dy  3875   1296043       312     26889         0     66024    121302   1494255     18.32     19.42  --
809.36/202.64	c  N dy  3958   1316864       312     26889         0     86218    121302   2126563     18.32     19.32  --
821.35/205.69	c  N dy  4051   1337028       312     26889         0     57432    121302   1204148     18.34     19.60  --
836.93/209.54	c  N dy  4101   1364591       312     26889         0     84242    121302   2014494     18.32     19.32  --
849.71/212.72	c  N dy  4162   1385073       312     26889         0     54582    121302   1083871     18.32     19.29  --
860.90/215.54	c  N dy  4259   1405432       312     26889         0     74400    121302   1715793     18.33     19.31  --
874.08/218.80	c  N dy  4351   1425554       312     26889         0     93970    121302   2340344     18.35     19.37  --
886.07/221.84	c  N dy  4433   1445839       312     26889         0     63193    121302   1347562     18.36     19.44  --
898.05/224.85	c  N dy  4488   1466526       312     26889         0     83259    121302   1968981     18.35     19.55  --
912.83/228.52	c  N dy  4595   1486829       312     26889         0     51506    121302    962982     18.37     19.40  --
924.01/231.39	c  N dy  4708   1508366       312     26889         0     72405    121302   1633546     18.40     19.40  --
937.20/234.68	c  N dy  4818   1528831       312     26889         0     92281    121302   2272208     18.42     19.42  --
949.21/237.64	c  N dy  4826   1548863       312     26889         0     59310    121302   1188811     18.39     23.34  --
961.18/240.67	c  N dy  4922   1569290       312     26889         0     79129    121302   1813835     18.40     19.38  --
973.56/243.73	c  N dy  4934   1590567       312     26889         0     99390    121302   2388076     18.37     19.41  --
990.33/247.96	c  N dy  4940   1621800       312     26889         0     76180    121302   1651200     18.32     19.38  --
1004.32/251.46	c  N dy  5033   1641876       312     26889         0     95682    121302   2281558     18.33     20.52  --
1019.10/255.11	c  N dy  5099   1661933       312     26889         0     61056    121302   1235420     18.33     23.37  --
1031.48/258.25	c  N dy  5214   1682178       312     26889         0     80702    121302   1863681     18.35     19.32  --
1045.47/261.75	c  N dy  5298   1703689       312     26889         0    101545    121302   2514526     18.36     19.41  --
1049.86/262.87	c  S st  5312   1710263       312     26889         0    107893    121302   2705128     18.35     15.17  --
1050.68/263.00	c  S st  5312   1710767       312     26889         0    108393    121302   2722627     18.35   no data  --
1050.68/263.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1050.68/263.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1050.68/263.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.21
1051.06/263.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1051.06/263.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1051.06/263.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1051.06/263.15	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1140.53/285.60	c lits-rem:       123  cl-subs:     3567  v-elim:      0  v-fix:    0  time: 89.57 s
1140.93/285.60	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
1140.93/285.63	c vivif2 --  cl tried   104826 cl shrink        0 lits rem          0 time: 0.12
1142.13/285.90	c asymm  cl-useful: 0/3076/26889 lits-rem:0 time: 1.10
1142.13/285.91	c calculated reachability. Time: 0.00
1142.13/285.91	c  N dy  5312   1710767       312     26889         0    104826    121302   2641311     18.35   no data  --
1153.72/288.87	c  N dy  5397   1730778       312     26889         0     69111    121302   1486590     18.36     22.98  --
1166.11/291.94	c  N dy  5486   1750815       312     26889         0     88527    121302   2100214     18.37     24.22  --
1180.49/295.51	c  N dy  5565   1770915       312     26889         0    108035    121302   2712650     18.37     20.15  --
1194.47/299.04	c  N dy  5646   1794042       312     26889         0     74236    121302   1597607     18.38     19.45  --
1207.25/302.27	c  N dy  5730   1814360       312     26889         0     93902    121302   2208089     18.38     19.50  --
1222.43/306.01	c  N dy  5837   1834371       312     26889         0    113350    121302   2829120     18.40     23.76  --
1234.83/309.11	c  N dy  5928   1854634       312     26889         0     75917    121302   1675228     18.41     19.38  --
1247.19/312.28	c  N dy  5998   1874761       312     26889         0     95375    121302   2276887     18.41     19.49  --
1264.37/316.52	c  N dy  6050   1900509       312     26889         0     62123    121302   1216696     18.39     19.36  --
1276.36/319.50	c  N dy  6150   1920797       312     26889         0     81883    121302   1845577     18.40     19.43  --
1289.94/322.99	c  N dy  6236   1941628       312     26889         0    102096    121302   2494366     18.41     19.45  --
1306.72/327.15	c  N dy  6344   1961682       312     26889         0     62420    121302   1215958     18.43     22.26  --
1318.72/330.15	c  N dy  6422   1981756       312     26889         0     81897    121302   1824728     18.43     20.27  --
1331.91/333.43	c  N dy  6494   2001855       312     26889         0    101395    121302   2431268     18.43     24.96  --
1347.07/337.26	c  N dy  6562   2022047       312     26889         0     60811    121302   1144299     18.44     19.47  --
1387.03/347.20	c  N dy  6608   2078675       312     26889         0    115518    121302   2634201     18.36     19.43  --
1404.60/351.64	c  N dy  6678   2103398       312     26889         0     78497    121302   1665078     18.36     19.40  --
1417.78/354.91	c  N dy  6760   2123597       312     26889         0     98071    121302   2273587     18.37     19.50  --
1432.58/358.67	c  N dy  6826   2144332       312     26889         0    118159    121302   2903269     18.37     19.34  --
1446.94/362.22	c  N dy  6945   2164801       312     26889         0     76087    121302   1590476     18.38     19.44  --
1459.35/365.38	c  N dy  7018   2184817       312     26889         0     95478    121302   2193973     18.39     20.89  --
1474.52/369.11	c  N dy  7086   2204843       312     26889         0    114853    121302   2798136     18.39     20.56  --
1479.71/370.42	c  S st  7117   2210767       312     26889         0    120600    121302   2980275     18.39   no data  --
1480.11/370.57	c  S st  7117   2211267       312     26889         0    121096    121302   2996856     18.39   no data  --
1480.11/370.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1480.11/370.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1480.51/370.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
1480.92/370.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1480.92/370.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1480.92/370.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
1480.92/370.75	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1722.60/431.21	c lits-rem:       147  cl-subs:     3910  v-elim:      0  v-fix:    0  time: 241.30 s
1722.60/431.21	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1722.60/431.24	c vivif2 --  cl tried   117186 cl shrink        0 lits rem          0 time: 0.13
1723.78/431.54	c asymm  cl-useful: 0/1812/26889 lits-rem:0 time: 1.17
1723.78/431.54	c calculated reachability. Time: 0.00
1723.78/431.54	c  N dy  7117   2211267       312     26889         0    117186    121302   2907160     18.39   no data  --
1736.57/434.74	c  N dy  7167   2231360       312     26889         0     73666    121302   1480995     18.39     26.75  --
1748.16/437.68	c  N dy  7198   2252380       312     26889         0     93959    121302   2091496     18.38     19.38  --
1762.93/441.39	c  N dy  7282   2272461       312     26889         0    113447    121302   2706069     18.38     20.44  --
1777.71/445.05	c  N dy  7341   2292675       312     26889         0     69127    121302   1329823     18.38     19.36  --
1791.69/448.55	c  N dy  7403   2315014       312     26889         0     90807    121302   1995609     18.38     19.40  --
1807.68/452.57	c  N dy  7499   2335090       312     26889         0    110311    121302   2619469     18.39     21.66  --
1826.45/457.27	c  N dy  7535   2357604       312     26889         0     67197    121302   1253979     18.38     19.43  --
1838.83/460.31	c  N dy  7599   2377690       312     26889         0     86590    121302   1848576     18.38     19.80  --
1852.42/463.78	c  N dy  7687   2397774       312     26889         0    106112    121302   2457754     18.38     19.50  --
1869.60/468.01	c  N dy  7793   2418868       312     26889         0    126619    121302   3122309     18.39     19.42  --
1883.98/471.62	c  N dy  7824   2443325       312     26889         0     84365    121302   1762797     18.38     19.42  --
1897.57/475.07	c  N dy  7896   2463366       312     26889         0    103787    121302   2373233     18.38     21.14  --
1912.74/478.88	c  N dy  7926   2483437       312     26889         0    123268    121302   2941649     18.37     21.43  --
1931.11/483.44	c  N dy  7992   2507558       312     26889         0     79759    121302   1603875     18.37     19.35  --
1943.90/486.63	c  N dy  8062   2527670       312     26889         0     99191    121302   2213916     18.37     19.40  --
1961.48/491.08	c  N dy  8095   2554149       312     26889         0    124656    121302   2954416     18.35     19.47  --
1976.26/494.77	c  N dy  8176   2574164       312     26889         0     76318    121302   1507009     18.35     19.42  --
1988.65/497.81	c  N dy  8222   2594503       312     26889         0     95964    121302   2116904     18.35     19.42  --
2004.63/501.88	c  N dy  8242   2618444       312     26889         0    119030    121302   2785362     18.33     19.32  --
2019.81/505.63	c  N dy  8263   2638464       312     26889         0     69704    121302   1287288     18.31     21.83  --
2032.20/508.77	c  N dy  8355   2658544       312     26889         0     89189    121302   1905696     18.32     20.67  --
2048.97/512.91	c  N dy  8434   2681958       312     26889         0    111862    121302   2607919     18.32     19.33  --
2064.96/516.93	c  N dy  8511   2701997       312     26889         0    131310    121302   3211776     18.32     22.60  --
2072.94/518.90	c  S st  8530   2711267       312     26889         0     70602    121302   1297420     18.32     17.94  --
2072.94/518.99	c  S st  8530   2711770       312     26889         0     71104    121302   1314301     18.32   no data  --
2073.34/519.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2073.34/519.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2073.34/519.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
2073.34/519.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2073.34/519.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2073.34/519.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
2073.34/519.08	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2102.50/526.33	c lits-rem:         9  cl-subs:      111  v-elim:      0  v-fix:    0  time: 28.94 s
2102.50/526.33	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
2102.50/526.35	c vivif2 --  cl tried    70993 cl shrink        0 lits rem          0 time: 0.07
2104.10/526.70	c asymm  cl-useful: 0/6584/26889 lits-rem:0 time: 1.40
2104.10/526.70	c calculated reachability. Time: 0.00
2104.10/526.70	c  N dy  8530   2711770       312     26889         0     70993    121302   1311995     18.32   no data  --
2126.08/532.25	c  N dy  8599   2745383       312     26889         0    103392    121302   2255785     18.30     19.36  --
2145.64/537.19	c  N dy  8636   2772966       312     26889         0    130018    121302   3060368     18.29     19.35  --
2162.82/541.49	c  N dy  8698   2793232       312     26889         0     79060    121302   1533169     18.29     19.44  --
2178.80/545.49	c  N dy  8805   2814712       312     26889         0     99925    121302   2194684     18.30     19.31  --
2199.54/550.63	c  N dy  8861   2840088       312     26889         0    124554    121302   2946696     18.29     19.28  --
2218.72/555.44	c  N dy  8914   2860342       312     26889         0     72519    121302   1329012     18.29     19.34  --
2232.72/558.99	c  N dy  8952   2880744       312     26889         0     92309    121302   1929718     18.28     19.26  --
2249.89/563.25	c  N dy  9020   2901030       312     26889         0    112059    121302   2539455     18.28     19.27  --
2267.05/567.52	c  N dy  9056   2921109       312     26889         0    131538    121302   3130696     18.28     28.36  --
2289.02/573.07	c  N dy  9132   2941568       312     26889         0     78715    121302   1497245     18.28     19.34  --
2305.80/577.27	c  N dy  9201   2963523       312     26889         0    100013    121302   2158782     18.28     19.27  --
2326.97/582.57	c  N dy  9307   2983604       312     26889         0    119525    121302   2775150     18.29     20.47  --
2351.36/588.65	c  N dy  9405   3003729       312     26889         0    139137    121302   3393921     18.29     19.35  --
2371.71/593.77	c  N dy  9474   3023732       312     26889         0     84810    121302   1679569     18.29     19.38  --
2391.67/598.72	c  N dy  9610   3043833       312     26889         0    104356    121302   2312074     18.31     19.86  --
2412.47/603.97	c  N dy  9695   3064164       312     26889         0    124112    121302   2927757     18.31     19.28  --
2432.82/609.07	c  N dy  9777   3084174       312     26889         0    143521    121302   3536843     18.32     19.77  --
2454.40/614.43	c  N dy  9859   3112611       312     26889         0     96239    121302   2012511     18.31     19.35  --
2470.77/618.53	c  N dy  9934   3132669       312     26889         0    115721    121302   2622743     18.31     25.19  --
2490.75/623.52	c  N dy  9966   3156705       312     26889         0    138883    121302   3287047     18.30     19.48  --
2511.51/628.70	c  N dy 10016   3181636       312     26889         0     87454    121302   1719695     18.29     19.30  --
2525.89/632.30	c  N dy 10059   3202022       312     26889         0    107194    121302   2314975     18.29     19.41  --
2533.89/634.37	c  S st 10102   3211770       312     26889         0    116636    121302   2613589     18.29     14.94  --
2534.68/634.52	c  S st 10102   3212274       312     26889         0    117136    121302   2630720     18.29   no data  --
2534.68/634.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2534.68/634.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2535.08/634.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.27
2535.08/634.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2535.08/634.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2535.08/634.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.01 s
2535.08/634.68	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2638.96/660.60	c lits-rem:       321  cl-subs:     2929  v-elim:      0  v-fix:    0  time: 103.39 s
2638.96/660.60	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
2638.96/660.63	c vivif2 --  cl tried   114207 cl shrink        0 lits rem          0 time: 0.12
2640.16/660.99	c asymm  cl-useful: 0/2075/26889 lits-rem:0 time: 1.44
2640.56/661.00	c calculated reachability. Time: 0.00
2640.56/661.00	c  N dy 10102   3212274       312     26889         0    114207    121302   2566684     18.29   no data  --
2654.15/664.41	c  N dy 10166   3232492       312     26889         0    133860    121302   3188748     18.29     19.32  --
2672.12/668.97	c  N dy 10247   3254260       312     26889         0     78349    121302   1441110     18.29     19.37  --
2686.09/672.46	c  N dy 10331   3275783       312     26889         0     99273    121302   2084329     18.29     19.34  --
2699.67/675.89	c  N dy 10360   3296253       312     26889         0    119120    121302   2672881     18.28     19.33  --
2717.65/680.37	c  N dy 10465   3317506       312     26889         0    139771    121302   3332866     18.29     19.38  --
2738.83/685.62	c  N dy 10538   3342169       312     26889         0     86181    121302   1666025     18.29     19.29  --
2759.62/690.85	c  N dy 10546   3370169       312     26889         0    113005    121302   2452532     18.26     19.32  --
2775.98/694.99	c  N dy 10622   3390810       312     26889         0    133025    121302   3072733     18.27     19.25  --
2795.56/699.84	c  N dy 10683   3413871       312     26889         0    155432    121302   3752609     18.27     19.36  --
2809.94/703.49	c  N dy 10749   3434671       312     26889         0     97101    121302   1989049     18.26     19.24  --
2824.72/707.13	c  N dy 10781   3456255       312     26889         0    118070    121302   2620649     18.26     19.24  --
2843.89/711.98	c  N dy 10868   3476275       312     26889         0    137484    121302   3225626     18.26     19.26  --
2864.27/717.07	c  N dy 10917   3497209       312     26889         0    157745    121302   3833052     18.26     19.58  --
2881.04/721.23	c  N dy 10968   3517213       312     26889         0     97648    121302   1994907     18.25     21.46  --
2896.62/725.10	c  N dy 10988   3537461       312     26889         0    117148    121302   2567581     18.25     19.39  --
2931.77/733.92	c  N dy 11054   3577611       312     26889         0    155886    121302   3714959     18.23     19.24  --
2949.35/738.34	c  N dy 11126   3597631       312     26889         0     95086    121302   1911826     18.24     19.24  --
2965.73/742.45	c  N dy 11206   3617680       312     26889         0    114464    121302   2494722     18.24     26.94  --
2982.10/746.51	c  N dy 11236   3637738       312     26889         0    133934    121302   3071164     18.23     28.59  --
3002.07/751.50	c  N dy 11317   3657790       312     26889         0    153369    121302   3666750     18.23     22.66  --
3023.67/756.91	c  N dy 11408   3678222       312     26889         0     91909    121302   1793999     18.24     19.27  --
3040.43/761.19	c  N dy 11466   3699458       312     26889         0    112450    121302   2425030     18.24     19.20  --
3053.21/764.38	c  S st 11527   3712275       312     26889         0    124848    121302   2811983     18.24     17.48  --
3054.03/764.58	c  S st 11527   3712776       312     26889         0    125349    121302   2830343     18.24   no data  --
3054.03/764.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3054.03/764.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3054.43/764.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.34
3054.80/764.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3054.80/764.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3054.80/764.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3054.80/764.78	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3295.27/824.91	c lits-rem:       500  cl-subs:     2991  v-elim:      0  v-fix:    0  time: 240.10 s
3295.27/824.91	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
3295.27/824.94	c vivif2 --  cl tried   122358 cl shrink        0 lits rem          0 time: 0.14
3297.26/825.41	c asymm  cl-useful: 0/1624/26889 lits-rem:0 time: 1.86
3297.26/825.42	c calculated reachability. Time: 0.00
3297.26/825.42	c  N dy 11527   3712776       312     26889         0    122358    121302   2763504     18.24   no data  --
3314.05/829.69	c  N dy 11557   3734075       312     26889         0    142944    121302   3369997     18.23     19.26  --
3330.43/833.72	c  F st 11596   3751564       312     26889         0    159887    121302   3884062     18.23   no data  --
3333.62/834.55	c  N st 11601   3754865       312     26889         0    163077    121302   3984403     18.23   no data  --
3350.00/838.69	c  N dy 11608   3777154       312     26889         0    102444    121302   2051262     18.21     19.22  --
3367.17/842.90	c  N dy 11658   3798248       312     26889         0    122849    121302   2670713     18.21     19.20  --
3383.58/847.05	c  N dy 11673   3818401       312     26889         0    142193    121302   3227877     18.20     19.25  --
3407.91/853.11	c  N dy 11756   3841422       312     26889         0    164523    121302   3929978     18.20     19.28  --
3428.69/858.37	c  N dy 11796   3867020       312     26889         0    106056    121302   2165222     18.19     19.16  --
3444.67/862.38	c  N dy 11826   3887077       312     26889         0    125489    121302   2737524     18.18     21.33  --
3467.83/868.19	c  N dy 11904   3913180       312     26889         0    150830    121302   3525615     18.18     19.24  --
3488.61/873.35	c  N dy 11970   3933213       312     26889         0     86058    121302   1578395     18.18     19.14  --
3503.39/877.03	c  N dy 12029   3953298       312     26889         0    105551    121302   2173935     18.18     21.82  --
3518.57/880.89	c  N dy 12052   3973343       312     26889         0    125001    121302   2747565     18.17     24.74  --
3539.34/886.07	c  N dy 12116   3996896       312     26889         0    147790    121302   3423140     18.17     19.17  --
3561.31/891.51	c  N dy 12172   4017771       312     26889         0    168057    121302   4035083     18.17     19.15  --
3577.30/895.54	c  N dy 12225   4038277       312     26889         0    102737    121302   2077996     18.17     19.17  --
3595.66/900.15	c  N dy 12250   4061134       312     26889         0    124822    121302   2723530     18.16     19.37  --
3616.86/905.42	c  N dy 12325   4082253       312     26889         0    145309    121302   3361175     18.16     19.31  --
3638.01/910.71	c  N dy 12393   4102260       312     26889         0    164598    121302   3943559     18.16     23.37  --
3657.98/915.74	c  N dy 12438   4125424       312     26889         0    100815    121302   2000353     18.15     19.23  --
3674.75/919.97	c  N dy 12489   4145448       312     26889         0    120238    121302   2589471     18.15     21.42  --
3695.54/925.20	c  N dy 12561   4166658       312     26889         0    140816    121302   3216637     18.15     19.16  --
3718.29/930.89	c  N dy 12648   4186759       312     26889         0    160323    121302   3827523     18.15     23.57  --
3740.27/936.32	c  N dy 12715   4206816       312     26889         0     92533    121302   1735075     18.15     19.97  --
3745.46/937.61	c  S st 12766   4212776       312     26889         0     98336    121302   1924555     18.16     16.79  --
3745.86/937.74	c  S st 12766   4213276       312     26889         0     98836    121302   1941804     18.16   no data  --
3745.86/937.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3745.86/937.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3746.26/937.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
3746.26/937.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3746.26/937.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3746.26/937.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3746.26/937.88	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3823.75/957.20	c lits-rem:        59  cl-subs:      737  v-elim:      0  v-fix:    0  time: 77.12 s
3823.75/957.20	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
3823.75/957.23	c vivif2 --  cl tried    98099 cl shrink        0 lits rem          0 time: 0.10
3825.35/957.67	c asymm  cl-useful: 0/2493/26889 lits-rem:0 time: 1.76
3825.35/957.67	c calculated reachability. Time: 0.00
3825.35/957.67	c  N dy 12766   4213276       312     26889         0     98099    121302   1925020     18.16   no data  --
3866.49/967.97	c  N dy 12787   4262382       312     26889         0    145052    121302   3198751     18.13     19.30  --
3887.67/973.20	c  N dy 12827   4284192       312     26889         0    166145    121302   3832173     18.12     19.24  --
3925.21/982.68	c  N dy 12843   4325363       312     26889         0    117918    121302   2416522     18.10     19.07  --
3944.79/987.57	c  N dy 12923   4345452       312     26889         0    137482    121302   3027924     18.10     22.19  --
3965.95/992.87	c  N dy 12997   4365548       312     26889         0    157027    121302   3634592     18.10     21.40  --
3988.73/998.58	c  N dy 13052   4386799       312     26889         0    177585    121302   4250453     18.10     19.17  --
4004.30/1002.45	c  N dy 13131   4407342       312     26889         0    108653    121302   2216999     18.10     19.11  --
4020.70/1006.56	c  N dy 13222   4428692       312     26889         0    129310    121302   2861650     18.10     19.11  --
4038.28/1010.93	c  N dy 13317   4448712       312     26889         0    148790    121302   3469578     18.11     19.11  --
4056.63/1015.54	c  N dy 13383   4469845       312     26889         0    169019    121302   4080987     18.11     19.11  --
4075.40/1020.26	c  N dy 13444   4490035       312     26889         0     98665    121302   1885915     18.11     19.25  --
4089.39/1023.79	c  N dy 13493   4510519       312     26889         0    118400    121302   2480441     18.10     19.15  --
4105.77/1027.82	c  N dy 13564   4530891       312     26889         0    138203    121302   3084299     18.10     19.12  --
4125.74/1032.82	c  N dy 13626   4555544       312     26889         0    162032    121302   3802351     18.10     19.08  --
4144.91/1037.61	c  N dy 13668   4575874       312     26889         0    181675    121302   4391616     18.10     19.09  --
4160.49/1041.54	c  N dy 13738   4596869       312     26889         0    111175    121302   2268005     18.10     19.10  --
4177.27/1045.72	c  N dy 13816   4616895       312     26889         0    130617    121302   2867069     18.10     20.53  --
4197.24/1050.77	c  N dy 13890   4636936       312     26889         0    150076    121302   3457364     18.10     20.82  --
4217.62/1055.87	c  N dy 13934   4656966       312     26889         0    169491    121302   4016082     18.10     19.82  --
4239.59/1061.35	c  N dy 13984   4677029       312     26889         0     96865    121302   1808616     18.10     24.11  --
4255.17/1065.27	c  N dy 14050   4697406       312     26889         0    116548    121302   2411936     18.10     19.08  --
4270.35/1069.06	c  S st 14127   4713278       312     26889         0    131952    121302   2894922     18.10     17.69  --
4271.16/1069.24	c  S st 14127   4713778       312     26889         0    132448    121302   2912603     18.10   no data  --
4271.16/1069.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4271.16/1069.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4271.57/1069.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.32
4271.94/1069.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4271.94/1069.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4271.94/1069.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4271.94/1069.44	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4648.23/1163.60	c lits-rem:       248  cl-subs:     2695  v-elim:      0  v-fix:    0  time: 375.96 s
4648.23/1163.60	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.01
4648.23/1163.64	c vivif2 --  cl tried   129753 cl shrink        0 lits rem          0 time: 0.14
4649.82/1164.09	c asymm  cl-useful: 0/2159/26889 lits-rem:0 time: 1.82
4650.22/1164.10	c calculated reachability. Time: 0.00
4650.22/1164.10	c  N dy 14127   4713778       312     26889         0    129753    121302   2853538     18.10   no data  --
4668.19/1168.61	c  N dy 14211   4733879       312     26889         0    149278    121302   3466349     18.10     27.83  --
4692.57/1174.71	c  N dy 14214   4761318       312     26889         0    175640    121302   4203137     18.09     19.06  --
4714.54/1180.22	c  N dy 14327   4781470       312     26889         0    102365    121302   1979537     18.09     19.07  --
4730.51/1184.27	c  N dy 14358   4802562       312     26889         0    122765    121302   2577580     18.09     19.05  --
4747.69/1188.53	c  N dy 14402   4822758       312     26889         0    142306    121302   3163553     18.08     19.05  --
4770.46/1194.29	c  N dy 14443   4847552       312     26889         0    166290    121302   3862109     18.08     19.13  --
4792.03/1199.63	c  N dy 14501   4867747       312     26889         0    185837    121302   4458493     18.08     19.04  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250627-1304131911/watcher-3250627-1304131911 -o /tmp/evaluation-result-3250627-1304131911/solver-3250627-1304131911 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3250627-1304131911.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.56 7.96 7.68 5/180 6301
/proc/meminfo: memFree=29287976/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 505606574 52465664 352 33554432000 4194304 4650419 140736982733712 18446744073709551615 47843083642802 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6301/statm: 12809 352 303 112 0 7774 0
[pid=6301/tid=6302] ppid=6299 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505606574 52465664 352 33554432000 4194304 4650419 140736982733712 18446744073709551615 47843083642802 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505606574 52465664 352 33554432000 4194304 4650419 140736982733712 18446744073709551615 47843083642802 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505606574 52465664 352 33554432000 4194304 4650419 140736982733712 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.153897 s]
/proc/loadavg: 7.56 7.96 7.68 5/180 6301
/proc/meminfo: memFree=29287976/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=287164 CPUtime=0.58 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) D 6299 6301 6135 0 -1 4202496 5201 0 0 0 58 0 0 0 18 0 4 0 505606574 294055936 4152 33554432000 4194304 4650419 140736982733712 18446744073709551615 4426459 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6301/statm: 71791 4152 377 112 0 66756 0
[pid=6301/tid=6302] ppid=6299 vsize=287164 CPUtime=0.14 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) D 6299 6301 6135 0 -1 4202560 1333 0 0 0 14 0 0 0 18 0 4 0 505606574 294055936 4152 33554432000 4194304 4650419 140736982733712 18446744073709551615 228095494327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=287164 CPUtime=0.14 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) D 6299 6301 6135 0 -1 4202560 1259 0 0 0 14 0 0 0 18 0 4 0 505606574 294055936 4152 33554432000 4194304 4650419 140736982733712 18446744073709551615 228095494327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=287164 CPUtime=0.14 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 852 0 0 0 14 0 0 0 18 0 4 0 505606574 294055936 4152 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 287164

[startup+0.258062 s]
/proc/loadavg: 7.56 7.96 7.68 5/180 6301
/proc/meminfo: memFree=29287976/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=287296 CPUtime=0.99 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 8360 0 0 0 98 1 0 0 18 0 4 0 505606574 294191104 6682 33554432000 4194304 4650419 140736982733712 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 71824 6682 390 112 0 66789 0
[pid=6301/tid=6302] ppid=6299 vsize=287296 CPUtime=0.24 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2344 0 0 0 24 0 0 0 18 0 4 0 505606574 294191104 6682 33554432000 4194304 4650419 140736982733712 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=287296 CPUtime=0.24 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2317 0 0 0 24 0 0 0 18 0 4 0 505606574 294191104 6682 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=287296 CPUtime=0.24 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 926 0 0 0 24 0 0 0 18 0 4 0 505606574 294191104 6682 33554432000 4194304 4650419 140736982733712 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 287296

[startup+0.301053 s]
/proc/loadavg: 7.56 7.96 7.68 5/180 6301
/proc/meminfo: memFree=29287976/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=287296 CPUtime=1.16 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 8462 0 0 0 115 1 0 0 18 0 4 0 505606574 294191104 6784 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 71824 6784 390 112 0 66789 0
[pid=6301/tid=6302] ppid=6299 vsize=287296 CPUtime=0.29 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2372 0 0 0 29 0 0 0 18 0 4 0 505606574 294191104 6784 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=287296 CPUtime=0.28 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2342 0 0 0 28 0 0 0 18 0 4 0 505606574 294191104 6784 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=287296 CPUtime=0.28 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 950 0 0 0 28 0 0 0 18 0 4 0 505606574 294191104 6785 33554432000 4194304 4650419 140736982733712 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 287296

[startup+0.700979 s]
/proc/loadavg: 7.56 7.96 7.68 5/180 6301
/proc/meminfo: memFree=29287976/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=287428 CPUtime=2.77 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 9333 0 0 0 275 2 0 0 18 0 4 0 505606574 294326272 7655 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 71857 7656 392 112 0 66822 0
[pid=6301/tid=6302] ppid=6299 vsize=287428 CPUtime=0.68 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2601 0 0 0 68 0 0 0 18 0 4 0 505606574 294326272 7656 33554432000 4194304 4650419 140736982733712 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=287428 CPUtime=0.68 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2548 0 0 0 68 0 0 0 18 0 4 0 505606574 294326272 7656 33554432000 4194304 4650419 140736982733712 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=287428 CPUtime=0.68 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 1178 0 0 0 68 0 0 0 18 0 4 0 505606574 294326272 7656 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287428

[startup+1.50083 s]
/proc/loadavg: 7.56 7.96 7.68 9/184 6305
/proc/meminfo: memFree=29251876/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=291676 CPUtime=5.96 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 13031 0 0 0 593 3 0 0 19 0 4 0 505606574 298676224 8313 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 72919 8313 392 112 0 67884 0
[pid=6301/tid=6302] ppid=6299 vsize=291676 CPUtime=1.48 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 3411 0 0 0 148 0 0 0 19 0 4 0 505606574 298676224 8313 33554432000 4194304 4650419 140736982733712 18446744073709551615 4306746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=291676 CPUtime=1.49 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 3329 0 0 0 148 1 0 0 19 0 4 0 505606574 298676224 8313 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=291676 CPUtime=1.48 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 2518 0 0 0 148 0 0 0 19 0 4 0 505606574 298676224 8313 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291676

[startup+3.10054 s]
/proc/loadavg: 7.56 7.96 7.68 9/184 6305
/proc/meminfo: memFree=29247536/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=293944 CPUtime=12.35 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 22687 0 0 0 1230 5 0 0 25 0 4 0 505606574 300998656 11066 33554432000 4194304 4650419 140736982733712 18446744073709551615 4438383 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 73486 11066 394 112 0 68451 0
[pid=6301/tid=6302] ppid=6299 vsize=293944 CPUtime=3.08 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 5650 0 0 0 307 1 0 0 24 0 4 0 505606574 300998656 11066 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=293944 CPUtime=3.08 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 5474 0 0 0 307 1 0 0 24 0 4 0 505606574 300998656 11066 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=293944 CPUtime=3.08 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 4331 0 0 0 308 0 0 0 24 0 4 0 505606574 300998656 11066 33554432000 4194304 4650419 140736982733712 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293944

[startup+6.30095 s]
/proc/loadavg: 7.59 7.96 7.69 9/184 6305
/proc/meminfo: memFree=29194028/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=288276 CPUtime=25.14 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 36910 0 0 0 2507 7 0 0 25 0 4 0 505606574 295194624 19760 33554432000 4194304 4650419 140736982733712 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 72069 19761 394 112 0 67034 0
[pid=6301/tid=6302] ppid=6299 vsize=288276 CPUtime=6.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 8348 0 0 0 627 1 0 0 25 0 4 0 505606574 295194624 19761 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=288276 CPUtime=6.29 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 9627 0 0 0 627 2 0 0 25 0 4 0 505606574 295194624 19761 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=288276 CPUtime=6.29 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 9940 0 0 0 627 2 0 0 25 0 4 0 505606574 295194624 19761 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 288276

[startup+12.7008 s]
/proc/loadavg: 7.63 7.96 7.69 9/184 6305
/proc/meminfo: memFree=29147408/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=295572 CPUtime=50.7 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 52332 0 0 0 5060 10 0 0 25 0 4 0 505606574 302665728 27516 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 73893 27516 394 112 0 68858 0
[pid=6301/tid=6302] ppid=6299 vsize=295572 CPUtime=12.69 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 12199 0 0 0 1267 2 0 0 25 0 4 0 505606574 302665728 27516 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=295572 CPUtime=12.68 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 14705 0 0 0 1266 2 0 0 25 0 4 0 505606574 302665728 27516 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=295572 CPUtime=12.68 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 14573 0 0 0 1265 3 0 0 25 0 4 0 505606574 302665728 27516 33554432000 4194304 4650419 140736982733712 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 295572

[startup+25.5004 s]
/proc/loadavg: 7.71 7.96 7.69 9/184 6305
/proc/meminfo: memFree=29100936/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=365260 CPUtime=101.84 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 84056 0 0 0 10167 17 0 0 25 0 4 0 505606574 374026240 37080 33554432000 4194304 4650419 140736982733712 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 91315 37080 394 112 0 86280 0
[pid=6301/tid=6302] ppid=6299 vsize=365260 CPUtime=25.49 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 20219 0 0 0 2545 4 0 0 25 0 4 0 505606574 374026240 37080 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=365260 CPUtime=25.49 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 23728 0 0 0 2544 5 0 0 25 0 4 0 505606574 374026240 37080 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=365260 CPUtime=25.47 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 22583 0 0 0 2543 4 0 0 25 0 4 0 505606574 374026240 37080 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 365260

[startup+51.1007 s]
/proc/loadavg: 7.87 7.98 7.70 9/184 6306
/proc/meminfo: memFree=29046756/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=379360 CPUtime=204.12 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 134568 0 0 0 20385 27 0 0 25 0 4 0 505606574 388464640 46097 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 94840 46097 394 112 0 89805 0
[pid=6301/tid=6302] ppid=6299 vsize=379360 CPUtime=51.08 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 33633 0 0 0 5101 7 0 0 25 0 4 0 505606574 388464640 46098 33554432000 4194304 4650419 140736982733712 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=379360 CPUtime=51.09 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 36349 0 0 0 5102 7 0 0 25 0 4 0 505606574 388464640 46098 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=379360 CPUtime=51.08 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 35959 0 0 0 5101 7 0 0 25 0 4 0 505606574 388464640 46098 33554432000 4194304 4650419 140736982733712 18446744073709551615 4516030 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 379360

[startup+102.301 s]
/proc/loadavg: 7.94 7.98 7.72 9/184 6307
/proc/meminfo: memFree=28996312/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=395556 CPUtime=408.69 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 223650 0 0 0 40824 45 0 0 25 0 4 0 505606574 405049344 52977 33554432000 4194304 4650419 140736982733712 18446744073709551615 4328275 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 98889 52977 394 112 0 93854 0
[pid=6301/tid=6302] ppid=6299 vsize=395556 CPUtime=102.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 53116 0 0 0 10218 10 0 0 25 0 4 0 505606574 405049344 52977 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=395556 CPUtime=102.29 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 61292 0 0 0 10216 13 0 0 25 0 4 0 505606574 405049344 52977 33554432000 4194304 4650419 140736982733712 18446744073709551615 4329578 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=395556 CPUtime=102.28 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 61842 0 0 0 10216 12 0 0 25 0 4 0 505606574 405049344 52977 33554432000 4194304 4650419 140736982733712 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 395556

[startup+162.301 s]

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

[pid=6301] ppid=6299 vsize=728832 CPUtime=2805.54 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 920677 0 0 0 280303 251 0 0 25 0 4 0 505606574 746323968 124198 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 182208 124198 394 112 0 177173 0
[pid=6301/tid=6302] ppid=6299 vsize=728832 CPUtime=702.29 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 284414 0 0 0 70155 74 0 0 25 0 4 0 505606574 746323968 124198 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=728832 CPUtime=702.24 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 244372 0 0 0 70158 66 0 0 25 0 4 0 505606574 746323968 124198 33554432000 4194304 4650419 140736982733712 18446744073709551615 4333931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=728832 CPUtime=702.27 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 211832 0 0 0 70164 63 0 0 25 0 4 0 505606574 746323968 124198 33554432000 4194304 4650419 140736982733712 18446744073709551615 4368151 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.54
Current children cumulated vsize (KiB) 728832

[startup+762.3 s]
/proc/loadavg: 8.11 8.09 7.90 9/184 6334
/proc/meminfo: memFree=28499932/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=670704 CPUtime=3045.24 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 950454 0 0 0 304260 264 0 0 25 0 4 0 505606574 686800896 120226 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 167676 120226 394 112 0 162641 0
[pid=6301/tid=6302] ppid=6299 vsize=670704 CPUtime=762.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 292336 0 0 0 76151 77 0 0 25 0 4 0 505606574 686800896 120226 33554432000 4194304 4650419 140736982733712 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=670704 CPUtime=762.24 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 255337 0 0 0 76154 70 0 0 25 0 4 0 505606574 686800896 120226 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=670704 CPUtime=762.27 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 212892 0 0 0 76164 63 0 0 25 0 4 0 505606574 686800896 120226 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.24
Current children cumulated vsize (KiB) 670704

[startup+822.3 s]
/proc/loadavg: 8.15 8.12 7.91 9/184 6335
/proc/meminfo: memFree=28496904/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=669528 CPUtime=3284.89 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 969030 0 0 0 328215 274 0 0 25 0 4 0 505606574 685596672 122049 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 167382 122049 394 112 0 162347 0
[pid=6301/tid=6302] ppid=6299 vsize=669528 CPUtime=822.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 292336 0 0 0 82150 78 0 0 25 0 4 0 505606574 685596672 122049 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=669528 CPUtime=822.24 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 266712 0 0 0 82146 78 0 0 25 0 4 0 505606574 685596672 122049 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=669528 CPUtime=822.27 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 216894 0 0 0 82162 65 0 0 25 0 4 0 505606574 685596672 122049 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.89
Current children cumulated vsize (KiB) 669528

[startup+882.307 s]
/proc/loadavg: 8.13 8.12 7.93 9/184 6337
/proc/meminfo: memFree=28458536/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=761928 CPUtime=3524.58 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1014160 0 0 0 352166 292 0 0 25 0 4 0 505606574 780214272 131681 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 190482 131681 394 112 0 185447 0
[pid=6301/tid=6302] ppid=6299 vsize=761928 CPUtime=882.29 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 299740 0 0 0 88148 81 0 0 25 0 4 0 505606574 780214272 131681 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=761928 CPUtime=882.23 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 279722 0 0 0 88142 81 0 0 25 0 4 0 505606574 780214272 131681 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=761928 CPUtime=882.28 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 231546 0 0 0 88155 73 0 0 25 0 4 0 505606574 780214272 131681 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.58
Current children cumulated vsize (KiB) 761928

[startup+942.301 s]
/proc/loadavg: 8.19 8.14 7.94 9/184 6339
/proc/meminfo: memFree=28428232/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=958208 CPUtime=3764.23 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1052162 0 0 0 376114 309 0 0 25 0 4 0 505606574 981204992 135738 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 239552 135738 394 112 0 234517 0
[pid=6301/tid=6302] ppid=6299 vsize=958208 CPUtime=942.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 312338 0 0 0 94139 89 0 0 25 0 4 0 505606574 981204992 135738 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=958208 CPUtime=942.22 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 279725 0 0 0 94141 81 0 0 25 0 4 0 505606574 981204992 135738 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=958208 CPUtime=942.27 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 244294 0 0 0 94150 77 0 0 25 0 4 0 505606574 981204992 135738 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.23
Current children cumulated vsize (KiB) 958208

[startup+1002.3 s]
/proc/loadavg: 8.25 8.16 7.96 9/184 6340
/proc/meminfo: memFree=28422964/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=779920 CPUtime=4003.9 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1085848 0 0 0 400065 325 0 0 25 0 4 0 505606574 798638080 135983 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 194980 135983 394 112 0 189945 0
[pid=6301/tid=6302] ppid=6299 vsize=779920 CPUtime=1002.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 321337 0 0 0 100134 94 0 0 25 0 4 0 505606574 798638080 135983 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=779920 CPUtime=1002.22 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 282870 0 0 0 100140 82 0 0 25 0 4 0 505606574 798638080 135983 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=779920 CPUtime=1002.28 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 253811 0 0 0 100145 83 0 0 25 0 4 0 505606574 798638080 135983 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.9
Current children cumulated vsize (KiB) 779920

[startup+1062.3 s]
/proc/loadavg: 8.23 8.16 7.97 9/184 6342
/proc/meminfo: memFree=28364884/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=762892 CPUtime=4243.58 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1133169 0 0 0 424017 341 0 0 25 0 4 0 505606574 781201408 141037 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 190723 141037 394 112 0 185688 0
[pid=6301/tid=6302] ppid=6299 vsize=762892 CPUtime=1062.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 336363 0 0 0 106129 99 0 0 25 0 4 0 505606574 781201408 141037 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=762892 CPUtime=1062.21 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 293485 0 0 0 106135 86 0 0 25 0 4 0 505606574 781201408 141037 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=762892 CPUtime=1062.27 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 264502 0 0 0 106141 86 0 0 25 0 4 0 505606574 781201408 141037 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.58
Current children cumulated vsize (KiB) 762892

[startup+1122.3 s]
/proc/loadavg: 8.21 8.16 7.98 9/184 6343
/proc/meminfo: memFree=28397176/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=763092 CPUtime=4483.25 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1165118 0 0 0 447974 351 0 0 25 0 4 0 505606574 781406208 138857 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 190773 138857 394 112 0 185738 0
[pid=6301/tid=6302] ppid=6299 vsize=763092 CPUtime=1122.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 342764 0 0 0 112126 102 0 0 25 0 4 0 505606574 781406208 138857 33554432000 4194304 4650419 140736982733712 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=763092 CPUtime=1122.21 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 303432 0 0 0 112130 91 0 0 25 0 4 0 505606574 781406208 138857 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=763092 CPUtime=1122.28 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 264502 0 0 0 112142 86 0 0 25 0 4 0 505606574 781406208 138857 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.25
Current children cumulated vsize (KiB) 763092

[startup+1182.3 s]
/proc/loadavg: 8.14 8.14 7.98 9/184 6345
/proc/meminfo: memFree=28378152/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=757676 CPUtime=4722.93 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1209290 0 0 0 471927 366 0 0 25 0 4 0 505606574 775860224 139675 33554432000 4194304 4650419 140736982733712 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 189419 139675 394 112 0 184384 0
[pid=6301/tid=6302] ppid=6299 vsize=757676 CPUtime=1182.28 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 342764 0 0 0 118126 102 0 0 25 0 4 0 505606574 775860224 139675 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=757676 CPUtime=1182.2 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 314950 0 0 0 118124 96 0 0 25 0 4 0 505606574 775860224 139675 33554432000 4194304 4650419 140736982733712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=757676 CPUtime=1182.28 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 271965 0 0 0 118137 91 0 0 25 0 4 0 505606574 775860224 139675 33554432000 4194304 4650419 140736982733712 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.93
Current children cumulated vsize (KiB) 757676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 7.80 8.07 7.96 9/184 6377
/proc/meminfo: memFree=28703964/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=888764 CPUtime=4800.03 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1219173 0 0 0 479632 371 0 0 25 0 4 0 505606574 910094336 148771 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364738 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 222191 148771 394 112 0 217156 0
[pid=6301/tid=6302] ppid=6299 vsize=888764 CPUtime=1201.59 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 342764 0 0 0 120056 103 0 0 25 0 4 0 505606574 910094336 148772 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=888764 CPUtime=1201.52 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 317359 0 0 0 120054 98 0 0 25 0 4 0 505606574 910094336 148772 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=888764 CPUtime=1201.59 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 274561 0 0 0 120066 93 0 0 25 0 4 0 505606574 910094336 148772 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 888764

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

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

[startup+1201.6 s]
/proc/loadavg: 7.80 8.07 7.96 9/184 6377
/proc/meminfo: memFree=28703964/32951124 swapFree=67111348/67111528
[pid=6301] ppid=6299 vsize=888764 CPUtime=4800.03 cores=0,2,4,6
/proc/6301/stat : 6301 (strangenight1-m) R 6299 6301 6135 0 -1 4202496 1219173 0 0 0 479632 371 0 0 25 0 4 0 505606574 910094336 148771 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364738 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 222191 148771 394 112 0 217156 0
[pid=6301/tid=6302] ppid=6299 vsize=888764 CPUtime=1201.59 cores=0,2,4,6
/proc/6301/task/6302/stat : 6302 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 342764 0 0 0 120056 103 0 0 25 0 4 0 505606574 910094336 148772 33554432000 4194304 4650419 140736982733712 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6301/tid=6303] ppid=6299 vsize=888764 CPUtime=1201.52 cores=0,2,4,6
/proc/6301/task/6303/stat : 6303 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 317359 0 0 0 120054 98 0 0 25 0 4 0 505606574 910094336 148772 33554432000 4194304 4650419 140736982733712 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6301/tid=6304] ppid=6299 vsize=888764 CPUtime=1201.59 cores=0,2,4,6
/proc/6301/task/6304/stat : 6304 (strangenight1-m) R 6299 6301 6135 0 -1 4202560 274561 0 0 0 120066 93 0 0 25 0 4 0 505606574 910094336 148772 33554432000 4194304 4650419 140736982733712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 888764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.09
CPU user time (s): 4796.35
CPU system time (s): 3.74443
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 958552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.35
system time used= 3.74443
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1219174
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= 1900
involuntary context switches= 22219

runsolver used 1.86072 second user time and 4.46532 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 04:51:51
IDJOB=3250627
IDBENCH=83335
IDSOLVER=1588
FILE ID=node142/3250627-1304131911
RUNJOBID= node142-1304130697-6153
PBS_JOBID= 13170793
Free space on /tmp= 73316 MiB

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

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=758297706

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29288132 kB
Buffers:       1084036 kB
Cached:        1952764 kB
SwapCached:        176 kB
Active:         243544 kB
Inactive:      2924576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29288132 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13024 kB
Writeback:           0 kB
AnonPages:      131260 kB
Mapped:          15512 kB
Slab:           432044 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   376364 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= 73308 MiB
End job on node142 at 2011-04-30 05:11:55