Trace number 3369030

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.39 1203.15

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
MD5SUM7363c9bb5019132082aeb3e4836ce4d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369030-1305410849.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.19	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
0.00/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.19	c calculated reachability. Time: 0.00
0.00/0.19	c Calc default polars -  time:   0.00 s pos:     309 undec:      84 neg:     307
0.00/0.19	c =========================================================================================
0.00/0.19	c types(t): F = full restart, N = normal restart
0.00/0.19	c types(t): S = simplification begin/end, E = solution found
0.00/0.19	c restart types(rt): st = static, dy = dynamic
0.00/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.19	c  B st     0         0       682      2954         0         0      8960         0   no data   no data  --
0.00/0.19	c Decided on static restart strategy
0.00/0.19	c  N st     8      4913       682      2954         0      4848      8960    147548   no data   no data  --
0.00/0.82	c  N st    10     11297       682      2954         0      4515      8960     94808   no data   no data  --
0.00/0.82	c  N st    11     17040       682      2954         0     10178      8960    267592   no data   no data  --
5.17/1.32	c  F st    12     25000       682      2954         0     12481      8960    334886   no data   no data  --
5.17/1.32	c  N st    12     25000       682      2954         0     12481      8960    334886   no data   no data  --
5.97/1.50	c Decided on static restart strategy
5.97/1.50	c  N st    18     30000       682      2954         0     10726      8960    258720   no data   no data  --
5.97/1.50	c  S st    18     30000       682      2954         0     10726      8960    258720   no data   no data  --
5.97/1.53	c  S st    18     30503       682      2954         0     11229      8960    272526   no data   no data  --
5.97/1.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.97/1.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
5.97/1.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.19/1.86	c lits-rem:       120  cl-subs:      206  v-elim:      0  v-fix:    0  time:  1.24 s
7.19/1.87	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.04
7.19/1.87	c calculated reachability. Time: 0.00
7.19/1.87	c  N st    18     30503       682      2954         0     11023      8960    265010   no data   no data  --
9.16/2.31	c  N st    20     37615       682      2954         0     10248      8960    214142   no data   no data  --
10.76/2.74	c  N st    21     44016       682      2954         0     16586      8960    411886   no data   no data  --
11.16/2.88	c  S st    22     45756       682      2954         0      9478      8960    169302   no data   no data  --
11.16/2.91	c  S st    22     46263       682      2954         0      9985      8960    183106   no data   no data  --
11.16/2.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.16/2.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.58/2.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.58/2.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.58/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.58/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
11.58/2.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.99/3.06	c lits-rem:       146  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.59 s
11.99/3.06	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
11.99/3.07	c vivif2 --  cl tried     9955 cl shrink        0 lits rem          0 time: 0.01
11.99/3.07	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.04
11.99/3.08	c calculated reachability. Time: 0.00
11.99/3.08	c  N st    22     46263       682      2954         0      9955      8960    181936   no data   no data  --
15.96/4.01	c  N st    23     60660       682      2954         0     14297      8960    301607   no data   no data  --
18.33/4.68	c  N st    24     69394       682      2954         0     12091      8960    224889   no data   no data  --
18.33/4.68	c  S st    24     69394       682      2954         0     12091      8960    224889   no data   no data  --
18.73/4.71	c  S st    24     69896       682      2954         0     12591      8960    239858   no data   no data  --
18.73/4.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.73/4.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.73/4.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.73/4.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.73/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.73/4.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
18.73/4.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.94/5.02	c lits-rem:        44  cl-subs:       81  v-elim:      0  v-fix:    0  time:  1.16 s
19.94/5.02	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
19.94/5.02	c vivif2 --  cl tried    12510 cl shrink        0 lits rem          0 time: 0.01
19.94/5.03	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.04
19.94/5.03	c calculated reachability. Time: 0.00
19.94/5.03	c  N st    24     69896       682      2954         0     12510      8960    236716   no data   no data  --
25.16/6.34	c  F st    25     87501       682      2954         0     18057      8960    402059   no data   no data  --
25.16/6.34	c  N st    25     87501       682      2954         0     18057      8960    402059   no data   no data  --
26.71/6.77	c  N dy    32     93132       682      2954         0     23623      8960    577152     21.64     22.90  --
28.72/7.27	c  N dy    53     99144       682      2954         0     16700      8960    280654     19.47     22.07  --
30.71/7.74	c  S st    86    104844       682      2954         0     22373      8960    445360     19.73   no data  --
30.71/7.79	c  S st    86    105345       682      2954         0     22874      8960    459303     19.73   no data  --
30.71/7.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.71/7.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.10/7.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.10/7.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.10/7.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.10/7.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
31.10/7.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.89/9.09	c lits-rem:       212  cl-subs:      184  v-elim:      0  v-fix:    0  time:  5.08 s
35.89/9.09	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
36.29/9.10	c vivif2 --  cl tried    22690 cl shrink        0 lits rem          0 time: 0.02
36.29/9.12	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.08
36.29/9.12	c calculated reachability. Time: 0.00
36.29/9.12	c  N dy    86    105345       682      2954         0     22690      8960    452717     19.73   no data  --
38.69/9.77	c  N dy   118    112069       682      2954         0     15464      8960    204443     19.70     21.07  --
41.49/10.47	c  N dy   144    120406       682      2954         0     23742      8960    444053     19.56     20.98  --
44.68/11.29	c  N dy   180    128655       682      2954         0     17040      8960    221626     19.51     20.93  --
47.46/11.98	c  N dy   214    137044       682      2954         0     25352      8960    457338     19.49     20.70  --
51.09/12.82	c  N dy   257    145806       682      2954         0     18177      8960    227082     19.51     20.64  --
54.66/13.71	c  N dy   301    155932       682      2954         0     28231      8960    519707     19.55     20.59  --
55.47/13.94	c  S st   308    158018       682      2954         0     30296      8960    577356     19.54     17.31  --
55.89/14.02	c  S st   308    158523       682      2954         0     30801      8960    591751     19.54   no data  --
55.89/14.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.89/14.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.89/14.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.89/14.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.89/14.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.89/14.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
55.89/14.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.43/15.98	c lits-rem:       606  cl-subs:      361  v-elim:      0  v-fix:    0  time:  7.71 s
63.43/15.98	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
63.43/15.98	c vivif2 --  cl tried    30440 cl shrink        0 lits rem          0 time: 0.02
63.83/16.01	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.11
63.83/16.01	c calculated reachability. Time: 0.00
63.83/16.01	c  N dy   308    158523       682      2954         0     30440      8960    578795     19.54   no data  --
67.42/16.99	c  N dy   360    168954       682      2954         0     23928      8960    367600     19.59     21.06  --
72.62/18.23	c  N dy   411    180023       682      2954         0     34905      8960    688130     19.63     20.68  --
77.00/19.40	c  N dy   468    191814       682      2954         0     28737      8960    476129     19.63     20.69  --
83.37/20.96	c  N dy   520    204280       682      2954         0     22257      8960    268886     19.64     20.87  --
88.97/22.39	c  N dy   598    217446       682      2954         0     35320      8960    647344     19.71     20.89  --
95.39/23.93	c  N dy   625    231404       682      2954         0     29333      8960    459977     19.49     21.94  --
98.54/24.71	c  S st   660    237784       682      2954         0     35668      8960    641934     19.50     16.13  --
98.54/24.79	c  S st   660    238286       682      2954         0     36170      8960    655882     19.50   no data  --
98.94/24.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
98.94/24.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.94/24.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
98.94/24.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.94/24.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.94/24.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
98.94/24.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
106.93/26.81	c lits-rem:       683  cl-subs:      395  v-elim:      0  v-fix:    0  time:  7.90 s
106.93/26.81	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
106.93/26.82	c vivif2 --  cl tried    35775 cl shrink        0 lits rem          0 time: 0.03
106.93/26.85	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.13
106.93/26.85	c calculated reachability. Time: 0.00
106.93/26.85	c  N dy   660    238286       682      2954         0     35775      8960    642228     19.50   no data  --
114.11/28.65	c  N dy   729    254224       682      2954         0     30737      8960    464002     19.51     20.56  --
122.88/30.80	c  N dy   808    270603       682      2954         0     25172      8960    280176     19.53     20.93  --
131.26/32.94	c  N dy   853    288046       682      2954         0     42461      8960    773324     19.45     20.63  --
139.63/35.09	c  F st   936    306252       682      2954         0     37700      8960    618633     19.48     20.53  --
140.03/35.12	c  N st   937    306502       682      2954         0     37948      8960    626473     19.48   no data  --
150.01/37.67	c  N dy  1003    326095       682      2954         0     33565      8960    483108     19.48     24.51  --
161.58/40.56	c  N dy  1076    346098       682      2954         0     28586      8960    313505     19.48     20.62  --
167.17/41.96	c  S st  1114    357429       682      2954         0     39820      8960    632591     19.45     17.43  --
167.57/42.06	c  S st  1114    357936       682      2954         0     40327      8960    646459     19.45   no data  --
167.57/42.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
167.57/42.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
167.57/42.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
167.57/42.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.57/42.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.57/42.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
167.57/42.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
176.34/44.24	c lits-rem:       562  cl-subs:      456  v-elim:      0  v-fix:    0  time:  8.56 s
176.34/44.24	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
176.34/44.25	c vivif2 --  cl tried    39871 cl shrink        0 lits rem          0 time: 0.03
176.34/44.29	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.15
176.34/44.29	c calculated reachability. Time: 0.00
176.34/44.29	c  N dy  1114    357936       682      2954         0     39871      8960    631231     19.45   no data  --
189.91/47.67	c  N dy  1185    381412       682      2954         0     37337      8960    539655     19.42     20.45  --
203.48/51.06	c  N dy  1299    402723       682      2954         0     31722      8960    352330     19.46     20.56  --
216.24/54.27	c  N dy  1403    422773       682      2954         0     51627      8960    928684     19.50     20.59  --
227.82/57.17	c  N dy  1481    442789       682      2954         0     43712      8960    666871     19.49     21.32  --
241.78/60.60	c  N dy  1589    462951       682      2954         0     34946      8960    402395     19.52     20.58  --
254.95/63.99	c  N dy  1702    483051       682      2954         0     54909      8960    988452     19.57     20.80  --
267.31/67.06	c  N dy  1741    503150       682      2954         0     45014      8960    671037     19.51     20.65  --
283.29/71.01	c  N dy  1835    523987       682      2954         0     34959      8960    355395     19.52     21.10  --
291.26/73.00	c  S st  1908    536904       682      2954         0     47767      8960    726752     19.54     18.49  --
291.66/73.12	c  S st  1908    537407       682      2954         0     48269      8960    740910     19.54   no data  --
291.66/73.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.66/73.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
291.66/73.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
291.66/73.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.66/73.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.66/73.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
291.66/73.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
301.26/75.54	c lits-rem:       933  cl-subs:      675  v-elim:      0  v-fix:    0  time:  9.47 s
301.26/75.54	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
301.26/75.55	c vivif2 --  cl tried    47594 cl shrink        0 lits rem          0 time: 0.04
301.26/75.60	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.19
301.26/75.60	c calculated reachability. Time: 0.00
301.26/75.60	c  N dy  1908    537407       682      2954         0     47594      8960    719161     19.54   no data  --
316.80/79.47	c  N dy  2004    558030       682      2954         0     36351      8960    382217     19.55     20.67  --
330.75/82.94	c  N dy  2110    578059       682      2954         0     56234      8960    957924     19.58     20.66  --
345.56/86.61	c  N dy  2196    598091       682      2954         0     43338      8960    553058     19.58     20.99  --
360.67/90.43	c  N dy  2251    618105       682      2954         0     63165      8960   1129713     19.56     24.00  --
375.05/94.03	c  N dy  2341    639277       682      2954         0     50462      8960    742334     19.57     20.64  --
393.42/98.66	c  N dy  2416    661937       682      2954         0     38231      8960    363203     19.54     20.81  --
408.57/102.42	c  N dy  2519    682313       682      2954         0     58429      8960    958226     19.57     20.84  --
426.11/106.81	c  N dy  2598    702400       682      2954         0     42663      8960    470356     19.57     22.07  --
444.47/111.48	c  N dy  2669    722477       682      2954         0     62499      8960   1038639     19.55     22.39  --
461.63/115.80	c  N dy  2736    742509       682      2954         0     45690      8960    523169     19.54     22.75  --
478.39/119.95	c  N dy  2837    762541       682      2954         0     65550      8960   1100205     19.55     20.82  --
495.14/124.16	c  N dy  2928    782727       682      2954         0     47868      8960    571219     19.55     20.62  --
512.34/128.41	c  N dy  3020    802761       682      2954         0     67737      8960   1147695     19.56     23.82  --
515.89/129.34	c  S st  3043    806111       682      2954         0     71057      8960   1244474     19.57   no data  --
516.73/129.53	c  S st  3043    806616       682      2954         0     71562      8960   1259200     19.57   no data  --
516.73/129.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
516.73/129.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
516.73/129.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
517.08/129.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
517.08/129.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
517.08/129.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
517.08/129.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
525.08/131.70	c lits-rem:       378  cl-subs:     1149  v-elim:      0  v-fix:    0  time:  8.31 s
525.08/131.70	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
525.50/131.71	c vivif2 --  cl tried    70413 cl shrink        0 lits rem          0 time: 0.06
525.86/131.80	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.35
525.86/131.80	c calculated reachability. Time: 0.00
525.86/131.80	c  N dy  3043    806616       682      2954         0     70413      8960   1222913     19.57   no data  --
541.82/135.82	c  N dy  3158    826657       682      2954         0     51654      8960    666230     19.59     22.82  --
560.61/140.54	c  N dy  3262    846666       682      2954         0     71493      8960   1243724     19.61     20.79  --
580.13/145.44	c  N dy  3330    869064       682      2954         0     53996      8960    696592     19.59     20.69  --
599.70/150.35	c  N dy  3430    889096       682      2954         0     73867      8960   1274572     19.61     26.44  --
617.67/154.86	c  N dy  3560    909195       682      2954         0     53197      8960    662806     19.64     20.72  --
636.39/159.55	c  N dy  3668    929266       682      2954         0     73110      8960   1248533     19.65     21.37  --
656.35/164.52	c  N dy  3777    949602       682      2954         0     51633      8960    591396     19.67     20.73  --
674.31/169.03	c  N dy  3855    969620       682      2954         0     71447      8960   1167396     19.67     21.06  --
695.84/174.41	c  N dy  3961    989785       682      2954         0     48798      8960    487228     19.68     20.92  --
712.99/178.79	c  N dy  4088   1009879       682      2954         0     68732      8960   1077463     19.71     25.10  --
738.12/185.02	c  N dy  4216   1030111       682      2954         0     45170      8960    358699     19.73     20.87  --
754.08/189.09	c  N dy  4334   1050227       682      2954         0     65137      8960    952906     19.75     20.92  --
776.83/194.77	c  N dy  4404   1070802       682      2954         0     85499      8960   1541798     19.74     20.83  --
778.43/195.19	c  F st  4414   1071876       682      2954         0     86570      8960   1575106     19.75     19.98  --
796.79/199.73	c  N dy  4511   1092513       682      2954         0     62443      8960    850092     19.76     20.93  --
842.66/211.26	c  N dy  4576   1140651       682      2954         0     64243      8960    835836     19.65     20.96  --
865.80/217.02	c  N dy  4690   1160995       682      2954         0     84413      8960   1428498     19.67     20.92  --
887.35/222.40	c  N dy  4797   1181022       682      2954         0     57824      8960    665180     19.68     23.72  --
910.89/228.32	c  N dy  4870   1202300       682      2954         0     78903      8960   1276557     19.67     20.76  --
920.86/230.86	c  S st  4928   1209924       682      2954         0     86464      8960   1502773     19.69   no data  --
921.66/231.09	c  S st  4928   1210429       682      2954         0     86968      8960   1517519     19.69   no data  --
922.06/231.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
922.06/231.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
922.06/231.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
922.06/231.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
922.06/231.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
922.06/231.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
922.06/231.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
934.83/234.32	c lits-rem:       281  cl-subs:     1431  v-elim:      0  v-fix:    0  time: 12.49 s
934.83/234.32	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
934.83/234.34	c vivif2 --  cl tried    85537 cl shrink        0 lits rem          0 time: 0.08
935.23/234.45	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.46
935.23/234.46	c calculated reachability. Time: 0.00
935.23/234.46	c  N dy  4928   1210429       682      2954         0     85537      8960   1471595     19.69   no data  --
957.57/240.07	c  N dy  5041   1230442       682      2954         0     57885      8960    644851     19.70     22.24  --
979.92/245.65	c  N dy  5160   1251581       682      2954         0     78827      8960   1257436     19.71     21.15  --
1005.86/252.10	c  N dy  5224   1271666       682      2954         0     50168      8960    395839     19.70     21.96  --
1023.81/256.61	c  N dy  5347   1291675       682      2954         0     70008      8960    984789     19.72     23.05  --
1049.74/263.17	c  N dy  5480   1311724       682      2954         0     89894      8960   1577573     19.74     23.66  --
1071.29/268.53	c  N dy  5547   1331791       682      2954         0     60271      8960    667626     19.74     20.83  --
1092.83/273.91	c  N dy  5650   1351794       682      2954         0     80115      8960   1251196     19.75     21.65  --
1121.56/281.16	c  N dy  5736   1371812       682      2954         0     99898      8960   1828404     19.75     21.77  --
1140.71/285.90	c  N dy  5856   1391914       682      2954         0     69303      8960    912625     19.77     20.81  --
1166.64/292.44	c  N dy  5977   1412315       682      2954         0     89542      8960   1510110     19.78     20.84  --
1193.38/299.10	c  N dy  6077   1433803       682      2954         0     59297      8960    593454     19.78     20.95  --
1214.15/304.32	c  N dy  6153   1453873       682      2954         0     79206      8960   1173608     19.79     24.79  --
1242.85/311.53	c  N dy  6265   1473960       682      2954         0     99143      8960   1767559     19.80     21.05  --
1271.97/318.90	c  N dy  6384   1500743       682      2954         0     73143      8960    965899     19.80     21.06  --
1299.51/325.70	c  N dy  6515   1520986       682      2954         0     93256      8960   1568569     19.82     21.00  --
1327.44/332.74	c  N dy  6608   1541009       682      2954         0     59565      8960    554674     19.82     20.88  --
1350.62/338.51	c  N dy  6703   1563012       682      2954         0     81366      8960   1195185     19.83     20.90  --
1380.11/345.91	c  N dy  6813   1583345       682      2954         0    101501      8960   1788930     19.83     20.92  --
1404.84/352.16	c  N dy  6915   1603576       682      2954         0     67016      8960    745316     19.84     20.92  --
1429.21/358.23	c  N dy  7043   1623644       682      2954         0     86928      8960   1341307     19.86     22.83  --
1466.69/367.65	c  N dy  7170   1647445       682      2954         0    110506      8960   2031183     19.87     21.05  --
1492.62/374.10	c  N dy  7297   1672552       682      2954         0     79885      8960   1113965     19.88     21.16  --
1522.55/381.64	c  N dy  7382   1693049       682      2954         0    100182      8960   1712489     19.88     20.97  --
1548.88/388.27	c  S st  7463   1710429       682      2954         0     60903      8960    525614     19.89     20.20  --
1549.68/388.43	c  S st  7463   1710933       682      2954         0     61405      8960    540609     19.89   no data  --
1549.68/388.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1549.68/388.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1549.68/388.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.11
1549.68/388.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1549.68/388.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1549.68/388.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
1549.68/388.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1559.25/390.82	c lits-rem:       186  cl-subs:      195  v-elim:      0  v-fix:    0  time:  9.32 s
1559.25/390.82	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
1559.25/390.83	c vivif2 --  cl tried    61210 cl shrink        0 lits rem          0 time: 0.03
1559.65/390.90	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.30
1559.65/390.90	c calculated reachability. Time: 0.00
1559.65/390.90	c  N dy  7463   1710933       682      2954         0     61210      8960    534323     19.89   no data  --
1580.80/396.21	c  N dy  7568   1730951       682      2954         0     81041      8960   1120457     19.89     24.12  --
1610.32/403.66	c  N dy  7671   1751825       682      2954         0    101723      8960   1734646     19.90     21.14  --
1641.45/411.48	c  N dy  7780   1773452       682      2954         0     65647      8960    643264     19.91     21.05  --
1666.21/417.64	c  N dy  7878   1794930       682      2954         0     86887      8960   1265068     19.91     21.04  --
1696.93/425.35	c  N dy  7958   1814978       682      2954         0    106700      8960   1851204     19.91     21.20  --
1732.82/434.32	c  N dy  8073   1835087       682      2954         0     68244      8960    700281     19.92     21.05  --
1760.74/441.38	c  N dy  8154   1855930       682      2954         0     88898      8960   1305877     19.92     20.98  --
1793.49/449.54	c  N dy  8260   1875966       682      2954         0    108745      8960   1889895     19.93     21.02  --
1822.99/456.96	c  N dy  8364   1896428       682      2954         0     69587      8960    717022     19.94     21.00  --
1847.32/463.08	c  N dy  8466   1916451       682      2954         0     89405      8960   1302499     19.94     21.03  --
1883.64/472.13	c  N dy  8561   1939246       682      2954         0    111979      8960   1974308     19.94     21.08  --
1911.99/479.26	c  N dy  8674   1959293       682      2954         0     71452      8960    756615     19.95     21.16  --
1937.90/485.74	c  N dy  8803   1979340       682      2954         0     91336      8960   1352925     19.96     21.28  --
1969.81/493.75	c  N dy  8885   1999403       682      2954         0    111190      8960   1934176     19.97     23.73  --
2000.94/501.56	c  N dy  8971   2019574       682      2954         0     69743      8960    674949     19.97     21.10  --
2025.68/507.79	c  N dy  9049   2040099       682      2954         0     90040      8960   1270633     19.97     21.03  --
2056.41/515.47	c  N dy  9107   2060489       682      2954         0    110196      8960   1860840     19.97     21.03  --
2090.71/524.01	c  N dy  9219   2080621       682      2954         0     67786      8960    598030     19.98     21.21  --
2112.66/529.54	c  N dy  9279   2100709       682      2954         0     87675      8960   1188520     19.97     22.69  --
2144.18/537.44	c  N dy  9381   2120805       682      2954         0    107609      8960   1779899     19.98     21.28  --
2181.28/546.72	c  N dy  9410   2140947       682      2954         0     64128      8960    463217     19.96     21.04  --
2204.43/552.50	c  N dy  9534   2161911       682      2954         0     84932      8960   1089923     19.98     21.05  --
2235.55/560.34	c  N dy  9666   2182019       682      2954         0    104872      8960   1687984     19.99     21.24  --
2275.05/570.28	c  N dy  9737   2203247       682      2954         0    125891      8960   2301949     19.99     21.22  --
2286.21/573.08	c  S st  9781   2210933       682      2954         0     69120      8960    586127     19.99     20.35  --
2287.01/573.25	c  S st  9781   2211438       682      2954         0     69624      8960    601144     19.99   no data  --
2287.01/573.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2287.01/573.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2287.01/573.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
2287.41/573.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2287.41/573.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2287.41/573.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
2287.41/573.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2296.59/575.65	c lits-rem:       266  cl-subs:      173  v-elim:      0  v-fix:    0  time:  9.34 s
2296.59/575.65	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
2296.59/575.66	c vivif2 --  cl tried    69451 cl shrink        0 lits rem          0 time: 0.04
2296.99/575.73	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.29
2296.99/575.73	c calculated reachability. Time: 0.00
2296.99/575.73	c  N dy  9781   2211438       682      2954         0     69451      8960    595140     19.99   no data  --
2322.13/582.08	c  N dy  9893   2231652       682      2954         0     89473      8960   1190570     20.00     21.08  --
2356.83/590.79	c  N dy 10047   2252638       682      2954         0    110314      8960   1822559     20.01     21.10  --
2396.74/600.70	c  N dy 10141   2272753       682      2954         0    130243      8960   2408812     20.02     21.14  --
2425.08/607.80	c  N dy 10240   2292825       682      2954         0     84699      8960   1023457     20.02     21.83  --
2455.79/615.60	c  N dy 10334   2312829       682      2954         0    104464      8960   1599806     20.02     21.98  --
2499.68/626.56	c  N dy 10435   2336182       682      2954         0    127596      8960   2283132     20.03     21.13  --
2528.40/633.72	c  N dy 10550   2356248       682      2954         0     81134      8960    903197     20.03     21.19  --
2557.16/640.96	c  N dy 10670   2376335       682      2954         0    101040      8960   1491942     20.04     27.06  --
2593.44/650.09	c  N dy 10796   2396361       682      2954         0    120881      8960   2090607     20.05     22.95  --
2630.15/659.23	c  N dy 10903   2416527       682      2954         0     73509      8960    648758     20.06     21.20  --
2656.49/665.81	c  N dy 11012   2437030       682      2954         0     93824      8960   1252899     20.06     21.60  --
2690.00/674.29	c  N dy 11083   2457066       682      2954         0    113644      8960   1832527     20.06     21.33  --
2731.90/684.72	c  N dy 11186   2478172       682      2954         0    134536      8960   2455384     20.07     21.15  --
2758.23/691.31	c  N dy 11296   2498199       682      2954         0     86019      8960    996667     20.07     24.52  --
2787.75/698.78	c  N dy 11396   2518222       682      2954         0    105850      8960   1591963     20.08     22.47  --
2827.25/708.69	c  N dy 11529   2538262       682      2954         0    125726      8960   2188692     20.09     23.29  --
2865.15/718.17	c  N dy 11635   2559022       682      2954         0     76958      8960    702917     20.09     21.21  --
2891.48/724.76	c  N dy 11675   2580511       682      2954         0     98154      8960   1326677     20.09     21.80  --
2925.83/733.32	c  N dy 11699   2602531       682      2954         0    119846      8960   1942554     20.07     21.14  --
2968.10/743.99	c  N dy 11801   2622533       682      2954         0    139669      8960   2530629     20.07     21.14  --
2994.44/750.50	c  N dy 11917   2642823       682      2954         0     89549      8960   1067557     20.08     21.39  --
3025.55/758.30	c  N dy 11973   2664485       682      2954         0    110927      8960   1694581     20.08     21.21  --
3064.26/768.04	c  N dy 12055   2684743       682      2954         0    130976      8960   2292713     20.07     21.54  --
3102.56/777.61	c  N dy 12163   2705201       682      2954         0     80013      8960    750598     20.08     21.25  --
3110.58/779.62	c  S st 12207   2711438       682      2954         0     86193      8960    937533     20.08   no data  --
3111.34/779.84	c  S st 12207   2711947       682      2954         0     86702      8960    952032     20.08   no data  --
3111.34/779.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3111.34/779.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3111.34/779.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3111.74/779.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3111.74/779.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3111.74/779.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
3111.74/779.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3126.50/783.62	c lits-rem:       543  cl-subs:      532  v-elim:      0  v-fix:    0  time: 14.76 s
3126.50/783.62	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
3126.50/783.63	c vivif2 --  cl tried    86170 cl shrink        0 lits rem          0 time: 0.05
3126.91/783.73	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.41
3126.91/783.74	c calculated reachability. Time: 0.00
3126.91/783.74	c  N dy 12207   2711947       682      2954         0     86170      8960    933605     20.08   no data  --
3159.21/791.87	c  N dy 12320   2732003       682      2954         0    106065      8960   1531838     20.09     21.55  --
3199.51/801.98	c  N dy 12441   2752206       682      2954         0    126111      8960   2127580     20.10     21.39  --
3245.00/813.35	c  N dy 12534   2773818       682      2954         0     75213      8960    586680     20.10     21.26  --
3273.32/820.48	c  N dy 12613   2795980       682      2954         0     97123      8960   1230169     20.10     21.18  --
3307.25/828.97	c  N dy 12691   2816071       682      2954         0    116974      8960   1808201     20.10     21.22  --
3347.16/838.98	c  N dy 12774   2836589       682      2954         0    137205      8960   2410830     20.09     21.26  --
3382.69/847.87	c  N dy 12902   2856668       682      2954         0     83893      8960    827464     20.10     25.95  --
3414.57/855.87	c  N dy 12975   2879122       682      2954         0    106095      8960   1469169     20.10     21.17  --
3449.68/864.60	c  N dy 13038   2899162       682      2954         0    125928      8960   2050941     20.10     21.22  --
3495.18/876.05	c  N dy 13153   2919177       682      2954         0    145768      8960   2643032     20.10     24.22  --
3523.89/883.28	c  N dy 13276   2939248       682      2954         0     91435      8960   1025968     20.11     23.11  --
3555.81/891.22	c  N dy 13353   2960035       682      2954         0    112000      8960   1636951     20.11     21.22  --
3596.11/901.34	c  N dy 13475   2980217       682      2954         0    132002      8960   2240014     20.12     21.22  --
3640.01/912.34	c  N dy 13549   3000222       682      2954         0     76562      8960    558478     20.12     22.90  --
3665.14/918.62	c  N dy 13615   3020384       682      2954         0     96505      8960   1141808     20.12     21.18  --
3703.09/928.16	c  N dy 13714   3043238       682      2954         0    119123      8960   1812602     20.12     21.38  --
3753.31/940.79	c  N dy 13809   3067565       682      2954         0    143189      8960   2520718     20.12     21.52  --
3789.23/949.73	c  N dy 13888   3087602       682      2954         0     86836      8960    844200     20.12     22.65  --
3819.95/957.45	c  N dy 14000   3107794       682      2954         0    106842      8960   1438721     20.13     21.26  --
3857.45/966.84	c  N dy 14088   3127880       682      2954         0    126742      8960   2026341     20.13     22.88  --
3903.74/978.41	c  N dy 14199   3147909       682      2954         0    146573      8960   2618978     20.14     24.99  --
3937.65/986.97	c  N dy 14259   3168007       682      2954         0     89240      8960    892420     20.13     22.32  --
3971.96/995.58	c  N dy 14389   3189056       682      2954         0    110123      8960   1517173     20.14     21.21  --
4021.44/1007.99	c  N dy 14448   3209162       682      2954         0    130017      8960   2105654     20.14     21.31  --
4028.61/1009.75	c  S st 14457   3211948       682      2954         0    132765      8960   2186648     20.14   no data  --
4030.61/1010.22	c  S st 14457   3212452       682      2954         0    133268      8960   2202731     20.14   no data  --
4030.61/1010.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4030.61/1010.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4031.01/1010.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.34
4031.41/1010.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4031.41/1010.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4031.41/1010.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
4031.41/1010.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4057.75/1017.05	c lits-rem:       251  cl-subs:     2298  v-elim:      0  v-fix:    0  time: 26.53 s
4057.75/1017.05	c vivif2 --  cl tried     2954 cl shrink        0 lits rem          0 time: 0.00
4057.75/1017.08	c vivif2 --  cl tried   130970 cl shrink        0 lits rem          0 time: 0.12
4058.59/1017.28	c asymm  cl-useful: 0/2954/2954 lits-rem:0 time: 0.78
4058.59/1017.28	c calculated reachability. Time: 0.00
4058.59/1017.28	c  N dy 14457   3212452       682      2954         0    130970      8960   2131295     20.14   no data  --
4104.83/1028.82	c  N dy 14555   3232536       682      2954         0    150842      8960   2727336     20.14     23.06  --
4139.94/1037.68	c  N dy 14670   3252574       682      2954         0     92534      8960    966349     20.14     22.59  --
4175.05/1046.44	c  N dy 14757   3274025       682      2954         0    113768      8960   1595165     20.14     21.36  --
4218.15/1057.28	c  N dy 14812   3297458       682      2954         0    136960      8960   2281547     20.13     21.24  --
4266.82/1069.44	c  N dy 14895   3317503       682      2954         0    156781      8960   2866252     20.14     21.48  --
4297.54/1077.10	c  N dy 15032   3337531       682      2954         0     97403      8960   1087046     20.14     21.22  --
4330.70/1085.47	c  N dy 15114   3357534       682      2954         0    117188      8960   1671839     20.14     22.45  --
4373.35/1096.14	c  N dy 15202   3377894       682      2954         0    137338      8960   2267019     20.15     21.27  --
4424.83/1109.00	c  N dy 15304   3397988       682      2954         0    157234      8960   2852389     20.15     22.87  --
4455.94/1116.83	c  N dy 15395   3418015       682      2954         0     96888      8960   1045212     20.15     23.09  --
4489.86/1125.33	c  N dy 15499   3438112       682      2954         0    116832      8960   1637926     20.16     21.54  --
4528.19/1134.92	c  N dy 15538   3458198       682      2954         0    136685      8960   2210262     20.15     21.25  --
4580.87/1148.14	c  N dy 15650   3479571       682      2954         0    157820      8960   2834919     20.15     21.36  --
4616.34/1157.06	c  N dy 15753   3501747       682      2954         0     98610      8960   1074999     20.16     21.62  --
4650.67/1165.69	c  N dy 15860   3521826       682      2954         0    118482      8960   1667997     20.16     22.82  --
4691.75/1175.96	c  N dy 15924   3542384       682      2954         0    138770      8960   2252894     20.16     21.29  --
4737.24/1187.33	c  N dy 15975   3562442       682      2954         0    158564      8960   2840526     20.16     21.23  --
4772.35/1196.10	c  N dy 16045   3582548       682      2954         0     96326      8960    984191     20.16     21.23  --

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-3369030-1305410849/watcher-3369030-1305410849 -o /tmp/evaluation-result-3369030-1305410849/solver-3369030-1305410849 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369030-1305410849.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: 0.00 0.00 0.08 6/310 19550
/proc/meminfo: memFree=18226488/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 411 0 0 0 0 0 0 0 23 0 4 0 652684618 52465664 352 33554432000 4194304 4650419 140733701996672 18446744073709551615 46957684709298 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 12809 352 303 112 0 7774 0
[pid=19550/tid=19551] ppid=19548 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652684618 52465664 352 33554432000 4194304 4650419 140733701996672 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652684618 52465664 352 33554432000 4194304 4650419 140733701996672 18446744073709551615 46957684709298 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652684618 52465664 352 33554432000 4194304 4650419 140733701996672 18446744073709551615 46957684709298 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.187503 s]
/proc/loadavg: 0.00 0.00 0.08 6/310 19550
/proc/meminfo: memFree=18226488/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=286236 CPUtime=3.42 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 6181 0 0 0 341 1 0 0 19 0 4 0 652684618 293105664 2884 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366156 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 71559 2884 393 112 0 66524 0
[pid=19550/tid=19551] ppid=19548 vsize=286236 CPUtime=0.84 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1520 0 0 0 84 0 0 0 19 0 4 0 652684618 293105664 2885 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=286236 CPUtime=0.85 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1479 0 0 0 85 0 0 0 19 0 4 0 652684618 293105664 2886 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=286236 CPUtime=0.85 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1275 0 0 0 85 0 0 0 19 0 4 0 652684618 293105664 2886 33554432000 4194304 4650419 140733701996672 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 286236

[startup+0.961952 s]
/proc/loadavg: 0.00 0.00 0.08 6/310 19550
/proc/meminfo: memFree=18226488/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=286236 CPUtime=3.82 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 6445 0 0 0 381 1 0 0 19 0 4 0 652684618 293105664 3148 33554432000 4194304 4650419 140733701996672 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 71559 3148 393 112 0 66524 0
[pid=19550/tid=19551] ppid=19548 vsize=286236 CPUtime=0.94 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1587 0 0 0 94 0 0 0 19 0 4 0 652684618 293105664 3148 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=286236 CPUtime=0.95 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1545 0 0 0 95 0 0 0 19 0 4 0 652684618 293105664 3148 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=286236 CPUtime=0.95 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1339 0 0 0 95 0 0 0 19 0 4 0 652684618 293105664 3148 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 286236

[startup+1.06194 s]
/proc/loadavg: 0.00 0.00 0.08 6/310 19550
/proc/meminfo: memFree=18226488/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=286236 CPUtime=4.22 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 6674 0 0 0 421 1 0 0 19 0 4 0 652684618 293105664 3377 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 71559 3377 393 112 0 66524 0
[pid=19550/tid=19551] ppid=19548 vsize=286236 CPUtime=1.04 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1647 0 0 0 104 0 0 0 19 0 4 0 652684618 293105664 3377 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=286236 CPUtime=1.05 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1602 0 0 0 105 0 0 0 19 0 4 0 652684618 293105664 3377 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=286236 CPUtime=1.05 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1397 0 0 0 105 0 0 0 19 0 4 0 652684618 293105664 3377 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 286236

[startup+1.16192 s]
/proc/loadavg: 0.00 0.00 0.08 6/310 19550
/proc/meminfo: memFree=18226488/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=286288 CPUtime=4.62 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 7093 0 0 0 461 1 0 0 19 0 4 0 652684618 293158912 3433 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 71572 3433 394 112 0 66537 0
[pid=19550/tid=19551] ppid=19548 vsize=286288 CPUtime=1.14 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1704 0 0 0 114 0 0 0 19 0 4 0 652684618 293158912 3433 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=286288 CPUtime=1.15 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1655 0 0 0 115 0 0 0 19 0 4 0 652684618 293158912 3433 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=286288 CPUtime=1.15 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1651 0 0 0 115 0 0 0 19 0 4 0 652684618 293158912 3433 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 286288

[startup+1.50086 s]
/proc/loadavg: 0.00 0.00 0.08 6/310 19550
/proc/meminfo: memFree=18226488/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=286572 CPUtime=5.97 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 8601 0 0 0 596 1 0 0 20 0 4 0 652684618 293449728 3677 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 71643 3677 394 112 0 66608 0
[pid=19550/tid=19551] ppid=19548 vsize=286572 CPUtime=1.48 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 2161 0 0 0 148 0 0 0 20 0 4 0 652684618 293449728 3677 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=286572 CPUtime=1.49 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 2109 0 0 0 149 0 0 0 20 0 4 0 652684618 293449728 3677 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=286572 CPUtime=1.49 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 1850 0 0 0 149 0 0 0 20 0 4 0 652684618 293449728 3677 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286572

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.08 5/306 19571
/proc/meminfo: memFree=18193744/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=276128 CPUtime=12.35 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 18356 0 0 0 1231 4 0 0 25 0 4 0 652684618 282755072 10976 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 69032 10976 395 112 0 63997 0
[pid=19550/tid=19551] ppid=19548 vsize=276128 CPUtime=3.06 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 4333 0 0 0 305 1 0 0 25 0 4 0 652684618 282755072 10976 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=276128 CPUtime=3.08 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 4857 0 0 0 308 0 0 0 25 0 4 0 652684618 282755072 10976 33554432000 4194304 4650419 140733701996672 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=276128 CPUtime=3.08 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 3816 0 0 0 308 0 0 0 25 0 4 0 652684618 282755072 10976 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 276128

[startup+6.31107 s]
/proc/loadavg: 0.32 0.07 0.10 5/306 19571
/proc/meminfo: memFree=18169496/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=284784 CPUtime=25.16 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 26949 0 0 0 2509 7 0 0 25 0 4 0 652684618 291618816 17086 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 71196 17087 395 112 0 66161 0
[pid=19550/tid=19551] ppid=19548 vsize=284784 CPUtime=6.23 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 6897 0 0 0 621 2 0 0 25 0 4 0 652684618 291618816 17087 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=284784 CPUtime=6.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 6832 0 0 0 629 1 0 0 25 0 4 0 652684618 291618816 17087 33554432000 4194304 4650419 140733701996672 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=284784 CPUtime=6.3 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 5732 0 0 0 629 1 0 0 25 0 4 0 652684618 291618816 17087 33554432000 4194304 4650419 140733701996672 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 284784

[startup+12.7009 s]
/proc/loadavg: 0.93 0.20 0.14 9/314 19584
/proc/meminfo: memFree=18090396/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=303688 CPUtime=50.67 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 37499 0 0 0 5056 11 0 0 25 0 4 0 652684618 310976512 22890 33554432000 4194304 4650419 140733701996672 18446744073709551615 4367429 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 75922 22890 395 112 0 70887 0
[pid=19550/tid=19551] ppid=19548 vsize=303688 CPUtime=12.57 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 9101 0 0 0 1254 3 0 0 25 0 4 0 652684618 310976512 22890 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=303688 CPUtime=12.69 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 9675 0 0 0 1267 2 0 0 25 0 4 0 652684618 310976512 22890 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=303688 CPUtime=12.68 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 7833 0 0 0 1267 1 0 0 25 0 4 0 652684618 310976512 22890 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365203 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) 303688

[startup+25.5006 s]
/proc/loadavg: 2.50 0.58 0.27 9/314 19584
/proc/meminfo: memFree=18015468/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=363412 CPUtime=101.73 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 52867 0 0 0 10159 14 0 0 25 0 4 0 652684618 372133888 30495 33554432000 4194304 4650419 140733701996672 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 90853 30495 395 112 0 85818 0
[pid=19550/tid=19551] ppid=19548 vsize=363412 CPUtime=25.25 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 14040 0 0 0 2520 5 0 0 25 0 4 0 652684618 372133888 30495 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364645 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=363412 CPUtime=25.48 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 14917 0 0 0 2545 3 0 0 25 0 4 0 652684618 372133888 30495 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=363412 CPUtime=25.49 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 10038 0 0 0 2547 2 0 0 25 0 4 0 652684618 372133888 30495 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 363412

[startup+51.1011 s]
/proc/loadavg: 4.37 1.17 0.47 9/314 19585
/proc/meminfo: memFree=17918384/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=441912 CPUtime=203.88 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 77972 0 0 0 20366 22 0 0 25 0 4 0 652684618 452517888 43958 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 110478 43958 395 112 0 105443 0
[pid=19550/tid=19551] ppid=19548 vsize=441912 CPUtime=50.59 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 21980 0 0 0 5052 7 0 0 25 0 4 0 652684618 452517888 43958 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=441912 CPUtime=51.08 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 21653 0 0 0 5103 5 0 0 25 0 4 0 652684618 452517888 43958 33554432000 4194304 4650419 140733701996672 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=441912 CPUtime=51.08 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 15290 0 0 0 5105 3 0 0 25 0 4 0 652684618 452517888 43958 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 441912

[startup+102.301 s]
/proc/loadavg: 6.51 2.25 0.87 9/314 19586
/proc/meminfo: memFree=17847276/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=452296 CPUtime=408.17 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 103962 0 0 0 40785 32 0 0 25 0 4 0 652684618 463151104 47175 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 113074 47175 395 112 0 108039 0
[pid=19550/tid=19551] ppid=19548 vsize=452296 CPUtime=101.28 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 31537 0 0 0 10118 10 0 0 25 0 4 0 652684618 463151104 47175 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=452296 CPUtime=102.29 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 29415 0 0 0 10221 8 0 0 25 0 4 0 652684618 463151104 47175 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=452296 CPUtime=102.27 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 20917 0 0 0 10222 5 0 0 25 0 4 0 652684618 463151104 47175 33554432000 4194304 4650419 140733701996672 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 452296

[startup+162.301 s]

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

[pid=19550] ppid=19548 vsize=610816 CPUtime=2802.12 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 352814 0 0 0 280074 138 0 0 25 0 4 0 652684618 625475584 93520 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 152704 93520 395 112 0 147669 0
[pid=19550/tid=19551] ppid=19548 vsize=610816 CPUtime=695.29 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 94165 0 0 0 69491 38 0 0 25 0 4 0 652684618 625475584 93520 33554432000 4194304 4650419 140733701996672 18446744073709551615 4315153 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=610816 CPUtime=702.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 110818 0 0 0 70188 42 0 0 25 0 4 0 652684618 625475584 93520 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=610816 CPUtime=702.19 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 74934 0 0 0 70193 26 0 0 25 0 4 0 652684618 625475584 93520 33554432000 4194304 4650419 140733701996672 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.12
Current children cumulated vsize (KiB) 610816

[startup+762.301 s]
/proc/loadavg: 8.16 7.48 4.55 9/314 19604
/proc/meminfo: memFree=17484616/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=722612 CPUtime=3041.51 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 372449 0 0 0 304004 147 0 0 25 0 4 0 652684618 739954688 102702 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 180653 102702 395 112 0 175618 0
[pid=19550/tid=19551] ppid=19548 vsize=722612 CPUtime=754.7 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 99234 0 0 0 75429 41 0 0 25 0 4 0 652684618 739954688 102702 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=722612 CPUtime=762.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 119192 0 0 0 76184 46 0 0 25 0 4 0 652684618 739954688 102702 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=722612 CPUtime=762.18 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 80262 0 0 0 76190 28 0 0 25 0 4 0 652684618 739954688 102702 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.51
Current children cumulated vsize (KiB) 722612

[startup+822.3 s]
/proc/loadavg: 8.16 7.60 4.77 9/314 19605
/proc/meminfo: memFree=17520552/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=611016 CPUtime=3280.91 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 389473 0 0 0 327937 154 0 0 25 0 4 0 652684618 625680384 95532 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 152754 95532 395 112 0 147719 0
[pid=19550/tid=19551] ppid=19548 vsize=611016 CPUtime=814.11 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 103061 0 0 0 81368 43 0 0 25 0 4 0 652684618 625680384 95532 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=611016 CPUtime=822.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 126458 0 0 0 82181 49 0 0 25 0 4 0 652684618 625680384 95532 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=611016 CPUtime=822.18 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 83027 0 0 0 82189 29 0 0 25 0 4 0 652684618 625680384 95532 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.91
Current children cumulated vsize (KiB) 611016

[startup+882.301 s]
/proc/loadavg: 8.10 7.69 4.97 9/314 19607
/proc/meminfo: memFree=17526604/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=622372 CPUtime=3520.3 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 403946 0 0 0 351869 161 0 0 25 0 4 0 652684618 637308928 93102 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 155593 93102 395 112 0 150558 0
[pid=19550/tid=19551] ppid=19548 vsize=622372 CPUtime=873.5 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 105202 0 0 0 87306 44 0 0 25 0 4 0 652684618 637308928 93102 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=622372 CPUtime=882.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 133692 0 0 0 88178 52 0 0 25 0 4 0 652684618 637308928 93102 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=622372 CPUtime=882.16 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 86684 0 0 0 88186 30 0 0 25 0 4 0 652684618 637308928 93102 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.3
Current children cumulated vsize (KiB) 622372

[startup+942.3 s]
/proc/loadavg: 8.17 7.79 5.18 9/314 19609
/proc/meminfo: memFree=17445364/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=734236 CPUtime=3759.72 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 421243 0 0 0 375800 172 0 0 25 0 4 0 652684618 751857664 102565 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 183559 102565 395 112 0 178524 0
[pid=19550/tid=19551] ppid=19548 vsize=734236 CPUtime=932.91 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 110818 0 0 0 93243 48 0 0 25 0 4 0 652684618 751857664 102565 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=734236 CPUtime=942.31 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 139915 0 0 0 94174 57 0 0 25 0 4 0 652684618 751857664 102565 33554432000 4194304 4650419 140733701996672 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=734236 CPUtime=942.17 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 90126 0 0 0 94185 32 0 0 25 0 4 0 652684618 751857664 102565 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.72
Current children cumulated vsize (KiB) 734236

[startup+1002.3 s]
/proc/loadavg: 8.10 7.84 5.35 9/314 19610
/proc/meminfo: memFree=17427728/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=634708 CPUtime=3999.1 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 439413 0 0 0 399729 181 0 0 25 0 4 0 652684618 649940992 108409 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 158677 108409 395 112 0 153642 0
[pid=19550/tid=19551] ppid=19548 vsize=634708 CPUtime=992.3 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 113150 0 0 0 99181 49 0 0 25 0 4 0 652684618 649940992 108409 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=634708 CPUtime=1002.31 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 150984 0 0 0 100169 62 0 0 25 0 4 0 652684618 649940992 108409 33554432000 4194304 4650419 140733701996672 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=634708 CPUtime=1002.15 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 92244 0 0 0 100182 33 0 0 25 0 4 0 652684618 649940992 108409 33554432000 4194304 4650419 140733701996672 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.1
Current children cumulated vsize (KiB) 634708

[startup+1062.31 s]
/proc/loadavg: 8.07 7.88 5.52 9/314 19612
/proc/meminfo: memFree=17403892/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=737464 CPUtime=4238.53 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 457582 0 0 0 423664 189 0 0 25 0 4 0 652684618 755163136 113728 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 184366 113728 395 112 0 179331 0
[pid=19550/tid=19551] ppid=19548 vsize=737464 CPUtime=1051.71 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 121986 0 0 0 105119 52 0 0 25 0 4 0 652684618 755163136 113728 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=737464 CPUtime=1062.31 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 157331 0 0 0 106167 64 0 0 25 0 4 0 652684618 755163136 113728 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=737464 CPUtime=1062.15 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 93701 0 0 0 106181 34 0 0 25 0 4 0 652684618 755163136 113728 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.53
Current children cumulated vsize (KiB) 737464

[startup+1122.3 s]
/proc/loadavg: 8.18 7.94 5.69 9/314 19614
/proc/meminfo: memFree=17393588/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=666020 CPUtime=4477.88 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 480709 0 0 0 447588 200 0 0 25 0 4 0 652684618 682004480 112128 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 166505 112128 395 112 0 161470 0
[pid=19550/tid=19551] ppid=19548 vsize=666020 CPUtime=1111.11 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 125663 0 0 0 111056 55 0 0 25 0 4 0 652684618 682004480 112128 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=666020 CPUtime=1122.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 165069 0 0 0 112161 69 0 0 25 0 4 0 652684618 682004480 112128 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=666020 CPUtime=1122.13 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 99940 0 0 0 112177 36 0 0 25 0 4 0 652684618 682004480 112128 33554432000 4194304 4650419 140733701996672 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.88
Current children cumulated vsize (KiB) 666020

[startup+1182.3 s]
/proc/loadavg: 8.14 7.97 5.84 9/314 19615
/proc/meminfo: memFree=17410152/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=714288 CPUtime=4717.28 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 502615 0 0 0 471517 211 0 0 25 0 4 0 652684618 731430912 115455 33554432000 4194304 4650419 140733701996672 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 178572 115455 395 112 0 173537 0
[pid=19550/tid=19551] ppid=19548 vsize=714288 CPUtime=1170.5 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 131119 0 0 0 116993 57 0 0 25 0 4 0 652684618 731430912 115455 33554432000 4194304 4650419 140733701996672 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=714288 CPUtime=1182.3 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 172247 0 0 0 118158 72 0 0 25 0 4 0 652684618 731430912 115455 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=714288 CPUtime=1182.12 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 104546 0 0 0 118173 39 0 0 25 0 4 0 652684618 731430912 115455 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.28
Current children cumulated vsize (KiB) 714288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.11 s]
/proc/loadavg: 8.16 7.98 5.89 9/314 19616
/proc/meminfo: memFree=17368228/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=732544 CPUtime=4800.33 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 509651 0 0 0 479818 215 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 183136 121626 395 112 0 178101 0
[pid=19550/tid=19551] ppid=19548 vsize=732544 CPUtime=1191.1 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 132383 0 0 0 119052 58 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=732544 CPUtime=1203.13 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 173544 0 0 0 120240 73 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=732544 CPUtime=1202.94 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 106820 0 0 0 120253 41 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 732544

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

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

[startup+1203.11 s]
/proc/loadavg: 8.16 7.98 5.89 9/314 19616
/proc/meminfo: memFree=17368228/32950928 swapFree=67111348/67111528
[pid=19550] ppid=19548 vsize=732544 CPUtime=4800.33 cores=0,2,4,6
/proc/19550/stat : 19550 (strangenight1-m) R 19548 19550 19509 0 -1 4202496 509651 0 0 0 479818 215 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19550/statm: 183136 121626 395 112 0 178101 0
[pid=19550/tid=19551] ppid=19548 vsize=732544 CPUtime=1191.1 cores=0,2,4,6
/proc/19550/task/19551/stat : 19551 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 132383 0 0 0 119052 58 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19550/tid=19552] ppid=19548 vsize=732544 CPUtime=1203.13 cores=0,2,4,6
/proc/19550/task/19552/stat : 19552 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 173544 0 0 0 120240 73 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19550/tid=19553] ppid=19548 vsize=732544 CPUtime=1202.94 cores=0,2,4,6
/proc/19550/task/19553/stat : 19553 (strangenight1-m) R 19548 19550 19509 0 -1 4202560 106820 0 0 0 120253 41 0 0 25 0 4 0 652684618 750125056 121626 33554432000 4194304 4650419 140733701996672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 732544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.39
CPU user time (s): 4798.22
CPU system time (s): 2.17667
CPU usage (%): 398.985
Max. virtual memory (cumulated for all children) (KiB): 775188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.22
system time used= 2.17667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509653
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= 560
involuntary context switches= 24269

runsolver used 3.51047 second user time and 8.5287 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 00:07:30
IDJOB=3369030
IDBENCH=83039
IDSOLVER=1846
FILE ID=node125/3369030-1305410849
RUNJOBID= node125-1305410849-19527
PBS_JOBID= 13324523
Free space on /tmp= 73192 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369030-1305410849/watcher-3369030-1305410849 -o /tmp/evaluation-result-3369030-1305410849/solver-3369030-1305410849 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369030-1305410849.cnf

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

MD5SUM BENCH= 7363c9bb5019132082aeb3e4836ce4d1
RANDOM SEED=1106751146

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      18226776 kB
Buffers:        256160 kB
Cached:        4034344 kB
SwapCached:          0 kB
Active:       11134716 kB
Inactive:      3214944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18226776 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12484 kB
Writeback:           0 kB
AnonPages:    10059200 kB
Mapped:          29708 kB
Slab:           274224 kB
PageTables:      35804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51074720 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= 73184 MiB
End job on node125 at 2011-05-15 00:27:35