Trace number 3366126

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.24 1203.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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366126-1305396113.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.00/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.03	c -- vars added       1500
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.35/0.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.35/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.75/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.75/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.75/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.75/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.75/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.75/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.75/0.49	c Finding binary XORs  T:     0.00 s  found:       0
0.75/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.75/0.49	c calculated reachability. Time: 0.00
0.75/0.49	c Calc default polars -  time:   0.00 s pos:     696 undec:      67 neg:     737
0.75/0.49	c =========================================================================================
0.75/0.49	c types(t): F = full restart, N = normal restart
0.75/0.49	c types(t): S = simplification begin/end, E = solution found
0.75/0.49	c restart types(rt): st = static, dy = dynamic
0.75/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.75/0.49	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
2.33/0.60	c  N dy    15      4037      1500     30000         0      4029    150000    635675    126.01    139.91
3.54/0.98	c  N dy    36      8161      1500     30000         0      5661    150000    642767    124.31    132.32
5.53/1.40	c  N dy    57     12471      1500     30000         0      5719    150000    429977    123.67    131.06
6.72/1.79	c  N dy    79     16513      1500     30000         0      9756    150000   1046223    123.32    134.49
8.33/2.21	c  N dy   103     20627      1500     30000         0      8250    150000    639316    123.19    129.95
10.31/2.62	c  N dy   127     24630      1500     30000         0     12252    150000   1254655    123.20    131.90
10.31/2.66	c  F st   130     25001      1500     30000         0     12623    150000   1310418    123.17   no data
12.31/3.19	c  N dy   136     30000      1500     30000         0     10801    150000    931219    123.17   no data
12.31/3.19	c  S st   136     30000      1500     30000         0     10801    150000    931219    123.17   no data
12.71/3.26	c  S st   136     30502      1500     30000         0     11303    150000    995748    123.17   no data
12.71/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.71/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.71/3.28	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.71/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.71/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.71/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.71/3.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.71/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.15/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.09/3.81	c lits-rem:       124  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.47 s
15.90/4.00	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
15.90/4.00	c calculated reachability. Time: 0.00
15.90/4.00	c  N dy   136     30502      1500     30000         0     11268    150000    983112    123.17   no data
17.53/4.47	c  N dy   160     34581      1500     30000         0     15346    150000   1609326    123.14    136.08
19.49/4.91	c  N dy   182     38717      1500     30000         0     11582    150000    837336    123.03    129.74
21.48/5.40	c  N dy   207     42785      1500     30000         0     15646    150000   1466885    123.26    131.49
22.66/5.79	c  S st   223     45754      1500     30000         0      9671    150000    387286    123.10   no data
23.07/5.86	c  S st   223     46258      1500     30000         0     10175    150000    451317    123.10   no data
23.07/5.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.07/5.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.07/5.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.07/5.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.07/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.07/5.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.07/5.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.07/5.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.47/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.87/6.03	c lits-rem:        11  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
23.87/6.03	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.87/6.04	c vivif2 --  cl tried    10175 cl shrink        0 lits rem          0 time: 0.01
24.67/6.23	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.67/6.23	c calculated reachability. Time: 0.00
24.67/6.23	c  N dy   223     46258      1500     30000         0     10175    150000    451306    123.10   no data
26.71/6.71	c  N dy   248     50311      1500     30000         0     14222    150000   1073160    123.21    133.55
28.65/7.23	c  N dy   275     54450      1500     30000         0     18360    150000   1721307    123.48    130.08
30.70/7.74	c  N dy   301     58565      1500     30000         0     12505    150000    677986    123.61    130.22
32.64/8.22	c  N dy   321     62697      1500     30000         0     16633    150000   1307013    123.49    131.76
34.64/8.77	c  N dy   351     66746      1500     30000         0     20679    150000   1945987    123.76    131.69
36.24/9.14	c  S st   368     69387      1500     30000         0     12337    150000    501865    123.68    125.47
36.63/9.21	c  S st   368     69888      1500     30000         0     12838    150000    563332    123.68   no data
36.63/9.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.63/9.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.63/9.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.63/9.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.63/9.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.63/9.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.63/9.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.63/9.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.63/9.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.43/9.46	c lits-rem:        21  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
37.43/9.47	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.43/9.47	c vivif2 --  cl tried    12837 cl shrink        0 lits rem          0 time: 0.01
38.23/9.69	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.23/9.69	c calculated reachability. Time: 0.00
38.23/9.69	c  N dy   368     69888      1500     30000         0     12837    150000    562953    123.68   no data
40.62/10.27	c  N dy   395     74599      1500     30000         0     17546    150000   1289008    123.61    130.69
43.03/10.89	c  N dy   426     79409      1500     30000         0     22356    150000   2029100    123.57    130.40
45.82/11.55	c  N dy   458     84478      1500     30000         0     15439    150000    833850    123.57    130.85
47.41/11.92	c  F st   477     87501      1500     30000         0     18461    150000   1292571    123.52   no data
49.00/12.36	c  N st   482     90796      1500     30000         0     21748    150000   1834828    123.52   no data
52.19/13.16	c  N dy   508     96592      1500     30000         0     14550    150000    556668    123.55    130.82
55.37/13.93	c  N dy   546    102830      1500     30000         0     20784    150000   1519457    123.62    130.23
56.57/14.20	c  S st   561    104833      1500     30000         0     22786    150000   1839033    123.74   no data
56.57/14.29	c  S st   561    105336      1500     30000         0     23289    150000   1905807    123.74   no data
56.57/14.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.01/14.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
57.01/14.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.01/14.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.01/14.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.01/14.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
57.01/14.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.01/14.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
57.41/14.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.93/18.31	c lits-rem:       212  cl-subs:        9  v-elim:      0  v-fix:    0  time:  3.84 s
72.93/18.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.93/18.33	c vivif2 --  cl tried    23280 cl shrink        0 lits rem          0 time: 0.02
74.13/18.66	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
74.13/18.66	c calculated reachability. Time: 0.00
74.13/18.66	c  N dy   561    105336      1500     30000         0     23280    150000   1902623    123.74   no data
78.11/19.63	c  N dy   597    112062      1500     30000         0     16009    150000    629367    123.63    137.18
81.70/20.57	c  N dy   639    119244      1500     30000         0     23180    150000   1727541    123.58    130.59
86.48/21.79	c  N dy   683    127175      1500     30000         0     16120    150000    503595    123.52    130.83
91.28/22.92	c  N dy   732    135407      1500     30000         0     24346    150000   1775788    123.54    130.56
96.50/24.29	c  N dy   786    144163      1500     30000         0     17111    150000    513578    123.56    131.00
101.64/25.56	c  N dy   841    153472      1500     30000         0     26414    150000   1937153    123.49    131.70
104.44/26.23	c  S st   864    158005      1500     30000         0     30943    150000   2628820    123.47   no data
104.85/26.34	c  S st   864    158510      1500     30000         0     31447    150000   2694969    123.47   no data
104.85/26.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.85/26.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
104.85/26.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.85/26.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.85/26.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.85/26.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
104.85/26.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.28/26.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
105.68/26.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.13/35.44	c lits-rem:       267  cl-subs:        8  v-elim:      0  v-fix:    0  time:  8.83 s
141.13/35.45	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
141.13/35.48	c vivif2 --  cl tried    31439 cl shrink        0 lits rem          0 time: 0.03
142.73/35.87	c asymm  cl-useful: 0/27790/30000 lits-rem:0 time: 0.39
142.73/35.87	c calculated reachability. Time: 0.00
142.73/35.87	c  N dy   864    158510      1500     30000         0     31439    150000   2691697    123.47   no data
148.72/37.38	c  N dy   923    168682      1500     30000         0     24616    150000   1518789    123.45    135.15
155.89/39.14	c  N dy   986    179719      1500     30000         0     35648    150000   3219752    123.44    134.19
162.72/40.83	c  N dy  1057    191284      1500     30000         0     29214    150000   2090345    123.42    130.53
170.25/42.78	c  N dy  1135    203508      1500     30000         0     22441    150000    887799    123.43    135.75
178.23/44.77	c  N dy  1216    216509      1500     30000         0     35438    150000   2895781    123.49    141.54
186.60/46.84	c  N dy  1291    230427      1500     30000         0     29363    150000   1818046    123.45    132.64
191.39/48.02	c  S st  1334    237766      1500     30000         0     36699    150000   2941802    123.43    115.36
191.79/48.13	c  S st  1334    238269      1500     30000         0     37202    150000   3010350    123.43   no data
191.79/48.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.79/48.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
191.79/48.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.79/48.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.79/48.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.79/48.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
191.79/48.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
192.19/48.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
192.59/48.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.88/57.41	c lits-rem:       187  cl-subs:       12  v-elim:      0  v-fix:    0  time:  9.00 s
228.88/57.41	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
228.88/57.45	c vivif2 --  cl tried    37190 cl shrink        0 lits rem          0 time: 0.04
228.88/57.49	c asymm  cl-useful: 0/2210/30000 lits-rem:0 time: 0.04
228.88/57.49	c calculated reachability. Time: 0.00
228.88/57.49	c  N dy  1334    238269      1500     30000         0     37190    150000   3006178    123.43   no data
238.46/59.86	c  N dy  1419    253553      1500     30000         0     31474    150000   1979788    123.39    130.98
249.23/62.56	c  N dy  1523    269825      1500     30000         0     25752    150000    968194    123.37    129.94
260.79/65.42	c  N dy  1623    287462      1500     30000         0     43374    150000   3702685    123.38    130.53
272.40/68.34	c  N dy  1718    305961      1500     30000         0     38874    150000   2823789    123.22    130.50
272.40/68.39	c  F st  1721    306252      1500     30000         0     39165    150000   2870438    123.23   no data
285.17/71.55	c  N dy  1806    325628      1500     30000         0     34544    150000   2041079    123.23    132.49
299.48/75.10	c  N dy  1917    345891      1500     30000         0     29810    150000   1152577    123.23    132.06
307.11/77.03	c  S st  1985    357403      1500     30000         0     41317    150000   2932019    123.24   no data
307.51/77.16	c  S st  1985    357906      1500     30000         0     41820    150000   3000342    123.24   no data
307.51/77.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
307.87/77.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
307.87/77.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
307.87/77.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
307.87/77.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
307.87/77.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
307.87/77.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
307.87/77.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
308.27/77.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
347.35/87.16	c lits-rem:       363  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.72 s
347.35/87.16	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
347.35/87.19	c vivif2 --  cl tried    41803 cl shrink        0 lits rem          0 time: 0.04
348.95/87.59	c asymm  cl-useful: 0/24156/30000 lits-rem:0 time: 0.39
348.95/87.59	c calculated reachability. Time: 0.00
348.95/87.59	c  N dy  1985    357906      1500     30000         0     41803    150000   2994416    123.24   no data
363.72/91.23	c  N dy  2101    377973      1500     30000         0     35882    150000   1945633    123.24    132.11
379.28/95.10	c  N dy  2223    397990      1500     30000         0     28904    150000    723607    123.27    130.95
393.23/98.62	c  N dy  2340    418366      1500     30000         0     49262    150000   3843804    123.27    130.96
407.60/102.29	c  N dy  2470    438462      1500     30000         0     41360    150000   2510542    123.34    136.28
423.14/106.17	c  N dy  2579    458495      1500     30000         0     32401    150000    965306    123.25    130.54
437.91/109.81	c  N dy  2693    478603      1500     30000         0     52494    150000   4050781    123.25    130.80
453.06/113.61	c  N dy  2814    498769      1500     30000         0     42669    150000   2423102    123.28    129.89
469.44/117.75	c  N dy  2928    518988      1500     30000         0     31891    150000    601218    123.26    130.41
482.04/120.94	c  S st  3036    536859      1500     30000         0     49755    150000   3342073    123.27    107.02
482.47/121.09	c  S st  3036    537361      1500     30000         0     50257    150000   3411006    123.27   no data
482.47/121.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
482.87/121.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
482.87/121.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
482.87/121.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
482.87/121.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
482.87/121.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
482.87/121.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
482.87/121.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
483.22/121.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
532.55/133.79	c lits-rem:       242  cl-subs:       26  v-elim:      0  v-fix:    0  time: 12.37 s
532.55/133.79	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
532.95/133.84	c vivif2 --  cl tried    50231 cl shrink        0 lits rem          0 time: 0.04
533.34/133.97	c asymm  cl-useful: 0/5844/30000 lits-rem:0 time: 0.13
533.34/133.97	c calculated reachability. Time: 0.00
533.34/133.97	c  N dy  3036    537361      1500     30000         0     50231    150000   3401818    123.27   no data
550.79/138.37	c  N dy  3167    557403      1500     30000         0     38283    150000   1451087    123.34    130.42
568.33/142.77	c  N dy  3283    577473      1500     30000         0     58350    150000   4547219    123.32    135.62
585.89/147.17	c  N dy  3409    597516      1500     30000         0     45393    150000   2408502    123.36    131.40
604.23/151.70	c  N dy  3538    617653      1500     30000         0     65523    150000   5526630    123.42    131.84
620.18/155.70	c  N dy  3654    637714      1500     30000         0     51592    150000   3194653    123.42    131.70
638.53/160.35	c  N dy  3768    657778      1500     30000         0     36664    150000    760735    123.43    130.25
654.48/164.32	c  N dy  3890    677876      1500     30000         0     56752    150000   3872707    123.43    131.16
672.04/168.71	c  N dy  4000    697977      1500     30000         0     40860    150000   1261190    123.42    131.87
688.03/172.74	c  N dy  4110    717992      1500     30000         0     60864    150000   4344045    123.41    130.05
706.34/177.33	c  N dy  4240    738064      1500     30000         0     43945    150000   1590318    123.43    130.60
723.54/181.62	c  N dy  4365    758128      1500     30000         0     63997    150000   4715598    123.45    131.29
741.43/186.17	c  N dy  4493    778138      1500     30000         0     46016    150000   1773142    123.51    138.29
759.38/190.67	c  N dy  4618    798209      1500     30000         0     66072    150000   4893061    123.52    130.22
768.17/192.86	c  S st  4672    806041      1500     30000         0     73901    150000   6117634    123.55   no data
768.97/193.07	c  S st  4672    806546      1500     30000         0     74406    150000   6180899    123.55   no data
768.97/193.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
769.37/193.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
769.37/193.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
769.37/193.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
769.37/193.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
769.37/193.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
769.37/193.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
769.77/193.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
770.56/193.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
904.58/227.06	c lits-rem:       551  cl-subs:       45  v-elim:      0  v-fix:    0  time: 33.24 s
904.58/227.07	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
904.98/227.14	c vivif2 --  cl tried    74361 cl shrink        0 lits rem          0 time: 0.08
906.58/227.58	c asymm  cl-useful: 0/17283/30000 lits-rem:0 time: 0.43
906.58/227.58	c calculated reachability. Time: 0.00
906.58/227.58	c  N dy  4672    806546      1500     30000         0     74361    150000   6165064    123.55   no data
923.73/231.83	c  N dy  4787    826564      1500     30000         0     55391    150000   3061091    123.54    131.04
943.27/236.72	c  N dy  4909    846703      1500     30000         0     75522    150000   6197698    123.57    134.18
960.46/241.09	c  N dy  5038    866779      1500     30000         0     55612    150000   2936819    123.57    132.89
979.96/245.92	c  N dy  5162    886838      1500     30000         0     75659    150000   6040212    123.59    131.11
997.51/250.36	c  N dy  5272    906894      1500     30000         0     54722    150000   2666403    123.59    130.93
1016.67/255.15	c  N dy  5389    926957      1500     30000         0     74773    150000   5788195    123.61    130.16
1035.41/259.83	c  N dy  5513    946973      1500     30000         0     52798    150000   2223189    123.62    131.50
1054.56/264.61	c  N dy  5637    966995      1500     30000         0     72811    150000   5318123    123.62    134.13
1075.69/269.94	c  N dy  5761    987040      1500     30000         0     49872    150000   1620306    123.63    134.29
1096.08/275.05	c  N dy  5890   1007247      1500     30000         0     70071    150000   4765243    123.65    130.88
1119.96/281.01	c  N dy  6012   1027543      1500     30000         0     46379    150000    936851    123.66    132.35
1139.11/285.89	c  N dy  6133   1047583      1500     30000         0     66407    150000   4033669    123.66    132.57
1163.03/291.84	c  N dy  6267   1067694      1500     30000         0     86503    150000   7168672    123.70    130.70
1168.22/293.11	c  F st  6292   1071879      1500     30000         0     45707    150000    687086    123.71   no data
1181.38/296.48	c  N dy  6361   1087731      1500     30000         0     61540    150000   3224330    123.72    133.76
1202.52/301.78	c  N dy  6478   1107820      1500     30000         0     81622    150000   6351401    123.73    132.39
1223.30/306.94	c  N dy  6589   1127828      1500     30000         0     55650    150000   2082923    123.72    133.79
1243.60/312.05	c  N dy  6716   1148192      1500     30000         0     76005    150000   5253147    123.74    132.67
1267.58/318.03	c  N dy  6848   1168230      1500     30000         0     49058    150000    916017    123.78    131.02
1285.48/322.52	c  N dy  6976   1188300      1500     30000         0     69122    150000   4038181    123.79    131.08
1307.81/328.13	c  N dy  7095   1208387      1500     30000         0     89198    150000   7160982    123.80    135.42
1309.41/328.56	c  S st  7104   1209821      1500     30000         0     90631    150000   7380305    123.80   no data
1310.22/328.79	c  S st  7104   1210324      1500     30000         0     91134    150000   7446788    123.80   no data
1310.62/328.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1310.62/328.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1310.62/328.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1310.62/328.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1310.62/328.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.62/328.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1310.62/328.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1311.05/328.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1312.20/329.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1497.29/375.61	c lits-rem:       532  cl-subs:       48  v-elim:      0  v-fix:    0  time: 45.90 s
1497.29/375.62	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1497.69/375.71	c vivif2 --  cl tried    91086 cl shrink        0 lits rem          0 time: 0.09
1499.29/376.16	c asymm  cl-useful: 0/12717/30000 lits-rem:0 time: 0.45
1499.29/376.17	c calculated reachability. Time: 0.00
1499.29/376.17	c  N dy  7104   1210324      1500     30000         0     91086    150000   7430042    123.80   no data
1518.83/381.04	c  N dy  7223   1230343      1500     30000         0     63120    150000   2932338    123.79    131.03
1539.97/386.31	c  N dy  7337   1250435      1500     30000         0     83202    150000   6042036    123.78    131.01
1562.71/392.05	c  N dy  7458   1270474      1500     30000         0     54251    150000   1429586    123.78    135.67
1581.86/396.80	c  N dy  7582   1290506      1500     30000         0     74273    150000   4542708    123.80    132.57
1605.04/402.71	c  N dy  7699   1310581      1500     30000         0     94333    150000   7666148    123.81    138.23
1625.74/407.86	c  N dy  7823   1330810      1500     30000         0     64588    150000   2878064    123.82    130.54
1647.27/413.26	c  N dy  7949   1350816      1500     30000         0     84584    150000   5983178    123.84    130.52
1672.39/419.57	c  N dy  8079   1370992      1500     30000         0     53768    150000   1069549    123.87    130.47
1691.54/424.33	c  N dy  8204   1390998      1500     30000         0     73764    150000   4182377    123.88    132.08
1715.47/430.31	c  N dy  8333   1411060      1500     30000         0     93818    150000   7300695    123.89    130.53
1739.00/436.21	c  N dy  8448   1431069      1500     30000         0     61842    150000   2178726    123.90    131.94
1760.14/441.52	c  N dy  8570   1451194      1500     30000         0     81954    150000   5302506    123.91    131.61
1785.67/447.98	c  N dy  8695   1471526      1500     30000         0    102271    150000   8464130    123.93    130.74
1806.02/453.08	c  N dy  8827   1491551      1500     30000         0     69314    150000   3198808    123.97    130.87
1828.79/458.71	c  N dy  8953   1511723      1500     30000         0     89470    150000   6323625    123.98    133.57
1855.51/465.45	c  N dy  9080   1531757      1500     30000         0     55526    150000    886655    124.00    131.43
1875.01/470.33	c  N dy  9191   1551760      1500     30000         0     75512    150000   3976598    123.99    133.59
1898.98/476.33	c  N dy  9321   1571779      1500     30000         0     95520    150000   7111520    124.01    130.73
1924.88/482.81	c  N dy  9454   1591887      1500     30000         0     60653    150000   1545699    124.03    133.11
1945.62/488.09	c  N dy  9579   1612212      1500     30000         0     80971    150000   4713069    124.05    131.16
1972.74/494.88	c  N dy  9698   1632300      1500     30000         0    101048    150000   7817766    124.04    130.85
1999.06/501.44	c  N dy  9822   1652439      1500     30000         0     65207    150000   2113934    124.06    130.60
2022.23/507.27	c  N dy  9939   1672533      1500     30000         0     85289    150000   5196469    124.05    141.88
2050.49/514.33	c  N dy 10055   1692564      1500     30000         0    105302    150000   8310680    124.06    139.39
2072.03/519.78	c  S st 10166   1710326      1500     30000         0     66087    150000   2091097    124.07   no data
2072.84/519.96	c  S st 10166   1710829      1500     30000         0     66590    150000   2154077    124.07   no data
2072.84/519.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2073.24/520.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2073.24/520.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2073.24/520.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2073.24/520.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2073.24/520.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2073.24/520.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2073.24/520.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2073.64/520.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2110.73/529.42	c lits-rem:       170  cl-subs:        5  v-elim:      0  v-fix:    0  time:  9.18 s
2110.73/529.42	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2110.73/529.45	c vivif2 --  cl tried    66585 cl shrink        0 lits rem          0 time: 0.03
2112.33/529.87	c asymm  cl-useful: 0/18495/30000 lits-rem:0 time: 0.42
2112.33/529.87	c calculated reachability. Time: 0.00
2112.33/529.87	c  N dy 10166   1710829      1500     30000         0     66585    150000   2152063    124.07   no data
2134.66/535.48	c  N dy 10289   1730946      1500     30000         0     86693    150000   5260279    124.07    130.84
2161.79/542.25	c  N dy 10410   1751046      1500     30000         0    106786    150000   8375145    124.08    130.85
2186.11/548.39	c  N dy 10529   1771405      1500     30000         0     69166    150000   2436911    124.09    131.39
2208.85/554.00	c  N dy 10648   1791522      1500     30000         0     89268    150000   5551494    124.09    130.67
2235.17/560.69	c  N dy 10766   1811846      1500     30000         0    109575    150000   8704716    124.09    131.83
2259.15/566.67	c  N dy 10884   1831903      1500     30000         0     70666    150000   2482504    124.08    131.88
2281.83/572.35	c  N dy 11012   1851905      1500     30000         0     90653    150000   5612270    124.10    133.96
2308.16/578.97	c  N dy 11128   1871970      1500     30000         0    110703    150000   8719425    124.10    130.69
2332.89/585.13	c  N dy 11253   1891977      1500     30000         0     70734    150000   2382289    124.11    139.79
2355.68/590.87	c  N dy 11371   1912254      1500     30000         0     91003    150000   5510926    124.10    133.53
2383.15/597.76	c  N dy 11497   1932338      1500     30000         0    111076    150000   8637208    124.12    133.88
2408.67/604.10	c  N dy 11617   1952469      1500     30000         0     70239    150000   2150759    124.11    130.83
2432.61/610.16	c  N dy 11747   1972502      1500     30000         0     90263    150000   5298773    124.14    135.97
2460.13/617.07	c  N dy 11877   1992523      1500     30000         0    110273    150000   8415085    124.16    150.23
2487.64/623.93	c  N dy 11997   2012547      1500     30000         0     68319    150000   1707897    124.17    132.50
2509.59/629.46	c  N dy 12124   2032640      1500     30000         0     88396    150000   4840288    124.19    135.86
2537.12/636.32	c  N dy 12258   2052669      1500     30000         0    108418    150000   7995983    124.21    130.86
2567.41/643.96	c  N dy 12390   2072926      1500     30000         0     65694    150000   1158559    124.22    131.23
2588.96/649.35	c  N dy 12507   2093083      1500     30000         0     85842    150000   4288699    124.22    133.75
2614.53/655.76	c  N dy 12623   2113112      1500     30000         0    105858    150000   7397330    124.23    131.97
2644.84/663.33	c  N dy 12744   2133158      1500     30000         0    125893    150000  10511658    124.24    133.80
2666.34/668.72	c  N dy 12842   2153258      1500     30000         0     82022    150000   3541967    124.22    130.97
2691.07/674.97	c  N dy 12952   2173404      1500     30000         0    102154    150000   6688966    124.22    133.26
2720.58/682.37	c  N dy 13070   2193534      1500     30000         0    122270    150000   9816188    124.22    131.24
2742.92/687.96	c  S st 13172   2210832      1500     30000         0     74600    150000   2236147    124.22    129.56
2743.71/688.16	c  S st 13172   2211336      1500     30000         0     75104    150000   2301707    124.22   no data
2743.71/688.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2744.11/688.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2744.11/688.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2744.11/688.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2744.11/688.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2744.11/688.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2744.11/688.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2744.11/688.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2744.51/688.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2776.02/696.26	c lits-rem:       150  cl-subs:        6  v-elim:      0  v-fix:    0  time:  7.84 s
2776.02/696.27	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2776.45/696.31	c vivif2 --  cl tried    75098 cl shrink        0 lits rem          0 time: 0.03
2777.61/696.64	c asymm  cl-useful: 0/11505/30000 lits-rem:0 time: 0.33
2777.61/696.64	c calculated reachability. Time: 0.00
2777.61/696.64	c  N dy 13172   2211336      1500     30000         0     75098    150000   2299338    124.22   no data
2800.75/702.50	c  N dy 13292   2231430      1500     30000         0     95185    150000   5447116    124.23    135.48
2828.68/709.42	c  N dy 13413   2251488      1500     30000         0    115238    150000   8582248    124.24    133.95
2861.37/717.66	c  N dy 13541   2271588      1500     30000         0     69355    150000   1268218    124.25    131.01
2885.31/723.66	c  N dy 13662   2291697      1500     30000         0     89452    150000   4409932    124.25    131.54
2913.23/730.68	c  N dy 13786   2311757      1500     30000         0    109506    150000   7523676    124.25    132.30
2945.53/738.71	c  N dy 13913   2331885      1500     30000         0    129626    150000  10679339    124.27    132.18
2970.66/745.00	c  N dy 14037   2351928      1500     30000         0     82689    150000   3211628    124.28    136.31
2995.83/751.40	c  N dy 14154   2371978      1500     30000         0    102724    150000   6330915    124.27    133.11
3026.11/758.92	c  N dy 14265   2392810      1500     30000         0    123550    150000   9574234    124.27    131.31
3054.42/766.06	c  N dy 14384   2412905      1500     30000         0     75662    150000   1972666    124.27    131.29
3077.95/771.94	c  N dy 14510   2432934      1500     30000         0     95675    150000   5097592    124.27    131.19
3106.26/779.09	c  N dy 14642   2453071      1500     30000         0    115798    150000   8277922    124.30    131.25
3138.97/787.22	c  N dy 14766   2473130      1500     30000         0    135848    150000  11394504    124.31    135.46
3162.55/793.15	c  N dy 14889   2493320      1500     30000         0     87065    150000   3585416    124.31    131.21
3190.82/800.20	c  N dy 15010   2513539      1500     30000         0    107274    150000   6716754    124.31    132.36
3223.54/808.41	c  N dy 15144   2533558      1500     30000         0    127284    150000   9860628    124.32    131.28
3253.85/816.07	c  N dy 15266   2553797      1500     30000         0     77555    150000   1971819    124.33    133.18
3279.37/822.49	c  N dy 15386   2573870      1500     30000         0     97620    150000   5083110    124.33    136.44
3308.89/829.82	c  N dy 15506   2593985      1500     30000         0    117716    150000   8221125    124.34    132.71
3342.43/838.26	c  N dy 15627   2613994      1500     30000         0    137718    150000  11325460    124.34    133.09
3367.92/844.62	c  N dy 15762   2634029      1500     30000         0     86783    150000   3265338    124.36    131.01
3393.85/851.15	c  N dy 15880   2654106      1500     30000         0    106849    150000   6383686    124.36    137.49
3424.56/858.84	c  N dy 16001   2674246      1500     30000         0    126981    150000   9515396    124.36    131.45
3457.27/867.01	c  N dy 16126   2694281      1500     30000         0     75042    150000   1274417    124.37    141.92
3476.40/871.82	c  S st 16226   2711338      1500     30000         0     92089    150000   3898461    124.36   no data
3477.20/872.05	c  S st 16226   2711843      1500     30000         0     92594    150000   3962017    124.36   no data
3477.20/872.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3477.60/872.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3477.60/872.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3477.60/872.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3477.60/872.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3477.60/872.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3477.60/872.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3477.60/872.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3478.44/872.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3538.23/887.36	c lits-rem:       170  cl-subs:       17  v-elim:      0  v-fix:    0  time: 14.88 s
3538.23/887.36	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3538.63/887.41	c vivif2 --  cl tried    92577 cl shrink        0 lits rem          0 time: 0.05
3540.27/887.86	c asymm  cl-useful: 0/14859/30000 lits-rem:0 time: 0.44
3540.27/887.87	c calculated reachability. Time: 0.00
3540.27/887.87	c  N dy 16226   2711843      1500     30000         0     92577    150000   3956241    124.36   no data
3567.34/894.63	c  N dy 16342   2731894      1500     30000         0    112620    150000   7074153    124.36    137.96
3599.65/902.71	c  N dy 16474   2752194      1500     30000         0    132916    150000  10274728    124.37    134.83
3630.36/910.45	c  N dy 16592   2772272      1500     30000         0     80017    150000   1911119    124.37    133.00
3654.33/916.49	c  N dy 16709   2792447      1500     30000         0    100182    150000   5032070    124.37    132.20
3683.00/923.63	c  N dy 16830   2812509      1500     30000         0    120236    150000   8165825    124.38    133.72
3717.31/932.28	c  N dy 16955   2832574      1500     30000         0    140292    150000  11284851    124.38    131.21
3747.62/939.86	c  N dy 17072   2852909      1500     30000         0     86654    150000   2778491    124.38    132.04
3774.74/946.61	c  N dy 17203   2873032      1500     30000         0    106763    150000   5917019    124.39    131.39
3805.46/954.35	c  N dy 17329   2893126      1500     30000         0    126840    150000   9059840    124.41    131.68
3841.35/963.37	c  N dy 17462   2913149      1500     30000         0    146850    150000  12186257    124.42    131.15
3866.87/969.71	c  N dy 17570   2933385      1500     30000         0     92112    150000   3499878    124.41    131.21
3893.59/976.49	c  N dy 17697   2953437      1500     30000         0    112155    150000   6653638    124.42    139.29
3925.12/984.37	c  N dy 17823   2973439      1500     30000         0    132151    150000   9804001    124.44    148.56
3961.45/993.46	c  N dy 17938   2993477      1500     30000         0     76218    150000    876590    124.44    131.26
3985.34/999.45	c  N dy 18066   3013700      1500     30000         0     96432    150000   4046652    124.45    133.43
4013.68/1006.57	c  N dy 18199   3033786      1500     30000         0    116506    150000   7218604    124.46    131.54
4048.35/1015.20	c  N dy 18319   3053926      1500     30000         0    136636    150000  10370934    124.47    133.31
4086.63/1024.86	c  N dy 18440   3073975      1500     30000         0     79710    150000   1271629    124.46    132.55
4114.16/1031.76	c  N dy 18563   3094059      1500     30000         0     99783    150000   4375766    124.46    132.69
4146.85/1039.93	c  N dy 18676   3114069      1500     30000         0    119781    150000   7491970    124.46    132.67
4185.53/1049.67	c  N dy 18792   3134077      1500     30000         0    139774    150000  10586027    124.46    164.19
4227.41/1060.11	c  N dy 18907   3154187      1500     30000         0     81922    150000   1473409    124.46    132.55
4255.72/1067.24	c  N dy 19046   3174495      1500     30000         0    102225    150000   4671857    124.48    131.41
4287.23/1075.13	c  N dy 19174   3194533      1500     30000         0    122257    150000   7813346    124.49    131.58
4317.54/1082.78	c  S st 19289   3211844      1500     30000         0    139560    150000  10519797    124.50    130.96
4319.14/1083.12	c  S st 19289   3212345      1500     30000         0    140061    150000  10583570    124.50   no data
4319.14/1083.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4319.54/1083.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
4319.54/1083.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4319.54/1083.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4319.54/1083.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4319.54/1083.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4319.54/1083.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4319.94/1083.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4321.53/1083.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4544.53/1139.66	c lits-rem:       504  cl-subs:       80  v-elim:      0  v-fix:    0  time: 55.30 s
4544.53/1139.67	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4545.28/1139.80	c vivif2 --  cl tried   139981 cl shrink        0 lits rem          0 time: 0.14
4547.28/1140.30	c asymm  cl-useful: 0/9443/30000 lits-rem:0 time: 0.50
4547.28/1140.31	c calculated reachability. Time: 0.00
4547.28/1140.31	c  N dy 19289   3212345      1500     30000         0    139981    150000  10555209    124.50   no data
4584.01/1149.56	c  N dy 19409   3232383      1500     30000         0     81047    150000   1198575    124.50    131.24
4608.69/1155.76	c  N dy 19541   3252411      1500     30000         0    101060    150000   4320546    124.51    131.31
4638.21/1163.18	c  N dy 19669   3272708      1500     30000         0    121342    150000   7485985    124.52    131.79
4673.70/1172.08	c  N dy 19790   3292897      1500     30000         0    141522    150000  10621670    124.52    131.89
4714.79/1182.32	c  N dy 19919   3313025      1500     30000         0     81686    150000   1156086    124.53    132.03
4741.94/1189.15	c  N dy 20053   3333130      1500     30000         0    101780    150000   4289389    124.54    133.38
4773.40/1197.07	c  N dy 20178   3353254      1500     30000         0    121894    150000   7451016    124.55    133.48

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366126-1305396113/watcher-3366126-1305396113 -o /tmp/evaluation-result-3366126-1305396113/solver-3366126-1305396113 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366126-1305396113.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: 4.00 5.83 7.11 2/355 27858
/proc/meminfo: memFree=24034784/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=51168 CPUtime=0.02 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 407 0 0 0 2 0 0 0 21 0 4 0 651211738 52396032 348 33554432000 4194304 4580107 140736000427040 18446744073709551615 47889961117618 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 12792 348 299 95 0 7774 0
[pid=27858/tid=27859] ppid=27856 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651211738 52396032 348 33554432000 4194304 4580107 140736000427040 18446744073709551615 47889961117618 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651211738 52396032 348 33554432000 4194304 4580107 140736000427040 18446744073709551615 47889961117618 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651211739 52396032 348 33554432000 4194304 4580107 140736000427040 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.086397 s]
/proc/loadavg: 4.00 5.83 7.11 2/355 27858
/proc/meminfo: memFree=24034784/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=285420 CPUtime=0.3 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 4120 0 0 0 29 1 0 0 18 0 4 0 651211738 292270080 4037 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 71355 4037 358 95 0 66337 0
[pid=27858/tid=27859] ppid=27856 vsize=285420 CPUtime=0.07 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 911 0 0 0 7 0 0 0 18 0 4 0 651211738 292270080 4037 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=285420 CPUtime=0.08 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 870 0 0 0 8 0 0 0 18 0 4 0 651211738 292270080 4037 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=285420 CPUtime=0.06 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 1020 0 0 0 6 0 0 0 24 0 4 0 651211739 292270080 4037 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 285420

[startup+0.100389 s]
/proc/loadavg: 4.00 5.83 7.11 2/355 27858
/proc/meminfo: memFree=24034784/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=285552 CPUtime=0.35 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 4185 0 0 0 34 1 0 0 18 0 4 0 651211738 292405248 4102 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 71388 4102 358 95 0 66370 0
[pid=27858/tid=27859] ppid=27856 vsize=285552 CPUtime=0.08 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 924 0 0 0 8 0 0 0 18 0 4 0 651211738 292405248 4102 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=285552 CPUtime=0.09 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 877 0 0 0 9 0 0 0 18 0 4 0 651211738 292405248 4102 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=285552 CPUtime=0.08 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 1055 0 0 0 8 0 0 0 24 0 4 0 651211739 292405248 4102 33554432000 4194304 4580107 140736000427040 18446744073709551615 4322696 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 285552

[startup+0.495568 s]
/proc/loadavg: 4.00 5.83 7.11 2/355 27858
/proc/meminfo: memFree=24034784/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=291264 CPUtime=1.91 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 12298 0 0 0 187 4 0 0 18 0 4 0 651211738 298254336 9564 33554432000 4194304 4580107 140736000427040 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 72816 9564 376 95 0 67798 0
[pid=27858/tid=27859] ppid=27856 vsize=291264 CPUtime=0.46 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 3238 0 0 0 46 0 0 0 18 0 4 0 651211738 298254336 9564 33554432000 4194304 4580107 140736000427040 18446744073709551615 4315861 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=291264 CPUtime=0.48 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 3165 0 0 0 48 0 0 0 18 0 4 0 651211738 298254336 9564 33554432000 4194304 4580107 140736000427040 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=291264 CPUtime=0.46 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 2252 0 0 0 46 0 0 0 18 0 4 0 651211739 298254336 9564 33554432000 4194304 4580107 140736000427040 18446744073709551615 253640902791 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 291264

[startup+0.700248 s]
/proc/loadavg: 4.00 5.83 7.11 2/355 27858
/proc/meminfo: memFree=24034784/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=303368 CPUtime=2.74 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 14283 0 0 0 269 5 0 0 18 0 4 0 651211738 310648832 10462 33554432000 4194304 4580107 140736000427040 18446744073709551615 4324252 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 75842 10467 377 95 0 70824 0
[pid=27858/tid=27859] ppid=27856 vsize=303368 CPUtime=0.68 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 3703 0 0 0 67 1 0 0 18 0 4 0 651211738 310648832 10470 33554432000 4194304 4580107 140736000427040 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=303368 CPUtime=0.68 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 3521 0 0 0 68 0 0 0 18 0 4 0 651211738 310648832 10473 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=303368 CPUtime=0.67 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 2638 0 0 0 67 0 0 0 18 0 4 0 651211739 310648832 10475 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 303368

[startup+1.5011 s]
/proc/loadavg: 4.00 5.83 7.11 9/365 27871
/proc/meminfo: memFree=23782048/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=298496 CPUtime=5.92 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 22296 0 0 0 586 6 0 0 19 0 4 0 651211738 305659904 11036 33554432000 4194304 4580107 140736000427040 18446744073709551615 4321093 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 74624 11036 377 95 0 69606 0
[pid=27858/tid=27859] ppid=27856 vsize=298496 CPUtime=1.47 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 5881 0 0 0 146 1 0 0 19 0 4 0 651211738 305659904 11036 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=298496 CPUtime=1.48 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 5698 0 0 0 148 0 0 0 19 0 4 0 651211738 305659904 11036 33554432000 4194304 4580107 140736000427040 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=298496 CPUtime=1.46 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 4486 0 0 0 145 1 0 0 19 0 4 0 651211739 305659904 11036 33554432000 4194304 4580107 140736000427040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 298496

[startup+3.10081 s]
/proc/loadavg: 4.00 5.83 7.11 11/365 27871
/proc/meminfo: memFree=23764440/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=299956 CPUtime=12.31 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 36499 0 0 0 1222 9 0 0 24 0 4 0 651211738 307154944 12208 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27858/statm: 74989 12208 378 95 0 69971 0
[pid=27858/tid=27859] ppid=27856 vsize=299956 CPUtime=3.08 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 9404 0 0 0 305 3 0 0 23 0 4 0 651211738 307154944 12208 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=299956 CPUtime=3.08 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 9170 0 0 0 307 1 0 0 24 0 4 0 651211738 307154944 12208 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=299956 CPUtime=3.05 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 8038 0 0 0 304 1 0 0 24 0 4 0 651211739 307154944 12208 33554432000 4194304 4580107 140736000427040 18446744073709551615 4292922 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 299956

[startup+6.30022 s]
/proc/loadavg: 4.32 5.87 7.11 9/365 27871
/proc/meminfo: memFree=23638576/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=301076 CPUtime=25.07 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 76316 0 0 0 2489 18 0 0 25 0 4 0 651211738 308301824 37169 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 75269 37169 379 95 0 70251 0
[pid=27858/tid=27859] ppid=27856 vsize=301076 CPUtime=6.27 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 17106 0 0 0 623 4 0 0 25 0 4 0 651211738 308301824 37169 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=301076 CPUtime=6.28 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 20327 0 0 0 624 4 0 0 25 0 4 0 651211738 308301824 37169 33554432000 4194304 4580107 140736000427040 18446744073709551615 4417027 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=301076 CPUtime=6.21 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 19561 0 0 0 618 3 0 0 18 0 4 0 651211739 308301824 37169 33554432000 4194304 4580107 140736000427040 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 301076

[startup+12.7011 s]
/proc/loadavg: 4.61 5.90 7.12 9/365 27871
/proc/meminfo: memFree=23528852/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=356888 CPUtime=50.6 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 112858 0 0 0 5034 26 0 0 25 0 4 0 651211738 365453312 54346 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 89222 54346 379 95 0 84204 0
[pid=27858/tid=27859] ppid=27856 vsize=356888 CPUtime=12.67 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 28737 0 0 0 1261 6 0 0 25 0 4 0 651211738 365453312 54346 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=356888 CPUtime=12.69 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 27143 0 0 0 1263 6 0 0 25 0 4 0 651211738 365453312 54347 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=356888 CPUtime=12.62 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 27951 0 0 0 1256 6 0 0 25 0 4 0 651211739 365453312 54347 33554432000 4194304 4580107 140736000427040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 356888

[startup+25.5007 s]
/proc/loadavg: 5.36 6.01 7.13 9/365 27872
/proc/meminfo: memFree=23336660/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=445784 CPUtime=101.64 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 166859 0 0 0 10129 35 0 0 25 0 4 0 651211738 456482816 76335 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 111446 76335 379 95 0 106428 0
[pid=27858/tid=27859] ppid=27856 vsize=445784 CPUtime=25.47 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 38015 0 0 0 2539 8 0 0 25 0 4 0 651211738 456482816 76335 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=445784 CPUtime=25.48 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 38983 0 0 0 2540 8 0 0 25 0 4 0 651211738 456482816 76335 33554432000 4194304 4580107 140736000427040 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=445784 CPUtime=25.42 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 43250 0 0 0 2534 8 0 0 25 0 4 0 651211739 456482816 76335 33554432000 4194304 4580107 140736000427040 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 445784

[startup+51.101 s]
/proc/loadavg: 6.34 6.18 7.16 9/365 27872
/proc/meminfo: memFree=23122224/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=646900 CPUtime=203.76 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 261854 0 0 0 20316 60 0 0 25 0 4 0 651211738 662425600 92601 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 161725 92601 379 95 0 156707 0
[pid=27858/tid=27859] ppid=27856 vsize=646900 CPUtime=51.08 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 56144 0 0 0 5094 14 0 0 25 0 4 0 651211738 662425600 92601 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=646900 CPUtime=51.09 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 59822 0 0 0 5095 14 0 0 25 0 4 0 651211738 662425600 92601 33554432000 4194304 4580107 140736000427040 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=646900 CPUtime=51.01 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 74248 0 0 0 5086 15 0 0 25 0 4 0 651211739 662425600 92601 33554432000 4194304 4580107 140736000427040 18446744073709551615 4451908 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 646900

[startup+102.301 s]
/proc/loadavg: 7.32 6.47 7.20 9/365 27874
/proc/meminfo: memFree=22711484/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=562628 CPUtime=408.04 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 403528 0 0 0 40713 91 0 0 25 0 4 0 651211738 576131072 105102 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 140657 105102 384 95 0 135639 0
[pid=27858/tid=27859] ppid=27856 vsize=562628 CPUtime=102.29 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 92309 0 0 0 10207 22 0 0 25 0 4 0 651211738 576131072 105103 33554432000 4194304 4580107 140736000427040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=562628 CPUtime=102.3 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 89437 0 0 0 10210 20 0 0 25 0 4 0 651211738 576131072 105104 33554432000 4194304 4580107 140736000427040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=562628 CPUtime=102.22 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 122277 0 0 0 10196 26 0 0 25 0 4 0 651211739 576131072 105104 33554432000 4194304 4580107 140736000427040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 562628

[startup+162.301 s]

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

[pid=27858] ppid=27856 vsize=1283256 CPUtime=2561.05 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 1560774 0 0 0 255684 421 0 0 25 0 4 0 651211738 1314054144 218578 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294440 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 320814 218578 383 95 0 315796 0
[pid=27858/tid=27859] ppid=27856 vsize=1283256 CPUtime=642.13 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 359682 0 0 0 64116 97 0 0 25 0 4 0 651211738 1314054144 218578 33554432000 4194304 4580107 140736000427040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1283256 CPUtime=642.28 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 408995 0 0 0 64115 113 0 0 25 0 4 0 651211738 1314054144 218578 33554432000 4194304 4580107 140736000427040 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1283256 CPUtime=641.55 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 423742 0 0 0 64044 111 0 0 25 0 4 0 651211739 1314054144 218578 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2561.05
Current children cumulated vsize (KiB) 1283256

[startup+702.301 s]
/proc/loadavg: 8.14 7.90 7.64 9/365 27893
/proc/meminfo: memFree=21589788/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1244124 CPUtime=2800.36 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 1674668 0 0 0 279580 456 0 0 25 0 4 0 651211738 1273982976 226974 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 311031 226974 383 95 0 306013 0
[pid=27858/tid=27859] ppid=27856 vsize=1244124 CPUtime=702.13 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 389998 0 0 0 70109 104 0 0 25 0 4 0 651211738 1273982976 226974 33554432000 4194304 4580107 140736000427040 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1244124 CPUtime=702.28 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 440563 0 0 0 70103 125 0 0 25 0 4 0 651211738 1273982976 226975 33554432000 4194304 4580107 140736000427040 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1244124 CPUtime=701.55 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 453956 0 0 0 70035 120 0 0 25 0 4 0 651211739 1273982976 226975 33554432000 4194304 4580107 140736000427040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.36
Current children cumulated vsize (KiB) 1244124

[startup+762.301 s]
/proc/loadavg: 8.10 7.93 7.66 9/365 27894
/proc/meminfo: memFree=21667860/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1218252 CPUtime=3039.71 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 1770400 0 0 0 303485 486 0 0 25 0 4 0 651211738 1247490048 224081 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 304563 224081 383 95 0 299545 0
[pid=27858/tid=27859] ppid=27856 vsize=1218252 CPUtime=762.15 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 413350 0 0 0 76102 113 0 0 25 0 4 0 651211738 1247490048 224081 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1218252 CPUtime=762.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 453373 0 0 0 76101 128 0 0 25 0 4 0 651211738 1247490048 224081 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1218252 CPUtime=761.56 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 484806 0 0 0 76028 128 0 0 25 0 4 0 651211739 1247490048 224081 33554432000 4194304 4580107 140736000427040 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.71
Current children cumulated vsize (KiB) 1218252

[startup+822.3 s]
/proc/loadavg: 8.07 7.96 7.68 9/365 27896
/proc/meminfo: memFree=21541576/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1328260 CPUtime=3278.97 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 1872170 0 0 0 327379 518 0 0 25 0 4 0 651211738 1360138240 231611 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 332065 231611 384 95 0 327047 0
[pid=27858/tid=27859] ppid=27856 vsize=1328260 CPUtime=822.13 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 431337 0 0 0 82096 117 0 0 25 0 4 0 651211738 1360138240 231611 33554432000 4194304 4580107 140736000427040 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1328260 CPUtime=822.27 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 482907 0 0 0 82089 138 0 0 25 0 4 0 651211738 1360138240 231611 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1328260 CPUtime=821.55 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 512039 0 0 0 82019 136 0 0 25 0 4 0 651211739 1360138240 231611 33554432000 4194304 4580107 140736000427040 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.97
Current children cumulated vsize (KiB) 1328260

[startup+882.313 s]
/proc/loadavg: 8.11 7.99 7.71 9/365 27897
/proc/meminfo: memFree=21627340/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1330112 CPUtime=3518.33 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 1968573 0 0 0 351285 548 0 0 25 0 4 0 651211738 1362034688 239384 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 332528 239384 384 95 0 327510 0
[pid=27858/tid=27859] ppid=27856 vsize=1330112 CPUtime=882.13 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 459114 0 0 0 88087 126 0 0 25 0 4 0 651211738 1362034688 239384 33554432000 4194304 4580107 140736000427040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1330112 CPUtime=882.28 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 511131 0 0 0 88081 147 0 0 25 0 4 0 651211738 1362034688 239384 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1330112 CPUtime=881.55 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 532067 0 0 0 88015 140 0 0 25 0 4 0 651211739 1362034688 239384 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.33
Current children cumulated vsize (KiB) 1330112

[startup+942.3 s]
/proc/loadavg: 8.12 8.02 7.74 9/365 27899
/proc/meminfo: memFree=21553428/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1303632 CPUtime=3757.6 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 2073741 0 0 0 375175 585 0 0 25 0 4 0 651211738 1334919168 234904 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 325908 234904 384 95 0 320890 0
[pid=27858/tid=27859] ppid=27856 vsize=1303632 CPUtime=942.11 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 486858 0 0 0 94075 136 0 0 25 0 4 0 651211738 1334919168 234904 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1303632 CPUtime=942.27 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 533631 0 0 0 94071 156 0 0 25 0 4 0 651211738 1334919168 234904 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1303632 CPUtime=941.54 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 561501 0 0 0 94004 150 0 0 25 0 4 0 651211739 1334919168 234904 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.6
Current children cumulated vsize (KiB) 1303632

[startup+1002.3 s]
/proc/loadavg: 8.08 8.03 7.75 9/365 27901
/proc/meminfo: memFree=21446144/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1305080 CPUtime=3996.89 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 2166650 0 0 0 399074 615 0 0 25 0 4 0 651211738 1336401920 241559 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 326270 241559 384 95 0 321252 0
[pid=27858/tid=27859] ppid=27856 vsize=1305080 CPUtime=1002.1 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 510831 0 0 0 100066 144 0 0 25 0 4 0 651211738 1336401920 241559 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1305080 CPUtime=1002.26 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 550698 0 0 0 100065 161 0 0 25 0 4 0 651211738 1336401920 241559 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1305080 CPUtime=1001.54 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 589237 0 0 0 99995 159 0 0 25 0 4 0 651211739 1336401920 241559 33554432000 4194304 4580107 140736000427040 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3996.89
Current children cumulated vsize (KiB) 1305080

[startup+1062.3 s]
/proc/loadavg: 8.11 8.04 7.77 9/365 27902
/proc/meminfo: memFree=21270660/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1583900 CPUtime=4236.19 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 2275895 0 0 0 422971 648 0 0 25 0 4 0 651211738 1621913600 307963 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 395975 307963 379 95 0 390957 0
[pid=27858/tid=27859] ppid=27856 vsize=1583900 CPUtime=1062.08 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 537367 0 0 0 106061 147 0 0 25 0 4 0 651211738 1621913600 307963 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1583900 CPUtime=1062.26 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 575689 0 0 0 106053 173 0 0 25 0 4 0 651211738 1621913600 307963 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1583900 CPUtime=1061.55 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 622874 0 0 0 105989 166 0 0 25 0 4 0 651211739 1621913600 307963 33554432000 4194304 4580107 140736000427040 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.19
Current children cumulated vsize (KiB) 1583900

[startup+1122.3 s]
/proc/loadavg: 8.08 8.04 7.79 9/365 27904
/proc/meminfo: memFree=21177996/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1600580 CPUtime=4475.49 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 2345164 0 0 0 446875 674 0 0 25 0 4 0 651211738 1638993920 313434 33554432000 4194304 4580107 140736000427040 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 400145 313434 379 95 0 395127 0
[pid=27858/tid=27859] ppid=27856 vsize=1600580 CPUtime=1122.08 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 550041 0 0 0 112056 152 0 0 25 0 4 0 651211738 1638993920 313434 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1600580 CPUtime=1122.27 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 597638 0 0 0 112044 183 0 0 25 0 4 0 651211738 1638993920 313434 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1600580 CPUtime=1121.55 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 635112 0 0 0 111984 171 0 0 25 0 4 0 651211739 1638993920 313435 33554432000 4194304 4580107 140736000427040 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.49
Current children cumulated vsize (KiB) 1600580

[startup+1182.3 s]
/proc/loadavg: 8.13 8.06 7.81 9/365 27905
/proc/meminfo: memFree=20969276/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1573704 CPUtime=4714.79 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 2440751 0 0 0 470769 710 0 0 25 0 4 0 651211738 1611472896 328079 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 393426 328079 381 95 0 388408 0
[pid=27858/tid=27859] ppid=27856 vsize=1573704 CPUtime=1182.07 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 571756 0 0 0 118046 161 0 0 25 0 4 0 651211738 1611472896 328079 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1573704 CPUtime=1182.27 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 626433 0 0 0 118036 191 0 0 25 0 4 0 651211738 1611472896 328079 33554432000 4194304 4580107 140736000427040 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1573704 CPUtime=1181.54 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 661769 0 0 0 117971 183 0 0 25 0 4 0 651211739 1611472896 328079 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4714.79
Current children cumulated vsize (KiB) 1573704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.15 8.07 7.82 9/365 27906
/proc/meminfo: memFree=21206856/32951124 swapFree=56449224/67111528
[pid=27858] ppid=27856 vsize=1632448 CPUtime=4800.16 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27049 0 -1 4202496 2464371 0 0 0 479295 721 0 0 25 0 4 0 651211738 1671626752 326759 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27858/statm: 408112 326759 381 95 0 403094 0
[pid=27858/tid=27859] ppid=27856 vsize=1632448 CPUtime=1203.47 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 581663 0 0 0 120181 166 0 0 25 0 4 0 651211738 1671626752 326759 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1632448 CPUtime=1203.68 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 626433 0 0 0 120177 191 0 0 25 0 4 0 651211738 1671626752 326759 33554432000 4194304 4580107 140736000427040 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1632448 CPUtime=1202.95 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27049 0 -1 4202560 666961 0 0 0 120110 185 0 0 25 0 4 0 651211739 1671626752 326759 33554432000 4194304 4580107 140736000427040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1632448

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.77
CPU time (s): 4800.24
CPU user time (s): 4792.97
CPU system time (s): 7.2679
CPU usage (%): 398.766
Max. virtual memory (cumulated for all children) (KiB): 1659452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.97
system time used= 7.2679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2464375
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= 2338
involuntary context switches= 20512

runsolver used 3.81042 second user time and 9.77351 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 20:01:53
IDJOB=3366126
IDBENCH=82535
IDSOLVER=1844
FILE ID=node106/3366126-1305396113
RUNJOBID= node106-1305396113-27844
PBS_JOBID= 13324446
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366126-1305396113/watcher-3366126-1305396113 -o /tmp/evaluation-result-3366126-1305396113/solver-3366126-1305396113 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366126-1305396113.cnf

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=927157916

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24035072 kB
Buffers:        264140 kB
Cached:        5670312 kB
SwapCached:      27544 kB
Active:         716792 kB
Inactive:      7972604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24035072 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            6232 kB
Writeback:           8 kB
AnonPages:     2735732 kB
Mapped:           9836 kB
Slab:           113700 kB
PageTables:      47872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74998300 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= 73344 MiB
End job on node106 at 2011-05-14 20:21:59