Trace number 3173717

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.17 1201.77

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.3534
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173717-1304030080.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.18	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.18	c -- vars added       1500
0.00/0.18	c Parsing time:  0.01 s
0.00/0.18	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.00/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.00/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.72/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.72/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.72/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.72/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.72/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.72/0.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.72/0.69	c Finding binary XORs  T:     0.00 s  found:       0
0.72/0.69	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.72/0.69	c calculated reachability. Time: 0.00
0.72/0.69	c Calc default polars -  time:   0.00 s pos:     696 undec:      67 neg:     737
0.72/0.69	c =========================================================================================
0.72/0.69	c types(t): F = full restart, N = normal restart
0.72/0.69	c types(t): S = simplification begin/end, E = solution found
0.72/0.69	c restart types(rt): st = static, dy = dynamic
0.72/0.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.72/0.69	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.72/0.69	c  N dy    15      4037      1500     30000         0      4029    150000    635675    126.01    139.91
4.00/1.06	c  N dy    36      8161      1500     30000         0      5661    150000    642767    124.31    132.32
5.16/1.39	c  N dy    57     12471      1500     30000         0      5719    150000    429977    123.67    131.06
6.75/1.79	c  N dy    79     16513      1500     30000         0      9756    150000   1046223    123.32    134.49
8.74/2.21	c  N dy   103     20627      1500     30000         0      8250    150000    639316    123.19    129.95
10.35/2.62	c  N dy   127     24630      1500     30000         0     12252    150000   1254655    123.20    131.90
10.35/2.66	c  F st   130     25001      1500     30000         0     12623    150000   1310418    123.17   no data
12.74/3.20	c  N dy   136     30000      1500     30000         0     10801    150000    931219    123.17   no data
12.74/3.20	c  S st   136     30000      1500     30000         0     10801    150000    931219    123.17   no data
12.74/3.26	c  S st   136     30502      1500     30000         0     11303    150000    995748    123.17   no data
12.74/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.74/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.74/3.28	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.74/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.74/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.74/3.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.13/3.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.13/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.80	c lits-rem:       124  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.45 s
15.54/3.98	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.54/3.98	c calculated reachability. Time: 0.00
15.54/3.98	c  N dy   136     30502      1500     30000         0     11268    150000    983112    123.17   no data
17.53/4.45	c  N dy   160     34581      1500     30000         0     15346    150000   1609326    123.14    136.08
19.53/4.91	c  N dy   182     38717      1500     30000         0     11582    150000    837336    123.03    129.74
21.52/5.40	c  N dy   207     42785      1500     30000         0     15646    150000   1466885    123.26    131.49
22.73/5.78	c  S st   223     45754      1500     30000         0      9671    150000    387286    123.10   no data
23.13/5.85	c  S st   223     46258      1500     30000         0     10175    150000    451317    123.10   no data
23.13/5.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.13/5.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.13/5.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.13/5.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.13/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.13/5.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.13/5.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.13/5.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.13/5.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.93/6.01	c lits-rem:        11  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
23.93/6.02	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.93/6.02	c vivif2 --  cl tried    10175 cl shrink        0 lits rem          0 time: 0.01
24.72/6.21	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.72/6.21	c calculated reachability. Time: 0.00
24.72/6.21	c  N dy   223     46258      1500     30000         0     10175    150000    451306    123.10   no data
26.32/6.68	c  N dy   248     50311      1500     30000         0     14222    150000   1073160    123.21    133.55
28.32/7.19	c  N dy   275     54450      1500     30000         0     18360    150000   1721307    123.48    130.08
30.31/7.69	c  N dy   301     58565      1500     30000         0     12505    150000    677986    123.61    130.22
32.31/8.17	c  N dy   321     62697      1500     30000         0     16633    150000   1307013    123.49    131.76
34.71/8.72	c  N dy   351     66746      1500     30000         0     20679    150000   1945987    123.76    131.69
35.90/9.08	c  S st   368     69387      1500     30000         0     12337    150000    501865    123.68    125.47
36.30/9.15	c  S st   368     69888      1500     30000         0     12838    150000    563332    123.68   no data
36.30/9.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.30/9.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.30/9.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.30/9.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.30/9.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.30/9.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.30/9.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.30/9.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.71/9.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.10/9.40	c lits-rem:        21  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.18 s
37.50/9.40	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.50/9.41	c vivif2 --  cl tried    12837 cl shrink        0 lits rem          0 time: 0.01
38.31/9.61	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.31/9.61	c calculated reachability. Time: 0.00
38.31/9.61	c  N dy   368     69888      1500     30000         0     12837    150000    562953    123.68   no data
40.29/10.18	c  N dy   395     74599      1500     30000         0     17546    150000   1289008    123.61    130.69
43.11/10.80	c  N dy   426     79409      1500     30000         0     22356    150000   2029100    123.57    130.40
45.50/11.45	c  N dy   458     84478      1500     30000         0     15439    150000    833850    123.57    130.85
47.11/11.82	c  F st   477     87501      1500     30000         0     18461    150000   1292571    123.52   no data
48.68/12.24	c  N st   482     90796      1500     30000         0     21748    150000   1834828    123.52   no data
51.91/13.05	c  N dy   508     96592      1500     30000         0     14550    150000    556668    123.55    130.82
55.08/13.82	c  N dy   546    102830      1500     30000         0     20784    150000   1519457    123.62    130.23
55.89/14.10	c  S st   561    104833      1500     30000         0     22786    150000   1839033    123.74   no data
56.29/14.19	c  S st   561    105336      1500     30000         0     23289    150000   1905807    123.74   no data
56.29/14.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.67/14.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
56.67/14.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.67/14.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.67/14.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.67/14.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.67/14.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.67/14.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
57.07/14.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.85/18.00	c lits-rem:       212  cl-subs:        9  v-elim:      0  v-fix:    0  time:  3.69 s
71.85/18.01	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
71.85/18.03	c vivif2 --  cl tried    23280 cl shrink        0 lits rem          0 time: 0.02
73.05/18.35	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
73.05/18.35	c calculated reachability. Time: 0.00
73.05/18.35	c  N dy   561    105336      1500     30000         0     23280    150000   1902623    123.74   no data
77.05/19.31	c  N dy   597    112062      1500     30000         0     16009    150000    629367    123.63    137.18
80.64/20.25	c  N dy   639    119244      1500     30000         0     23180    150000   1727541    123.58    130.59
85.04/21.39	c  N dy   683    127175      1500     30000         0     16120    150000    503595    123.52    130.83
89.83/22.54	c  N dy   732    135407      1500     30000         0     24346    150000   1775788    123.54    130.56
95.02/23.89	c  N dy   786    144163      1500     30000         0     17111    150000    513578    123.56    131.00
100.24/25.14	c  N dy   841    153472      1500     30000         0     26414    150000   1937153    123.49    131.70
103.01/25.81	c  S st   864    158005      1500     30000         0     30943    150000   2628820    123.47   no data
103.41/25.92	c  S st   864    158510      1500     30000         0     31447    150000   2694969    123.47   no data
103.41/25.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.41/25.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
103.41/25.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.41/25.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.41/25.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.41/25.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
103.41/25.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.41/26.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
103.81/26.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.76/34.59	c lits-rem:       267  cl-subs:        8  v-elim:      0  v-fix:    0  time:  8.50 s
137.76/34.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
138.16/34.63	c vivif2 --  cl tried    31439 cl shrink        0 lits rem          0 time: 0.03
139.37/34.97	c asymm  cl-useful: 0/27790/30000 lits-rem:0 time: 0.34
139.37/34.97	c calculated reachability. Time: 0.00
139.37/34.97	c  N dy   864    158510      1500     30000         0     31439    150000   2691697    123.47   no data
145.34/36.49	c  N dy   923    168682      1500     30000         0     24616    150000   1518789    123.45    135.15
152.55/38.25	c  N dy   986    179719      1500     30000         0     35648    150000   3219752    123.44    134.19
159.33/39.90	c  N dy  1057    191284      1500     30000         0     29214    150000   2090345    123.42    130.53
166.92/41.81	c  N dy  1135    203508      1500     30000         0     22441    150000    887799    123.43    135.75
174.52/43.77	c  N dy  1216    216509      1500     30000         0     35438    150000   2895781    123.49    141.54
182.90/45.87	c  N dy  1291    230427      1500     30000         0     29363    150000   1818046    123.45    132.64
187.71/47.03	c  S st  1334    237766      1500     30000         0     36699    150000   2941802    123.43    115.36
188.11/47.15	c  S st  1334    238269      1500     30000         0     37202    150000   3010350    123.43   no data
188.11/47.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
188.11/47.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
188.11/47.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.11/47.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.11/47.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.11/47.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
188.11/47.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
188.49/47.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
188.89/47.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.26/55.93	c lits-rem:       187  cl-subs:       12  v-elim:      0  v-fix:    0  time:  8.60 s
223.26/55.93	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
223.26/55.97	c vivif2 --  cl tried    37190 cl shrink        0 lits rem          0 time: 0.04
223.64/56.00	c asymm  cl-useful: 0/2210/30000 lits-rem:0 time: 0.04
223.64/56.00	c calculated reachability. Time: 0.00
223.64/56.00	c  N dy  1334    238269      1500     30000         0     37190    150000   3006178    123.43   no data
232.83/58.34	c  N dy  1419    253553      1500     30000         0     31474    150000   1979788    123.39    130.98
243.61/61.01	c  N dy  1523    269825      1500     30000         0     25752    150000    968194    123.37    129.94
254.80/63.84	c  N dy  1623    287462      1500     30000         0     43374    150000   3702685    123.38    130.53
266.38/66.74	c  N dy  1718    305961      1500     30000         0     38874    150000   2823789    123.22    130.50
266.38/66.79	c  F st  1721    306252      1500     30000         0     39165    150000   2870438    123.23   no data
278.77/69.89	c  N dy  1806    325628      1500     30000         0     34544    150000   2041079    123.23    132.49
292.74/73.36	c  N dy  1917    345891      1500     30000         0     29810    150000   1152577    123.23    132.06
300.34/75.25	c  S st  1985    357403      1500     30000         0     41317    150000   2932019    123.24   no data
300.74/75.38	c  S st  1985    357906      1500     30000         0     41820    150000   3000342    123.24   no data
300.74/75.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.14/75.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
301.14/75.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.14/75.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.14/75.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.14/75.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
301.14/75.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
301.14/75.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
301.54/75.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
338.69/84.88	c lits-rem:       363  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.32 s
338.69/84.89	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
339.08/84.92	c vivif2 --  cl tried    41803 cl shrink        0 lits rem          0 time: 0.04
340.69/85.30	c asymm  cl-useful: 0/24156/30000 lits-rem:0 time: 0.38
340.69/85.30	c calculated reachability. Time: 0.00
340.69/85.30	c  N dy  1985    357906      1500     30000         0     41803    150000   2994416    123.24   no data
354.68/88.88	c  N dy  2101    377973      1500     30000         0     35882    150000   1945633    123.24    132.11
370.24/92.74	c  N dy  2223    397990      1500     30000         0     28904    150000    723607    123.27    130.95
384.22/96.27	c  N dy  2340    418366      1500     30000         0     49262    150000   3843804    123.27    130.96
398.62/99.90	c  N dy  2470    438462      1500     30000         0     41360    150000   2510542    123.34    136.28
414.19/103.71	c  N dy  2579    458495      1500     30000         0     32401    150000    965306    123.25    130.54
428.57/107.30	c  N dy  2693    478603      1500     30000         0     52494    150000   4050781    123.25    130.80
443.34/111.02	c  N dy  2814    498769      1500     30000         0     42669    150000   2423102    123.28    129.89
459.73/115.14	c  N dy  2928    518988      1500     30000         0     31891    150000    601218    123.26    130.41
472.10/118.27	c  S st  3036    536859      1500     30000         0     49755    150000   3342073    123.27    107.02
472.90/118.41	c  S st  3036    537361      1500     30000         0     50257    150000   3411006    123.27   no data
472.90/118.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
472.90/118.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
472.90/118.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
472.90/118.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
472.90/118.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.90/118.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
472.90/118.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
473.32/118.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
473.72/118.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
521.65/130.66	c lits-rem:       242  cl-subs:       26  v-elim:      0  v-fix:    0  time: 12.05 s
521.65/130.66	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
522.05/130.70	c vivif2 --  cl tried    50231 cl shrink        0 lits rem          0 time: 0.04
522.44/130.83	c asymm  cl-useful: 0/5844/30000 lits-rem:0 time: 0.12
522.44/130.83	c calculated reachability. Time: 0.00
522.44/130.83	c  N dy  3036    537361      1500     30000         0     50231    150000   3401818    123.27   no data
538.81/134.92	c  N dy  3167    557403      1500     30000         0     38283    150000   1451087    123.34    130.42
555.59/139.11	c  N dy  3283    577473      1500     30000         0     58350    150000   4547219    123.32    135.62
571.97/143.25	c  N dy  3409    597516      1500     30000         0     45393    150000   2408502    123.36    131.40
591.15/148.02	c  N dy  3538    617653      1500     30000         0     65523    150000   5526630    123.42    131.84
607.12/152.10	c  N dy  3654    637714      1500     30000         0     51592    150000   3194653    123.42    131.70
625.49/156.69	c  N dy  3768    657778      1500     30000         0     36664    150000    760735    123.43    130.25
641.48/160.65	c  N dy  3890    677876      1500     30000         0     56752    150000   3872707    123.43    131.16
659.45/165.10	c  N dy  4000    697977      1500     30000         0     40860    150000   1261190    123.42    131.87
675.45/169.13	c  N dy  4110    717992      1500     30000         0     60864    150000   4344045    123.41    130.05
693.42/173.65	c  N dy  4240    738064      1500     30000         0     43945    150000   1590318    123.43    130.60
710.60/177.90	c  N dy  4365    758128      1500     30000         0     63997    150000   4715598    123.45    131.29
728.17/182.39	c  N dy  4493    778138      1500     30000         0     46016    150000   1773142    123.51    138.29
745.75/186.73	c  N dy  4618    798209      1500     30000         0     66072    150000   4893061    123.52    130.22
753.72/188.71	c  S st  4672    806041      1500     30000         0     73901    150000   6117634    123.55   no data
754.54/188.91	c  S st  4672    806546      1500     30000         0     74406    150000   6180899    123.55   no data
754.54/188.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
754.54/188.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
754.54/188.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
754.54/188.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
754.54/188.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
754.54/188.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
754.54/188.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
754.94/189.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
755.72/189.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
885.94/221.80	c lits-rem:       551  cl-subs:       45  v-elim:      0  v-fix:    0  time: 32.54 s
885.94/221.80	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
885.94/221.88	c vivif2 --  cl tried    74361 cl shrink        0 lits rem          0 time: 0.08
887.93/222.31	c asymm  cl-useful: 0/17283/30000 lits-rem:0 time: 0.43
887.93/222.32	c calculated reachability. Time: 0.00
887.93/222.32	c  N dy  4672    806546      1500     30000         0     74361    150000   6165064    123.55   no data
904.32/226.48	c  N dy  4787    826564      1500     30000         0     55391    150000   3061091    123.54    131.04
923.88/231.35	c  N dy  4909    846703      1500     30000         0     75522    150000   6197698    123.57    134.18
941.05/235.67	c  N dy  5038    866779      1500     30000         0     55612    150000   2936819    123.57    132.89
960.23/240.46	c  N dy  5162    886838      1500     30000         0     75659    150000   6040212    123.59    131.11
977.80/244.87	c  N dy  5272    906894      1500     30000         0     54722    150000   2666403    123.59    130.93
996.59/249.59	c  N dy  5389    926957      1500     30000         0     74773    150000   5788195    123.61    130.16
1015.35/254.25	c  N dy  5513    946973      1500     30000         0     52798    150000   2223189    123.62    131.50
1034.12/258.96	c  N dy  5637    966995      1500     30000         0     72811    150000   5318123    123.62    134.13
1054.09/263.97	c  N dy  5761    987040      1500     30000         0     49872    150000   1620306    123.63    134.29
1072.47/268.58	c  N dy  5890   1007247      1500     30000         0     70071    150000   4765243    123.65    130.88
1095.64/274.39	c  N dy  6012   1027543      1500     30000         0     46379    150000    936851    123.66    132.35
1114.83/279.15	c  N dy  6133   1047583      1500     30000         0     66407    150000   4033669    123.66    132.57
1138.77/285.10	c  N dy  6267   1067694      1500     30000         0     86503    150000   7168672    123.70    130.70
1143.97/286.45	c  F st  6292   1071879      1500     30000         0     45707    150000    687086    123.71   no data
1158.35/290.04	c  N dy  6361   1087731      1500     30000         0     61540    150000   3224330    123.72    133.76
1180.32/295.52	c  N dy  6478   1107820      1500     30000         0     81622    150000   6351401    123.73    132.39
1200.69/300.62	c  N dy  6589   1127828      1500     30000         0     55650    150000   2082923    123.72    133.79
1220.68/305.67	c  N dy  6716   1148192      1500     30000         0     76005    150000   5253147    123.74    132.67
1244.23/311.55	c  N dy  6848   1168230      1500     30000         0     49058    150000    916017    123.78    131.02
1262.61/316.11	c  N dy  6976   1188300      1500     30000         0     69122    150000   4038181    123.79    131.08
1285.38/321.81	c  N dy  7095   1208387      1500     30000         0     89198    150000   7160982    123.80    135.42
1286.97/322.25	c  S st  7104   1209821      1500     30000         0     90631    150000   7380305    123.80   no data
1287.77/322.48	c  S st  7104   1210324      1500     30000         0     91134    150000   7446788    123.80   no data
1287.77/322.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1288.17/322.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1288.17/322.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1288.17/322.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1288.17/322.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1288.17/322.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1288.17/322.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1288.57/322.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1289.37/322.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1467.92/367.51	c lits-rem:       532  cl-subs:       48  v-elim:      0  v-fix:    0  time: 44.61 s
1467.92/367.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1468.32/367.60	c vivif2 --  cl tried    91086 cl shrink        0 lits rem          0 time: 0.09
1469.91/368.05	c asymm  cl-useful: 0/12717/30000 lits-rem:0 time: 0.45
1469.91/368.06	c calculated reachability. Time: 0.00
1469.91/368.06	c  N dy  7104   1210324      1500     30000         0     91086    150000   7430042    123.80   no data
1489.08/372.86	c  N dy  7223   1230343      1500     30000         0     63120    150000   2932338    123.79    131.03
1509.86/378.03	c  N dy  7337   1250435      1500     30000         0     83202    150000   6042036    123.78    131.01
1532.64/383.73	c  N dy  7458   1270474      1500     30000         0     54251    150000   1429586    123.78    135.67
1551.40/388.44	c  N dy  7582   1290506      1500     30000         0     74273    150000   4542708    123.80    132.57
1574.57/394.28	c  N dy  7699   1310581      1500     30000         0     94333    150000   7666148    123.81    138.23
1595.33/399.40	c  N dy  7823   1330810      1500     30000         0     64588    150000   2878064    123.82    130.54
1616.50/404.73	c  N dy  7949   1350816      1500     30000         0     84584    150000   5983178    123.84    130.52
1641.27/410.95	c  N dy  8079   1370992      1500     30000         0     53768    150000   1069549    123.87    130.47
1660.07/415.68	c  N dy  8204   1390998      1500     30000         0     73764    150000   4182377    123.88    132.08
1683.21/421.48	c  N dy  8333   1411060      1500     30000         0     93818    150000   7300695    123.89    130.53
1705.18/426.97	c  N dy  8448   1431069      1500     30000         0     61842    150000   2178726    123.90    131.94
1725.97/432.11	c  N dy  8570   1451194      1500     30000         0     81954    150000   5302506    123.91    131.61
1750.72/438.36	c  N dy  8695   1471526      1500     30000         0    102271    150000   8464130    123.93    130.74
1772.29/443.71	c  N dy  8827   1491551      1500     30000         0     69314    150000   3198808    123.97    130.87
1795.06/449.44	c  N dy  8953   1511723      1500     30000         0     89470    150000   6323625    123.98    133.57
1821.02/455.99	c  N dy  9080   1531757      1500     30000         0     55526    150000    886655    124.00    131.43
1840.22/460.74	c  N dy  9191   1551760      1500     30000         0     75512    150000   3976598    123.99    133.59
1864.16/466.72	c  N dy  9321   1571779      1500     30000         0     95520    150000   7111520    124.01    130.73
1890.13/473.23	c  N dy  9454   1591887      1500     30000         0     60653    150000   1545699    124.03    133.11
1910.90/478.40	c  N dy  9579   1612212      1500     30000         0     80971    150000   4713069    124.05    131.16
1935.27/484.59	c  N dy  9698   1632300      1500     30000         0    101048    150000   7817766    124.04    130.85
1960.43/490.87	c  N dy  9822   1652439      1500     30000         0     65207    150000   2113934    124.06    130.60
1983.60/496.60	c  N dy  9939   1672533      1500     30000         0     85289    150000   5196469    124.05    141.88
2010.77/503.48	c  N dy 10055   1692564      1500     30000         0    105302    150000   8310680    124.06    139.39
2033.93/509.24	c  S st 10166   1710326      1500     30000         0     66087    150000   2091097    124.07   no data
2034.74/509.43	c  S st 10166   1710829      1500     30000         0     66590    150000   2154077    124.07   no data
2034.74/509.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2035.14/509.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2035.14/509.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2035.14/509.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2035.14/509.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2035.14/509.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2035.14/509.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2035.14/509.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2035.54/509.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2071.08/518.50	c lits-rem:       170  cl-subs:        5  v-elim:      0  v-fix:    0  time:  8.89 s
2071.08/518.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2071.08/518.53	c vivif2 --  cl tried    66585 cl shrink        0 lits rem          0 time: 0.03
2072.69/518.95	c asymm  cl-useful: 0/18495/30000 lits-rem:0 time: 0.41
2072.69/518.95	c calculated reachability. Time: 0.00
2072.69/518.95	c  N dy 10166   1710829      1500     30000         0     66585    150000   2152063    124.07   no data
2094.66/524.46	c  N dy 10289   1730946      1500     30000         0     86693    150000   5260279    124.07    130.84
2121.43/531.12	c  N dy 10410   1751046      1500     30000         0    106786    150000   8375145    124.08    130.85
2145.38/537.15	c  N dy 10529   1771405      1500     30000         0     69166    150000   2436911    124.09    131.39
2167.75/542.79	c  N dy 10648   1791522      1500     30000         0     89268    150000   5551494    124.09    130.67
2194.91/549.57	c  N dy 10766   1811846      1500     30000         0    109575    150000   8704716    124.09    131.83
2218.48/555.45	c  N dy 10884   1831903      1500     30000         0     70666    150000   2482504    124.08    131.88
2240.85/561.05	c  N dy 11012   1851905      1500     30000         0     90653    150000   5612270    124.10    133.96
2267.21/567.62	c  N dy 11128   1871970      1500     30000         0    110703    150000   8719425    124.10    130.69
2291.58/573.73	c  N dy 11253   1891977      1500     30000         0     70734    150000   2382289    124.11    139.79
2313.95/579.33	c  N dy 11371   1912254      1500     30000         0     91003    150000   5510926    124.10    133.53
2341.13/586.10	c  N dy 11497   1932338      1500     30000         0    111076    150000   8637208    124.12    133.88
2365.87/592.38	c  N dy 11617   1952469      1500     30000         0     70239    150000   2150759    124.11    130.83
2388.24/597.93	c  N dy 11747   1972502      1500     30000         0     90263    150000   5298773    124.14    135.97
2415.01/604.65	c  N dy 11877   1992523      1500     30000         0    110273    150000   8415085    124.16    150.23
2441.79/611.38	c  N dy 11997   2012547      1500     30000         0     68319    150000   1707897    124.17    132.50
2463.34/616.79	c  N dy 12124   2032640      1500     30000         0     88396    150000   4840288    124.19    135.86
2491.30/623.75	c  N dy 12258   2052669      1500     30000         0    108418    150000   7995983    124.21    130.86
2521.66/631.38	c  N dy 12390   2072926      1500     30000         0     65694    150000   1158559    124.22    131.23
2543.62/636.80	c  N dy 12507   2093083      1500     30000         0     85842    150000   4288699    124.22    133.75
2569.21/643.30	c  N dy 12623   2113112      1500     30000         0    105858    150000   7397330    124.23    131.97
2599.55/650.87	c  N dy 12744   2133158      1500     30000         0    125893    150000  10511658    124.24    133.80
2621.52/656.30	c  N dy 12842   2153258      1500     30000         0     82022    150000   3541967    124.22    130.97
2645.88/662.46	c  N dy 12952   2173404      1500     30000         0    102154    150000   6688966    124.22    133.26
2675.44/669.80	c  N dy 13070   2193534      1500     30000         0    122270    150000   9816188    124.22    131.24
2697.41/675.36	c  S st 13172   2210832      1500     30000         0     74600    150000   2236147    124.22    129.56
2698.21/675.55	c  S st 13172   2211336      1500     30000         0     75104    150000   2301707    124.22   no data
2698.21/675.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2698.61/675.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2698.61/675.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2698.61/675.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2698.61/675.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2698.61/675.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2698.61/675.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2698.61/675.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2699.01/675.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2728.97/683.25	c lits-rem:       150  cl-subs:        6  v-elim:      0  v-fix:    0  time:  7.51 s
2728.97/683.25	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2728.97/683.28	c vivif2 --  cl tried    75098 cl shrink        0 lits rem          0 time: 0.03
2730.57/683.61	c asymm  cl-useful: 0/11505/30000 lits-rem:0 time: 0.33
2730.57/683.61	c calculated reachability. Time: 0.00
2730.57/683.61	c  N dy 13172   2211336      1500     30000         0     75098    150000   2299338    124.22   no data
2753.34/689.37	c  N dy 13292   2231430      1500     30000         0     95185    150000   5447116    124.23    135.48
2780.90/696.21	c  N dy 13413   2251488      1500     30000         0    115238    150000   8582248    124.24    133.95
2811.27/703.83	c  N dy 13541   2271588      1500     30000         0     69355    150000   1268218    124.25    131.01
2832.84/709.28	c  N dy 13662   2291697      1500     30000         0     89452    150000   4409932    124.25    131.54
2861.18/716.32	c  N dy 13786   2311757      1500     30000         0    109506    150000   7523676    124.25    132.30
2894.76/724.73	c  N dy 13913   2331885      1500     30000         0    129626    150000  10679339    124.27    132.18
2919.90/731.00	c  N dy 14037   2351928      1500     30000         0     82689    150000   3211628    124.28    136.31
2945.07/737.35	c  N dy 14154   2371978      1500     30000         0    102724    150000   6330915    124.27    133.11
2975.42/744.93	c  N dy 14265   2392810      1500     30000         0    123550    150000   9574234    124.27    131.31
3004.20/752.15	c  N dy 14384   2412905      1500     30000         0     75662    150000   1972666    124.27    131.29
3027.35/757.95	c  N dy 14510   2432934      1500     30000         0     95675    150000   5097592    124.27    131.19
3055.31/764.97	c  N dy 14642   2453071      1500     30000         0    115798    150000   8277922    124.30    131.25
3087.26/772.95	c  N dy 14766   2473130      1500     30000         0    135848    150000  11394504    124.31    135.46
3110.83/778.81	c  N dy 14889   2493320      1500     30000         0     87065    150000   3585416    124.31    131.21
3136.42/785.25	c  N dy 15010   2513539      1500     30000         0    107274    150000   6716754    124.31    132.36
3167.17/792.93	c  N dy 15144   2533558      1500     30000         0    127284    150000   9860628    124.32    131.28
3196.71/800.31	c  N dy 15266   2553797      1500     30000         0     77555    150000   1971819    124.33    133.18
3219.50/806.08	c  N dy 15386   2573870      1500     30000         0     97620    150000   5083110    124.33    136.44
3247.85/813.17	c  N dy 15506   2593985      1500     30000         0    117716    150000   8221125    124.34    132.71
3282.99/821.97	c  N dy 15627   2613994      1500     30000         0    137718    150000  11325460    124.34    133.09
3310.16/828.76	c  N dy 15762   2634029      1500     30000         0     86783    150000   3265338    124.36    131.01
3337.32/835.54	c  N dy 15880   2654106      1500     30000         0    106849    150000   6383686    124.36    137.49
3368.08/843.28	c  N dy 16001   2674246      1500     30000         0    126981    150000   9515396    124.36    131.45
3400.83/851.41	c  N dy 16126   2694281      1500     30000         0     75042    150000   1274417    124.37    141.92
3420.01/856.20	c  S st 16226   2711338      1500     30000         0     92089    150000   3898461    124.36   no data
3420.80/856.43	c  S st 16226   2711843      1500     30000         0     92594    150000   3962017    124.36   no data
3420.80/856.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3421.20/856.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3421.20/856.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3421.20/856.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3421.20/856.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3421.20/856.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3421.20/856.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3421.20/856.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3421.62/856.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3479.15/871.05	c lits-rem:       170  cl-subs:       17  v-elim:      0  v-fix:    0  time: 14.35 s
3479.15/871.05	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3479.52/871.11	c vivif2 --  cl tried    92577 cl shrink        0 lits rem          0 time: 0.05
3481.12/871.54	c asymm  cl-useful: 0/14859/30000 lits-rem:0 time: 0.44
3481.12/871.54	c calculated reachability. Time: 0.00
3481.12/871.54	c  N dy 16226   2711843      1500     30000         0     92577    150000   3956241    124.36   no data
3507.88/878.23	c  N dy 16342   2731894      1500     30000         0    112620    150000   7074153    124.36    137.96
3539.84/886.28	c  N dy 16474   2752194      1500     30000         0    132916    150000  10274728    124.37    134.83
3570.59/893.94	c  N dy 16592   2772272      1500     30000         0     80017    150000   1911119    124.37    133.00
3594.15/899.89	c  N dy 16709   2792447      1500     30000         0    100182    150000   5032070    124.37    132.20
3622.52/906.99	c  N dy 16830   2812509      1500     30000         0    120236    150000   8165825    124.38    133.72
3656.08/915.38	c  N dy 16955   2832574      1500     30000         0    140292    150000  11284851    124.38    131.21
3684.03/922.30	c  N dy 17072   2852909      1500     30000         0     86654    150000   2778491    124.38    132.04
3709.19/928.69	c  N dy 17203   2873032      1500     30000         0    106763    150000   5917019    124.39    131.39
3741.55/936.75	c  N dy 17329   2893126      1500     30000         0    126840    150000   9059840    124.41    131.68
3778.30/945.95	c  N dy 17462   2913149      1500     30000         0    146850    150000  12186257    124.42    131.15
3803.88/952.30	c  N dy 17570   2933385      1500     30000         0     92112    150000   3499878    124.41    131.21
3831.02/959.11	c  N dy 17697   2953437      1500     30000         0    112155    150000   6653638    124.42    139.29
3862.58/967.00	c  N dy 17823   2973439      1500     30000         0    132151    150000   9804001    124.44    148.56
3898.53/976.04	c  N dy 17938   2993477      1500     30000         0     76218    150000    876590    124.44    131.26
3922.10/981.95	c  N dy 18066   3013700      1500     30000         0     96432    150000   4046652    124.45    133.43
3950.06/988.91	c  N dy 18199   3033786      1500     30000         0    116506    150000   7218604    124.46    131.54
3982.42/997.00	c  N dy 18319   3053926      1500     30000         0    136636    150000  10370934    124.47    133.31
4017.56/1005.82	c  N dy 18440   3073975      1500     30000         0     79710    150000   1271629    124.46    132.55
4041.55/1011.81	c  N dy 18563   3094059      1500     30000         0     99783    150000   4375766    124.46    132.69
4069.09/1018.73	c  N dy 18676   3114069      1500     30000         0    119781    150000   7491970    124.46    132.67
4101.84/1026.98	c  N dy 18792   3134077      1500     30000         0    139774    150000  10586027    124.46    164.19
4136.99/1035.73	c  N dy 18907   3154187      1500     30000         0     81922    150000   1473409    124.46    132.55
4165.75/1042.98	c  N dy 19046   3174495      1500     30000         0    102225    150000   4671857    124.48    131.41
4199.32/1051.35	c  N dy 19174   3194533      1500     30000         0    122257    150000   7813346    124.49    131.58
4233.26/1059.84	c  S st 19289   3211844      1500     30000         0    139560    150000  10519797    124.50    130.96
4234.88/1060.22	c  S st 19289   3212345      1500     30000         0    140061    150000  10583570    124.50   no data
4234.88/1060.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4235.25/1060.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4235.25/1060.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4235.25/1060.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4235.25/1060.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4235.25/1060.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4235.25/1060.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4236.05/1060.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
4237.25/1060.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4461.74/1117.05	c lits-rem:       504  cl-subs:       80  v-elim:      0  v-fix:    0  time: 56.16 s
4461.74/1117.05	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4462.14/1117.19	c vivif2 --  cl tried   139981 cl shrink        0 lits rem          0 time: 0.13
4464.14/1117.68	c asymm  cl-useful: 0/9443/30000 lits-rem:0 time: 0.49
4464.14/1117.68	c calculated reachability. Time: 0.00
4464.14/1117.69	c  N dy 19289   3212345      1500     30000         0    139981    150000  10555209    124.50   no data
4500.89/1126.82	c  N dy 19409   3232383      1500     30000         0     81047    150000   1198575    124.50    131.24
4525.25/1132.96	c  N dy 19541   3252411      1500     30000         0    101060    150000   4320546    124.51    131.31
4554.82/1140.32	c  N dy 19669   3272708      1500     30000         0    121342    150000   7485985    124.52    131.79
4588.36/1148.73	c  N dy 19790   3292897      1500     30000         0    141522    150000  10621670    124.52    131.89
4625.53/1158.05	c  N dy 19919   3313025      1500     30000         0     81686    150000   1156086    124.53    132.03
4650.27/1164.26	c  N dy 20053   3333130      1500     30000         0    101780    150000   4289389    124.54    133.38
4681.03/1171.92	c  N dy 20178   3353254      1500     30000         0    121894    150000   7451016    124.55    133.48
4716.99/1180.96	c  N dy 20292   3373298      1500     30000         0    141927    150000  10539378    124.54    131.82
4759.32/1191.51	c  N dy 20417   3393386      1500     30000         0     81041    150000    900004    124.55    131.25
4785.28/1198.08	c  N dy 20534   3413531      1500     30000         0    101173    150000   4036134    124.55    133.39

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.72 7.91 6.18 6/180 19063
/proc/meminfo: memFree=13572720/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514609000 52441088 348 33554432000 4194304 4627427 140736535428976 18446744073709551615 47888205969324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 12803 348 299 106 0 7774 0
[pid=19063/tid=19064] ppid=19061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514609000 52441088 348 33554432000 4194304 4627427 140736535428976 18446744073709551615 47888205969330 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514609000 52441088 348 33554432000 4194304 4627427 140736535428976 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514609000 52441088 348 33554432000 4194304 4627427 140736535428976 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.101579 s]
/proc/loadavg: 7.72 7.91 6.18 6/180 19063
/proc/meminfo: memFree=13572720/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=287492 CPUtime=0.72 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 5047 0 0 0 71 1 0 0 25 0 4 0 514609000 294391808 4951 33554432000 4194304 4627427 140736535428976 18446744073709551615 270612771525 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 72059 5344 370 106 0 67030 0
[pid=19063/tid=19064] ppid=19061 vsize=288428 CPUtime=0.17 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) D 19061 19063 18832 0 -1 4202560 1267 0 0 0 17 0 0 0 18 0 4 0 514609000 295350272 5381 33554432000 4194304 4627427 140736535428976 18446744073709551615 270612807435 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=288560 CPUtime=0.17 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 1399 0 0 0 17 0 0 0 18 0 4 0 514609000 295485440 5558 33554432000 4194304 4627427 140736535428976 18446744073709551615 270612771873 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=288752 CPUtime=0.18 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 1262 0 0 0 18 0 0 0 18 0 4 0 514609000 295682048 5652 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 287492

[startup+0.697568 s]
/proc/loadavg: 7.72 7.91 6.18 6/180 19063
/proc/meminfo: memFree=13572720/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=300380 CPUtime=4 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 17138 0 0 0 397 3 0 0 18 0 4 0 514609000 307589120 11215 33554432000 4194304 4627427 140736535428976 18446744073709551615 4333184 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 75095 11216 385 106 0 70066 0
[pid=19063/tid=19064] ppid=19061 vsize=300380 CPUtime=0.99 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4497 0 0 0 98 1 0 0 19 0 4 0 514609000 307589120 11216 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=300380 CPUtime=0.99 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4539 0 0 0 99 0 0 0 18 0 4 0 514609000 307589120 11216 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=300380 CPUtime=0.99 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 3284 0 0 0 99 0 0 0 19 0 4 0 514609000 307589120 11216 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 300380

[startup+1.06029 s]
/proc/loadavg: 7.72 7.91 6.18 6/180 19063
/proc/meminfo: memFree=13572720/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=310808 CPUtime=4.19 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) D 19061 19063 18832 0 -1 4202496 17927 0 0 0 416 3 0 0 19 0 4 0 514609000 318267392 10662 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 75159 11010 385 106 0 70130 0
[pid=19063/tid=19064] ppid=19061 vsize=300636 CPUtime=1.09 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4656 0 0 0 108 1 0 0 19 0 4 0 514609000 307851264 11010 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=300636 CPUtime=1.09 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4708 0 0 0 109 0 0 0 19 0 4 0 514609000 307851264 11010 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=300636 CPUtime=1.09 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 3935 0 0 0 109 0 0 0 19 0 4 0 514609000 307851264 11011 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 310808

[startup+1.21195 s]
/proc/loadavg: 7.72 7.91 6.18 6/180 19063
/proc/meminfo: memFree=13572720/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=300636 CPUtime=4.79 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 18921 0 0 0 476 3 0 0 19 0 4 0 514609000 307851264 11656 33554432000 4194304 4627427 140736535428976 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 75159 11656 385 106 0 70130 0
[pid=19063/tid=19064] ppid=19061 vsize=300636 CPUtime=1.19 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4810 0 0 0 118 1 0 0 19 0 4 0 514609000 307851264 11656 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=300636 CPUtime=1.19 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4878 0 0 0 119 0 0 0 19 0 4 0 514609000 307851264 11656 33554432000 4194304 4627427 140736535428976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=300636 CPUtime=1.19 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4100 0 0 0 119 0 0 0 19 0 4 0 514609000 307851264 11656 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 300636

[startup+1.5009 s]
/proc/loadavg: 7.72 7.91 6.18 6/180 19063
/proc/meminfo: memFree=13572720/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=301628 CPUtime=5.96 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 22242 0 0 0 592 4 0 0 19 0 4 0 514609000 308867072 11019 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 75407 11019 385 106 0 70378 0
[pid=19063/tid=19064] ppid=19061 vsize=301628 CPUtime=1.48 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 5762 0 0 0 147 1 0 0 19 0 4 0 514609000 308867072 11019 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=301628 CPUtime=1.48 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 5848 0 0 0 147 1 0 0 19 0 4 0 514609000 308867072 11019 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=301628 CPUtime=1.48 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 4568 0 0 0 148 0 0 0 20 0 4 0 514609000 308867072 11019 33554432000 4194304 4627427 140736535428976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 301628

[startup+3.10661 s]
/proc/loadavg: 7.72 7.91 6.18 9/184 19067
/proc/meminfo: memFree=13524328/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=303264 CPUtime=12.36 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 36523 0 0 0 1229 7 0 0 24 0 4 0 514609000 310542336 12237 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 75816 12237 386 106 0 70787 0
[pid=19063/tid=19064] ppid=19061 vsize=303264 CPUtime=3.07 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 9312 0 0 0 305 2 0 0 24 0 4 0 514609000 310542336 12237 33554432000 4194304 4627427 140736535428976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=303264 CPUtime=3.08 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 9398 0 0 0 307 1 0 0 24 0 4 0 514609000 310542336 12237 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=303264 CPUtime=3.09 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 8172 0 0 0 308 1 0 0 25 0 4 0 514609000 310542336 12237 33554432000 4194304 4627427 140736535428976 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303264

[startup+6.30105 s]
/proc/loadavg: 7.75 7.91 6.19 9/184 19067
/proc/meminfo: memFree=13405660/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=327008 CPUtime=25.14 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 76210 0 0 0 2499 15 0 0 25 0 4 0 514609000 334856192 37137 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 81752 37137 389 106 0 76723 0
[pid=19063/tid=19064] ppid=19061 vsize=327008 CPUtime=6.25 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 16959 0 0 0 622 3 0 0 25 0 4 0 514609000 334856192 37137 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=327008 CPUtime=6.28 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 20729 0 0 0 625 3 0 0 25 0 4 0 514609000 334856192 37137 33554432000 4194304 4627427 140736535428976 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=327008 CPUtime=6.28 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 19544 0 0 0 625 3 0 0 25 0 4 0 514609000 334856192 37137 33554432000 4194304 4627427 140736535428976 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 327008

[startup+12.7009 s]
/proc/loadavg: 7.77 7.91 6.20 9/184 19067
/proc/meminfo: memFree=13392972/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=330396 CPUtime=50.68 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 112749 0 0 0 5045 23 0 0 25 0 4 0 514609000 338325504 49945 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 82599 49945 389 106 0 77570 0
[pid=19063/tid=19064] ppid=19061 vsize=330396 CPUtime=12.62 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 28869 0 0 0 1256 6 0 0 25 0 4 0 514609000 338325504 49945 33554432000 4194304 4627427 140736535428976 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=330396 CPUtime=12.67 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 27378 0 0 0 1262 5 0 0 25 0 4 0 514609000 338325504 49945 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=330396 CPUtime=12.68 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 27861 0 0 0 1263 5 0 0 25 0 4 0 514609000 338325504 49945 33554432000 4194304 4627427 140736535428976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 330396

[startup+25.5006 s]
/proc/loadavg: 7.82 7.91 6.23 9/184 19068
/proc/meminfo: memFree=13275912/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=487404 CPUtime=101.81 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 165985 0 0 0 10149 32 0 0 25 0 4 0 514609000 499101696 72970 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 121851 72970 390 106 0 116822 0
[pid=19063/tid=19064] ppid=19061 vsize=487404 CPUtime=25.35 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 40951 0 0 0 2527 8 0 0 25 0 4 0 514609000 499101696 72970 33554432000 4194304 4627427 140736535428976 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=487404 CPUtime=25.48 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 43683 0 0 0 2540 8 0 0 25 0 4 0 514609000 499101696 72970 33554432000 4194304 4627427 140736535428976 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=487404 CPUtime=25.48 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 42652 0 0 0 2541 7 0 0 25 0 4 0 514609000 499101696 72970 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 487404

[startup+51.1011 s]
/proc/loadavg: 7.88 7.92 6.28 9/184 19068
/proc/meminfo: memFree=13121564/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=594236 CPUtime=204.08 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 248610 0 0 0 20359 49 0 0 25 0 4 0 514609000 608497664 92740 33554432000 4194304 4627427 140736535428976 18446744073709551615 4427693 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 148559 92741 390 106 0 143530 0
[pid=19063/tid=19064] ppid=19061 vsize=594236 CPUtime=50.81 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 58740 0 0 0 5069 12 0 0 25 0 4 0 514609000 608497664 92741 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309297 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=594236 CPUtime=51.07 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 65285 0 0 0 5096 11 0 0 25 0 4 0 514609000 608497664 92741 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=594236 CPUtime=51.08 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 73326 0 0 0 5094 14 0 0 25 0 4 0 514609000 608497664 92741 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 594236

[startup+102.301 s]
/proc/loadavg: 7.95 7.93 6.37 9/184 19070
/proc/meminfo: memFree=13019220/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=641456 CPUtime=408.59 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 393650 0 0 0 40777 82 0 0 25 0 4 0 514609000 656850944 102950 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 160364 102950 389 106 0 155335 0
[pid=19063/tid=19064] ppid=19061 vsize=641456 CPUtime=101.74 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 98951 0 0 0 10153 21 0 0 25 0 4 0 514609000 656850944 102950 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=641456 CPUtime=102.27 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 99236 0 0 0 10208 19 0 0 25 0 4 0 514609000 656850944 102950 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=641456 CPUtime=102.28 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 121320 0 0 0 10204 24 0 0 25 0 4 0 514609000 656850944 102950 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 641456

[startup+162.3 s]

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

[pid=19063] ppid=19061 vsize=1266872 CPUtime=2565.59 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 1533352 0 0 0 256153 406 0 0 25 0 4 0 514609000 1297276928 213890 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 316718 213890 389 106 0 311689 0
[pid=19063/tid=19064] ppid=19061 vsize=1266872 CPUtime=638.83 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 400515 0 0 0 63779 104 0 0 25 0 4 0 514609000 1297276928 213890 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1266872 CPUtime=642.26 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 418247 0 0 0 64119 107 0 0 25 0 4 0 514609000 1297276928 213890 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1266872 CPUtime=642.26 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 430301 0 0 0 64109 117 0 0 25 0 4 0 514609000 1297276928 213890 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.59
Current children cumulated vsize (KiB) 1266872

[startup+702.301 s]
/proc/loadavg: 8.01 8.04 7.16 9/184 19086
/proc/meminfo: memFree=12300604/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1093068 CPUtime=2805.25 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 1645802 0 0 0 280086 439 0 0 25 0 4 0 514609000 1119301632 213533 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 273267 213533 389 106 0 268238 0
[pid=19063/tid=19064] ppid=19061 vsize=1093068 CPUtime=698.51 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 431565 0 0 0 69738 113 0 0 25 0 4 0 514609000 1119301632 213533 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1093068 CPUtime=702.26 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 449936 0 0 0 70109 117 0 0 25 0 4 0 514609000 1119301632 213533 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1093068 CPUtime=702.26 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 456910 0 0 0 70102 124 0 0 25 0 4 0 514609000 1119301632 213533 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.25
Current children cumulated vsize (KiB) 1093068

[startup+762.301 s]
/proc/loadavg: 8.00 8.03 7.21 9/184 19087
/proc/meminfo: memFree=12176344/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1233092 CPUtime=3044.92 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 1742126 0 0 0 304020 472 0 0 25 0 4 0 514609000 1262686208 235680 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 308273 235680 389 106 0 303244 0
[pid=19063/tid=19064] ppid=19061 vsize=1233092 CPUtime=758.19 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 461004 0 0 0 75696 123 0 0 25 0 4 0 514609000 1262686208 235680 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1233092 CPUtime=762.26 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 460439 0 0 0 76107 119 0 0 25 0 4 0 514609000 1262686208 235680 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1233092 CPUtime=762.26 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 485455 0 0 0 76091 135 0 0 25 0 4 0 514609000 1262686208 235680 33554432000 4194304 4627427 140736535428976 18446744073709551615 4327897 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 1233092

[startup+822.301 s]
/proc/loadavg: 8.00 8.02 7.25 9/184 19089
/proc/meminfo: memFree=12138252/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1287972 CPUtime=3284.59 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 1857356 0 0 0 327953 506 0 0 25 0 4 0 514609000 1318883328 242431 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 321993 242431 389 106 0 316964 0
[pid=19063/tid=19064] ppid=19061 vsize=1287972 CPUtime=817.87 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 492416 0 0 0 81656 131 0 0 25 0 4 0 514609000 1318883328 242431 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1287972 CPUtime=822.25 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 491772 0 0 0 82096 129 0 0 25 0 4 0 514609000 1318883328 242431 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1287972 CPUtime=822.26 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 516226 0 0 0 82082 144 0 0 25 0 4 0 514609000 1318883328 242431 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 1287972

[startup+882.301 s]
/proc/loadavg: 8.03 8.03 7.30 9/184 19090
/proc/meminfo: memFree=11979760/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1303592 CPUtime=3524.26 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 1931958 0 0 0 351895 531 0 0 25 0 4 0 514609000 1334878208 244410 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 325898 244410 389 106 0 320869 0
[pid=19063/tid=19064] ppid=19061 vsize=1303592 CPUtime=877.55 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 509352 0 0 0 87619 136 0 0 25 0 4 0 514609000 1334878208 244411 33554432000 4194304 4627427 140736535428976 18446744073709551615 4332443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1303592 CPUtime=882.25 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 516352 0 0 0 88089 136 0 0 25 0 4 0 514609000 1334878208 244411 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1303592 CPUtime=882.25 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 534088 0 0 0 88076 149 0 0 25 0 4 0 514609000 1334878208 244411 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 1303592

[startup+942.3 s]
/proc/loadavg: 8.18 8.07 7.36 9/184 19092
/proc/meminfo: memFree=11903604/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1264188 CPUtime=3763.92 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 2037203 0 0 0 375824 568 0 0 25 0 4 0 514609000 1294528512 243225 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 316047 243225 389 106 0 311018 0
[pid=19063/tid=19064] ppid=19061 vsize=1264188 CPUtime=937.21 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 536676 0 0 0 93576 145 0 0 25 0 4 0 514609000 1294528512 243225 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1264188 CPUtime=942.24 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 539000 0 0 0 94081 143 0 0 25 0 4 0 514609000 1294528512 243225 33554432000 4194304 4627427 140736535428976 18446744073709551615 4427700 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1264188 CPUtime=942.25 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 561662 0 0 0 94065 160 0 0 25 0 4 0 514609000 1294528512 243225 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1264188

[startup+1002.3 s]
/proc/loadavg: 8.19 8.08 7.41 9/184 19094
/proc/meminfo: memFree=11869724/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1331716 CPUtime=4003.59 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 2132589 0 0 0 399763 596 0 0 25 0 4 0 514609000 1363677184 252922 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 332929 252922 389 106 0 327900 0
[pid=19063/tid=19064] ppid=19061 vsize=1331716 CPUtime=996.89 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 564054 0 0 0 99536 153 0 0 25 0 4 0 514609000 1363677184 252922 33554432000 4194304 4627427 140736535428976 18446744073709551615 4302447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1331716 CPUtime=1002.24 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 555658 0 0 0 100077 147 0 0 25 0 4 0 514609000 1363677184 252922 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1331716 CPUtime=1002.25 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 589024 0 0 0 100058 167 0 0 25 0 4 0 514609000 1363677184 252922 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 1331716

[startup+1062.3 s]
/proc/loadavg: 8.18 8.10 7.45 9/184 19095
/proc/meminfo: memFree=11548064/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1611320 CPUtime=4243.26 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 2279455 0 0 0 423691 635 0 0 25 0 4 0 514609000 1649991680 320181 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 402830 320181 389 106 0 397801 0
[pid=19063/tid=19064] ppid=19061 vsize=1611320 CPUtime=1056.56 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 613388 0 0 0 105494 162 0 0 25 0 4 0 514609000 1649991680 320181 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1611320 CPUtime=1062.25 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 574609 0 0 0 106069 156 0 0 25 0 4 0 514609000 1649991680 320181 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1611320 CPUtime=1062.26 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 628027 0 0 0 106049 177 0 0 25 0 4 0 514609000 1649991680 320181 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 1611320

[startup+1122.3 s]
/proc/loadavg: 8.17 8.11 7.49 9/184 19128
/proc/meminfo: memFree=12520256/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1561484 CPUtime=4482.91 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 2317784 0 0 0 447640 651 0 0 25 0 4 0 514609000 1598959616 305403 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 390371 305403 389 106 0 385342 0
[pid=19063/tid=19064] ppid=19061 vsize=1561484 CPUtime=1116.24 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 618096 0 0 0 111461 163 0 0 25 0 4 0 514609000 1598959616 305403 33554432000 4194304 4627427 140736535428976 18446744073709551615 4352192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1561484 CPUtime=1122.24 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 599246 0 0 0 112056 168 0 0 25 0 4 0 514609000 1598959616 305403 33554432000 4194304 4627427 140736535428976 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1561484 CPUtime=1122.24 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 635438 0 0 0 112045 179 0 0 25 0 4 0 514609000 1598959616 305403 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 1561484

[startup+1182.31 s]
/proc/loadavg: 8.16 8.11 7.53 9/184 19129
/proc/meminfo: memFree=12274936/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1571088 CPUtime=4722.59 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 2428846 0 0 0 471573 686 0 0 25 0 4 0 514609000 1608794112 318664 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 392772 318664 392 106 0 387743 0
[pid=19063/tid=19064] ppid=19061 vsize=1571088 CPUtime=1175.92 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 643687 0 0 0 117419 173 0 0 25 0 4 0 514609000 1608794112 318664 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1571088 CPUtime=1182.25 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 632025 0 0 0 118051 174 0 0 25 0 4 0 514609000 1608794112 318664 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1571088 CPUtime=1182.25 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 661674 0 0 0 118035 190 0 0 25 0 4 0 514609000 1608794112 318664 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 1571088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.11 7.54 10/184 19130
/proc/meminfo: memFree=12251368/32951124 swapFree=67111528/67111528
[pid=19063] ppid=19061 vsize=1629888 CPUtime=4800.08 cores=0,2,4,6
/proc/19063/stat : 19063 (strangenight2-m) R 19061 19063 18832 0 -1 4202496 2452692 0 0 0 479311 697 0 0 25 0 4 0 514609000 1669005312 328436 33554432000 4194304 4627427 140736535428976 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19063/statm: 407472 328436 392 106 0 402443 0
[pid=19063/tid=19064] ppid=19061 vsize=1629888 CPUtime=1195.21 cores=0,2,4,6
/proc/19063/task/19064/stat : 19064 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 651617 0 0 0 119345 176 0 0 25 0 4 0 514609000 1669005312 328436 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19063/tid=19065] ppid=19061 vsize=1629888 CPUtime=1201.65 cores=0,2,4,6
/proc/19063/task/19065/stat : 19065 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 632025 0 0 0 119991 174 0 0 25 0 4 0 514609000 1669005312 328436 33554432000 4194304 4627427 140736535428976 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19063/tid=19066] ppid=19061 vsize=1629888 CPUtime=1201.65 cores=0,2,4,6
/proc/19063/task/19066/stat : 19066 (strangenight2-m) R 19061 19063 18832 0 -1 4202560 668884 0 0 0 119972 193 0 0 25 0 4 0 514609000 1669005312 328436 33554432000 4194304 4627427 140736535428976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1629888

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.17
CPU user time (s): 4793.14
CPU system time (s): 7.03093
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 1640524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.14
system time used= 7.03093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2452695
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= 2334
involuntary context switches= 24236

runsolver used 1.9887 second user time and 4.45332 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 00:34:41
IDJOB=3173717
IDBENCH=82535
IDSOLVER=1586
FILE ID=node108/3173717-1304030080
RUNJOBID= node108-1304028687-18851
PBS_JOBID= 13170344
Free space on /tmp= 72116 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173717-1304030080/watcher-3173717-1304030080 -o /tmp/evaluation-result-3173717-1304030080/solver-3173717-1304030080 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173717-1304030080.cnf

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=1260120708

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13573008 kB
Buffers:       2294212 kB
Cached:       16107176 kB
SwapCached:          0 kB
Active:       10574120 kB
Inactive:      8222872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13573008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:      395244 kB
Mapped:          15508 kB
Slab:           517876 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   680660 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= 72108 MiB
End job on node108 at 2011-04-29 00:54:44