Trace number 3368665

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.21 1203.56

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S901912629-090-UNKNOWN.cnf
MD5SUMdd2bb1255d1ab08cabc4f5bd25c67ddb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.445931
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368665-1305400178.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.03	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.03	c -- vars added       5000
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.05
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.02
0.14/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.14/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.14/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.14/0.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.14/0.80	c lits-rem:         0  cl-subs:        0  v-elim:    171  v-fix:    0  time:  0.13 s
0.14/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.14/0.80	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.14/0.80	c calculated reachability. Time: 0.00
0.14/0.80	c Calc default polars -  time:   0.00 s pos:    2204 undec:     569 neg:    2227
0.14/0.80	c =========================================================================================
0.14/0.80	c types(t): F = full restart, N = normal restart
0.14/0.80	c types(t): S = simplification begin/end, E = solution found
0.14/0.80	c restart types(rt): st = static, dy = dynamic
0.14/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.14/0.80	c  B st     0         0      4829     20817         0         0     63401         0   no data   no data  --
0.14/0.80	c  N dy    22      4079      4829     20817         0      4078     63401    460031     63.06     75.19  --
3.56/0.90	c  N dy    49      8255      4829     20817         0      5754     63401    421406     63.17     68.09  --
4.76/1.27	c  N dy    78     12261      4829     20817         0      5511     63401    249429     63.88     67.73  --
6.36/1.67	c  N dy   108     16352      4829     20817         0      9601     63401    656883     64.45     67.88  --
7.95/2.09	c  N dy   134     20447      4829     20817         0      8075     63401    382351     64.28     69.73  --
9.95/2.51	c  N dy   161     24455      4829     20817         0     12082     63401    789983     64.50     68.34  --
9.95/2.57	c  F st   165     25002      4829     20817         0     12629     63401    843870     64.46     50.35  --
12.33/3.12	c  N dy   171     30000      4829     20817         0     10816     63401    604418     64.46   no data  --
12.33/3.12	c  S st   171     30000      4829     20817         0     10816     63401    604418     64.46   no data  --
12.33/3.17	c  S st   171     30503      4829     20817         0     11319     63401    647400     64.46   no data  --
12.33/3.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.33/3.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.33/3.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
12.74/3.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.74/3.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
12.74/3.24	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.71/5.77	c lits-rem:        66  cl-subs:        2  v-elim:      0  v-fix:    0  time: 10.05 s
22.71/5.79	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.11
22.71/5.79	c calculated reachability. Time: 0.00
22.71/5.79	c  N dy   171     30503      4829     20817         0     11317     63401    646975     64.46   no data  --
24.75/6.26	c  N dy   196     34529      4829     20817         0     15343     63401   1056067     64.59     68.10  --
26.70/6.70	c  N dy   223     38564      4829     20817         0     11472     63401    522693     64.85     69.00  --
28.29/7.15	c  N dy   249     42616      4829     20817         0     15524     63401    936821     64.96     68.39  --
29.88/7.52	c  S st   270     45755      4829     20817         0      9709     63401    233055     65.07   no data  --
29.88/7.58	c  S st   270     46257      4829     20817         0     10211     63401    274754     65.07   no data  --
29.88/7.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.88/7.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.88/7.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
30.28/7.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.28/7.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.28/7.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
30.28/7.61	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
33.11/8.31	c lits-rem:        13  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.78 s
33.11/8.31	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
33.11/8.31	c vivif2 --  cl tried    10210 cl shrink        0 lits rem          0 time: 0.01
33.11/8.34	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.09
33.11/8.34	c calculated reachability. Time: 0.00
33.11/8.34	c  N dy   270     46257      4829     20817         0     10210     63401    274419     65.07   no data  --
34.67/8.78	c  N dy   299     50259      4829     20817         0     14211     63401    695751     65.34     69.11  --
36.67/9.28	c  N dy   326     54317      4829     20817         0     18269     63401   1115230     65.38     70.36  --
38.66/9.77	c  N dy   354     58447      4829     20817         0     12428     63401    412188     65.49     69.27  --
40.66/10.26	c  N dy   380     62538      4829     20817         0     16519     63401    847933     65.54     74.02  --
42.65/10.79	c  N dy   405     66730      4829     20817         0     20710     63401   1287291     65.59     69.24  --
44.25/11.13	c  S st   424     69385      4829     20817         0     12382     63401    315586     65.64   no data  --
44.25/11.19	c  S st   424     69888      4829     20817         0     12885     63401    351778     65.64   no data  --
44.25/11.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.25/11.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.64/11.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
44.64/11.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.64/11.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.64/11.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
44.64/11.23	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
48.63/12.28	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.17 s
48.63/12.28	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.01
48.63/12.28	c vivif2 --  cl tried    12885 cl shrink        0 lits rem          0 time: 0.02
49.03/12.31	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.10
49.03/12.31	c calculated reachability. Time: 0.00
49.03/12.31	c  N dy   424     69888      4829     20817         0     12885     63401    351776     65.64   no data  --
51.07/12.84	c  N dy   448     74417      4829     20817         0     17414     63401    815232     65.52     69.17  --
53.42/13.46	c  N dy   481     79302      4829     20817         0     22299     63401   1307063     65.51     69.12  --
56.21/14.10	c  N dy   516     84460      4829     20817         0     15464     63401    536698     65.68     69.32  --
57.41/14.48	c  F st   537     87500      4829     20817         0     18504     63401    855527     65.75   no data  --
59.43/14.92	c  N st   542     90796      4829     20817         0     21800     63401   1228637     65.75   no data  --
62.59/15.72	c  N dy   570     96660      4829     20817         0     14669     63401    354070     65.81     69.93  --
65.38/16.49	c  N dy   611    102917      4829     20817         0     20926     63401   1001716     65.89     69.63  --
66.58/16.76	c  S st   623    104832      4829     20817         0     22841     63401   1202438     65.92     64.85  --
66.98/16.83	c  S st   623    105334      4829     20817         0     23343     63401   1241301     65.92   no data  --
66.98/16.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
66.98/16.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.98/16.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
67.38/16.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.38/16.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.38/16.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
67.38/16.92	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
76.16/19.10	c lits-rem:        10  cl-subs:        2  v-elim:      0  v-fix:    0  time:  8.66 s
76.16/19.10	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
76.16/19.12	c vivif2 --  cl tried    23341 cl shrink        0 lits rem          0 time: 0.06
76.16/19.16	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.17
76.16/19.16	c calculated reachability. Time: 0.00
76.16/19.16	c  N dy   623    105334      4829     20817         0     23341     63401   1241015     65.92   no data  --
79.74/20.09	c  N dy   663    112246      4829     20817         0     16253     63401    418353     65.96     69.85  --
83.73/21.04	c  N dy   713    119498      4829     20817         0     23503     63401   1177475     66.14     76.14  --
88.12/22.11	c  N dy   765    127259      4829     20817         0     16258     63401    319823     66.20     70.68  --
92.10/23.14	c  N dy   816    135474      4829     20817         0     24473     63401   1181750     66.23     71.28  --
96.90/24.37	c  N dy   869    144143      4829     20817         0     17139     63401    313899     66.24     70.97  --
101.68/25.57	c  N dy   928    153399      4829     20817         0     26395     63401   1278529     66.30     69.94  --
104.47/26.23	c  S st   961    158001      4829     20817         0     30995     63401   1756026     66.33   no data  --
104.87/26.31	c  S st   961    158502      4829     20817         0     31496     63401   1796837     66.33   no data  --
104.87/26.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
104.87/26.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.87/26.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
105.27/26.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.27/26.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.27/26.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
105.27/26.42	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
119.23/29.97	c lits-rem:        29  cl-subs:        7  v-elim:      0  v-fix:    0  time: 14.11 s
119.23/29.97	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.01
119.23/29.99	c vivif2 --  cl tried    31489 cl shrink        0 lits rem          0 time: 0.08
119.63/30.04	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.22
119.63/30.05	c calculated reachability. Time: 0.00
119.63/30.05	c  N dy   961    158502      4829     20817         0     31489     63401   1795264     66.33   no data  --
125.24/31.48	c  N dy  1027    168701      4829     20817         0     24694     63401   1013165     66.38     70.85  --
131.99/33.13	c  N dy  1097    179478      4829     20817         0     35471     63401   2143436     66.43     70.67  --
137.98/34.70	c  N dy  1174    190981      4829     20817         0     28974     63401   1360389     66.51     70.10  --
145.56/36.55	c  N dy  1250    203446      4829     20817         0     22439     63401    574209     66.55     70.18  --
153.13/38.40	c  N dy  1323    216472      4829     20817         0     35460     63401   1915935     66.53     73.21  --
161.11/40.41	c  N dy  1414    230297      4829     20817         0     29291     63401   1184065     66.55     72.65  --
165.49/41.55	c  S st  1462    237754      4829     20817         0     36746     63401   1956967     66.57   no data  --
165.89/41.65	c  S st  1462    238260      4829     20817         0     37252     63401   1999534     66.57   no data  --
165.89/41.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
165.89/41.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.89/41.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.12
166.29/41.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.29/41.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.29/41.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
166.29/41.77	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
182.28/45.73	c lits-rem:        17  cl-subs:        7  v-elim:      0  v-fix:    0  time: 15.78 s
182.28/45.73	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
182.28/45.76	c vivif2 --  cl tried    37245 cl shrink        0 lits rem          0 time: 0.10
182.69/45.82	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.25
182.69/45.82	c calculated reachability. Time: 0.00
182.69/45.82	c  N dy  1462    238260      4829     20817         0     37245     63401   1997822     66.57   no data  --
191.46/48.07	c  N dy  1560    253556      4829     20817         0     31539     63401   1328437     66.65     70.17  --
201.80/50.65	c  N dy  1668    269910      4829     20817         0     25897     63401    645831     66.72     70.36  --
212.57/53.32	c  N dy  1771    287172      4829     20817         0     43158     63401   2464126     66.74     70.25  --
223.74/56.19	c  N dy  1887    305963      4829     20817         0     38946     63401   1908857     66.74     73.63  --
224.14/56.24	c  F st  1890    306251      4829     20817         0     39234     63401   1936785     66.74   no data  --
236.50/59.31	c  N dy  1989    325572      4829     20817         0     34561     63401   1364517     66.82     75.60  --
250.06/62.70	c  N dy  2128    345889      4829     20817         0     29875     63401    772089     66.95     71.05  --
257.29/64.51	c  S st  2200    357390      4829     20817         0     41374     63401   1962332     66.95   no data  --
257.64/64.61	c  S st  2200    357893      4829     20817         0     41877     63401   2004205     66.95   no data  --
257.64/64.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
257.64/64.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
257.64/64.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
258.04/64.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.04/64.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.04/64.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
258.04/64.73	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
274.83/68.91	c lits-rem:        23  cl-subs:        3  v-elim:      0  v-fix:    0  time: 16.65 s
274.83/68.91	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.01
274.83/68.94	c vivif2 --  cl tried    41874 cl shrink        0 lits rem          0 time: 0.10
275.18/69.01	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.30
275.18/69.01	c calculated reachability. Time: 0.00
275.18/69.01	c  N dy  2200    357893      4829     20817         0     41874     63401   2003463     66.95   no data  --
288.75/72.47	c  N dy  2328    377928      4829     20817         0     35907     63401   1315215     67.04     71.18  --
302.71/75.95	c  N dy  2450    397993      4829     20817         0     28970     63401    469065     67.08     73.59  --
315.88/79.28	c  N dy  2572    418226      4829     20817         0     49200     63401   2612156     67.08     73.32  --
329.44/82.67	c  N dy  2702    438254      4829     20817         0     41233     63401   1665304     67.19     70.78  --
344.20/86.34	c  N dy  2826    458353      4829     20817         0     32331     63401    623442     67.20     72.89  --
357.79/89.80	c  N dy  2949    478473      4829     20817         0     52445     63401   2744084     67.21     74.06  --
372.11/93.35	c  N dy  3078    498565      4829     20817         0     42542     63401   1617483     67.28     76.70  --
387.68/97.28	c  N dy  3205    518634      4829     20817         0     31614     63401    350342     67.31     83.05  --
400.05/100.31	c  S st  3308    536839      4829     20817         0     49815     63401   2253324     67.28   no data  --
400.45/100.42	c  S st  3308    537344      4829     20817         0     50320     63401   2291473     67.28   no data  --
400.45/100.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
400.45/100.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
400.45/100.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.15
400.85/100.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
400.85/100.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
400.85/100.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
400.85/100.56	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
422.78/106.06	c lits-rem:        15  cl-subs:        4  v-elim:      0  v-fix:    0  time: 21.88 s
422.78/106.06	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
422.78/106.08	c vivif2 --  cl tried    50316 cl shrink        0 lits rem          0 time: 0.11
423.18/106.17	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.33
423.18/106.17	c calculated reachability. Time: 0.00
423.18/106.17	c  N dy  3308    537344      4829     20817         0     50316     63401   2290834     67.28   no data  --
438.33/109.97	c  N dy  3433    557472      4829     20817         0     38447     63401    984429     67.33     71.08  --
453.09/113.62	c  N dy  3553    577503      4829     20817         0     58474     63401   3087668     67.34     72.04  --
468.24/117.40	c  N dy  3675    597626      4829     20817         0     45602     63401   1633811     67.35     70.97  --
484.20/121.47	c  N dy  3799    617766      4829     20817         0     65739     63401   3761193     67.39     71.36  --
499.36/125.23	c  N dy  3927    638003      4829     20817         0     51974     63401   2215736     67.44     71.41  --
516.15/129.47	c  N dy  4056    658028      4829     20817         0     37004     63401    524320     67.47     71.40  --
531.27/133.24	c  N dy  4188    678060      4829     20817         0     57034     63401   2648657     67.51     73.02  --
548.82/137.64	c  N dy  4303    698251      4829     20817         0     41226     63401    866389     67.51     71.14  --
565.57/141.85	c  N dy  4432    718992      4829     20817         0     61964     63401   3059444     67.53     71.93  --
583.12/146.26	c  N dy  4562    739049      4829     20817         0     45027     63401   1184985     67.57     71.75  --
599.87/150.48	c  N dy  4692    759093      4829     20817         0     65066     63401   3306708     67.59     72.99  --
617.82/154.90	c  N dy  4825    779293      4829     20817         0     47270     63401   1305634     67.61     72.82  --
634.98/159.21	c  N dy  4948    799364      4829     20817         0     67339     63401   3418430     67.62     71.82  --
641.36/160.86	c  S st  4990    806016      4829     20817         0     73990     63401   4123109     67.64   no data  --
642.16/161.03	c  S st  4990    806520      4829     20817         0     74494     63401   4164052     67.64   no data  --
642.16/161.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
642.16/161.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
642.16/161.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
642.99/161.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
642.99/161.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
642.99/161.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.01 s
642.99/161.28	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
888.67/222.82	c lits-rem:         5  cl-subs:       15  v-elim:      0  v-fix:    0  time: 245.01 s
888.67/222.82	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.01
888.67/222.87	c vivif2 --  cl tried    74479 cl shrink        0 lits rem          0 time: 0.20
889.43/223.00	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.52
889.43/223.00	c calculated reachability. Time: 0.00
889.43/223.00	c  N dy  4990    806520      4829     20817         0     74479     63401   4161129     67.64   no data  --
904.99/226.92	c  N dy  5108    826611      4829     20817         0     55575     63401   2070651     67.63     71.58  --
922.95/231.49	c  N dy  5236    846696      4829     20817         0     75657     63401   4187739     67.65     74.09  --
939.30/235.53	c  N dy  5367    866755      4829     20817         0     55719     63401   2034150     67.69     71.77  --
957.65/240.11	c  N dy  5500    886819      4829     20817         0     75782     63401   4168036     67.72     71.42  --
974.80/244.46	c  N dy  5635    906853      4829     20817         0     54821     63401   1805617     67.75     71.98  --
993.54/249.17	c  N dy  5762    926870      4829     20817         0     74836     63401   3930853     67.78     72.15  --
1012.28/253.85	c  N dy  5890    947021      4829     20817         0     52987     63401   1509554     67.79     74.52  --
1030.63/258.45	c  N dy  6010    967048      4829     20817         0     73012     63401   3621898     67.80     72.32  --
1050.18/263.33	c  N dy  6124    987255      4829     20817         0     50223     63401   1111067     67.80     71.62  --
1068.13/267.85	c  N dy  6250   1007277      4829     20817         0     70243     63401   3224531     67.81     73.69  --
1089.27/273.16	c  N dy  6373   1027320      4829     20817         0     46283     63401    602671     67.81     76.13  --
1106.41/277.43	c  N dy  6483   1047524      4829     20817         0     66484     63401   2699885     67.79     74.23  --
1127.56/282.79	c  N dy  6620   1067552      4829     20817         0     86509     63401   4830044     67.83     72.90  --
1132.73/284.01	c  F st  6640   1071875      4829     20817         0     45840     63401    465156     67.82     66.93  --
1145.90/287.31	c  N dy  6697   1088114      4829     20817         0     62079     63401   2246896     67.80     72.45  --
1166.24/292.40	c  N dy  6826   1108192      4829     20817         0     82157     63401   4407211     67.83     72.22  --
1186.18/297.47	c  N dy  6956   1128387      4829     20817         0     56348     63401   1468858     67.86     71.61  --
1205.72/302.30	c  N dy  7079   1148649      4829     20817         0     76607     63401   3627412     67.86     71.45  --
1228.06/307.90	c  N dy  7209   1168747      4829     20817         0     49710     63401    681111     67.90     78.48  --
1245.60/312.36	c  N dy  7339   1188815      4829     20817         0     69776     63401   2827207     67.92     75.40  --
1267.54/317.84	c  N dy  7466   1208940      4829     20817         0     89895     63401   4983034     67.94     71.71  --
1268.74/318.10	c  S st  7473   1209781      4829     20817         0     90736     63401   5076460     67.94   no data  --
1269.14/318.29	c  S st  7473   1210285      4829     20817         0     91240     63401   5119941     67.94   no data  --
1269.54/318.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1269.54/318.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1269.54/318.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1270.36/318.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1270.36/318.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1270.36/318.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.01 s
1270.36/318.59	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1690.32/423.82	c lits-rem:        14  cl-subs:       11  v-elim:      0  v-fix:    0  time: 418.94 s
1690.32/423.82	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
1690.32/423.88	c vivif2 --  cl tried    91229 cl shrink        0 lits rem          0 time: 0.25
1691.12/424.04	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.64
1691.12/424.05	c calculated reachability. Time: 0.00
1691.12/424.05	c  N dy  7473   1210285      4829     20817         0     91229     63401   5117715     67.94   no data  --
1709.09/428.59	c  N dy  7596   1230450      4829     20817         0     63397     63401   2008259     67.95     73.20  --
1729.81/433.71	c  N dy  7716   1250569      4829     20817         0     83514     63401   4152780     67.96     71.69  --
1751.75/439.22	c  N dy  7842   1270886      4829     20817         0     54838     63401   1008872     67.97     71.65  --
1770.53/444.01	c  N dy  7983   1290929      4829     20817         0     74880     63401   3189789     68.00     76.49  --
1794.02/449.87	c  N dy  8115   1311044      4829     20817         0     94994     63401   5354659     68.02     72.84  --
1813.97/454.83	c  N dy  8247   1331076      4829     20817         0     65028     63401   2005339     68.05     90.73  --
1835.10/460.10	c  N dy  8365   1351173      4829     20817         0     85123     63401   4144575     68.06     71.90  --
1859.03/466.10	c  N dy  8494   1371267      4829     20817         0     54217     63401    741413     68.07     75.36  --
1877.78/470.84	c  N dy  8636   1391433      4829     20817         0     74382     63401   2889142     68.10     71.74  --
1900.92/476.65	c  N dy  8768   1411586      4829     20817         0     94532     63401   5038863     68.10     71.87  --
1922.85/482.10	c  N dy  8875   1431633      4829     20817         0     62578     63401   1533332     68.09     72.78  --
1943.19/487.21	c  N dy  8995   1451727      4829     20817         0     82670     63401   3673780     68.09     71.87  --
1967.95/493.43	c  N dy  9123   1471767      4829     20817         0    102705     63401   5798899     68.10     72.65  --
1987.86/498.40	c  N dy  9247   1491909      4829     20817         0     69856     63401   2232291     68.11     72.71  --
2009.40/503.88	c  N dy  9360   1511965      4829     20817         0     89911     63401   4362855     68.11     74.64  --
2034.92/510.23	c  N dy  9487   1531992      4829     20817         0     55939     63401    631739     68.12     73.43  --
2053.68/514.96	c  N dy  9598   1552160      4829     20817         0     76103     63401   2763281     68.12     74.82  --
2076.81/520.79	c  N dy  9722   1572308      4829     20817         0     96247     63401   4922140     68.13     73.08  --
2101.13/526.87	c  N dy  9852   1592410      4829     20817         0     61361     63401   1103304     68.14     72.16  --
2121.50/531.98	c  N dy  9980   1612419      4829     20817         0     81370     63401   3224111     68.15     72.16  --
2146.20/538.12	c  N dy 10115   1632469      4829     20817         0    101417     63401   5380315     68.17     81.27  --
2169.77/544.07	c  N dy 10242   1652738      4829     20817         0     65686     63401   1473721     68.18     72.64  --
2190.87/549.32	c  N dy 10364   1672875      4829     20817         0     85820     63401   3635010     68.19     72.19  --
2216.39/555.72	c  N dy 10488   1692993      4829     20817         0    105938     63401   5759695     68.20     73.82  --
2235.57/560.58	c  S st 10588   1710285      4829     20817         0     66235     63401   1437350     68.21   no data  --
2236.34/560.73	c  S st 10588   1710794      4829     20817         0     66744     63401   1481683     68.21   no data  --
2236.34/560.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2236.34/560.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2236.34/560.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
2236.73/560.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2236.73/560.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2236.73/560.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
2236.73/560.85	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2251.90/564.62	c lits-rem:        23  cl-subs:        3  v-elim:      0  v-fix:    0  time: 15.00 s
2251.90/564.62	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
2251.90/564.64	c vivif2 --  cl tried    66741 cl shrink        0 lits rem          0 time: 0.08
2252.30/564.75	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.45
2252.30/564.76	c calculated reachability. Time: 0.00
2252.30/564.76	c  N dy 10588   1710794      4829     20817         0     66741     63401   1481323     68.21   no data  --
2273.43/570.01	c  N dy 10717   1730890      4829     20817         0     86833     63401   3614393     68.21     72.11  --
2298.56/576.32	c  N dy 10841   1751092      4829     20817         0    107030     63401   5765178     68.21     72.00  --
2321.29/582.04	c  N dy 10966   1771140      4829     20817         0     69084     63401   1641891     68.22     73.51  --
2342.83/587.45	c  N dy 11085   1791275      4829     20817         0     89219     63401   3804882     68.22     76.79  --
2368.75/593.90	c  N dy 11203   1811500      4829     20817         0    109441     63401   5951768     68.23     72.16  --
2393.08/600.02	c  N dy 11332   1831595      4829     20817         0     70541     63401   1693459     68.24     71.91  --
2416.21/605.81	c  N dy 11453   1851753      4829     20817         0     90697     63401   3851379     68.25     72.01  --
2441.77/612.24	c  N dy 11582   1871853      4829     20817         0    110795     63401   5998393     68.27     73.16  --
2465.27/618.19	c  N dy 11709   1891954      4829     20817         0     70900     63401   1628380     68.28     73.03  --
2486.81/623.55	c  N dy 11831   1912051      4829     20817         0     90995     63401   3778846     68.28     74.51  --
2513.13/630.19	c  N dy 11955   1932936      4829     20817         0    111876     63401   6040702     68.28     72.27  --
2536.67/636.05	c  N dy 12086   1952978      4829     20817         0     70921     63401   1511690     68.29     72.24  --
2557.80/641.36	c  N dy 12199   1973114      4829     20817         0     91056     63401   3639184     68.28     73.02  --
2582.93/647.61	c  N dy 12316   1993260      4829     20817         0    111200     63401   5769611     68.28     72.48  --
2607.66/653.84	c  N dy 12441   2013377      4829     20817         0     69324     63401   1265589     68.30     73.40  --
2628.40/659.03	c  N dy 12573   2033429      4829     20817         0     89373     63401   3408801     68.31     72.22  --
2652.77/665.19	c  N dy 12701   2053467      4829     20817         0    109407     63401   5551742     68.32     72.13  --
2679.09/671.80	c  N dy 12818   2073571      4829     20817         0     66517     63401    856078     68.32     74.89  --
2699.39/676.81	c  N dy 12944   2093654      4829     20817         0     86597     63401   3008946     68.34     74.43  --
2723.32/682.82	c  N dy 13067   2113682      4829     20817         0    106621     63401   5140548     68.35     72.65  --
2751.64/689.90	c  N dy 13202   2133821      4829     20817         0    126757     63401   7276747     68.36     73.40  --
2771.58/694.95	c  N dy 13329   2153874      4829     20817         0     82820     63401   2497759     68.37     73.82  --
2795.12/700.88	c  N dy 13466   2174024      4829     20817         0    102966     63401   4667363     68.39     72.53  --
2822.64/707.71	c  N dy 13588   2194040      4829     20817         0    122981     63401   6789882     68.39     72.00  --
2842.18/712.68	c  S st 13689   2210794      4829     20817         0     74741     63401   1542039     68.40     62.91  --
2842.98/712.83	c  S st 13689   2211299      4829     20817         0     75246     63401   1580902     68.40   no data  --
2842.98/712.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2842.98/712.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2842.98/712.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2843.38/712.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2843.38/712.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2843.38/712.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
2843.38/712.96	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
2860.93/717.35	c lits-rem:        43  cl-subs:        3  v-elim:      0  v-fix:    0  time: 17.51 s
2860.93/717.35	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
2860.93/717.37	c vivif2 --  cl tried    75243 cl shrink        0 lits rem          0 time: 0.09
2861.33/717.49	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.48
2861.73/717.50	c calculated reachability. Time: 0.00
2861.73/717.50	c  N dy 13689   2211299      4829     20817         0     75243     63401   1580473     68.40   no data  --
2883.27/722.90	c  N dy 13815   2231338      4829     20817         0     95277     63401   3740061     68.41     73.06  --
2908.79/729.30	c  N dy 13939   2251365      4829     20817         0    115303     63401   5881920     68.41     74.55  --
2936.31/736.20	c  N dy 14062   2271562      4829     20817         0     69503     63401    874126     68.42     72.90  --
2956.66/741.38	c  N dy 14192   2291787      4829     20817         0     89726     63401   3067825     68.43     73.35  --
2981.00/747.45	c  N dy 14317   2311795      4829     20817         0    109732     63401   5172583     68.44     72.23  --
3009.71/754.63	c  N dy 14448   2331799      4829     20817         0    129735     63401   7329640     68.45     72.12  --
3032.04/760.25	c  N dy 14563   2351898      4829     20817         0     82839     63401   2201430     68.45     72.39  --
3056.77/766.45	c  N dy 14691   2371957      4829     20817         0    102896     63401   4353002     68.45     75.15  --
3085.49/773.63	c  N dy 14812   2392079      4829     20817         0    123018     63401   6521267     68.46     73.13  --
3113.80/780.76	c  N dy 14949   2412152      4829     20817         0     75096     63401   1264049     68.47     72.45  --
3136.14/786.35	c  N dy 15071   2432216      4829     20817         0     95156     63401   3419292     68.48     79.75  --
3163.26/793.15	c  N dy 15192   2452376      4829     20817         0    115314     63401   5569237     68.48     73.37  --
3195.98/801.33	c  N dy 15315   2472525      4829     20817         0    135462     63401   7729109     68.48     73.59  --
3220.29/807.46	c  N dy 15429   2492643      4829     20817         0     86591     63401   2401819     68.48     72.16  --
3247.42/814.22	c  N dy 15546   2512801      4829     20817         0    106746     63401   4553555     68.48     72.10  --
3279.33/822.21	c  N dy 15668   2532817      4829     20817         0    126762     63401   6700209     68.49     72.96  --
3310.88/830.12	c  N dy 15794   2552862      4829     20817         0     76809     63401   1247533     68.50     74.31  --
3335.56/836.30	c  N dy 15918   2573002      4829     20817         0     96948     63401   3413161     68.51     73.52  --
3364.28/843.58	c  N dy 16044   2593153      4829     20817         0    117098     63401   5562305     68.52     73.43  --
3397.38/851.81	c  N dy 16168   2613181      4829     20817         0    137122     63401   7693484     68.52     73.71  --
3422.51/858.11	c  N dy 16306   2633242      4829     20817         0     86186     63401   2153435     68.53     76.28  --
3447.23/864.38	c  N dy 16438   2653614      4829     20817         0    106554     63401   4324833     68.54     72.22  --
3475.95/871.52	c  N dy 16566   2673643      4829     20817         0    126580     63401   6478131     68.55     82.31  --
3506.67/879.25	c  N dy 16693   2693699      4829     20817         0     74646     63401    809464     68.56     72.82  --
3525.02/883.91	c  S st 16806   2711301      4829     20817         0     92247     63401   2696024     68.56   no data  --
3525.86/884.08	c  S st 16806   2711804      4829     20817         0     92750     63401   2738780     68.56   no data  --
3525.86/884.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3525.86/884.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3526.20/884.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3526.60/884.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3526.60/884.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3526.60/884.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.00 s
3526.60/884.27	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3573.70/896.09	c lits-rem:         4  cl-subs:       10  v-elim:      0  v-fix:    0  time: 47.09 s
3573.70/896.09	c vivif2 --  cl tried    20817 cl shrink        0 lits rem          0 time: 0.00
3574.11/896.13	c vivif2 --  cl tried    92740 cl shrink        0 lits rem          0 time: 0.14
3574.46/896.28	c asymm  cl-useful: 0/20817/20817 lits-rem:0 time: 0.62
3574.46/896.28	c calculated reachability. Time: 0.00
3574.46/896.28	c  N dy 16806   2711804      4829     20817         0     92740     63401   2736597     68.56   no data  --
3599.60/902.51	c  N dy 16936   2731862      4829     20817         0    112795     63401   4910062     68.58     72.29  --
3628.31/909.76	c  N dy 17057   2751938      4829     20817         0    132871     63401   7051131     68.58     72.95  --
3656.24/916.77	c  N dy 17182   2771993      4829     20817         0     79926     63401   1273834     68.59     72.54  --
3678.99/922.43	c  N dy 17314   2792010      4829     20817         0     99937     63401   3423212     68.59     72.35  --
3705.32/929.07	c  N dy 17436   2812014      4829     20817         0    119938     63401   5565402     68.59     72.34  --
3736.45/936.85	c  N dy 17561   2832085      4829     20817         0    140008     63401   7734750     68.60     72.71  --
3761.92/943.28	c  N dy 17688   2852091      4829     20817         0     86024     63401   1832519     68.61     73.79  --
3785.86/949.23	c  N dy 17818   2872227      4829     20817         0    106160     63401   3999347     68.61     72.43  --
3814.19/956.34	c  N dy 17944   2892318      4829     20817         0    126250     63401   6168416     68.63     77.09  --
3846.48/964.46	c  N dy 18078   2912329      4829     20817         0    146261     63401   8310747     68.63     73.66  --
3870.02/970.35	c  N dy 18207   2932374      4829     20817         0     91304     63401   2315106     68.65     73.15  --
3894.75/976.57	c  N dy 18336   2952394      4829     20817         0    111322     63401   4465813     68.65     88.51  --
3924.27/983.93	c  N dy 18464   2972573      4829     20817         0    131501     63401   6622283     68.66     73.08  --
3956.96/992.14	c  N dy 18586   2992656      4829     20817         0    151583     63401   8761049     68.66     73.15  --
3978.90/997.69	c  N dy 18713   3012773      4829     20817         0     95707     63401   2675167     68.66     73.39  --
4004.82/1004.17	c  N dy 18840   3033049      4829     20817         0    115979     63401   4871971     68.67     72.98  --
4034.78/1011.61	c  N dy 18963   3053115      4829     20817         0    136044     63401   7012291     68.68     73.18  --
4068.24/1020.09	c  N dy 19085   3073387      4829     20817         0     79318     63401    806504     68.68     75.67  --
4092.96/1026.25	c  N dy 19215   3093498      4829     20817         0     99427     63401   2969775     68.69     72.64  --
4121.69/1033.48	c  N dy 19339   3113557      4829     20817         0    119483     63401   5091272     68.69     73.63  --
4155.98/1042.06	c  N dy 19471   3133635      4829     20817         0    139560     63401   7251125     68.70     84.19  --
4192.72/1051.23	c  N dy 19597   3153651      4829     20817         0     81582     63401    946965     68.70     74.20  --
4219.04/1057.87	c  N dy 19723   3173728      4829     20817         0    101657     63401   3113350     68.71     76.12  --
4249.76/1065.55	c  N dy 19835   3193839      4829     20817         0    121767     63401   5259604     68.71     73.13  --
4282.41/1073.70	c  S st 19952   3211804      4829     20817         0    139730     63401   7183443     68.71     70.25  --
4283.62/1074.02	c  S st 19952   3212307      4829     20817         0    140233     63401   7225040     68.71   no data  --
4283.62/1074.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4283.62/1074.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4284.02/1074.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.45
4285.61/1074.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4285.61/1074.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4285.61/1074.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4829 time:  0.01 s
4285.61/1074.52	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s

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-3368665-1305400178/watcher-3368665-1305400178 -o /tmp/evaluation-result-3368665-1305400178/solver-3368665-1305400178 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368665-1305400178.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.42 7.98 7.74 5/353 20992
/proc/meminfo: memFree=24103128/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=210752 CPUtime=0 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 2237 0 0 0 0 0 0 0 18 0 4 0 651614464 215810048 1898 33554432000 4194304 4650419 140733722173888 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 52688 1904 343 112 0 47653 0
[pid=20992/tid=20993] ppid=20990 vsize=276864 CPUtime=0 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) S 20990 20992 20738 0 -1 4202560 117 0 0 0 0 0 0 0 25 0 4 0 651614464 283508736 2320 33554432000 4194304 4650419 140733722173888 18446744073709551615 254500796910 0 0 4096 2 18446604464998712448 0 0 -1 1 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=276864 CPUtime=0 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) S 20990 20992 20738 0 -1 4202560 682 0 0 0 0 0 0 0 18 0 4 0 651614464 283508736 2332 33554432000 4194304 4650419 140733722173888 18446744073709551615 254500796910 0 0 4096 2 18446604464998712448 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=276864 CPUtime=0 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 786 0 0 0 0 0 0 0 18 0 4 0 651614464 283508736 2337 33554432000 4194304 4650419 140733722173888 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0262119 s]
/proc/loadavg: 7.42 7.98 7.74 5/353 20992
/proc/meminfo: memFree=24103128/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=289996 CPUtime=0.14 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 5500 0 0 0 13 1 0 0 18 0 4 0 651614464 296955904 4751 33554432000 4194304 4650419 140733722173888 18446744073709551615 4426459 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 72645 4787 376 112 0 67610 0
[pid=20992/tid=20993] ppid=20990 vsize=290580 CPUtime=0.02 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) S 20990 20992 20738 0 -1 4202560 1240 0 0 0 2 0 0 0 18 0 4 0 651614464 297553920 4800 33554432000 4194304 4650419 140733722173888 18446744073709551615 254500796910 0 0 4096 2 18446604464998712448 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=290580 CPUtime=0.03 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 1558 0 0 0 3 0 0 0 18 0 4 0 651614464 297553920 4808 33554432000 4194304 4650419 140733722173888 18446744073709551615 254500389049 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=290580 CPUtime=0.03 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 1054 0 0 0 3 0 0 0 18 0 4 0 651614464 297553920 4820 33554432000 4194304 4650419 140733722173888 18446744073709551615 4360346 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 289996

[startup+0.817802 s]
/proc/loadavg: 7.42 7.98 7.74 5/353 20992
/proc/meminfo: memFree=24103128/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=294652 CPUtime=3.22 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 12240 0 0 0 319 3 0 0 18 0 4 0 651614464 301723648 8164 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 73663 8164 392 112 0 68628 0
[pid=20992/tid=20993] ppid=20990 vsize=294652 CPUtime=0.8 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3090 0 0 0 79 1 0 0 19 0 4 0 651614464 301723648 8164 33554432000 4194304 4650419 140733722173888 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=294652 CPUtime=0.8 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3295 0 0 0 80 0 0 0 18 0 4 0 651614464 301723648 8164 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=294652 CPUtime=0.8 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 2344 0 0 0 80 0 0 0 19 0 4 0 651614464 301723648 8164 33554432000 4194304 4650419 140733722173888 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 294652

[startup+0.900789 s]
/proc/loadavg: 7.42 7.98 7.74 5/353 20992
/proc/meminfo: memFree=24103128/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=294812 CPUtime=3.56 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 12622 0 0 0 353 3 0 0 18 0 4 0 651614464 301887488 8546 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 73703 8546 392 112 0 68668 0
[pid=20992/tid=20993] ppid=20990 vsize=294812 CPUtime=0.88 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3176 0 0 0 87 1 0 0 19 0 4 0 651614464 301887488 8546 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=294812 CPUtime=0.88 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3387 0 0 0 88 0 0 0 19 0 4 0 651614464 301887488 8546 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=294812 CPUtime=0.88 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 2459 0 0 0 88 0 0 0 19 0 4 0 651614464 301887488 8546 33554432000 4194304 4650419 140733722173888 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 294812

[startup+1.00077 s]
/proc/loadavg: 7.42 7.98 7.74 5/353 20992
/proc/meminfo: memFree=24103128/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=294812 CPUtime=3.95 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 13050 0 0 0 392 3 0 0 19 0 4 0 651614464 301887488 8974 33554432000 4194304 4650419 140733722173888 18446744073709551615 4360363 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 73703 8974 392 112 0 68668 0
[pid=20992/tid=20993] ppid=20990 vsize=294812 CPUtime=0.98 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3277 0 0 0 97 1 0 0 19 0 4 0 651614464 301887488 8974 33554432000 4194304 4650419 140733722173888 18446744073709551615 4315116 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=294812 CPUtime=0.98 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3496 0 0 0 98 0 0 0 19 0 4 0 651614464 301887488 8975 33554432000 4194304 4650419 140733722173888 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=294812 CPUtime=0.98 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 2558 0 0 0 98 0 0 0 19 0 4 0 651614464 301887488 8975 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 294812

[startup+1.50067 s]
/proc/loadavg: 7.42 7.98 7.74 5/353 20992
/proc/meminfo: memFree=24103128/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=295852 CPUtime=5.96 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 16445 0 0 0 592 4 0 0 19 0 4 0 651614464 302952448 8942 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 73963 8942 392 112 0 68928 0
[pid=20992/tid=20993] ppid=20990 vsize=295852 CPUtime=1.48 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 4062 0 0 0 147 1 0 0 20 0 4 0 651614464 302952448 8942 33554432000 4194304 4650419 140733722173888 18446744073709551615 4367311 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=295852 CPUtime=1.49 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 4347 0 0 0 148 1 0 0 19 0 4 0 651614464 302952448 8942 33554432000 4194304 4650419 140733722173888 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=295852 CPUtime=1.48 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 3431 0 0 0 148 0 0 0 20 0 4 0 651614464 302952448 8942 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 295852

[startup+3.10035 s]
/proc/loadavg: 7.42 7.98 7.74 9/357 20996
/proc/meminfo: memFree=23999060/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=297020 CPUtime=12.33 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 25849 0 0 0 1227 6 0 0 25 0 4 0 651614464 304148480 9853 33554432000 4194304 4650419 140733722173888 18446744073709551615 4333931 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 74255 9853 393 112 0 69220 0
[pid=20992/tid=20993] ppid=20990 vsize=297020 CPUtime=3.05 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 6411 0 0 0 304 1 0 0 25 0 4 0 651614464 304148480 9853 33554432000 4194304 4650419 140733722173888 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=297020 CPUtime=3.08 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 6710 0 0 0 307 1 0 0 25 0 4 0 651614464 304148480 9853 33554432000 4194304 4650419 140733722173888 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=297020 CPUtime=3.09 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 5759 0 0 0 308 1 0 0 25 0 4 0 651614464 304148480 9853 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 297020

[startup+6.30071 s]
/proc/loadavg: 7.46 7.98 7.74 10/357 20996
/proc/meminfo: memFree=23928784/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=334936 CPUtime=25.09 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 49371 0 0 0 2498 11 0 0 25 0 4 0 651614464 342974464 26407 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364495 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 83734 26407 394 112 0 78699 0
[pid=20992/tid=20993] ppid=20990 vsize=334936 CPUtime=6.21 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 10326 0 0 0 619 2 0 0 25 0 4 0 651614464 342974464 26407 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=334936 CPUtime=6.28 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 14744 0 0 0 625 3 0 0 25 0 4 0 651614464 342974464 26407 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=334936 CPUtime=6.28 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 13247 0 0 0 626 2 0 0 25 0 4 0 651614464 342974464 26407 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 334936

[startup+12.7004 s]
/proc/loadavg: 7.50 7.98 7.74 9/357 20996
/proc/meminfo: memFree=23659300/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=340700 CPUtime=50.65 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 80464 0 0 0 5046 19 0 0 25 0 4 0 651614464 348876800 37756 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 85175 37756 394 112 0 80140 0
[pid=20992/tid=20993] ppid=20990 vsize=340700 CPUtime=12.55 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 18649 0 0 0 1251 4 0 0 25 0 4 0 651614464 348876800 37762 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=340700 CPUtime=12.7 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 24754 0 0 0 1264 6 0 0 25 0 4 0 651614464 348876800 37763 33554432000 4194304 4650419 140733722173888 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=340700 CPUtime=12.7 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 20389 0 0 0 1266 4 0 0 25 0 4 0 651614464 348876800 37763 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 340700

[startup+25.5009 s]
/proc/loadavg: 7.61 7.98 7.74 10/357 20996
/proc/meminfo: memFree=23598032/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=368260 CPUtime=101.68 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 128486 0 0 0 10137 31 0 0 25 0 4 0 651614464 377098240 52067 33554432000 4194304 4650419 140733722173888 18446744073709551615 4303968 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 92065 52067 394 112 0 87030 0
[pid=20992/tid=20993] ppid=20990 vsize=368260 CPUtime=25.2 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 30904 0 0 0 2512 8 0 0 25 0 4 0 651614464 377098240 52067 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=368260 CPUtime=25.48 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 35643 0 0 0 2540 8 0 0 25 0 4 0 651614464 377098240 52067 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=368260 CPUtime=25.48 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 32759 0 0 0 2541 7 0 0 25 0 4 0 651614464 377098240 52067 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 368260

[startup+51.1008 s]
/proc/loadavg: 7.89 8.01 7.76 9/357 20998
/proc/meminfo: memFree=23394632/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=414744 CPUtime=203.8 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 204252 0 0 0 20327 53 0 0 25 0 4 0 651614464 424697856 61966 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363311 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 103686 61966 394 112 0 98651 0
[pid=20992/tid=20993] ppid=20990 vsize=414744 CPUtime=50.52 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 52261 0 0 0 5038 14 0 0 25 0 4 0 651614464 424697856 61966 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=414744 CPUtime=51.08 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 57024 0 0 0 5095 13 0 0 25 0 4 0 651614464 424697856 61966 33554432000 4194304 4650419 140733722173888 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=414744 CPUtime=51.08 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 50654 0 0 0 5095 13 0 0 25 0 4 0 651614464 424697856 61966 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 414744

[startup+102.301 s]
/proc/loadavg: 8.02 8.02 7.77 9/357 20999
/proc/meminfo: memFree=23281252/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=516816 CPUtime=408.02 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 330086 0 0 0 40711 91 0 0 25 0 4 0 651614464 529219584 75525 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 129204 75525 394 112 0 124169 0
[pid=20992/tid=20993] ppid=20990 vsize=516816 CPUtime=101.13 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 85792 0 0 0 10090 23 0 0 25 0 4 0 651614464 529219584 75525 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=516816 CPUtime=102.28 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 91070 0 0 0 10204 24 0 0 25 0 4 0 651614464 529219584 75525 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=516816 CPUtime=102.28 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 85667 0 0 0 10203 25 0 0 25 0 4 0 651614464 529219584 75525 33554432000 4194304 4650419 140733722173888 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 516816

[startup+162.301 s]

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

[pid=20992] ppid=20990 vsize=952448 CPUtime=2561.79 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1248104 0 0 0 255752 427 0 0 25 0 4 0 651614464 975306752 155947 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 238112 155947 394 112 0 233077 0
[pid=20992/tid=20993] ppid=20990 vsize=952448 CPUtime=634.86 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 296257 0 0 0 63377 109 0 0 25 0 4 0 651614464 975306752 155947 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=952448 CPUtime=642.3 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 273702 0 0 0 64134 96 0 0 25 0 4 0 651614464 975306752 155947 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=952448 CPUtime=642.29 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 259066 0 0 0 64126 103 0 0 25 0 4 0 651614464 975306752 155947 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363479 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2561.79
Current children cumulated vsize (KiB) 952448

[startup+702.301 s]
/proc/loadavg: 8.12 8.10 7.91 9/357 21016
/proc/meminfo: memFree=22603864/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=954240 CPUtime=2801.1 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1335389 0 0 0 279650 460 0 0 25 0 4 0 651614464 977141760 162961 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 238560 162961 394 112 0 233525 0
[pid=20992/tid=20993] ppid=20990 vsize=954240 CPUtime=694.17 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 318571 0 0 0 69300 117 0 0 25 0 4 0 651614464 977141760 162961 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=954240 CPUtime=702.3 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 294598 0 0 0 70126 104 0 0 25 0 4 0 651614464 977141760 162961 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=954240 CPUtime=702.3 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 282133 0 0 0 70118 112 0 0 25 0 4 0 651614464 977141760 162961 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.1
Current children cumulated vsize (KiB) 954240

[startup+762.301 s]
/proc/loadavg: 8.08 8.09 7.92 9/357 21018
/proc/meminfo: memFree=22594924/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1014572 CPUtime=3040.42 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1414153 0 0 0 303546 496 0 0 25 0 4 0 651614464 1038921728 154169 33554432000 4194304 4650419 140733722173888 18446744073709551615 4304010 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 253643 154169 394 112 0 248608 0
[pid=20992/tid=20993] ppid=20990 vsize=1014572 CPUtime=753.48 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 340946 0 0 0 75219 129 0 0 25 0 4 0 651614464 1038921728 154169 33554432000 4194304 4650419 140733722173888 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1014572 CPUtime=762.3 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 313318 0 0 0 76118 112 0 0 25 0 4 0 651614464 1038921728 154169 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1014572 CPUtime=762.29 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 304041 0 0 0 76109 120 0 0 25 0 4 0 651614464 1038921728 154169 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.42
Current children cumulated vsize (KiB) 1014572

[startup+822.3 s]
/proc/loadavg: 8.03 8.07 7.92 9/357 21020
/proc/meminfo: memFree=22501524/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1016644 CPUtime=3279.75 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1458739 0 0 0 327455 520 0 0 25 0 4 0 651614464 1041043456 161628 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 254161 161628 394 112 0 249126 0
[pid=20992/tid=20993] ppid=20990 vsize=1016644 CPUtime=812.78 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 350896 0 0 0 81145 133 0 0 25 0 4 0 651614464 1041043456 161630 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1016644 CPUtime=822.32 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 313318 0 0 0 82120 112 0 0 25 0 4 0 651614464 1041043456 161630 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1016644 CPUtime=822.31 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 318142 0 0 0 82104 127 0 0 25 0 4 0 651614464 1041043456 161630 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.75
Current children cumulated vsize (KiB) 1016644

[startup+882.3 s]
/proc/loadavg: 8.05 8.07 7.93 9/357 21021
/proc/meminfo: memFree=22450416/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=968340 CPUtime=3519.03 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1505341 0 0 0 351362 541 0 0 25 0 4 0 651614464 991580160 170799 33554432000 4194304 4650419 140733722173888 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 242085 170799 394 112 0 237050 0
[pid=20992/tid=20993] ppid=20990 vsize=968340 CPUtime=872.08 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 355398 0 0 0 87072 136 0 0 25 0 4 0 651614464 991580160 170799 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=968340 CPUtime=882.31 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 323263 0 0 0 88115 116 0 0 25 0 4 0 651614464 991580160 170799 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=968340 CPUtime=882.3 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 331934 0 0 0 88097 133 0 0 25 0 4 0 651614464 991580160 170799 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.03
Current children cumulated vsize (KiB) 968340

[startup+942.313 s]
/proc/loadavg: 8.02 8.05 7.93 9/357 21023
/proc/meminfo: memFree=22456952/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=907728 CPUtime=3758.38 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1581275 0 0 0 375268 570 0 0 25 0 4 0 651614464 929513472 158650 33554432000 4194304 4650419 140733722173888 18446744073709551615 4328292 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 226932 158650 394 112 0 221897 0
[pid=20992/tid=20993] ppid=20990 vsize=907728 CPUtime=931.39 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 377285 0 0 0 92995 144 0 0 25 0 4 0 651614464 929513472 158650 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=907728 CPUtime=942.32 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 342841 0 0 0 94108 124 0 0 25 0 4 0 651614464 929513472 158650 33554432000 4194304 4650419 140733722173888 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=907728 CPUtime=942.31 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 350704 0 0 0 94092 139 0 0 25 0 4 0 651614464 929513472 158650 33554432000 4194304 4650419 140733722173888 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.38
Current children cumulated vsize (KiB) 907728

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 7.93 9/357 21024
/proc/meminfo: memFree=22326120/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1021260 CPUtime=3997.65 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1656812 0 0 0 399161 604 0 0 25 0 4 0 651614464 1045770240 163928 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 255315 163928 394 112 0 250280 0
[pid=20992/tid=20993] ppid=20990 vsize=1021260 CPUtime=990.69 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 397640 0 0 0 98917 152 0 0 25 0 4 0 651614464 1045770240 163928 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1021260 CPUtime=1002.31 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 360775 0 0 0 100098 133 0 0 25 0 4 0 651614464 1045770240 163928 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1021260 CPUtime=1002.3 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 370996 0 0 0 100080 150 0 0 25 0 4 0 651614464 1045770240 163928 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.65
Current children cumulated vsize (KiB) 1021260

[startup+1062.3 s]
/proc/loadavg: 8.13 8.07 7.94 9/357 21026
/proc/meminfo: memFree=22167012/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1110532 CPUtime=4236.94 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1754590 0 0 0 423056 638 0 0 25 0 4 0 651614464 1137184768 199477 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 277633 199477 394 112 0 272598 0
[pid=20992/tid=20993] ppid=20990 vsize=1110532 CPUtime=1049.98 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 438042 0 0 0 104833 165 0 0 25 0 4 0 651614464 1137184768 199477 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1110532 CPUtime=1062.31 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 382014 0 0 0 106092 139 0 0 25 0 4 0 651614464 1137184768 199477 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1110532 CPUtime=1062.31 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 388398 0 0 0 106078 153 0 0 25 0 4 0 651614464 1137184768 199477 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.94
Current children cumulated vsize (KiB) 1110532

[startup+1122.3 s]
/proc/loadavg: 8.18 8.09 7.95 9/357 21027
/proc/meminfo: memFree=21976896/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1110716 CPUtime=4476.25 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1943528 0 0 0 446953 672 0 0 25 0 4 0 651614464 1137373184 216569 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476483 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 277679 216569 394 112 0 272644 0
[pid=20992/tid=20993] ppid=20990 vsize=1110716 CPUtime=1109.28 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 473391 0 0 0 110758 170 0 0 25 0 4 0 651614464 1137373184 216569 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1110716 CPUtime=1122.32 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 464927 0 0 0 112077 155 0 0 25 0 4 0 651614464 1137373184 216569 33554432000 4194304 4650419 140733722173888 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1110716 CPUtime=1122.31 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 388458 0 0 0 112078 153 0 0 25 0 4 0 651614464 1137373184 216569 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.25
Current children cumulated vsize (KiB) 1110716

[startup+1182.3 s]
/proc/loadavg: 8.19 8.10 7.96 9/357 21029
/proc/meminfo: memFree=21972168/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1124244 CPUtime=4715.55 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 1984259 0 0 0 470866 689 0 0 25 0 4 0 651614464 1151225856 219114 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 281061 219114 394 112 0 276026 0
[pid=20992/tid=20993] ppid=20990 vsize=1124244 CPUtime=1168.56 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 495687 0 0 0 116683 173 0 0 25 0 4 0 651614464 1151225856 219114 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1124244 CPUtime=1182.31 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 483144 0 0 0 118063 168 0 0 25 0 4 0 651614464 1151225856 219114 33554432000 4194304 4650419 140733722173888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1124244 CPUtime=1182.31 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 388663 0 0 0 118078 153 0 0 25 0 4 0 651614464 1151225856 219114 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.55
Current children cumulated vsize (KiB) 1124244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.13 8.10 7.96 5/352 21031
/proc/meminfo: memFree=23258572/32950928 swapFree=45937192/67111528
[pid=20992] ppid=20990 vsize=1136968 CPUtime=4800.12 cores=1,3,5,7
/proc/20992/stat : 20992 (strangenight1-m) R 20990 20992 20738 0 -1 4202496 2001446 0 0 0 479318 694 0 0 25 0 4 0 651614464 1164255232 219706 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20992/statm: 284242 219706 394 112 0 279207 0
[pid=20992/tid=20993] ppid=20990 vsize=1136968 CPUtime=1189.52 cores=1,3,5,7
/proc/20992/task/20993/stat : 20993 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 506121 0 0 0 118777 175 0 0 25 0 4 0 651614464 1164255232 219707 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476354 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20992/tid=20994] ppid=20990 vsize=1136968 CPUtime=1203.53 cores=1,3,5,7
/proc/20992/task/20994/stat : 20994 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 489896 0 0 0 120181 172 0 0 25 0 4 0 651614464 1164255232 219707 33554432000 4194304 4650419 140733722173888 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20992/tid=20995] ppid=20990 vsize=1136968 CPUtime=1203.53 cores=1,3,5,7
/proc/20992/task/20995/stat : 20995 (strangenight1-m) R 20990 20992 20738 0 -1 4202560 388665 0 0 0 120200 153 0 0 25 0 4 0 651614464 1164255232 219707 33554432000 4194304 4650419 140733722173888 18446744073709551615 4476220 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1136968

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): 1203.56
CPU time (s): 4800.21
CPU user time (s): 4793.22
CPU system time (s): 6.98694
CPU usage (%): 398.835
Max. virtual memory (cumulated for all children) (KiB): 1176648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.22
system time used= 6.98694
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2001449
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= 2315
involuntary context switches= 32211

runsolver used 3.74243 second user time and 10.2964 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 21:09:38
IDJOB=3368665
IDBENCH=82674
IDSOLVER=1846
FILE ID=node149/3368665-1305400178
RUNJOBID= node149-1305397766-20757
PBS_JOBID= 13324466
Free space on /tmp= 73564 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S901912629-090-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368665-1305400178/watcher-3368665-1305400178 -o /tmp/evaluation-result-3368665-1305400178/solver-3368665-1305400178 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368665-1305400178.cnf

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

MD5SUM BENCH= dd2bb1255d1ab08cabc4f5bd25c67ddb
RANDOM SEED=330325214

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24104400 kB
Buffers:        307184 kB
Cached:        3869464 kB
SwapCached:      19984 kB
Active:        6346028 kB
Inactive:      2206548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24104400 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           14020 kB
Writeback:           0 kB
AnonPages:     4368732 kB
Mapped:          14220 kB
Slab:           157320 kB
PageTables:      72308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80306904 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= 73568 MiB
End job on node149 at 2011-05-14 21:29:43