Trace number 3366101

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4525.91 1300.07

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
MD5SUMdfe09aa5f3a1967c08c2b336865aee78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.42448
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366101-1305394737.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.03/0.84	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.03/0.84	c -- vars added       1000
0.03/0.84	c Parsing time:  0.01 s
0.03/0.84	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.32/1.46	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.10
0.32/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.32/1.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.32/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.32/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.32/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.32/1.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.32/1.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.32/1.49	c Finding binary XORs  T:     0.00 s  found:       0
0.32/1.50	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.32/1.50	c calculated reachability. Time: 0.00
10.24/13.94	c Calc default polars -  time:   0.00 s pos:     484 undec:      42 neg:     474
10.24/13.94	c =========================================================================================
10.24/13.94	c types(t): F = full restart, N = normal restart
10.24/13.94	c types(t): S = simplification begin/end, E = solution found
10.24/13.94	c restart types(rt): st = static, dy = dynamic
10.24/13.94	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.24/13.94	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
10.24/13.94	c  N dy    13      4037      1000     20000         0      4015    100000    492740     95.91    102.11
10.24/13.94	c  N dy    32      8200      1000     20000         0      5683    100000    519192     96.50    101.63
10.24/13.94	c  N dy    54     12282      1000     20000         0      5522    100000    335304     95.54    100.83
10.24/13.94	c  N dy    74     16461      1000     20000         0      9698    100000    827404     94.78    101.55
10.24/13.94	c  N dy    99     20671      1000     20000         0      8291    100000    527209     95.02    100.17
10.24/13.94	c  N dy   129     24861      1000     20000         0     12476    100000   1022759     95.44    101.41
10.24/13.94	c  F st   130     25001      1000     20000         0     12616    100000   1037658     95.37     78.74
10.24/13.94	c  N dy   136     30000      1000     20000         0     10796    100000    715610     95.37   no data
10.24/13.94	c  S st   136     30000      1000     20000         0     10796    100000    715610     95.37   no data
10.24/13.94	c  S st   136     30500      1000     20000         0     11296    100000    769149     95.37   no data
10.24/13.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.24/13.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.24/13.94	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
10.24/13.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.24/13.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.24/13.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
10.24/13.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.24/13.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.32/16.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.49/16.38	c lits-rem:       146  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.37 s
11.49/16.50	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.49/16.50	c calculated reachability. Time: 0.00
11.49/16.50	c  N dy   136     30500      1000     20000         0     11275    100000    764088     95.37   no data
14.02/19.00	c  N dy   161     34586      1000     20000         0     15351    100000   1246128     95.63    117.58
15.37/19.74	c  N dy   179     39130      1000     20000         0     12002    100000    717821     95.24    101.60
16.95/21.92	c  N dy   200     43263      1000     20000         0     16127    100000   1207089     95.40    102.98
17.87/23.61	c  S st   211     45752      1000     20000         0      9681    100000    329205     95.22     97.22
17.87/23.67	c  S st   211     46256      1000     20000         0     10185    100000    387042     95.22   no data
17.87/23.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.87/23.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.87/23.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.87/23.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.87/23.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.87/23.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
17.87/23.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.87/23.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.27/23.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.27/23.82	c lits-rem:        31  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.11 s
18.27/23.82	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.27/23.83	c vivif2 --  cl tried    10182 cl shrink        0 lits rem          0 time: 0.00
18.27/23.94	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.11
18.27/23.94	c calculated reachability. Time: 0.00
18.27/23.94	c  N dy   211     46256      1000     20000         0     10182    100000    386365     95.22   no data
20.44/24.63	c  N dy   238     50324      1000     20000         0     14245    100000    871311     95.42    112.93
24.27/26.50	c  N dy   264     54484      1000     20000         0     18402    100000   1370761     95.61    102.69
25.91/27.51	c  N dy   288     58563      1000     20000         0     12506    100000    558265     95.71    118.81
27.09/28.39	c  N dy   313     62688      1000     20000         0     16628    100000   1053815     95.86    101.56
29.04/30.56	c  N dy   339     66775      1000     20000         0     20711    100000   1534605     95.91    102.94
31.17/31.97	c  S st   358     69384      1000     20000         0     12342    100000    423371     95.95    101.06
31.58/32.03	c  S st   358     69888      1000     20000         0     12846    100000    477728     95.95   no data
31.58/32.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.58/32.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.58/32.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.58/32.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.58/32.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.58/32.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
31.58/32.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.58/32.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.58/32.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.37/32.23	c lits-rem:        29  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.16 s
34.00/32.63	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
34.00/32.63	c vivif2 --  cl tried    12843 cl shrink        0 lits rem          0 time: 0.01
34.00/32.63	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
34.00/32.63	c calculated reachability. Time: 0.00
34.00/32.63	c  N dy   358     69888      1000     20000         0     12843    100000    476989     95.95   no data
36.12/35.03	c  N dy   388     74436      1000     20000         0     17384    100000   1012997     96.00    106.64
38.04/35.56	c  N dy   411     79656      1000     20000         0     22598    100000   1633211     95.88    102.51
40.07/37.43	c  N dy   446     84820      1000     20000         0     15777    100000    723456     95.95    101.82
40.90/37.68	c  F st   465     87503      1000     20000         0     18454    100000   1045077     96.00     95.39
42.83/39.96	c  N st   470     90800      1000     20000         0     21726    100000   1469887     96.00   no data
45.73/41.22	c  N dy   495     96677      1000     20000         0     14625    100000    473417     95.98    101.06
48.05/42.27	c  N dy   530    102903      1000     20000         0     20839    100000   1200298     95.86    102.60
49.37/42.99	c  S st   540    104833      1000     20000         0     22768    100000   1425583     95.83   no data
49.37/42.99	c  S st   540    105337      1000     20000         0     23272    100000   1478895     95.83   no data
49.37/42.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.37/42.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
49.37/42.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.37/42.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.37/42.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.37/42.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
49.37/42.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.37/42.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
49.79/45.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.20/48.02	c lits-rem:       143  cl-subs:       23  v-elim:      0  v-fix:    0  time:  2.72 s
57.20/48.02	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.20/48.04	c vivif2 --  cl tried    23249 cl shrink        0 lits rem          0 time: 0.02
58.02/48.29	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
58.02/48.29	c calculated reachability. Time: 0.00
58.02/48.29	c  N dy   540    105337      1000     20000         0     23249    100000   1472965     95.83   no data
64.34/52.35	c  N dy   584    112089      1000     20000         0     16016    100000    528253     95.90    101.58
69.08/55.02	c  N dy   626    119513      1000     20000         0     23432    100000   1402609     95.90    101.40
74.07/56.38	c  N dy   672    127141      1000     20000         0     16071    100000    425190     95.94    101.14
78.83/58.42	c  N dy   714    135338      1000     20000         0     24260    100000   1391237     95.91    101.02
83.58/60.03	c  N dy   758    144082      1000     20000         0     17012    100000    428070     95.84    100.97
88.29/62.98	c  N dy   812    153342      1000     20000         0     26262    100000   1533653     95.90    111.88
90.68/65.13	c  S st   838    158005      1000     20000         0     30921    100000   2086002     95.89   no data
91.08/65.22	c  S st   838    158508      1000     20000         0     31424    100000   2137590     95.89   no data
91.08/65.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.08/65.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
91.08/65.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.08/65.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.08/65.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.08/65.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
91.08/65.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.08/65.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
91.48/65.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.66/71.68	c lits-rem:       258  cl-subs:       47  v-elim:      0  v-fix:    0  time:  6.33 s
105.66/71.68	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
105.66/71.71	c vivif2 --  cl tried    31377 cl shrink        0 lits rem          0 time: 0.03
107.74/72.00	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.29
107.74/72.00	c calculated reachability. Time: 0.00
107.74/72.00	c  N dy   838    158508      1000     20000         0     31377    100000   2126237     95.89   no data
111.99/74.44	c  N dy   889    168700      1000     20000         0     24575    100000   1211524     95.82    101.03
119.00/79.09	c  N dy   950    179508      1000     20000         0     35368    100000   2501311     95.87    101.69
127.39/82.55	c  N dy  1023    191109      1000     20000         0     28975    100000   1625512     95.90    100.99
136.46/88.43	c  N dy  1107    203457      1000     20000         0     22337    100000    738255     96.02    101.57
143.21/91.46	c  N dy  1184    216460      1000     20000         0     35318    100000   2283183     96.05    101.82
151.44/95.87	c  N dy  1265    230578      1000     20000         0     29445    100000   1465634     96.08    101.52
154.56/98.21	c  S st  1304    237762      1000     20000         0     36615    100000   2317787     96.08   no data
155.26/100.67	c  S st  1304    238267      1000     20000         0     37119    100000   2368935     96.08   no data
155.26/100.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
155.26/100.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
155.26/100.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
155.26/100.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.26/100.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.26/100.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
155.26/100.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
155.26/100.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
155.26/101.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.01/110.23	c lits-rem:       377  cl-subs:       62  v-elim:      0  v-fix:    0  time:  8.51 s
170.01/110.23	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
170.01/110.26	c vivif2 --  cl tried    37057 cl shrink        0 lits rem          0 time: 0.03
171.21/110.58	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
171.21/110.59	c calculated reachability. Time: 0.00
171.21/110.59	c  N dy  1304    238267      1000     20000         0     37057    100000   2353530     96.08   no data
181.42/117.35	c  N dy  1392    254016      1000     20000         0     31820    100000   1640132     96.13    102.19
193.66/123.39	c  N dy  1482    270262      1000     20000         0     26077    100000    846294     96.17    101.50
204.06/131.82	c  N dy  1574    287591      1000     20000         0     43387    100000   2897512     96.15    101.48
214.43/134.40	c  N dy  1681    306007      1000     20000         0     38804    100000   2243486     96.18    119.33
214.43/134.45	c  F st  1684    306252      1000     20000         0     39049    100000   2273000     96.18   no data
227.66/148.79	c  N dy  1755    325665      1000     20000         0     34461    100000   1616363     96.11    105.64
239.81/158.59	c  N dy  1858    345727      1000     20000         0     29527    100000    931857     96.10    102.96
250.08/165.36	c  S st  1927    357401      1000     20000         0     41192    100000   2320265     96.10     96.17
250.48/165.47	c  S st  1927    357902      1000     20000         0     41693    100000   2373346     96.10   no data
250.48/165.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
250.88/165.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
250.88/165.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
250.88/165.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.88/165.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.88/165.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
250.88/165.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
250.88/165.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
251.75/167.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.92/177.84	c lits-rem:       368  cl-subs:       66  v-elim:      0  v-fix:    0  time:  9.90 s
274.92/177.84	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
274.92/177.87	c vivif2 --  cl tried    41627 cl shrink        0 lits rem          0 time: 0.03
274.92/178.23	c asymm  cl-useful: 0/18521/20000 lits-rem:0 time: 0.36
274.92/178.24	c calculated reachability. Time: 0.00
274.92/178.24	c  N dy  1927    357902      1000     20000         0     41627    100000   2357660     96.10   no data
290.59/182.58	c  N dy  2041    377986      1000     20000         0     35718    100000   1547844     96.13    101.55
308.61/191.61	c  N dy  2154    398093      1000     20000         0     28829    100000    623473     96.15    101.45
321.22/204.45	c  N dy  2264    418674      1000     20000         0     49389    100000   3075672     96.16    101.92
337.24/210.97	c  N dy  2391    438801      1000     20000         0     41520    100000   2013711     96.21    101.87
353.31/222.11	c  N dy  2508    458884      1000     20000         0     32621    100000    847730     96.22    101.69
366.54/232.46	c  N dy  2622    479047      1000     20000         0     52759    100000   3248512     96.27    101.47
378.46/240.40	c  N dy  2735    499048      1000     20000         0     42778    100000   1959230     96.28    102.46
397.71/253.83	c  N dy  2853    519146      1000     20000         0     31883    100000    537270     96.28    102.35
408.17/259.53	c  S st  2952    536854      1000     20000         0     49560    100000   2627303     96.28     84.96
408.57/259.66	c  S st  2952    537354      1000     20000         0     50060    100000   2676664     96.28   no data
408.57/259.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
408.86/259.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
408.86/259.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
408.86/259.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
408.86/259.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
408.86/259.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
408.86/259.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
408.86/259.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
409.26/259.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
467.93/274.56	c lits-rem:       417  cl-subs:       69  v-elim:      0  v-fix:    0  time: 14.74 s
467.93/274.57	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
468.28/274.60	c vivif2 --  cl tried    49991 cl shrink        0 lits rem          0 time: 0.03
468.28/274.64	c asymm  cl-useful: 0/1479/20000 lits-rem:0 time: 0.04
468.28/274.64	c calculated reachability. Time: 0.00
468.28/274.64	c  N dy  2952    537354      1000     20000         0     49991    100000   2659871     96.28   no data
483.04/278.39	c  N dy  3063    557489      1000     20000         0     38140    100000   1182937     96.30    103.60
497.40/281.98	c  N dy  3170    577564      1000     20000         0     58181    100000   3572210     96.29    104.25
512.14/285.66	c  N dy  3283    597579      1000     20000         0     45224    100000   1918783     96.30    103.51
529.36/291.72	c  N dy  3395    617720      1000     20000         0     65321    100000   4307052     96.30    101.91
555.15/301.48	c  N dy  3501    637973      1000     20000         0     51603    100000   2551984     96.30    104.34
577.90/310.17	c  N dy  3609    658067      1000     20000         0     36712    100000    677671     96.31    105.25
591.45/313.59	c  N dy  3715    678178      1000     20000         0     56792    100000   3067684     96.30    102.37
608.21/317.77	c  N dy  3837    698353      1000     20000         0     40996    100000   1068972     96.33    102.28
622.96/321.47	c  N dy  3938    718581      1000     20000         0     61198    100000   3466079     96.31    102.15
639.31/325.54	c  N dy  4051    738627      1000     20000         0     44262    100000   1347046     96.31    103.44
654.87/329.44	c  N dy  4177    758690      1000     20000         0     64293    100000   3753598     96.35    104.22
671.61/333.63	c  N dy  4292    778780      1000     20000         0     46419    100000   1497070     96.36    107.55
688.36/337.86	c  N dy  4408    798820      1000     20000         0     66422    100000   3885414     96.38    103.26
695.59/339.69	c  S st  4455    806031      1000     20000         0     73624    100000   4754353     96.40     96.26
696.33/339.88	c  S st  4455    806535      1000     20000         0     74128    100000   4808182     96.40   no data
696.33/339.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
696.74/339.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
696.74/339.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
696.74/339.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
696.74/339.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
696.74/339.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
696.74/339.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
697.14/340.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
697.54/340.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
802.82/366.56	c lits-rem:       720  cl-subs:      109  v-elim:      0  v-fix:    0  time: 26.40 s
802.82/366.56	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
803.22/366.62	c vivif2 --  cl tried    74019 cl shrink        0 lits rem          0 time: 0.06
804.84/367.03	c asymm  cl-useful: 0/12704/20000 lits-rem:0 time: 0.41
804.84/367.04	c calculated reachability. Time: 0.00
804.84/367.04	c  N dy  4455    806535      1000     20000         0     74019    100000   4781923     96.40   no data
819.97/370.84	c  N dy  4565    826566      1000     20000         0     55087    100000   2422972     96.40    122.58
837.91/375.36	c  N dy  4685    846730      1000     20000         0     75227    100000   4839254     96.42    103.00
853.51/379.24	c  N dy  4797    866755      1000     20000         0     55274    100000   2321590     96.41    101.49
871.41/383.70	c  N dy  4905    886831      1000     20000         0     75309    100000   4699014     96.41    101.49
887.36/387.75	c  N dy  5003    906848      1000     20000         0     54365    100000   2110070     96.40    102.55
904.91/392.16	c  N dy  5126    926931      1000     20000         0     74407    100000   4515112     96.43    101.68
922.86/396.60	c  N dy  5244    947011      1000     20000         0     52527    100000   1767768     96.42    102.16
940.40/401.00	c  N dy  5365    967259      1000     20000         0     72749    100000   4185081     96.43    101.80
959.14/405.70	c  N dy  5481    987267      1000     20000         0     49806    100000   1350055     96.44    101.65
975.51/409.87	c  N dy  5598   1007294      1000     20000         0     69788    100000   3759301     96.47    102.74
996.24/415.07	c  N dy  5717   1027587      1000     20000         0     46112    100000    801787     96.48    102.71
1012.19/419.10	c  N dy  5838   1047662      1000     20000         0     66163    100000   3203782     96.50    101.97
1034.93/424.75	c  N dy  5960   1067663      1000     20000         0     86140    100000   5605858     96.53    135.40
1040.51/426.13	c  F st  5988   1071875      1000     20000         0     45410    100000    600464     96.54   no data
1053.26/429.39	c  N dy  6068   1087738      1000     20000         0     61230    100000   2537981     96.56    101.95
1074.41/434.65	c  N dy  6183   1107746      1000     20000         0     81196    100000   4934788     96.57    103.19
1095.54/439.97	c  N dy  6305   1128413      1000     20000         0     55926    100000   1747721     96.60    102.67
1113.89/444.59	c  N dy  6423   1148450      1000     20000         0     75935    100000   4156890     96.62    105.19
1136.62/450.20	c  N dy  6536   1168509      1000     20000         0     49032    100000    810313     96.62    107.69
1153.77/454.53	c  N dy  6664   1188600      1000     20000         0     69088    100000   3214096     96.64    104.46
1174.91/459.85	c  N dy  6771   1208694      1000     20000         0     89147    100000   5603797     96.62    101.80
1176.50/460.20	c  S st  6780   1209803      1000     20000         0     90253    100000   5734917     96.62   no data
1177.30/460.44	c  S st  6780   1210305      1000     20000         0     90755    100000   5785650     96.62   no data
1177.30/460.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1177.72/460.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1177.72/460.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1177.72/460.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1177.72/460.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1177.72/460.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1177.72/460.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1177.72/460.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1178.49/460.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1331.69/499.18	c lits-rem:       625  cl-subs:      140  v-elim:      0  v-fix:    0  time: 38.42 s
1331.69/499.18	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1332.04/499.26	c vivif2 --  cl tried    90615 cl shrink        0 lits rem          0 time: 0.07
1333.63/499.60	c asymm  cl-useful: 0/7296/20000 lits-rem:0 time: 0.34
1333.63/499.60	c calculated reachability. Time: 0.00
1333.63/499.60	c  N dy  6780   1210305      1000     20000         0     90615    100000   5752070     96.62   no data
1351.98/504.26	c  N dy  6896   1230363      1000     20000         0     62707    100000   2333118     96.64    101.80
1372.32/509.31	c  N dy  7024   1250708      1000     20000         0     83026    100000   4767752     96.65    103.30
1393.46/514.69	c  N dy  7127   1270788      1000     20000         0     54159    100000   1202618     96.65    104.90
1411.40/519.15	c  N dy  7244   1291233      1000     20000         0     74556    100000   3642156     96.65    102.96
1433.34/524.66	c  N dy  7344   1311446      1000     20000         0     94736    100000   6045019     96.64    103.16
1452.08/529.31	c  N dy  7448   1331660      1000     20000         0     65004    100000   2379608     96.63    102.31
1472.08/534.33	c  N dy  7566   1351760      1000     20000         0     85063    100000   4791956     96.65    102.84
1494.76/540.04	c  N dy  7670   1371798      1000     20000         0     54167    100000    984626     96.64    101.97
1512.30/544.49	c  N dy  7790   1392001      1000     20000         0     74343    100000   3410279     96.65    101.87
1535.04/550.14	c  N dy  7915   1412091      1000     20000         0     94393    100000   5818677     96.67    102.30
1556.17/555.44	c  N dy  8026   1432392      1000     20000         0     62755    100000   1898879     96.67    103.84
1575.32/560.24	c  N dy  8123   1452423      1000     20000         0     82751    100000   4293310     96.66    104.85
1600.45/566.58	c  N dy  8242   1472518      1000     20000         0    102818    100000   6708124     96.67    122.07
1620.00/571.41	c  N dy  8367   1492572      1000     20000         0     69928    100000   2655515     96.70    103.09
1641.53/576.86	c  N dy  8488   1512582      1000     20000         0     89909    100000   5049940     96.71    103.18
1666.24/583.05	c  N dy  8602   1532626      1000     20000         0     56001    100000    861411     96.72    102.89
1684.20/587.58	c  N dy  8726   1552664      1000     20000         0     76012    100000   3279357     96.73    106.89
1707.33/593.37	c  N dy  8853   1572885      1000     20000         0     96198    100000   5700493     96.75    105.95
1731.65/599.40	c  N dy  8970   1593058      1000     20000         0     61436    100000   1392247     96.75    104.34
1751.20/604.36	c  N dy  9085   1613199      1000     20000         0     81541    100000   3789453     96.75    102.20
1775.52/610.40	c  N dy  9192   1633447      1000     20000         0    101748    100000   6208455     96.75    102.52
1799.06/616.37	c  N dy  9299   1653454      1000     20000         0     65816    100000   1812341     96.75    102.93
1820.59/621.72	c  N dy  9403   1673552      1000     20000         0     85878    100000   4226804     96.74    105.75
1846.92/628.35	c  N dy  9500   1693600      1000     20000         0    105895    100000   6637439     96.73    102.98
1867.66/633.52	c  S st  9601   1710307      1000     20000         0     65665    100000   1687781     96.74     90.47
1868.45/633.72	c  S st  9601   1710814      1000     20000         0     66172    100000   1741543     96.74   no data
1868.45/633.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1868.45/633.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1868.45/633.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1868.45/633.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1868.45/633.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1868.45/633.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1868.45/633.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1868.85/633.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1868.85/633.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1894.37/640.20	c lits-rem:       150  cl-subs:       38  v-elim:      0  v-fix:    0  time:  6.33 s
1894.37/640.21	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1894.37/640.23	c vivif2 --  cl tried    66134 cl shrink        0 lits rem          0 time: 0.02
1895.97/640.62	c asymm  cl-useful: 0/13826/20000 lits-rem:0 time: 0.39
1895.97/640.62	c calculated reachability. Time: 0.00
1895.97/640.62	c  N dy  9601   1710814      1000     20000         0     66134    100000   1732562     96.74   no data
1916.71/645.80	c  N dy  9718   1730894      1000     20000         0     86165    100000   4142862     96.75    102.23
1942.63/652.30	c  N dy  9835   1751155      1000     20000         0    106385    100000   6551208     96.75    103.68
1966.17/658.23	c  N dy  9954   1771198      1000     20000         0     68502    100000   1909319     96.74    105.13
1987.31/663.54	c  N dy 10065   1791274      1000     20000         0     88548    100000   4321921     96.75    102.51
2013.62/670.11	c  N dy 10195   1811429      1000     20000         0    108670    100000   6744189     96.77    101.92
2036.76/675.90	c  N dy 10313   1831442      1000     20000         0     69755    100000   1958239     96.78    102.74
2058.29/681.31	c  N dy 10441   1851527      1000     20000         0     89800    100000   4390215     96.80    105.56
2083.81/687.71	c  N dy 10545   1871620      1000     20000         0    109849    100000   6793416     96.80    107.52
2107.35/693.65	c  N dy 10661   1891856      1000     20000         0     70162    100000   1905533     96.80    102.05
2128.89/699.02	c  N dy 10785   1911880      1000     20000         0     90150    100000   4311180     96.82    110.76
2154.40/705.43	c  N dy 10898   1931950      1000     20000         0    110189    100000   6713676     96.82    102.33
2179.53/711.72	c  N dy 11019   1952151      1000     20000         0     69459    100000   1697907     96.83    103.87
2199.90/716.91	c  N dy 11129   1972180      1000     20000         0     89461    100000   4110870     96.83    102.26
2226.64/723.53	c  N dy 11254   1992333      1000     20000         0    109580    100000   6547845     96.85    102.82
2253.30/730.22	c  N dy 11370   2012434      1000     20000         0     67742    100000   1388608     96.86    104.28
2274.90/735.70	c  N dy 11485   2032482      1000     20000         0     87761    100000   3790139     96.86    102.04
2301.22/742.26	c  N dy 11601   2052553      1000     20000         0    107779    100000   6188839     96.87    102.37
2330.69/749.68	c  N dy 11720   2072635      1000     20000         0     64938    100000    941048     96.87    102.90
2350.62/754.60	c  N dy 11834   2092654      1000     20000         0     84923    100000   3340277     96.88    102.49
2375.38/760.88	c  N dy 11959   2112686      1000     20000         0    104928    100000   5743067     96.89    103.58
2405.67/768.47	c  N dy 12082   2132828      1000     20000         0    125036    100000   8153220     96.90    104.64
2428.02/774.06	c  N dy 12204   2153251      1000     20000         0     81540    100000   2828700     96.91    102.44
2452.33/780.11	c  N dy 12313   2173626      1000     20000         0    101891    100000   5257762     96.91    102.47
2481.09/787.35	c  N dy 12436   2193645      1000     20000         0    121869    100000   7665899     96.92    103.16
2502.60/792.75	c  S st 12533   2210815      1000     20000         0     74119    100000   1810934     96.92     87.31
2503.37/792.93	c  S st 12533   2211318      1000     20000         0     74622    100000   1866391     96.92   no data
2503.37/792.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2503.37/792.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2503.37/792.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2503.37/792.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2503.37/792.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2503.37/792.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2503.37/792.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2503.77/793.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2503.77/793.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2527.70/799.04	c lits-rem:       169  cl-subs:       33  v-elim:      0  v-fix:    0  time:  5.96 s
2527.70/799.04	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2527.70/799.07	c vivif2 --  cl tried    74589 cl shrink        0 lits rem          0 time: 0.03
2528.50/799.30	c asymm  cl-useful: 0/6174/20000 lits-rem:0 time: 0.23
2528.50/799.30	c calculated reachability. Time: 0.00
2528.50/799.30	c  N dy 12533   2211318      1000     20000         0     74589    100000   1858639     96.92   no data
2550.86/804.85	c  N dy 12661   2231366      1000     20000         0     94598    100000   4242410     96.93    102.70
2577.60/811.57	c  N dy 12770   2251562      1000     20000         0    114754    100000   6656522     96.93    102.70
2607.89/819.15	c  N dy 12892   2271703      1000     20000         0     68975    100000   1086001     96.95    102.64
2630.99/824.90	c  N dy 13014   2292271      1000     20000         0     89518    100000   3548534     96.95    106.44
2658.52/831.87	c  N dy 13128   2312452      1000     20000         0    109667    100000   5981039     96.95    104.35
2689.62/839.67	c  N dy 13244   2332456      1000     20000         0    129639    100000   8371532     96.96    105.60
2713.18/845.54	c  N dy 13368   2352511      1000     20000         0     82774    100000   2647775     96.97    105.03
2737.88/851.72	c  N dy 13486   2372648      1000     20000         0    102877    100000   5056792     96.98    102.18
2767.00/859.02	c  N dy 13600   2392905      1000     20000         0    123107    100000   7511793     96.99    103.78
2795.31/866.13	c  N dy 13705   2413041      1000     20000         0     75318    100000   1617083     96.98    104.07
2817.24/871.64	c  N dy 13819   2433136      1000     20000         0     95371    100000   4031932     96.98    102.85
2845.21/878.65	c  N dy 13947   2453388      1000     20000         0    115594    100000   6470665     96.99    103.18
2877.47/886.70	c  N dy 14056   2473494      1000     20000         0    135672    100000   8881277     97.00    102.13
2899.80/892.33	c  N dy 14173   2493603      1000     20000         0     86858    100000   2921904     97.00    102.83
2924.92/898.62	c  N dy 14296   2513695      1000     20000         0    106912    100000   5323341     97.01    102.37
2954.89/906.13	c  N dy 14416   2533984      1000     20000         0    127161    100000   7749060     97.01    102.72
2983.16/913.24	c  N dy 14528   2554023      1000     20000         0     77288    100000   1632814     97.01    102.57
3006.29/919.00	c  N dy 14637   2574030      1000     20000         0     97254    100000   4032574     97.02    106.03
3036.99/926.72	c  N dy 14755   2594731      1000     20000         0    117919    100000   6519125     97.02    102.50
3069.29/934.85	c  N dy 14853   2614799      1000     20000         0    137943    100000   8906377     97.02    108.33
3094.03/941.06	c  N dy 14974   2634910      1000     20000         0     87148    100000   2722084     97.02    102.54
3119.15/947.35	c  N dy 15096   2654930      1000     20000         0    107134    100000   5120635     97.03    103.99
3149.86/955.09	c  N dy 15206   2675066      1000     20000         0    127241    100000   7546781     97.04    102.19
3183.36/963.44	c  N dy 15324   2695175      1000     20000         0     75442    100000   1196500     97.05    103.20
3201.31/967.92	c  S st 15427   2711321      1000     20000         0     91553    100000   3154947     97.06   no data
3202.11/968.15	c  S st 15427   2711827      1000     20000         0     92059    100000   3208696     97.06   no data
3202.11/968.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3202.51/968.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3202.51/968.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3202.51/968.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3202.51/968.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3202.51/968.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3202.51/968.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3202.51/968.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3202.90/968.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3252.36/980.73	c lits-rem:       329  cl-subs:       57  v-elim:      0  v-fix:    0  time: 12.36 s
3252.36/980.73	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3252.36/980.77	c vivif2 --  cl tried    92002 cl shrink        0 lits rem          0 time: 0.04
3253.95/981.19	c asymm  cl-useful: 0/10798/20000 lits-rem:0 time: 0.42
3253.95/981.20	c calculated reachability. Time: 0.00
3253.95/981.20	c  N dy 15427   2711827      1000     20000         0     92002    100000   3195186     97.06   no data
3280.28/987.73	c  N dy 15531   2731948      1000     20000         0    112089    100000   5600659     97.05    102.67
3310.24/995.22	c  N dy 15638   2752012      1000     20000         0    132114    100000   8013566     97.05    102.54
3340.52/1002.84	c  N dy 15749   2772083      1000     20000         0     79273    100000   1561849     97.05    104.58
3363.62/1008.66	c  N dy 15866   2792254      1000     20000         0     99402    100000   3975846     97.06    102.40
3391.54/1015.70	c  N dy 15986   2812307      1000     20000         0    119425    100000   6385812     97.07    102.50
3424.30/1023.86	c  N dy 16101   2832398      1000     20000         0    139485    100000   8804456     97.07    115.45
3453.77/1031.27	c  N dy 16225   2852578      1000     20000         0     85760    100000   2235951     97.08    104.88
3480.09/1037.87	c  N dy 16333   2872610      1000     20000         0    105743    100000   4640010     97.09    103.07
3511.20/1045.70	c  N dy 16447   2893222      1000     20000         0    126321    100000   7124822     97.09    105.16
3545.90/1054.38	c  N dy 16555   2913445      1000     20000         0    146503    100000   9531413     97.08    106.14
3570.22/1060.49	c  N dy 16664   2933506      1000     20000         0     91671    100000   2829021     97.09    102.70
3596.94/1067.13	c  N dy 16783   2953518      1000     20000         0    111652    100000   5254575     97.10    110.68
3628.04/1074.92	c  N dy 16891   2973643      1000     20000         0    131747    100000   7672188     97.10    103.26
3664.74/1084.14	c  N dy 17011   2993717      1000     20000         0     75923    100000    816688     97.10    104.45
3687.10/1089.78	c  N dy 17132   3013719      1000     20000         0     95887    100000   3219222     97.11    103.20
3715.39/1096.89	c  N dy 17260   3033842      1000     20000         0    115981    100000   5665732     97.12    102.25
3748.51/1105.17	c  N dy 17380   3054083      1000     20000         0    136192    100000   8094230     97.13    103.58
3783.61/1113.99	c  N dy 17496   3074124      1000     20000         0     79323    100000   1111147     97.13    102.38
3807.11/1119.89	c  N dy 17618   3094246      1000     20000         0     99413    100000   3543290     97.14    103.94
3835.84/1127.00	c  N dy 17729   3114285      1000     20000         0    119418    100000   5942050     97.14    102.92
3870.13/1135.66	c  N dy 17850   3134301      1000     20000         0    139393    100000   8346027     97.15    102.70
3908.42/1145.25	c  N dy 17967   3154387      1000     20000         0     81590    100000   1277820     97.15    103.20
3934.33/1151.71	c  N dy 18083   3174476      1000     20000         0    101636    100000   3699116     97.16    102.81
3965.44/1159.51	c  N dy 18194   3194496      1000     20000         0    121630    100000   6104743     97.16    102.85
3998.16/1167.79	c  S st 18297   3211827      1000     20000         0    138932    100000   8185045     97.16     94.41
4000.14/1168.20	c  S st 18297   3212329      1000     20000         0    139434    100000   8237354     97.16   no data
4000.14/1168.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4000.54/1168.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
4000.54/1168.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4000.54/1168.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4000.54/1168.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4000.54/1168.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4000.54/1168.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4000.94/1168.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4002.14/1168.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4248.22/1230.45	c lits-rem:       837  cl-subs:      219  v-elim:      0  v-fix:    0  time: 61.01 s
4248.22/1230.45	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4248.64/1230.56	c vivif2 --  cl tried   139215 cl shrink        0 lits rem          0 time: 0.10
4250.61/1231.05	c asymm  cl-useful: 0/6673/20000 lits-rem:0 time: 0.49
4250.61/1231.05	c calculated reachability. Time: 0.00
4250.61/1231.05	c  N dy 18297   3212329      1000     20000         0    139215    100000   8185010     97.16   no data
4288.54/1240.55	c  N dy 18412   3232336      1000     20000         0     80318    100000   1014757     97.16    102.64
4312.03/1246.42	c  N dy 18524   3252351      1000     20000         0    100296    100000   3433510     97.17    102.84
4341.19/1253.79	c  N dy 18639   3272429      1000     20000         0    120333    100000   5839941     97.17    102.45
4377.43/1262.86	c  N dy 18763   3292483      1000     20000         0    140347    100000   8264174     97.18    106.07
4418.52/1273.13	c  N dy 18884   3312613      1000     20000         0     80596    100000    934337     97.19    104.57
4444.04/1279.54	c  N dy 19010   3332762      1000     20000         0    100710    100000   3357676     97.20    102.34
4474.35/1287.17	c  N dy 19124   3352803      1000     20000         0    120711    100000   5775293     97.20    102.72
4509.04/1295.89	c  N dy 19239   3373207      1000     20000         0    141074    100000   8239947     97.21    102.76

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 15.19 10.89 8.48 1/373 6850
/proc/meminfo: memFree=88832/32951124 swapFree=57833028/67111528
[pid=6850] ppid=6848 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 407 0 0 0 0 0 0 0 20 0 4 0 631890868 52396032 347 33554432000 4194304 4580107 140735222752704 18446744073709551615 47776429602742 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6850/statm: 12792 347 299 95 0 7774 0
[pid=6850/tid=6851] ppid=6848 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 1 0 0 0 1 0 0 0 21 0 4 0 631890868 52396032 347 33554432000 4194304 4580107 140735222752704 18446744073709551615 47776429602738 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6850/tid=6852] ppid=6848 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 631890868 52396032 347 33554432000 4194304 4580107 140735222752704 18446744073709551615 47776429602732 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 631890868 52396032 347 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.090929 s]
/proc/loadavg: 15.19 10.89 8.48 1/373 6850
/proc/meminfo: memFree=88832/32951124 swapFree=57833028/67111528
[pid=6850] ppid=6848 vsize=248748 CPUtime=0.03 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) S 6848 6850 5961 0 -1 4202496 1004 0 0 0 3 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6850/statm: 62187 920 333 95 0 57169 0
[pid=6850/tid=6851] ppid=6848 vsize=248748 CPUtime=0.01 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 148 0 0 0 1 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 1 0 0 0
[pid=6850/tid=6852] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 139 0 0 0 0 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039316165 0 0 4096 2 18446744071562234512 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 163 0 0 0 0 0 0 0 22 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 248748

[startup+0.100928 s]
/proc/loadavg: 15.19 10.89 8.48 1/373 6850
/proc/meminfo: memFree=88832/32951124 swapFree=57833028/67111528
[pid=6850] ppid=6848 vsize=248748 CPUtime=0.03 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) S 6848 6850 5961 0 -1 4202496 1004 0 0 0 3 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6850/statm: 62187 920 333 95 0 57169 0
[pid=6850/tid=6851] ppid=6848 vsize=248748 CPUtime=0.01 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 148 0 0 0 1 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 1 0 0 0
[pid=6850/tid=6852] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 139 0 0 0 0 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039316165 0 0 4096 2 18446744071562234512 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 163 0 0 0 0 0 0 0 22 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 248748

[startup+0.300893 s]
/proc/loadavg: 15.19 10.89 8.48 1/373 6850
/proc/meminfo: memFree=88832/32951124 swapFree=57833028/67111528
[pid=6850] ppid=6848 vsize=248748 CPUtime=0.03 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) S 6848 6850 5961 0 -1 4202496 1004 0 0 0 3 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6850/statm: 62187 920 333 95 0 57169 0
[pid=6850/tid=6851] ppid=6848 vsize=248748 CPUtime=0.01 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 148 0 0 0 1 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 1 0 0 0
[pid=6850/tid=6852] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 139 0 0 0 0 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039316165 0 0 4096 2 18446744071562234512 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 163 0 0 0 0 0 0 0 22 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 248748

[startup+0.700817 s]
/proc/loadavg: 15.19 10.89 8.48 1/373 6850
/proc/meminfo: memFree=88832/32951124 swapFree=57833028/67111528
[pid=6850] ppid=6848 vsize=248748 CPUtime=0.03 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) S 6848 6850 5961 0 -1 4202496 1004 0 0 0 3 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6850/statm: 62187 920 333 95 0 57169 0
[pid=6850/tid=6851] ppid=6848 vsize=248748 CPUtime=0.01 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 148 0 0 0 1 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 1 0 0 0
[pid=6850/tid=6852] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 139 0 0 0 0 0 0 0 18 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039316165 0 0 4096 2 18446744071562234512 0 0 -1 5 0 0 0
[pid=6850/tid=6853] ppid=6848 vsize=248748 CPUtime=0 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) S 6848 6850 5961 0 -1 4202560 163 0 0 0 0 0 0 0 22 0 4 0 631890868 254717952 920 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039760366 0 0 4096 2 18446604462219569216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 248748

[startup+1.69861 s]
/proc/loadavg: 15.57 11.04 8.54 5/377 6854
/proc/meminfo: memFree=89300/32951124 swapFree=57790048/67111528
[pid=6850] ppid=6848 vsize=350992 CPUtime=1.38 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 8403 0 0 0 133 5 0 0 16 0 4 0 631890868 359415808 7073 33554432000 4194304 4580107 140735222752704 18446744073709551615 4320813 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 49
/proc/6850/statm: 87748 7073 376 95 0 82730 0
[pid=6850/tid=6851] ppid=6848 vsize=350992 CPUtime=0.34 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 2197 0 0 0 34 0 0 0 16 0 4 0 631890868 359415808 7073 33554432000 4194304 4580107 140735222752704 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6850/tid=6852] ppid=6848 vsize=350992 CPUtime=0.35 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 2308 0 0 0 34 1 0 0 18 0 4 0 631890868 359415808 7073 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 80
[pid=6850/tid=6853] ppid=6848 vsize=350992 CPUtime=0.32 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 1252 0 0 0 31 1 0 0 18 0 4 0 631890868 359415808 7073 33554432000 4194304 4580107 140735222752704 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 51
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 350992

[startup+4.56813 s]
/proc/loadavg: 15.57 11.04 8.54 5/377 6854
/proc/meminfo: memFree=89300/32951124 swapFree=57790048/67111528
[pid=6850] ppid=6848 vsize=356828 CPUtime=3.19 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) D 6848 6850 5961 0 -1 4204544 12700 0 0 0 305 14 0 0 16 0 4 0 631890868 365391872 8304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 265
/proc/6850/statm: 89207 8304 377 95 0 84189 0
[pid=6850/tid=6851] ppid=6848 vsize=356828 CPUtime=0.82 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 3332 0 0 0 80 2 0 0 16 0 4 0 631890868 365391872 8304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 18446744071562234512 0 0 -1 1 0 0 197
[pid=6850/tid=6852] ppid=6848 vsize=356828 CPUtime=0.78 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 3326 0 0 0 74 4 0 0 18 0 4 0 631890868 365391872 8304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 18446744071562234512 0 0 -1 7 0 0 288
[pid=6850/tid=6853] ppid=6848 vsize=356828 CPUtime=0.76 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 2338 0 0 0 73 3 0 0 18 0 4 0 631890868 365391872 8304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 18446744071562234512 0 0 -1 5 0 0 253
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 356828
heavy processes:

[startup+7.41758 s]
/proc/loadavg: 15.57 11.04 8.54 1/377 6854
/proc/meminfo: memFree=90220/32951124 swapFree=57723540/67111528
[pid=6850] ppid=6848 vsize=367208 CPUtime=3.94 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 14745 0 0 0 370 24 0 0 16 0 4 0 631890868 376020992 8350 33554432000 4194304 4580107 140735222752704 18446744073709551615 4295831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 527
/proc/6850/statm: 91802 8350 377 95 0 86784 0
[pid=6850/tid=6851] ppid=6848 vsize=367208 CPUtime=0.97 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 3668 0 0 0 91 6 0 0 16 0 4 0 631890868 376020992 8350 33554432000 4194304 4580107 140735222752704 18446744073709551615 4485991 0 0 4096 2 18446744071562234512 0 0 -1 1 0 0 504
[pid=6850/tid=6852] ppid=6848 vsize=367208 CPUtime=1.04 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 4131 0 0 0 99 5 0 0 18 0 4 0 631890868 376020992 8350 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 500
[pid=6850/tid=6853] ppid=6848 vsize=367208 CPUtime=0.93 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 2973 0 0 0 88 5 0 0 18 0 4 0 631890868 376020992 8350 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 528
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 367208
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 16.40 11.37 8.68 1/377 6855
/proc/meminfo: memFree=99880/32951124 swapFree=57584992/67111528
[pid=6850] ppid=6848 vsize=358504 CPUtime=7.07 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 21709 0 0 0 669 38 0 0 17 0 4 0 631890868 367108096 8568 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 925
/proc/6850/statm: 89626 8568 377 95 0 84608 0
[pid=6850/tid=6851] ppid=6848 vsize=358504 CPUtime=1.76 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 5521 0 0 0 168 8 0 0 17 0 4 0 631890868 367108096 8568 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 754
[pid=6850/tid=6852] ppid=6848 vsize=358504 CPUtime=1.75 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 5638 0 0 0 168 7 0 0 18 0 4 0 631890868 367108096 8568 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 708
[pid=6850/tid=6853] ppid=6848 vsize=358504 CPUtime=1.71 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 4559 0 0 0 162 9 0 0 18 0 4 0 631890868 367108096 8569 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 5 0 0 729
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 358504
heavy processes:

[startup+26.1782 s]
/proc/loadavg: 16.87 11.63 8.79 4/377 6855
/proc/meminfo: memFree=87136/32951124 swapFree=57311740/67111528
[pid=6850] ppid=6848 vsize=382340 CPUtime=23.36 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 60261 0 0 0 2251 85 0 0 16 0 4 0 631890868 391516160 28504 33554432000 4194304 4580107 140735222752704 18446744073709551615 4319849 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 1778
/proc/6850/statm: 95585 28504 379 95 0 90567 0
[pid=6850/tid=6851] ppid=6848 vsize=382340 CPUtime=5.63 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 14294 0 0 0 548 15 0 0 18 0 4 0 631890868 391516160 28504 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 1237
[pid=6850/tid=6852] ppid=6848 vsize=382340 CPUtime=6.32 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 15964 0 0 0 611 21 0 0 18 0 4 0 631890868 391516160 28504 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 1400
[pid=6850/tid=6853] ppid=6848 vsize=382340 CPUtime=6 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 14553 0 0 0 576 24 0 0 18 0 4 0 631890868 391516160 28504 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 1519
Current children cumulated CPU time (s) 23.36
Current children cumulated vsize (KiB) 382340

[startup+52.0466 s]
/proc/loadavg: 18.44 12.51 9.17 4/377 6856
/proc/meminfo: memFree=87116/32951124 swapFree=56419172/67111528
[pid=6850] ppid=6848 vsize=406972 CPUtime=63.59 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) D 6848 6850 5961 0 -1 4204544 118540 0 0 0 6153 206 0 0 18 0 4 0 631890868 416739328 52175 33554432000 4194304 4580107 140735222752704 18446744073709551615 4485991 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 2973
/proc/6850/statm: 101743 52175 379 95 0 96725 0
[pid=6850/tid=6851] ppid=6848 vsize=406972 CPUtime=15.85 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 29976 0 0 0 1544 41 0 0 17 0 4 0 631890868 416739328 52175 33554432000 4194304 4580107 140735222752704 18446744073709551615 4322642 0 0 4096 2 0 0 0 -1 5 0 0 2389
[pid=6850/tid=6852] ppid=6848 vsize=406972 CPUtime=16.45 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 27596 0 0 0 1593 52 0 0 18 0 4 0 631890868 416739328 52175 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 18446744071562234512 0 0 -1 7 0 0 2736
[pid=6850/tid=6853] ppid=6848 vsize=406972 CPUtime=16.05 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 31052 0 0 0 1551 54 0 0 21 0 4 0 631890868 416739328 52175 33554432000 4194304 4580107 140735222752704 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 3 0 0 2830
Current children cumulated CPU time (s) 63.59
Current children cumulated vsize (KiB) 406972

[startup+102.732 s]
/proc/loadavg: 19.16 13.63 9.73 2/377 6857
/proc/meminfo: memFree=87588/32951124 swapFree=55287712/67111528
[pid=6850] ppid=6848 vsize=484108 CPUtime=158.77 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 202080 0 0 0 15494 383 0 0 19 0 4 0 631890868 495726592 71596 33554432000 4194304 4580107 140735222752704 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 5622
/proc/6850/statm: 121027 71596 379 95 0 116009 0
[pid=6850/tid=6851] ppid=6848 vsize=484108 CPUtime=37.49 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) D 6848 6850 5961 0 -1 4202560 50550 0 0 0 3659 90 0 0 18 0 4 0 631890868 495726592 71596 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 5019
[pid=6850/tid=6852] ppid=6848 vsize=484108 CPUtime=44 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) D 6848 6850 5961 0 -1 4202560 44034 0 0 0 4309 91 0 0 16 0 4 0 631890868 495726592 71596 33554432000 4194304 4580107 140735222752704 18446744073709551615 212039698522 0 0 4096 2 0 0 0 -1 7 0 0 4760
[pid=6850/tid=6853] ppid=6848 vsize=484108 CPUtime=37.97 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) D 6848 6850 5961 0 -1 4204608 51152 0 0 0 3697 100 0 0 18 0 4 0 631890868 495726592 71596 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489474 0 0 4096 2 18446744071562234512 0 0 -1 3 0 0 5620
Current children cumulated CPU time (s) 158.77

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

[pid=6850] ppid=6848 vsize=995416 CPUtime=2142.05 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1201032 0 0 0 212950 1255 0 0 25 0 4 0 631890868 1019305984 177830 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 248854 177830 379 95 0 243836 0
[pid=6850/tid=6851] ppid=6848 vsize=995416 CPUtime=537.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 311508 0 0 0 53399 318 0 0 25 0 4 0 631890868 1019305984 177830 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=995416 CPUtime=541.2 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 316428 0 0 0 53814 306 0 0 25 0 4 0 631890868 1019305984 177830 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=995416 CPUtime=527.75 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 296565 0 0 0 52470 305 0 0 25 0 4 0 631890868 1019305984 177830 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 2142.05
Current children cumulated vsize (KiB) 995416

[startup+762.301 s]
/proc/loadavg: 8.06 9.84 10.18 9/371 6913
/proc/meminfo: memFree=28692472/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1064092 CPUtime=2381.33 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1287719 0 0 0 236845 1288 0 0 25 0 4 0 631890868 1089630208 189417 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 266023 189417 379 95 0 261005 0
[pid=6850/tid=6851] ppid=6848 vsize=1064092 CPUtime=597.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 325148 0 0 0 59395 322 0 0 25 0 4 0 631890868 1089630208 189417 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1064092 CPUtime=601.2 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 342972 0 0 0 59803 317 0 0 25 0 4 0 631890868 1089630208 189417 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1064092 CPUtime=587.04 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 319915 0 0 0 58389 315 0 0 25 0 4 0 631890868 1089630208 189417 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 2381.33
Current children cumulated vsize (KiB) 1064092

[startup+822.301 s]
/proc/loadavg: 8.18 9.55 10.06 9/371 6914
/proc/meminfo: memFree=28638468/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=964532 CPUtime=2620.63 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1368356 0 0 0 260745 1318 0 0 25 0 4 0 631890868 987680768 180304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 241133 180304 379 95 0 236115 0
[pid=6850/tid=6851] ppid=6848 vsize=964532 CPUtime=657.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 347343 0 0 0 65387 330 0 0 25 0 4 0 631890868 987680768 180304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=964532 CPUtime=661.21 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 370124 0 0 0 65794 327 0 0 25 0 4 0 631890868 987680768 180304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=964532 CPUtime=646.34 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 337533 0 0 0 64313 321 0 0 25 0 4 0 631890868 987680768 180304 33554432000 4194304 4580107 140735222752704 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 2620.63
Current children cumulated vsize (KiB) 964532

[startup+882.3 s]
/proc/loadavg: 8.18 9.29 9.94 9/371 6916
/proc/meminfo: memFree=28571200/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1026872 CPUtime=2859.92 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1436712 0 0 0 284642 1350 0 0 25 0 4 0 631890868 1051516928 185210 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 256718 185210 379 95 0 251700 0
[pid=6850/tid=6851] ppid=6848 vsize=1026872 CPUtime=717.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 367979 0 0 0 71378 339 0 0 25 0 4 0 631890868 1051516928 185210 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1026872 CPUtime=721.21 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 380630 0 0 0 71789 332 0 0 25 0 4 0 631890868 1051516928 185210 33554432000 4194304 4580107 140735222752704 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1026872 CPUtime=705.63 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 358112 0 0 0 70232 331 0 0 25 0 4 0 631890868 1051516928 185210 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 2859.92
Current children cumulated vsize (KiB) 1026872

[startup+942.301 s]
/proc/loadavg: 8.18 9.09 9.82 9/371 6917
/proc/meminfo: memFree=28625212/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1174184 CPUtime=3099.23 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1520802 0 0 0 308540 1383 0 0 25 0 4 0 631890868 1202364416 189058 33554432000 4194304 4580107 140735222752704 18446744073709551615 4324863 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 293546 189058 379 95 0 288528 0
[pid=6850/tid=6851] ppid=6848 vsize=1174184 CPUtime=777.19 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 386685 0 0 0 77374 345 0 0 25 0 4 0 631890868 1202364416 189065 33554432000 4194304 4580107 140735222752704 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1174184 CPUtime=781.22 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 405655 0 0 0 77780 342 0 0 25 0 4 0 631890868 1202364416 189065 33554432000 4194304 4580107 140735222752704 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1174184 CPUtime=764.92 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 380760 0 0 0 76152 340 0 0 25 0 4 0 631890868 1202364416 189065 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 3099.23
Current children cumulated vsize (KiB) 1174184

[startup+1002.3 s]
/proc/loadavg: 8.06 8.89 9.70 9/371 6919
/proc/meminfo: memFree=28583216/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1149000 CPUtime=3338.5 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1596549 0 0 0 332429 1421 0 0 25 0 4 0 631890868 1176576000 187807 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 287250 187807 379 95 0 282232 0
[pid=6850/tid=6851] ppid=6848 vsize=1149000 CPUtime=837.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 408602 0 0 0 83361 356 0 0 25 0 4 0 631890868 1176576000 187807 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1149000 CPUtime=841.21 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 425120 0 0 0 83768 353 0 0 25 0 4 0 631890868 1176576000 187807 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1149000 CPUtime=824.21 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 397140 0 0 0 82073 348 0 0 25 0 4 0 631890868 1176576000 187807 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 3338.5
Current children cumulated vsize (KiB) 1149000

[startup+1062.31 s]
/proc/loadavg: 8.06 8.74 9.60 9/371 6921
/proc/meminfo: memFree=28478256/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1205444 CPUtime=3577.84 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1667191 0 0 0 356333 1451 0 0 25 0 4 0 631890868 1234374656 196817 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 14668
/proc/6850/statm: 301361 196817 379 95 0 296343 0
[pid=6850/tid=6851] ppid=6848 vsize=1205444 CPUtime=897.19 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 426818 0 0 0 89354 365 0 0 25 0 4 0 631890868 1234374656 196817 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1205444 CPUtime=901.23 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 436535 0 0 0 89766 357 0 0 25 0 4 0 631890868 1234374656 196817 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1205444 CPUtime=883.51 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 418911 0 0 0 87995 356 0 0 25 0 4 0 631890868 1234374656 196817 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 14741
Current children cumulated CPU time (s) 3577.84
Current children cumulated vsize (KiB) 1205444

[startup+1122.3 s]
/proc/loadavg: 8.06 8.61 9.50 9/371 6922
/proc/meminfo: memFree=28517756/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1207620 CPUtime=3817.08 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1754972 0 0 0 380224 1484 0 0 25 0 4 0 631890868 1236602880 205372 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 14668
/proc/6850/statm: 301905 205372 379 95 0 296887 0
[pid=6850/tid=6851] ppid=6848 vsize=1207620 CPUtime=957.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 448440 0 0 0 95345 372 0 0 25 0 4 0 631890868 1236602880 205372 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1207620 CPUtime=961.2 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 458539 0 0 0 95757 363 0 0 25 0 4 0 631890868 1236602880 205372 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1207620 CPUtime=943.4 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 441128 0 0 0 93974 366 0 0 25 0 4 0 631890868 1236602880 205372 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 14741
Current children cumulated CPU time (s) 3817.08
Current children cumulated vsize (KiB) 1207620

[startup+1182.3 s]
/proc/loadavg: 8.05 8.51 9.41 9/371 6924
/proc/meminfo: memFree=28267328/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1482520 CPUtime=4056.38 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1849129 0 0 0 404124 1514 0 0 25 0 4 0 631890868 1518100480 260214 33554432000 4194304 4580107 140735222752704 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 14668
/proc/6850/statm: 370630 260214 379 95 0 365612 0
[pid=6850/tid=6851] ppid=6848 vsize=1482520 CPUtime=1017.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 475050 0 0 0 101342 375 0 0 25 0 4 0 631890868 1518100480 260214 33554432000 4194304 4580107 140735222752704 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1482520 CPUtime=1021.21 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 478947 0 0 0 101746 375 0 0 25 0 4 0 631890868 1518100480 260214 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1482520 CPUtime=1003.41 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 466865 0 0 0 99967 374 0 0 25 0 4 0 631890868 1518100480 260214 33554432000 4194304 4580107 140735222752704 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 5 0 0 14741
Current children cumulated CPU time (s) 4056.38
Current children cumulated vsize (KiB) 1482520

[startup+1242.3 s]
/proc/loadavg: 8.07 8.43 9.33 9/371 6925
/proc/meminfo: memFree=28302016/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1427804 CPUtime=4295.68 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1887567 0 0 0 428035 1533 0 0 25 0 4 0 631890868 1462071296 249590 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 14668
/proc/6850/statm: 356951 249590 379 95 0 351933 0
[pid=6850/tid=6851] ppid=6848 vsize=1427804 CPUtime=1077.17 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 487731 0 0 0 107336 381 0 0 25 0 4 0 631890868 1462071296 249590 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1427804 CPUtime=1081.21 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 499736 0 0 0 107734 387 0 0 25 0 4 0 631890868 1462071296 249590 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1427804 CPUtime=1063.41 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 467355 0 0 0 105967 374 0 0 25 0 4 0 631890868 1462071296 249590 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 14741
Current children cumulated CPU time (s) 4295.68
Current children cumulated vsize (KiB) 1427804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.08 8.37 9.25 9/371 6927
/proc/meminfo: memFree=28087428/32951124 swapFree=51873460/67111528
[pid=6850] ppid=6848 vsize=1471228 CPUtime=4525.81 cores=1,3,5,7
/proc/6850/stat : 6850 (strangenight2-m) R 6848 6850 5961 0 -1 4202496 1954096 0 0 0 451019 1562 0 0 25 0 4 0 631890868 1506537472 275310 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 14668
/proc/6850/statm: 367807 275310 379 95 0 362789 0
[pid=6850/tid=6851] ppid=6848 vsize=1471228 CPUtime=1134.89 cores=1,3,5,7
/proc/6850/task/6851/stat : 6851 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 505485 0 0 0 113099 390 0 0 25 0 4 0 631890868 1506537472 275314 33554432000 4194304 4580107 140735222752704 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 13500
[pid=6850/tid=6852] ppid=6848 vsize=1471228 CPUtime=1138.93 cores=1,3,5,7
/proc/6850/task/6852/stat : 6852 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 513240 0 0 0 113504 389 0 0 25 0 4 0 631890868 1506537472 275314 33554432000 4194304 4580107 140735222752704 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 3 0 0 13454
[pid=6850/tid=6853] ppid=6848 vsize=1471228 CPUtime=1121.12 cores=1,3,5,7
/proc/6850/task/6853/stat : 6853 (strangenight2-m) R 6848 6850 5961 0 -1 4202560 484084 0 0 0 111729 383 0 0 25 0 4 0 631890868 1506537472 275314 33554432000 4194304 4580107 140735222752704 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 14741
Current children cumulated CPU time (s) 4525.81
Current children cumulated vsize (KiB) 1471228

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 4525.91
CPU user time (s): 4510.24
CPU system time (s): 15.6726
CPU usage (%): 348.128
Max. virtual memory (cumulated for all children) (KiB): 1496524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4510.24
system time used= 15.6726
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1954102
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= 3645
involuntary context switches= 16119

runsolver used 3.9074 second user time and 11.9062 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 19:38:59
IDJOB=3366101
IDBENCH=82510
IDSOLVER=1844
FILE ID=node146/3366101-1305394737
RUNJOBID= node146-1305393424-6537
PBS_JOBID= 13324433
Free space on /tmp= 65316 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366101-1305394737/watcher-3366101-1305394737 -o /tmp/evaluation-result-3366101-1305394737/solver-3366101-1305394737 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366101-1305394737.cnf

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

MD5SUM BENCH= dfe09aa5f3a1967c08c2b336865aee78
RANDOM SEED=1205278237

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:         86304 kB
Buffers:        152096 kB
Cached:        9106164 kB
SwapCached:      35092 kB
Active:       15500152 kB
Inactive:     16727840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:         86304 kB
SwapTotal:    67111528 kB
SwapFree:     57833124 kB
Dirty:         4943324 kB
Writeback:       17896 kB
AnonPages:    22942136 kB
Mapped:          22048 kB
Slab:           480696 kB
PageTables:      89588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97361236 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= 73260 MiB
End job on node146 at 2011-05-14 20:00:48