Trace number 3174961

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.31 1201.76

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S434028979-077-UNKNOWN.cnf
MD5SUM99649f8478aeec246b4c83e11dce9c4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.820874
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-3174961-1304060420.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.02	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.02	c -- vars added       5000
0.00/0.02	c Parsing time:  0.03 s
0.00/0.02	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data  --
0.00/0.04	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.01
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.32/0.09	c lits-rem:         0  cl-subs:        0  v-elim:    155  v-fix:    0  time:  0.14 s
0.32/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.34/0.10	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.34/0.10	c calculated reachability. Time: 0.00
0.34/0.10	c Calc default polars -  time:   0.00 s pos:    2197 undec:     546 neg:    2257
0.34/0.10	c =========================================================================================
0.34/0.10	c types(t): F = full restart, N = normal restart
0.34/0.10	c types(t): S = simplification begin/end, E = solution found
0.34/0.10	c restart types(rt): st = static, dy = dynamic
0.34/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.34/0.10	c  B st     0         0      4845     20853         0         0     63458         0   no data   no data  --
1.54/0.49	c  N dy    16      4143      4845     20853         0      4142     63458    472797     66.52     71.93  --
3.14/0.88	c  N dy    43      8227      4845     20853         0      5728     63458    428895     66.80     71.02  --
4.73/1.28	c  N dy    64     12231      4845     20853         0      5481     63458    243618     65.83     69.63  --
6.73/1.71	c  N dy    93     16460      4845     20853         0      9710     63458    689129     66.11     70.19  --
8.34/2.15	c  N dy   121     20683      4845     20853         0      8313     63458    416553     66.58     71.47  --
9.92/2.59	c  N dy   147     24800      4845     20853         0     12430     63458    847883     66.48     70.86  --
10.32/2.61	c  F st   149     25000      4845     20853         0     12630     63458    867715     66.48   no data  --
12.32/3.20	c  N dy   155     30001      4845     20853         0     10816     63458    665285     66.48   no data  --
12.32/3.20	c  S st   155     30001      4845     20853         0     10816     63458    665285     66.48   no data  --
12.73/3.25	c  S st   155     30503      4845     20853         0     11318     63458    708241     66.48   no data  --
12.73/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.73/3.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.73/3.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
13.14/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.14/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.14/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
13.14/3.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
23.50/6.00	c lits-rem:        16  cl-subs:        6  v-elim:      0  v-fix:    0  time: 10.65 s
23.91/6.03	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.12
23.91/6.03	c calculated reachability. Time: 0.00
23.91/6.03	c  N dy   155     30503      4845     20853         0     11312     63458    706546     66.48   no data  --
25.51/6.50	c  N dy   175     34573      4845     20853         0     15382     63458   1124755     66.22     70.53  --
27.50/6.93	c  N dy   196     38594      4845     20853         0     11501     63458    524763     66.19     71.95  --
29.50/7.40	c  N dy   222     42679      4845     20853         0     15586     63458    946626     66.28     70.74  --
30.72/7.76	c  S st   240     45755      4845     20853         0      9709     63458    238345     66.25   no data  --
31.10/7.82	c  S st   240     46262      4845     20853         0     10216     63458    277919     66.25   no data  --
31.10/7.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.10/7.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.10/7.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
31.10/7.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.10/7.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.10/7.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
31.10/7.85	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
33.89/8.50	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.62 s
33.89/8.51	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
33.89/8.51	c vivif2 --  cl tried    10216 cl shrink        0 lits rem          0 time: 0.01
33.89/8.53	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.09
33.89/8.53	c calculated reachability. Time: 0.00
33.89/8.53	c  N dy   240     46262      4845     20853         0     10216     63458    277915     66.25   no data  --
35.89/9.01	c  N dy   268     50512      4845     20853         0     14465     63458    722835     66.36     71.37  --
37.89/9.51	c  N dy   290     54545      4845     20853         0     18498     63458   1147471     66.36     70.03  --
39.88/10.00	c  N dy   320     58688      4845     20853         0     12662     63458    444875     66.45     71.18  --
41.48/10.48	c  N dy   347     62759      4845     20853         0     16733     63458    867088     66.55     70.75  --
43.91/11.02	c  N dy   375     66850      4845     20853         0     20824     63458   1298329     66.64     70.98  --
45.07/11.34	c  S st   391     69393      4845     20853         0     12377     63458    309605     66.68   no data  --
45.07/11.39	c  S st   391     69898      4845     20853         0     12882     63458    349552     66.68   no data  --
45.07/11.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
45.47/11.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.47/11.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
45.47/11.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.47/11.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.47/11.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
45.47/11.43	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
49.87/12.51	c lits-rem:        27  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.30 s
49.87/12.51	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
49.87/12.51	c vivif2 --  cl tried    12881 cl shrink        0 lits rem          0 time: 0.02
49.87/12.54	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.10
49.87/12.54	c calculated reachability. Time: 0.00
49.87/12.54	c  N dy   391     69898      4845     20853         0     12881     63458    349503     66.68   no data  --
51.87/13.09	c  N dy   425     74398      4845     20853         0     17381     63458    825363     66.84     70.94  --
54.67/13.72	c  N dy   458     79200      4845     20853         0     22183     63458   1334456     66.95     71.10  --
57.08/14.36	c  N dy   485     84268      4845     20853         0     15262     63458    507089     66.77     72.61  --
58.66/14.75	c  F st   504     87500      4845     20853         0     18494     63458    837205     66.71   no data  --
60.26/15.17	c  N st   509     90796      4845     20853         0     21788     63458   1214660     66.71   no data  --
63.46/15.96	c  N dy   535     96591      4845     20853         0     14585     63458    349567     66.73     70.39  --
66.64/16.73	c  N dy   575    102773      4845     20853         0     20766     63458    989992     66.78     71.09  --
67.84/17.01	c  S st   586    104850      4845     20853         0     22843     63458   1210644     66.75   no data  --
67.84/17.08	c  S st   586    105354      4845     20853         0     23347     63458   1248446     66.75   no data  --
67.84/17.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
67.84/17.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.25/17.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
68.25/17.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.25/17.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.25/17.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
68.25/17.18	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
77.03/19.32	c lits-rem:        28  cl-subs:        3  v-elim:      0  v-fix:    0  time:  8.54 s
77.03/19.33	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
77.03/19.34	c vivif2 --  cl tried    23344 cl shrink        0 lits rem          0 time: 0.06
77.03/19.38	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.17
77.03/19.39	c calculated reachability. Time: 0.00
77.03/19.39	c  N dy   586    105354      4845     20853         0     23344     63458   1247717     66.75   no data  --
81.03/20.31	c  N dy   625    112141      4845     20853         0     16133     63458    401555     66.73     75.19  --
84.62/21.25	c  N dy   676    119388      4845     20853         0     23379     63458   1165869     66.94     70.85  --
89.01/22.32	c  N dy   726    127130      4845     20853         0     16124     63458    317580     67.06     71.34  --
93.02/23.34	c  N dy   780    135269      4845     20853         0     24262     63458   1164928     67.09     71.01  --
97.81/24.56	c  N dy   829    144000      4845     20853         0     16993     63458    303329     67.01     71.18  --
102.60/25.76	c  N dy   887    153362      4845     20853         0     26351     63458   1276608     67.04     71.95  --
105.42/26.43	c  S st   917    158032      4845     20853         0     31021     63458   1757380     67.01     59.58  --
105.80/26.51	c  S st   917    158537      4845     20853         0     31526     63458   1796604     67.01   no data  --
105.80/26.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
105.80/26.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.80/26.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
106.19/26.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.19/26.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.19/26.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
106.19/26.63	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
119.78/30.02	c lits-rem:        18  cl-subs:        4  v-elim:      0  v-fix:    0  time: 13.54 s
119.78/30.02	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
119.78/30.04	c vivif2 --  cl tried    31522 cl shrink        0 lits rem          0 time: 0.08
120.18/30.10	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.22
120.18/30.10	c calculated reachability. Time: 0.00
120.18/30.10	c  N dy   917    158537      4845     20853         0     31522     63458   1796082     67.01   no data  --
125.78/31.52	c  N dy   981    168662      4845     20853         0     24652     63458   1011535     67.06     72.70  --
132.16/33.17	c  N dy  1053    179533      4845     20853         0     35522     63458   2152445     67.13     72.93  --
138.55/34.72	c  N dy  1127    191055      4845     20853         0     29046     63458   1379825     67.24     76.49  --
145.74/36.55	c  N dy  1200    203289      4845     20853         0     22280     63458    557084     67.25     71.08  --
153.35/38.42	c  N dy  1280    216275      4845     20853         0     35264     63458   1924152     67.27     71.59  --
161.33/40.43	c  N dy  1367    230097      4845     20853         0     29088     63458   1169659     67.27     71.25  --
166.10/41.63	c  S st  1414    237808      4845     20853         0     36799     63458   1973530     67.27   no data  --
166.52/41.72	c  S st  1414    238311      4845     20853         0     37302     63458   2012880     67.27   no data  --
166.52/41.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
166.52/41.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.52/41.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.11
166.92/41.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.92/41.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.92/41.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
166.92/41.84	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
182.87/45.81	c lits-rem:        39  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.87 s
182.87/45.82	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
182.87/45.84	c vivif2 --  cl tried    37300 cl shrink        0 lits rem          0 time: 0.10
183.27/45.90	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.25
183.27/45.90	c calculated reachability. Time: 0.00
183.27/45.90	c  N dy  1414    238311      4845     20853         0     37300     63458   2012451     67.27   no data  --
192.06/48.15	c  N dy  1505    253580      4845     20853         0     31566     63458   1317104     67.27     70.93  --
202.45/50.70	c  N dy  1612    269801      4845     20853         0     25795     63458    633842     67.36     72.80  --
212.83/53.36	c  N dy  1709    287055      4845     20853         0     43047     63458   2426969     67.32     71.63  --
224.41/56.20	c  N dy  1820    305547      4845     20853         0     38536     63458   1874510     67.33     71.33  --
224.81/56.31	c  F st  1823    306250      4845     20853         0     39239     63458   1944430     67.33     65.47  --
236.82/59.35	c  N dy  1919    325072      4845     20853         0     34062     63458   1319627     67.39     74.45  --
250.01/62.69	c  N dy  2041    345161      4845     20853         0     29150     63458    699339     67.47     72.26  --
257.98/64.64	c  S st  2115    357467      4845     20853         0     41455     63458   1999435     67.46   no data  --
258.38/64.74	c  S st  2115    357968      4845     20853         0     41956     63458   2041374     67.46   no data  --
258.38/64.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
258.38/64.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
258.38/64.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.13
258.79/64.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.79/64.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.79/64.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.01 s
258.79/64.86	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
275.96/69.14	c lits-rem:        30  cl-subs:        4  v-elim:      0  v-fix:    0  time: 17.07 s
275.96/69.14	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
275.96/69.17	c vivif2 --  cl tried    41952 cl shrink        0 lits rem          0 time: 0.09
276.37/69.24	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.28
276.37/69.24	c calculated reachability. Time: 0.00
276.37/69.24	c  N dy  2115    357968      4845     20853         0     41952     63458   2040419     67.46   no data  --
289.96/72.68	c  N dy  2230    378029      4845     20853         0     36010     63458   1301312     67.43     73.05  --
303.91/76.18	c  N dy  2348    398139      4845     20853         0     29120     63458    484193     67.41     71.29  --
317.10/79.48	c  N dy  2468    418151      4845     20853         0     49129     63458   2578823     67.42     80.27  --
331.08/82.90	c  N dy  2601    438208      4845     20853         0     41194     63458   1682469     67.53     88.60  --
345.46/86.57	c  N dy  2732    458285      4845     20853         0     32271     63458    619075     67.56     72.86  --
359.05/89.99	c  N dy  2839    478331      4845     20853         0     52316     63458   2742141     67.55     72.42  --
373.45/93.51	c  N dy  2962    498337      4845     20853         0     42327     63458   1567546     67.56     72.08  --
389.01/97.46	c  N dy  3087    518380      4845     20853         0     31366     63458    317825     67.58     71.28  --
401.39/100.59	c  S st  3208    536953      4845     20853         0     49936     63458   2288201     67.63     62.40  --
402.19/100.70	c  S st  3208    537457      4845     20853         0     50440     63458   2330512     67.63   no data  --
402.19/100.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
402.19/100.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
402.19/100.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.14
402.59/100.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
402.59/100.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
402.59/100.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
402.59/100.84	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
426.56/106.82	c lits-rem:        16  cl-subs:        7  v-elim:      0  v-fix:    0  time: 23.88 s
426.56/106.83	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.01
426.56/106.85	c vivif2 --  cl tried    50433 cl shrink        0 lits rem          0 time: 0.11
426.96/106.94	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.33
426.96/106.94	c calculated reachability. Time: 0.00
426.96/106.94	c  N dy  3208    537457      4845     20853         0     50433     63458   2329430     67.63   no data  --
442.13/110.74	c  N dy  3326    557478      4845     20853         0     38451     63458    973294     67.65     71.51  --
457.30/114.51	c  N dy  3453    577650      4845     20853         0     58622     63458   3128867     67.69     71.75  --
472.49/118.30	c  N dy  3574    597922      4845     20853         0     45896     63458   1654948     67.71     71.40  --
488.47/122.39	c  N dy  3692    618039      4845     20853         0     66011     63458   3781073     67.70     73.70  --
503.66/126.14	c  N dy  3820    638111      4845     20853         0     52085     63458   2232757     67.75     72.72  --
520.44/130.36	c  N dy  3940    658182      4845     20853         0     37157     63458    531771     67.78     72.15  --
536.03/134.27	c  N dy  4063    678561      4845     20853         0     57535     63458   2675875     67.77     72.79  --
553.61/138.69	c  N dy  4194    698580      4845     20853         0     41555     63458    909523     67.78     71.40  --
569.96/142.70	c  N dy  4319    718656      4845     20853         0     61631     63458   3024170     67.81     71.67  --
587.54/147.13	c  N dy  4441    738899      4845     20853         0     44871     63458   1178318     67.83     71.67  --
604.72/151.40	c  N dy  4577    759045      4845     20853         0     65017     63458   3349066     67.88     74.53  --
622.29/155.83	c  N dy  4708    779139      4845     20853         0     47111     63458   1297485     67.90     71.82  --
639.47/160.18	c  N dy  4838    799265      4845     20853         0     67237     63458   3427320     67.93     71.80  --
646.26/161.88	c  S st  4877    806186      4845     20853         0     74158     63458   4159096     67.92     66.71  --
647.06/162.05	c  S st  4877    806691      4845     20853         0     74663     63458   4201071     67.92   no data  --
647.06/162.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
647.06/162.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
647.46/162.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
648.25/162.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
648.25/162.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
648.25/162.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
648.25/162.31	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
904.31/226.46	c lits-rem:         0  cl-subs:       10  v-elim:      0  v-fix:    0  time: 255.72 s
904.31/226.46	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
904.73/226.51	c vivif2 --  cl tried    74653 cl shrink        0 lits rem          0 time: 0.19
905.13/226.64	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.52
905.13/226.64	c calculated reachability. Time: 0.00
905.13/226.64	c  N dy  4877    806691      4845     20853         0     74653     63458   4199077     67.92   no data  --
921.09/230.60	c  N dy  4998    826949      4845     20853         0     55915     63458   2128936     67.95     72.09  --
939.06/235.17	c  N dy  5121    847137      4845     20853         0     76100     63458   4283722     67.98     73.25  --
955.04/239.15	c  N dy  5229    867181      4845     20853         0     56148     63458   2036961     67.97     71.97  --
973.42/243.77	c  N dy  5353    887271      4845     20853         0     76234     63458   4184977     67.99     72.88  --
990.99/248.14	c  N dy  5480    907360      4845     20853         0     55321     63458   1870299     67.99     72.65  --
1009.76/252.90	c  N dy  5596    927433      4845     20853         0     75393     63458   4004999     68.00     71.68  --
1028.16/257.46	c  N dy  5719    947480      4845     20853         0     53442     63458   1562008     68.01     73.94  --
1046.92/262.15	c  N dy  5857    967575      4845     20853         0     73533     63458   3724988     68.06     72.40  --
1066.89/267.10	c  N dy  5982    987666      4845     20853         0     50631     63458   1163713     68.07     71.66  --
1084.46/271.55	c  N dy  6099   1007729      4845     20853         0     70691     63458   3310649     68.08     72.32  --
1105.23/276.73	c  N dy  6206   1027813      4845     20853         0     46778     63458    651216     68.06     92.44  --
1122.40/281.04	c  N dy  6334   1047909      4845     20853         0     66873     63458   2754507     68.07     73.33  --
1144.38/286.54	c  N dy  6473   1068060      4845     20853         0     87021     63458   4909123     68.11     73.82  --
1148.77/287.65	c  F st  6501   1071875      4845     20853         0     45841     63458    456595     68.12     61.64  --
1162.36/291.00	c  N dy  6580   1088123      4845     20853         0     62087     63458   2311088     68.14     72.39  --
1182.72/296.15	c  N dy  6696   1108302      4845     20853         0     82262     63458   4481595     68.15     72.03  --
1203.52/301.31	c  N dy  6834   1128728      4845     20853         0     56692     63458   1517489     68.17     71.77  --
1222.67/306.14	c  N dy  6964   1148900      4845     20853         0     76861     63458   3652906     68.18     72.38  --
1245.05/311.71	c  N dy  7075   1169049      4845     20853         0     50016     63458    703966     68.19     74.13  --
1262.61/316.11	c  N dy  7192   1189064      4845     20853         0     70029     63458   2838044     68.19     72.85  --
1284.58/321.65	c  N dy  7318   1209244      4845     20853         0     90205     63458   4986246     68.21     73.85  --
1285.38/321.89	c  S st  7324   1210036      4845     20853         0     90997     63458   5067882     68.21     65.75  --
1286.18/322.09	c  S st  7324   1210538      4845     20853         0     91499     63458   5108650     68.21   no data  --
1286.58/322.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1286.58/322.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1286.58/322.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1287.41/322.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1287.41/322.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1287.41/322.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.01 s
1287.41/322.39	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1697.21/424.97	c lits-rem:        15  cl-subs:       10  v-elim:      0  v-fix:    0  time: 409.08 s
1697.21/424.97	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.01
1697.62/425.03	c vivif2 --  cl tried    91489 cl shrink        0 lits rem          0 time: 0.24
1698.01/425.19	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.65
1698.01/425.20	c calculated reachability. Time: 0.00
1698.42/425.20	c  N dy  7324   1210538      4845     20853         0     91489     63458   5106976     68.21   no data  --
1716.79/429.88	c  N dy  7453   1230685      4845     20853         0     63639     63458   2076477     68.23     72.78  --
1737.56/435.06	c  N dy  7578   1251128      4845     20853         0     84079     63458   4270981     68.24     72.43  --
1758.73/440.37	c  N dy  7704   1271539      4845     20853         0     55494     63458   1089939     68.26     73.52  --
1777.51/445.00	c  N dy  7824   1291636      4845     20853         0     75588     63458   3216420     68.27     72.82  --
1800.68/450.87	c  N dy  7956   1311722      4845     20853         0     95670     63458   5372794     68.29     71.94  --
1820.26/455.74	c  N dy  8082   1331853      4845     20853         0     65806     63458   2086591     68.29     73.69  --
1841.05/460.99	c  N dy  8192   1351989      4845     20853         0     85942     63458   4235154     68.29     72.44  --
1864.99/466.97	c  N dy  8321   1372083      4845     20853         0     55035     63458    834266     68.31     79.02  --
1883.77/471.69	c  N dy  8443   1392163      4845     20853         0     75113     63458   2997063     68.32     79.09  --
1907.35/477.52	c  N dy  8559   1412407      4845     20853         0     95356     63458   5154209     68.31     73.10  --
1929.31/483.02	c  N dy  8680   1432467      4845     20853         0     63423     63458   1640425     68.31     75.97  --
1949.70/488.18	c  N dy  8805   1452528      4845     20853         0     83483     63458   3783795     68.32     71.98  --
1974.87/494.45	c  N dy  8929   1472583      4845     20853         0    103532     63458   5910933     68.32     71.94  --
1994.46/499.31	c  N dy  9046   1492771      4845     20853         0     70721     63458   2305507     68.32     72.05  --
2016.43/504.82	c  N dy  9173   1512897      4845     20853         0     90846     63458   4443322     68.33     72.88  --
2041.57/511.18	c  N dy  9305   1533011      4845     20853         0     56969     63458    735955     68.35     72.52  --
2061.14/516.04	c  N dy  9434   1553117      4845     20853         0     77072     63458   2888409     68.36     72.12  --
2084.72/521.90	c  N dy  9560   1573158      4845     20853         0     97109     63458   5029389     68.37     72.45  --
2108.29/527.82	c  N dy  9675   1593371      4845     20853         0     62326     63458   1209948     68.36     74.23  --
2128.65/532.98	c  N dy  9808   1613443      4845     20853         0     82394     63458   3374242     68.38     81.18  --
2153.42/539.13	c  N dy  9925   1633444      4845     20853         0    102393     63458   5513399     68.38     81.40  --
2176.60/544.91	c  N dy 10049   1653592      4845     20853         0     66547     63458   1541151     68.39     73.61  --
2197.77/550.26	c  N dy 10179   1673677      4845     20853         0     86631     63458   3700422     68.40     72.12  --
2223.35/556.61	c  N dy 10306   1693695      4845     20853         0    106648     63458   5851431     68.41     76.36  --
2242.49/561.40	c  S st 10408   1710538      4845     20853         0     66496     63458   1452708     68.41   no data  --
2242.89/561.55	c  S st 10408   1711042      4845     20853         0     67000     63458   1501550     68.41   no data  --
2242.89/561.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2242.89/561.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2243.29/561.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
2243.29/561.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2243.29/561.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2243.29/561.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
2243.29/561.67	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
2258.50/565.47	c lits-rem:        63  cl-subs:        5  v-elim:      0  v-fix:    0  time: 15.16 s
2258.50/565.48	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.01
2258.87/565.50	c vivif2 --  cl tried    66995 cl shrink        0 lits rem          0 time: 0.08
2259.27/565.61	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.46
2259.27/565.62	c calculated reachability. Time: 0.00
2259.27/565.62	c  N dy 10408   1711042      4845     20853         0     66995     63458   1500470     68.41   no data  --
2280.06/570.89	c  N dy 10526   1731109      4845     20853         0     87061     63458   3630053     68.42     73.68  --
2306.01/577.34	c  N dy 10662   1751231      4845     20853         0    107180     63458   5775033     68.44     74.15  --
2329.18/583.11	c  N dy 10791   1771248      4845     20853         0     69199     63458   1643406     68.44     80.60  --
2351.15/588.69	c  N dy 10923   1791289      4845     20853         0     89239     63458   3787349     68.46     72.37  --
2378.31/595.48	c  N dy 11056   1811346      4845     20853         0    109296     63458   5925554     68.47     73.21  --
2403.10/601.66	c  N dy 11199   1831516      4845     20853         0     70463     63458   1702625     68.50     72.14  --
2426.25/607.40	c  N dy 11330   1851770      4845     20853         0     90716     63458   3862893     68.51     74.60  --
2452.21/613.91	c  N dy 11454   1871844      4845     20853         0    110787     63458   6014736     68.52     73.55  --
2475.78/619.80	c  N dy 11587   1891891      4845     20853         0     70838     63458   1602200     68.53     72.47  --
2496.55/625.06	c  N dy 11719   1911892      4845     20853         0     90838     63458   3753424     68.54     72.18  --
2521.33/631.30	c  N dy 11845   1931959      4845     20853         0    110905     63458   5910703     68.55     75.59  --
2545.29/637.22	c  N dy 11973   1952013      4845     20853         0     69961     63458   1429771     68.55     72.57  --
2566.85/642.60	c  N dy 12114   1972066      4845     20853         0     90011     63458   3610005     68.57     74.95  --
2591.62/648.80	c  N dy 12241   1992122      4845     20853         0    110064     63458   5760973     68.58     72.52  --
2616.39/655.03	c  N dy 12363   2012167      4845     20853         0     68114     63458   1132038     68.58     72.74  --
2636.38/660.05	c  N dy 12481   2032242      4845     20853         0     88186     63458   3301879     68.59     72.38  --
2660.73/666.17	c  N dy 12607   2052467      4845     20853         0    108409     63458   5470450     68.60     72.34  --
2687.90/672.98	c  N dy 12732   2072634      4845     20853         0     65581     63458    759841     68.61     73.77  --
2707.87/677.91	c  N dy 12856   2092710      4845     20853         0     85654     63458   2908898     68.61     72.58  --
2731.43/683.89	c  N dy 12980   2112856      4845     20853         0    105799     63458   5061877     68.62     73.78  --
2759.79/690.93	c  N dy 13104   2132962      4845     20853         0    125903     63458   7230133     68.63     73.18  --
2780.56/696.13	c  N dy 13230   2153030      4845     20853         0     81977     63458   2421892     68.64     72.33  --
2803.73/701.90	c  N dy 13349   2173327      4845     20853         0    102269     63458   4589977     68.65     72.38  --
2830.49/708.66	c  N dy 13458   2193556      4845     20853         0    122496     63458   6754792     68.64     72.54  --
2851.29/713.87	c  S st 13567   2211042      4845     20853         0     74992     63458   1580140     68.65     66.31  --
2852.06/714.03	c  S st 13567   2211544      4845     20853         0     75494     63458   1619903     68.65   no data  --
2852.06/714.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2852.06/714.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2852.06/714.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2852.46/714.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2852.46/714.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2852.46/714.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
2852.46/714.16	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2871.64/718.95	c lits-rem:        27  cl-subs:        3  v-elim:      0  v-fix:    0  time: 19.12 s
2871.64/718.95	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
2871.64/718.97	c vivif2 --  cl tried    75491 cl shrink        0 lits rem          0 time: 0.09
2872.45/719.10	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.49
2872.45/719.10	c calculated reachability. Time: 0.00
2872.45/719.10	c  N dy 13567   2211544      4845     20853         0     75491     63458   1619334     68.65   no data  --
2894.02/724.55	c  N dy 13697   2231670      4845     20853         0     95615     63458   3790578     68.66     72.70  --
2919.58/730.95	c  N dy 13831   2251822      4845     20853         0    115765     63458   5944075     68.67     72.46  --
2947.14/737.82	c  N dy 13956   2271879      4845     20853         0     69828     63458    914499     68.68     72.56  --
2967.52/742.99	c  N dy 14085   2291994      4845     20853         0     89939     63458   3073247     68.69     72.67  --
2992.30/749.19	c  N dy 14218   2312076      4845     20853         0    110021     63458   5212464     68.70     74.25  --
3021.45/756.45	c  N dy 14348   2332335      4845     20853         0    130280     63458   7391493     68.71     74.40  --
3044.64/762.23	c  N dy 14484   2352389      4845     20853         0     83340     63458   2258349     68.72     73.96  --
3068.99/768.37	c  N dy 14607   2372429      4845     20853         0    103378     63458   4410199     68.72     72.73  --
3097.36/775.44	c  N dy 14724   2392430      4845     20853         0    123376     63458   6574446     68.73     73.87  --
3125.70/782.53	c  N dy 14857   2412452      4845     20853         0     75399     63458   1307626     68.74     73.44  --
3149.27/788.43	c  N dy 14977   2432459      4845     20853         0     95404     63458   3447589     68.74     72.96  --
3178.03/795.64	c  N dy 15120   2452558      4845     20853         0    115503     63458   5628883     68.76     77.69  --
3211.19/803.95	c  N dy 15261   2472589      4845     20853         0    135530     63458   7802252     68.78     81.28  --
3235.96/810.11	c  N dy 15378   2492666      4845     20853         0     86614     63458   2402338     68.78     88.15  --
3263.12/816.91	c  N dy 15498   2512754      4845     20853         0    106700     63458   4559722     68.78     72.79  --
3294.68/824.89	c  N dy 15622   2532863      4845     20853         0    126808     63458   6720200     68.79     73.71  --
3326.63/832.86	c  N dy 15753   2552899      4845     20853         0     76852     63458   1259730     68.80     75.50  --
3351.39/839.00	c  N dy 15870   2572969      4845     20853         0     96922     63458   3422689     68.81     74.36  --
3380.56/846.32	c  N dy 16001   2593029      4845     20853         0    116980     63458   5574096     68.82     75.19  --
3413.31/854.59	c  N dy 16131   2613054      4845     20853         0    136999     63458   7731340     68.83     72.94  --
3438.08/860.70	c  N dy 16240   2633140      4845     20853         0     86086     63458   2161766     68.83     73.00  --
3462.06/866.73	c  N dy 16361   2653559      4845     20853         0    106503     63458   4337588     68.83     73.46  --
3490.00/873.78	c  N dy 16493   2673585      4845     20853         0    126525     63458   6494110     68.85     73.52  --
3520.77/881.41	c  N dy 16619   2693618      4845     20853         0     74561     63458    810055     68.85     72.68  --
3539.55/886.18	c  S st 16732   2711546      4845     20853         0     92487     63458   2716378     68.86   no data  --
3540.34/886.36	c  S st 16732   2712052      4845     20853         0     92993     63458   2760085     68.86   no data  --
3540.34/886.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3540.34/886.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3540.74/886.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3541.16/886.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3541.16/886.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3541.16/886.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.00 s
3541.16/886.55	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3589.48/898.68	c lits-rem:        34  cl-subs:        9  v-elim:      0  v-fix:    0  time: 48.38 s
3589.48/898.68	c vivif2 --  cl tried    20853 cl shrink        0 lits rem          0 time: 0.00
3589.89/898.72	c vivif2 --  cl tried    92984 cl shrink        0 lits rem          0 time: 0.14
3590.26/898.87	c asymm  cl-useful: 0/20853/20853 lits-rem:0 time: 0.62
3590.26/898.88	c calculated reachability. Time: 0.00
3590.26/898.88	c  N dy 16732   2712052      4845     20853         0     92984     63458   2758903     68.86   no data  --
3614.63/904.99	c  N dy 16853   2732110      4845     20853         0    113041     63458   4941923     68.87     72.88  --
3644.19/912.34	c  N dy 16979   2752376      4845     20853         0    133306     63458   7127392     68.88     73.25  --
3672.55/919.42	c  N dy 17110   2772458      4845     20853         0     80392     63458   1337015     68.88     74.31  --
3695.34/925.15	c  N dy 17242   2792737      4845     20853         0    100669     63458   3522623     68.90     72.78  --
3722.49/931.93	c  N dy 17368   2812853      4845     20853         0    120784     63458   5675379     68.90     73.85  --
3752.85/939.59	c  N dy 17490   2832937      4845     20853         0    140864     63458   7837098     68.91     76.60  --
3778.43/945.98	c  N dy 17608   2852990      4845     20853         0     86924     63458   1934495     68.91     77.39  --
3802.38/951.98	c  N dy 17738   2873048      4845     20853         0    106981     63458   4093787     68.92     77.33  --
3830.74/959.02	c  N dy 17865   2893061      4845     20853         0    126991     63458   6248888     68.92     72.81  --
3863.10/967.12	c  N dy 17998   2913103      4845     20853         0    147028     63458   8414295     68.93     74.81  --
3886.27/972.94	c  N dy 18119   2933255      4845     20853         0     92195     63458   2396914     68.94     72.60  --
3911.43/979.21	c  N dy 18246   2953478      4845     20853         0    112418     63458   4601465     68.95     74.17  --
3941.01/986.62	c  N dy 18378   2973657      4845     20853         0    132597     63458   6791152     68.96     72.61  --
3974.15/994.97	c  N dy 18496   2993673      4845     20853         0     76612     63458    620138     68.96     72.64  --
3995.72/1000.36	c  N dy 18612   3013738      4845     20853         0     96674     63458   2770850     68.96     90.61  --
4021.68/1006.82	c  N dy 18734   3033765      4845     20853         0    116700     63458   4945815     68.97     72.73  --
4050.86/1014.15	c  N dy 18843   3053805      4845     20853         0    136740     63458   7073775     68.96     74.92  --
4083.60/1022.38	c  N dy 18962   3073856      4845     20853         0     79793     63458    861790     68.97     72.62  --
4107.98/1028.48	c  N dy 19078   3093919      4845     20853         0     99855     63458   3056435     68.97     74.79  --
4137.92/1035.92	c  N dy 19207   3113955      4845     20853         0    119889     63458   5206871     68.98     76.36  --
4173.90/1044.92	c  N dy 19327   3134269      4845     20853         0    140199     63458   7373444     68.98     74.07  --
4211.02/1054.26	c  N dy 19439   3154349      4845     20853         0     82283     63458   1030149     68.98     89.55  --
4238.18/1061.03	c  N dy 19572   3174374      4845     20853         0    102307     63458   3188431     68.99     73.79  --
4269.75/1068.98	c  N dy 19700   3194437      4845     20853         0    122364     63458   5343753     68.99     93.25  --
4302.10/1077.01	c  S st 19822   3212052      4845     20853         0    139975     63458   7244549     69.00     71.83  --
4303.30/1077.35	c  S st 19822   3212561      4845     20853         0    140484     63458   7291973     69.00   no data  --
4303.30/1077.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4303.30/1077.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4303.70/1077.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.45
4305.29/1077.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4305.29/1077.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4305.29/1077.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4845 time:  0.01 s
4305.29/1077.84	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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.67 3.80 4.87 1/172 30093
/proc/meminfo: memFree=31549516/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 517640738 52465664 352 33554432000 4194304 4650419 140733249949232 18446744073709551615 47175978641330 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 12809 352 303 112 0 7774 0
[pid=30093/tid=30094] ppid=30091 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 517640738 52465664 352 33554432000 4194304 4650419 140733249949232 18446744073709551615 47175978641320 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 517640738 52465664 352 33554432000 4194304 4650419 140733249949232 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 517640738 52465664 352 33554432000 4194304 4650419 140733249949232 18446744073709551615 47175978641328 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.095953 s]
/proc/loadavg: 2.67 3.80 4.87 1/172 30093
/proc/meminfo: memFree=31549516/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=356172 CPUtime=0.32 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 8244 0 0 0 30 2 0 0 24 0 4 0 517640738 364720128 6812 33554432000 4194304 4650419 140733249949232 18446744073709551615 4306748 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 89043 6812 390 112 0 84008 0
[pid=30093/tid=30094] ppid=30091 vsize=356172 CPUtime=0.07 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 2214 0 0 0 7 0 0 0 25 0 4 0 517640738 364720128 6812 33554432000 4194304 4650419 140733249949232 18446744073709551615 4389526 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=356172 CPUtime=0.07 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 2330 0 0 0 7 0 0 0 25 0 4 0 517640738 364720128 6812 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=356172 CPUtime=0.07 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 989 0 0 0 7 0 0 0 25 0 4 0 517640738 364720128 6812 33554432000 4194304 4650419 140733249949232 18446744073709551615 4330551 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 356172

[startup+0.100952 s]
/proc/loadavg: 2.67 3.80 4.87 1/172 30093
/proc/meminfo: memFree=31549516/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=356172 CPUtime=0.34 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 8261 0 0 0 32 2 0 0 24 0 4 0 517640738 364720128 6780 33554432000 4194304 4650419 140733249949232 18446744073709551615 4384046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 89043 6781 390 112 0 84008 0
[pid=30093/tid=30094] ppid=30091 vsize=356172 CPUtime=0.07 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 2214 0 0 0 7 0 0 0 25 0 4 0 517640738 364720128 6781 33554432000 4194304 4650419 140733249949232 18446744073709551615 4305336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=356172 CPUtime=0.08 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 2338 0 0 0 8 0 0 0 25 0 4 0 517640738 364720128 6781 33554432000 4194304 4650419 140733249949232 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=356172 CPUtime=0.07 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 996 0 0 0 7 0 0 0 25 0 4 0 517640738 364720128 6781 33554432000 4194304 4650419 140733249949232 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 356172

[startup+0.300862 s]
/proc/loadavg: 2.67 3.80 4.87 1/172 30093
/proc/meminfo: memFree=31549516/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=356172 CPUtime=1.14 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 9243 0 0 0 112 2 0 0 25 0 4 0 517640738 364720128 7762 33554432000 4194304 4650419 140733249949232 18446744073709551615 4315094 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 89043 7762 390 112 0 84008 0
[pid=30093/tid=30094] ppid=30091 vsize=356172 CPUtime=0.27 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 2462 0 0 0 27 0 0 0 25 0 4 0 517640738 364720128 7763 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=356172 CPUtime=0.28 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 2585 0 0 0 28 0 0 0 25 0 4 0 517640738 364720128 7763 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=356172 CPUtime=0.27 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 1229 0 0 0 27 0 0 0 25 0 4 0 517640738 364720128 7763 33554432000 4194304 4650419 140733249949232 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 356172

[startup+0.700792 s]
/proc/loadavg: 2.67 3.80 4.87 1/172 30093
/proc/meminfo: memFree=31549516/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=358652 CPUtime=2.74 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 12036 0 0 0 271 3 0 0 25 0 4 0 517640738 367259648 7809 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 89663 7809 392 112 0 84628 0
[pid=30093/tid=30094] ppid=30091 vsize=358652 CPUtime=0.68 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 3254 0 0 0 67 1 0 0 25 0 4 0 517640738 367259648 7809 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=358652 CPUtime=0.67 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 3263 0 0 0 67 0 0 0 25 0 4 0 517640738 367259648 7809 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=358652 CPUtime=0.67 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 1885 0 0 0 67 0 0 0 25 0 4 0 517640738 367259648 7809 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 358652

[startup+1.50065 s]
/proc/loadavg: 2.78 3.81 4.87 5/176 30097
/proc/meminfo: memFree=31514760/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=359304 CPUtime=5.93 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 16742 0 0 0 589 4 0 0 25 0 4 0 517640738 367927296 9031 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 89826 9031 392 112 0 84791 0
[pid=30093/tid=30094] ppid=30091 vsize=359304 CPUtime=1.47 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 4457 0 0 0 146 1 0 0 25 0 4 0 517640738 367927296 9031 33554432000 4194304 4650419 140733249949232 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=359304 CPUtime=1.47 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 4368 0 0 0 147 0 0 0 25 0 4 0 517640738 367927296 9031 33554432000 4194304 4650419 140733249949232 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=359304 CPUtime=1.48 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 3068 0 0 0 147 1 0 0 25 0 4 0 517640738 367927296 9031 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 359304

[startup+3.10037 s]
/proc/loadavg: 2.78 3.81 4.87 10/184 30110
/proc/meminfo: memFree=31482020/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=360584 CPUtime=12.32 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 25957 0 0 0 1226 6 0 0 25 0 4 0 517640738 369238016 9746 33554432000 4194304 4650419 140733249949232 18446744073709551615 4333890 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 90146 9747 393 112 0 85111 0
[pid=30093/tid=30094] ppid=30091 vsize=360584 CPUtime=3.08 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 6912 0 0 0 306 2 0 0 25 0 4 0 517640738 369238016 9747 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=360584 CPUtime=3.07 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 6645 0 0 0 306 1 0 0 25 0 4 0 517640738 369238016 9747 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=360584 CPUtime=3.07 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 5303 0 0 0 306 1 0 0 25 0 4 0 517640738 369238016 9747 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 360584

[startup+6.30081 s]
/proc/loadavg: 3.19 3.87 4.89 9/184 30110
/proc/meminfo: memFree=31372052/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=360812 CPUtime=25.11 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 50343 0 0 0 2499 12 0 0 25 0 4 0 517640738 369471488 26854 33554432000 4194304 4650419 140733249949232 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 90203 26854 394 112 0 85168 0
[pid=30093/tid=30094] ppid=30091 vsize=360812 CPUtime=6.27 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 11411 0 0 0 624 3 0 0 25 0 4 0 517640738 369471488 26854 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=360812 CPUtime=6.25 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 14493 0 0 0 622 3 0 0 25 0 4 0 517640738 369471488 26854 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=360812 CPUtime=6.27 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 13081 0 0 0 624 3 0 0 25 0 4 0 517640738 369471488 26854 33554432000 4194304 4650419 140733249949232 18446744073709551615 4333238 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 360812

[startup+12.7007 s]
/proc/loadavg: 3.58 3.94 4.90 9/184 30111
/proc/meminfo: memFree=31286320/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=370888 CPUtime=50.67 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 83798 0 0 0 5049 18 0 0 25 0 4 0 517640738 379789312 40334 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 92722 40334 394 112 0 87687 0
[pid=30093/tid=30094] ppid=30091 vsize=370888 CPUtime=12.68 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 21177 0 0 0 1263 5 0 0 25 0 4 0 517640738 379789312 40334 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=370888 CPUtime=12.61 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 24942 0 0 0 1257 4 0 0 25 0 4 0 517640738 379789312 40334 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=370888 CPUtime=12.66 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 19966 0 0 0 1262 4 0 0 25 0 4 0 517640738 379789312 40334 33554432000 4194304 4650419 140733249949232 18446744073709551615 4335180 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 370888

[startup+25.5004 s]
/proc/loadavg: 4.63 4.16 4.96 9/184 30111
/proc/meminfo: memFree=31173708/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=381616 CPUtime=101.8 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 137371 0 0 0 10150 30 0 0 25 0 4 0 517640738 390774784 53160 33554432000 4194304 4650419 140733249949232 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 95404 53160 394 112 0 90369 0
[pid=30093/tid=30094] ppid=30091 vsize=381616 CPUtime=25.47 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 35266 0 0 0 2539 8 0 0 25 0 4 0 517640738 390774784 53160 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=381616 CPUtime=25.35 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 35730 0 0 0 2528 7 0 0 25 0 4 0 517640738 390774784 53160 33554432000 4194304 4650419 140733249949232 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=381616 CPUtime=25.47 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 33814 0 0 0 2540 7 0 0 25 0 4 0 517640738 390774784 53160 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 381616

[startup+51.1009 s]
/proc/loadavg: 5.84 4.48 5.04 9/184 30121
/proc/meminfo: memFree=31075428/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=489412 CPUtime=204.04 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 221074 0 0 0 20353 51 0 0 25 0 4 0 517640738 501157888 65480 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 122353 65480 394 112 0 117318 0
[pid=30093/tid=30094] ppid=30091 vsize=489412 CPUtime=51.07 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 56764 0 0 0 5093 14 0 0 25 0 4 0 517640738 501157888 65480 33554432000 4194304 4650419 140733249949232 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=489412 CPUtime=50.82 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 57859 0 0 0 5069 13 0 0 25 0 4 0 517640738 501157888 65480 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=489412 CPUtime=51.06 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 52951 0 0 0 5095 11 0 0 25 0 4 0 517640738 501157888 65480 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 489412

[startup+102.307 s]
/proc/loadavg: 7.11 5.03 5.20 9/184 30122
/proc/meminfo: memFree=30982204/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=632832 CPUtime=408.6 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 350822 0 0 0 40776 84 0 0 25 0 4 0 517640738 648019968 78094 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 158208 78094 394 112 0 153173 0
[pid=30093/tid=30094] ppid=30091 vsize=632832 CPUtime=102.27 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 90162 0 0 0 10205 22 0 0 25 0 4 0 517640738 648019968 78094 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=632832 CPUtime=101.76 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 91952 0 0 0 10155 21 0 0 25 0 4 0 517640738 648019968 78094 33554432000 4194304 4650419 140733249949232 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=632832 CPUtime=102.27 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 85736 0 0 0 10207 20 0 0 25 0 4 0 517640738 648019968 78094 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 632832

[startup+162.3 s]

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

[pid=30093] ppid=30091 vsize=961248 CPUtime=2805.34 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1537197 0 0 0 280085 449 0 0 25 0 4 0 517640738 984317952 179421 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 240312 179421 394 112 0 235277 0
[pid=30093/tid=30094] ppid=30091 vsize=961248 CPUtime=702.26 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 322113 0 0 0 70111 115 0 0 25 0 4 0 517640738 984317952 179421 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=961248 CPUtime=698.51 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 303406 0 0 0 69751 100 0 0 25 0 4 0 517640738 984317952 179421 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=961248 CPUtime=702.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 405253 0 0 0 70112 114 0 0 25 0 4 0 517640738 984317952 179421 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 961248

[startup+762.307 s]
/proc/loadavg: 8.10 7.79 6.69 9/184 30143
/proc/meminfo: memFree=30356148/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1016884 CPUtime=3045.04 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1618866 0 0 0 304025 479 0 0 25 0 4 0 517640738 1041289216 181100 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 254221 181100 394 112 0 249186 0
[pid=30093/tid=30094] ppid=30091 vsize=1016884 CPUtime=762.27 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 344019 0 0 0 76104 123 0 0 25 0 4 0 517640738 1041289216 181100 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1016884 CPUtime=758.19 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 320010 0 0 0 75714 105 0 0 25 0 4 0 517640738 1041289216 181100 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1016884 CPUtime=762.27 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 428214 0 0 0 76104 123 0 0 25 0 4 0 517640738 1041289216 181100 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 1016884

[startup+822.3 s]
/proc/loadavg: 8.09 7.84 6.77 9/184 30144
/proc/meminfo: memFree=30353724/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1090720 CPUtime=3284.68 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1657872 0 0 0 327969 499 0 0 25 0 4 0 517640738 1116897280 183551 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 272680 183551 394 112 0 267645 0
[pid=30093/tid=30094] ppid=30091 vsize=1090720 CPUtime=822.26 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 350979 0 0 0 82100 126 0 0 25 0 4 0 517640738 1116897280 183551 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476580 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1090720 CPUtime=817.86 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 320013 0 0 0 81681 105 0 0 25 0 4 0 517640738 1116897280 183551 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1090720 CPUtime=822.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 442861 0 0 0 82096 130 0 0 25 0 4 0 517640738 1116897280 183551 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1090720

[startup+882.301 s]
/proc/loadavg: 8.08 7.89 6.85 9/184 30146
/proc/meminfo: memFree=30329476/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1042624 CPUtime=3524.36 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1710046 0 0 0 351914 522 0 0 25 0 4 0 517640738 1067646976 187097 33554432000 4194304 4650419 140733249949232 18446744073709551615 4315114 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 260656 187097 394 112 0 255621 0
[pid=30093/tid=30094] ppid=30091 vsize=1042624 CPUtime=882.27 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 359860 0 0 0 88098 129 0 0 25 0 4 0 517640738 1067646976 187097 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1042624 CPUtime=877.53 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 329498 0 0 0 87645 108 0 0 25 0 4 0 517640738 1067646976 187097 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1042624 CPUtime=882.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 455687 0 0 0 88089 137 0 0 25 0 4 0 517640738 1067646976 187097 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1042624

[startup+942.3 s]
/proc/loadavg: 8.08 7.92 6.93 9/184 30147
/proc/meminfo: memFree=30348624/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1018952 CPUtime=3764.03 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1785946 0 0 0 375853 550 0 0 25 0 4 0 517640738 1043406848 185125 33554432000 4194304 4650419 140733249949232 18446744073709551615 4333862 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 254738 185125 394 112 0 249703 0
[pid=30093/tid=30094] ppid=30091 vsize=1018952 CPUtime=942.26 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 377290 0 0 0 94091 135 0 0 25 0 4 0 517640738 1043406848 185125 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1018952 CPUtime=937.21 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 348733 0 0 0 93606 115 0 0 25 0 4 0 517640738 1043406848 185125 33554432000 4194304 4650419 140733249949232 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1018952 CPUtime=942.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 476937 0 0 0 94080 146 0 0 25 0 4 0 517640738 1043406848 185125 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1018952

[startup+1002.3 s]
/proc/loadavg: 8.14 7.96 7.00 9/184 30149
/proc/meminfo: memFree=30337020/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1095492 CPUtime=4003.7 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1866873 0 0 0 399789 581 0 0 25 0 4 0 517640738 1121783808 187178 33554432000 4194304 4650419 140733249949232 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 273873 187178 394 112 0 268838 0
[pid=30093/tid=30094] ppid=30091 vsize=1095492 CPUtime=1002.08 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 397364 0 0 0 100066 142 0 0 25 0 4 0 517640738 1121783808 187178 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1095492 CPUtime=997.06 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 366820 0 0 0 99585 121 0 0 25 0 4 0 517640738 1121783808 187178 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1095492 CPUtime=1002.25 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 497500 0 0 0 100072 153 0 0 25 0 4 0 517640738 1121783808 187178 33554432000 4194304 4650419 140733249949232 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1095492

[startup+1062.3 s]
/proc/loadavg: 8.11 7.98 7.06 9/184 30151
/proc/meminfo: memFree=30176500/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1292940 CPUtime=4243.38 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 1960743 0 0 0 423730 608 0 0 25 0 4 0 517640738 1323970560 218055 33554432000 4194304 4650419 140733249949232 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 323235 218055 394 112 0 318200 0
[pid=30093/tid=30094] ppid=30091 vsize=1292940 CPUtime=1061.75 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 438360 0 0 0 106024 151 0 0 25 0 4 0 517640738 1323970560 218055 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1292940 CPUtime=1057.06 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 371143 0 0 0 105582 124 0 0 25 0 4 0 517640738 1323970560 218055 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476844 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1292940 CPUtime=1062.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 527232 0 0 0 106068 158 0 0 25 0 4 0 517640738 1323970560 218055 33554432000 4194304 4650419 140733249949232 18446744073709551615 4441360 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 1292940

[startup+1122.3 s]
/proc/loadavg: 8.10 8.00 7.13 9/184 30152
/proc/meminfo: memFree=30105904/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1358476 CPUtime=4483.05 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 2105610 0 0 0 447672 633 0 0 25 0 4 0 517640738 1391079424 233165 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 339619 233165 394 112 0 334584 0
[pid=30093/tid=30094] ppid=30091 vsize=1358476 CPUtime=1121.41 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 486737 0 0 0 111983 158 0 0 25 0 4 0 517640738 1391079424 233165 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1358476 CPUtime=1117.06 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 375382 0 0 0 111580 126 0 0 25 0 4 0 517640738 1391079424 233165 33554432000 4194304 4650419 140733249949232 18446744073709551615 4315210 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1358476 CPUtime=1122.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 540357 0 0 0 112066 160 0 0 25 0 4 0 517640738 1391079424 233165 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 1358476

[startup+1182.3 s]
/proc/loadavg: 8.03 8.00 7.18 9/184 30154
/proc/meminfo: memFree=30084400/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1358824 CPUtime=4722.73 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 2283994 0 0 0 471604 669 0 0 25 0 4 0 517640738 1391435776 238978 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 339706 238979 394 112 0 334671 0
[pid=30093/tid=30094] ppid=30091 vsize=1358824 CPUtime=1181.09 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 549496 0 0 0 117941 168 0 0 25 0 4 0 517640738 1391435776 238979 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1358824 CPUtime=1177.06 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 393276 0 0 0 117568 138 0 0 25 0 4 0 517640738 1391435776 238979 33554432000 4194304 4650419 140733249949232 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1358824 CPUtime=1182.26 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 540357 0 0 0 118066 160 0 0 25 0 4 0 517640738 1391435776 238979 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 1358824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.00 7.19 9/184 30154
/proc/meminfo: memFree=30043956/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1371524 CPUtime=4800.24 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 2344099 0 0 0 479344 680 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 342881 232557 394 112 0 337846 0
[pid=30093/tid=30094] ppid=30091 vsize=1371524 CPUtime=1200.38 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 571061 0 0 0 119866 172 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1371524 CPUtime=1196.48 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 399235 0 0 0 119506 142 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4326884 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1371524 CPUtime=1201.67 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 540357 0 0 0 120007 160 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1371524

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

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

[startup+1201.7 s]
/proc/loadavg: 8.02 8.00 7.19 9/184 30154
/proc/meminfo: memFree=30043956/32950928 swapFree=67111404/67111528
[pid=30093] ppid=30091 vsize=1371524 CPUtime=4800.24 cores=0,2,4,6
/proc/30093/stat : 30093 (strangenight1-m) R 30091 30093 30065 0 -1 4202496 2344099 0 0 0 479344 680 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30093/statm: 342881 232557 394 112 0 337846 0
[pid=30093/tid=30094] ppid=30091 vsize=1371524 CPUtime=1200.38 cores=0,2,4,6
/proc/30093/task/30094/stat : 30094 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 571061 0 0 0 119866 172 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30093/tid=30095] ppid=30091 vsize=1371524 CPUtime=1196.48 cores=0,2,4,6
/proc/30093/task/30095/stat : 30095 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 399235 0 0 0 119506 142 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4326884 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30093/tid=30096] ppid=30091 vsize=1371524 CPUtime=1201.67 cores=0,2,4,6
/proc/30093/task/30096/stat : 30096 (strangenight1-m) R 30091 30093 30065 0 -1 4202560 540357 0 0 0 120007 160 0 0 25 0 4 0 517640738 1404440576 232557 33554432000 4194304 4650419 140733249949232 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1371524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.31
CPU user time (s): 4793.46
CPU system time (s): 6.84296
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 1371524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.46
system time used= 6.84296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2344100
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= 2330
involuntary context switches= 32034

runsolver used 1.9987 second user time and 4.41433 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 09:00:20
IDJOB=3174961
IDBENCH=82579
IDSOLVER=1588
FILE ID=node120/3174961-1304060420
RUNJOBID= node120-1304060417-30083
PBS_JOBID= 13170450
Free space on /tmp= 72076 MiB

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

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

MD5SUM BENCH= 99649f8478aeec246b4c83e11dce9c4a
RANDOM SEED=948398407

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
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.809
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.78
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.809
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.809
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.809
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:      31549688 kB
Buffers:        435388 kB
Cached:         542036 kB
SwapCached:          8 kB
Active:         362224 kB
Inactive:       678516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31549688 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            6872 kB
Writeback:           0 kB
AnonPages:       63188 kB
Mapped:          14628 kB
Slab:           295072 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188664 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= 72064 MiB
End job on node120 at 2011-04-29 09:20:24