Trace number 3173744

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.51 1201.97

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S573815729-001-UNKNOWN.cnf
MD5SUM34a446d3b38e7b034208a35fa75247bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark172.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173744-1304030308.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.53/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.53/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.53/0.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.53/0.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.53/0.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.53/0.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.53/0.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.53/0.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.53/0.42	c Finding binary XORs  T:     0.00 s  found:       0
0.53/0.42	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.53/0.42	c calculated reachability. Time: 0.00
0.53/0.42	c Calc default polars -  time:   0.00 s pos:     621 undec:      45 neg:     584
0.53/0.42	c =========================================================================================
0.53/0.42	c types(t): F = full restart, N = normal restart
0.53/0.42	c types(t): S = simplification begin/end, E = solution found
0.53/0.42	c restart types(rt): st = static, dy = dynamic
0.53/0.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.53/0.58	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
0.53/0.58	c  N dy    18      4004      1250     25000         0      4001    125000    551375    105.91    112.56
2.34/1.00	c  N dy    46      8129      1250     25000         0      5626    125000    565617    107.39    113.34
5.17/1.30	c  N dy    75     12172      1250     25000         0      5418    125000    361139    110.38    116.90
5.96/1.55	c  N dy    95     16203      1250     25000         0      9447    125000    911268    109.95    116.61
7.58/1.94	c  N dy   122     20428      1250     25000         0      8051    125000    559887    110.30    116.86
9.16/2.31	c  N dy   141     24485      1250     25000         0     12102    125000   1114163    109.84    116.18
9.16/2.36	c  F st   146     25000      1250     25000         0     12617    125000   1188045    110.02   no data
11.15/2.85	c  N dy   152     30001      1250     25000         0     10805    125000    828754    110.02   no data
11.15/2.85	c  S st   152     30001      1250     25000         0     10805    125000    828754    110.02   no data
11.57/2.90	c  S st   152     30501      1250     25000         0     11304    125000    886230    110.02   no data
11.57/2.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.57/2.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.57/2.92	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.57/2.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.57/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.57/2.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.57/2.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.57/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.38	c lits-rem:        93  cl-subs:       33  v-elim:      0  v-fix:    0  time:  0.41 s
13.94/3.54	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.94/3.54	c calculated reachability. Time: 0.00
13.94/3.54	c  N dy   152     30501      1250     25000         0     11271    125000    876523    110.02   no data
15.54/3.97	c  N dy   174     34719      1250     25000         0     15487    125000   1445443    109.70    118.54
17.14/4.36	c  N dy   197     38734      1250     25000         0     11605    125000    762845    109.71    117.11
19.14/4.80	c  N dy   219     42834      1250     25000         0     15705    125000   1317511    109.44    115.24
20.35/5.14	c  S st   238     45753      1250     25000         0      9672    125000    360394    109.46    115.34
20.35/5.20	c  S st   238     46256      1250     25000         0     10175    125000    419134    109.46   no data
20.35/5.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.76/5.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.76/5.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.76/5.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.76/5.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.76/5.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.76/5.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.76/5.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.76/5.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.13/5.35	c lits-rem:         9  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.10 s
21.13/5.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.13/5.35	c vivif2 --  cl tried    10174 cl shrink        0 lits rem          0 time: 0.00
21.93/5.51	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.93/5.51	c calculated reachability. Time: 0.00
21.93/5.51	c  N dy   238     46256      1250     25000         0     10174    125000    419029    109.46   no data
23.54/5.93	c  N dy   260     50350      1250     25000         0     14267    125000    974829    109.31    128.52
25.54/6.40	c  N dy   284     54411      1250     25000         0     18322    125000   1522002    109.38    115.45
27.13/6.85	c  N dy   310     58472      1250     25000         0     12412    125000    610167    109.41    116.73
28.73/7.29	c  N dy   336     62571      1250     25000         0     16505    125000   1169683    109.48    118.06
30.73/7.78	c  N dy   358     66853      1250     25000         0     20783    125000   1751436    109.43    116.71
32.33/8.10	c  S st   375     69384      1250     25000         0     12329    125000    465003    109.48   no data
32.33/8.17	c  S st   375     69888      1250     25000         0     12833    125000    523604    109.48   no data
32.33/8.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.33/8.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.33/8.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.33/8.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.33/8.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.33/8.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.33/8.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.73/8.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.73/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.13/8.40	c lits-rem:        20  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
33.13/8.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.54/8.41	c vivif2 --  cl tried    12830 cl shrink        0 lits rem          0 time: 0.01
33.94/8.58	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.94/8.58	c calculated reachability. Time: 0.00
33.94/8.58	c  N dy   375     69888      1250     25000         0     12830    125000    522700    109.48   no data
35.92/9.09	c  N dy   403     74393      1250     25000         0     17330    125000   1141628    109.53    117.08
38.33/9.66	c  N dy   432     79177      1250     25000         0     22111    125000   1801886    109.65    118.40
40.71/10.27	c  N dy   459     84291      1250     25000         0     15238    125000    752578    109.67    118.08
42.33/10.62	c  F st   476     87501      1250     25000         0     18448    125000   1186799    109.61    111.37
43.90/11.01	c  N st   481     90796      1250     25000         0     21728    125000   1662798    109.61   no data
46.72/11.77	c  N dy   505     96836      1250     25000         0     14777    125000    541640    109.60    118.21
49.90/12.50	c  N dy   540    103355      1250     25000         0     21290    125000   1437843    109.59    115.62
50.30/12.68	c  S st   549    104832      1250     25000         0     22767    125000   1638409    109.56   no data
50.70/12.76	c  S st   549    105337      1250     25000         0     23272    125000   1699567    109.56   no data
50.70/12.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.70/12.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.70/12.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.70/12.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.70/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.70/12.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.70/12.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.11/12.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.11/12.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.88/16.01	c lits-rem:        65  cl-subs:       23  v-elim:      0  v-fix:    0  time:  3.13 s
63.88/16.01	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
63.88/16.03	c vivif2 --  cl tried    23249 cl shrink        0 lits rem          0 time: 0.02
65.08/16.33	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.30
65.08/16.33	c calculated reachability. Time: 0.00
65.08/16.33	c  N dy   549    105337      1250     25000         0     23249    125000   1692545    109.56   no data
68.69/17.26	c  N dy   592    112249      1250     25000         0     16175    125000    619111    109.69    117.72
72.27/18.15	c  N dy   637    119505      1250     25000         0     23427    125000   1609012    109.78    116.07
76.66/19.20	c  N dy   683    127249      1250     25000         0     16179    125000    479033    109.85    115.65
80.66/20.23	c  N dy   732    135391      1250     25000         0     24314    125000   1582262    109.84    116.36
85.45/21.45	c  N dy   779    144090      1250     25000         0     17021    125000    469984    109.89    120.56
90.25/22.63	c  N dy   831    153474      1250     25000         0     26398    125000   1756136    109.89    116.36
92.64/23.27	c  S st   858    158007      1250     25000         0     30930    125000   2375211    109.88   no data
93.04/23.37	c  S st   858    158511      1250     25000         0     31434    125000   2438427    109.88   no data
93.04/23.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.44/23.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
93.44/23.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.44/23.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.44/23.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.44/23.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.44/23.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
93.44/23.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
93.84/23.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.60/31.22	c lits-rem:       226  cl-subs:       31  v-elim:      0  v-fix:    0  time:  7.70 s
124.60/31.22	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
124.60/31.25	c vivif2 --  cl tried    31403 cl shrink        0 lits rem          0 time: 0.03
125.81/31.57	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.32
125.81/31.57	c calculated reachability. Time: 0.00
125.81/31.57	c  N dy   858    158511      1250     25000         0     31403    125000   2428889    109.88   no data
131.34/32.91	c  N dy   916    168717      1250     25000         0     24613    125000   1378546    109.93    116.06
138.06/34.60	c  N dy   979    179595      1250     25000         0     35481    125000   2864366    109.93    117.30
144.02/36.18	c  N dy  1051    191328      1250     25000         0     29221    125000   1880262    109.98    117.16
151.15/37.96	c  N dy  1116    203626      1250     25000         0     22521    125000    836629    110.00    118.28
158.64/39.85	c  N dy  1186    216898      1250     25000         0     35783    125000   2644756    109.93    117.68
166.54/41.81	c  N dy  1265    230834      1250     25000         0     29727    125000   1682818    109.93    115.81
170.48/42.85	c  S st  1306    237766      1250     25000         0     36654    125000   2622267    109.90   no data
170.88/42.97	c  S st  1306    238272      1250     25000         0     37160    125000   2688434    109.90   no data
170.88/42.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.28/43.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
171.28/43.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
171.28/43.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.28/43.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.28/43.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
171.28/43.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
171.28/43.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
171.66/43.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.66/53.70	c lits-rem:       338  cl-subs:       34  v-elim:      0  v-fix:    0  time: 10.58 s
213.66/53.71	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
213.66/53.74	c vivif2 --  cl tried    37126 cl shrink        0 lits rem          0 time: 0.03
214.86/54.08	c asymm  cl-useful: 0/22978/25000 lits-rem:0 time: 0.34
214.86/54.08	c calculated reachability. Time: 0.00
214.86/54.08	c  N dy  1306    238272      1250     25000         0     37126    125000   2678077    109.90   no data
223.66/56.27	c  N dy  1401    253510      1250     25000         0     31362    125000   1783508    109.98    117.35
233.64/58.74	c  N dy  1487    269880      1250     25000         0     25743    125000    879925    109.98    116.28
244.05/61.34	c  N dy  1591    287131      1250     25000         0     42981    125000   3260356    110.03    116.34
254.81/64.05	c  N dy  1689    305542      1250     25000         0     38394    125000   2498847    109.97    119.07
255.21/64.16	c  F st  1693    306250      1250     25000         0     39102    125000   2598137    109.97    112.42
266.79/67.03	c  N dy  1777    325116      1250     25000         0     33963    125000   1754177    109.95    123.42
279.98/70.30	c  N dy  1885    345192      1250     25000         0     29049    125000    946355    109.90    116.81
287.59/72.21	c  S st  1963    357408      1250     25000         0     41259    125000   2624619    109.94    105.11
287.99/72.33	c  S st  1963    357908      1250     25000         0     41759    125000   2682315    109.94   no data
287.99/72.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
287.99/72.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
287.99/72.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
287.99/72.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
287.99/72.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.99/72.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
287.99/72.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
288.36/72.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
288.36/72.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
334.70/84.09	c lits-rem:       379  cl-subs:       31  v-elim:      0  v-fix:    0  time: 11.60 s
334.70/84.09	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
335.10/84.13	c vivif2 --  cl tried    41728 cl shrink        0 lits rem          0 time: 0.03
335.10/84.17	c asymm  cl-useful: 0/2022/25000 lits-rem:0 time: 0.04
335.10/84.17	c calculated reachability. Time: 0.00
335.10/84.17	c  N dy  1963    357908      1250     25000         0     41728    125000   2673582    109.94   no data
348.69/87.57	c  N dy  2073    377972      1250     25000         0     35792    125000   1771484    109.97    116.29
363.47/91.25	c  N dy  2195    398271      1250     25000         0     29098    125000    707266    110.03    121.32
376.65/94.55	c  N dy  2319    418382      1250     25000         0     49194    125000   3457960    110.07    119.12
390.23/97.94	c  N dy  2437    438395      1250     25000         0     41219    125000   2236570    110.12    117.97
405.02/101.66	c  N dy  2560    458419      1250     25000         0     32241    125000    883370    110.19    131.15
419.00/105.16	c  N dy  2684    478642      1250     25000         0     52445    125000   3662310    110.22    119.77
433.00/108.65	c  N dy  2785    498734      1250     25000         0     42555    125000   2185538    110.21    116.20
448.95/112.68	c  N dy  2922    518904      1250     25000         0     31732    125000    551518    110.26    118.64
460.95/115.63	c  S st  3025    536862      1250     25000         0     49674    125000   2996498    110.25   no data
461.34/115.77	c  S st  3025    537364      1250     25000         0     50176    125000   3053648    110.25   no data
461.34/115.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
461.74/115.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
461.74/115.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
461.74/115.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
461.74/115.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
461.74/115.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
461.74/115.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
461.74/115.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
462.14/115.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
504.88/126.60	c lits-rem:       357  cl-subs:       41  v-elim:      0  v-fix:    0  time: 10.64 s
504.88/126.60	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
504.88/126.64	c vivif2 --  cl tried    50135 cl shrink        0 lits rem          0 time: 0.04
506.47/127.05	c asymm  cl-useful: 0/19419/25000 lits-rem:0 time: 0.41
506.47/127.05	c calculated reachability. Time: 0.00
506.47/127.05	c  N dy  3025    537364      1250     25000         0     50135    125000   3041829    110.25   no data
522.85/131.16	c  N dy  3140    557409      1250     25000         0     38185    125000   1300306    110.28    117.20
539.23/135.21	c  N dy  3256    577689      1250     25000         0     58443    125000   4093049    110.30    117.69
555.62/139.36	c  N dy  3372    597712      1250     25000         0     45479    125000   2194904    110.31    116.52
572.79/143.70	c  N dy  3486    617764      1250     25000         0     65514    125000   4962552    110.32    117.66
587.96/147.49	c  N dy  3606    637925      1250     25000         0     51694    125000   2916348    110.34    116.91
605.94/151.96	c  N dy  3731    657965      1250     25000         0     36746    125000    721747    110.40    116.52
621.12/155.70	c  N dy  3847    677971      1250     25000         0     56736    125000   3450816    110.38    118.16
637.89/159.95	c  N dy  3953    698112      1250     25000         0     40897    125000   1176188    110.37    116.37
653.07/163.77	c  N dy  4065    718173      1250     25000         0     60934    125000   3912866    110.34    119.14
670.27/168.09	c  N dy  4191    738201      1250     25000         0     43979    125000   1457849    110.37    120.64
686.23/172.08	c  N dy  4311    758227      1250     25000         0     63989    125000   4200948    110.38    117.47
703.80/176.45	c  N dy  4437    778295      1250     25000         0     46078    125000   1626210    110.40    117.38
720.57/180.62	c  N dy  4566    798509      1250     25000         0     66271    125000   4414616    110.45    117.10
727.76/182.45	c  S st  4613    806047      1250     25000         0     73801    125000   5452142    110.45   no data
728.56/182.65	c  S st  4613    806552      1250     25000         0     74306    125000   5512721    110.45   no data
728.56/182.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
728.96/182.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
728.96/182.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
728.96/182.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
728.96/182.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
728.96/182.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
728.96/182.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
728.96/182.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
729.77/182.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
848.01/212.52	c lits-rem:       676  cl-subs:       50  v-elim:      0  v-fix:    0  time: 29.55 s
848.01/212.52	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
848.01/212.59	c vivif2 --  cl tried    74256 cl shrink        0 lits rem          0 time: 0.07
848.81/212.78	c asymm  cl-useful: 0/5581/25000 lits-rem:0 time: 0.19
848.81/212.78	c calculated reachability. Time: 0.00
848.81/212.78	c  N dy  4613    806552      1250     25000         0     74256    125000   5497134    110.45   no data
864.79/216.78	c  N dy  4741    826703      1250     25000         0     55420    125000   2798450    110.49    116.39
883.56/221.46	c  N dy  4864    846727      1250     25000         0     75427    125000   5574738    110.52    117.08
900.33/225.66	c  N dy  4985    867252      1250     25000         0     55960    125000   2732086    110.54    116.38
918.71/230.28	c  N dy  5109    887348      1250     25000         0     76024    125000   5507298    110.58    117.88
935.88/234.59	c  N dy  5234    907551      1250     25000         0     55257    125000   2493421    110.58    118.43
955.06/239.31	c  N dy  5362    927831      1250     25000         0     75516    125000   5296072    110.61    116.71
973.05/243.82	c  N dy  5481    947920      1250     25000         0     53627    125000   2139516    110.63    120.45
991.41/248.46	c  N dy  5600    968131      1250     25000         0     73817    125000   4937826    110.65    116.66
1010.18/253.19	c  N dy  5712    988216      1250     25000         0     50925    125000   1637901    110.64    116.96
1028.16/257.60	c  N dy  5837   1008249      1250     25000         0     70948    125000   4399252    110.65    118.43
1048.53/262.75	c  N dy  5952   1028317      1250     25000         0     47039    125000    977454    110.65    116.81
1066.91/267.34	c  N dy  6079   1048365      1250     25000         0     67068    125000   3762190    110.69    117.28
1090.07/273.18	c  N dy  6200   1068623      1250     25000         0     87316    125000   6570420    110.72    116.77
1094.47/274.23	c  F st  6219   1071875      1250     25000         0     45599    125000    645034    110.72   no data
1108.85/277.87	c  N dy  6293   1088648      1250     25000         0     62348    125000   3034759    110.72    117.97
1130.82/283.33	c  N dy  6404   1108731      1250     25000         0     82419    125000   5797352    110.71    130.15
1150.39/288.27	c  N dy  6516   1128776      1250     25000         0     56487    125000   2017811    110.71    116.93
1169.57/293.09	c  N dy  6640   1148845      1250     25000         0     76542    125000   4781810    110.73    132.94
1191.93/298.67	c  N dy  6758   1168893      1250     25000         0     49616    125000    939872    110.74    116.81
1210.33/303.28	c  N dy  6873   1189863      1250     25000         0     70564    125000   3822599    110.72    116.76
1232.70/308.83	c  S st  6998   1209828      1250     25000         0     90514    125000   6575369    110.73   no data
1233.48/309.05	c  S st  6998   1210331      1250     25000         0     91017    125000   6634206    110.73   no data
1233.48/309.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1233.88/309.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1233.88/309.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1233.88/309.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1233.88/309.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.88/309.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1233.88/309.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1234.28/309.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1235.08/309.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1396.05/349.70	c lits-rem:       727  cl-subs:       96  v-elim:      0  v-fix:    0  time: 40.27 s
1396.05/349.70	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1396.05/349.79	c vivif2 --  cl tried    90921 cl shrink        0 lits rem          0 time: 0.08
1398.06/350.23	c asymm  cl-useful: 0/13249/25000 lits-rem:0 time: 0.44
1398.06/350.23	c calculated reachability. Time: 0.00
1398.06/350.23	c  N dy  6998   1210331      1250     25000         0     90921    125000   6605656    110.73   no data
1416.44/354.90	c  N dy  7117   1230441      1250     25000         0     63059    125000   2662655    110.73    117.18
1436.80/359.96	c  N dy  7241   1250496      1250     25000         0     83092    125000   5420583    110.74    147.47
1459.18/365.57	c  N dy  7374   1270621      1250     25000         0     54237    125000   1314200    110.76    119.73
1477.16/370.08	c  N dy  7490   1290717      1250     25000         0     74320    125000   4077013    110.76    118.25
1499.92/375.71	c  N dy  7606   1310809      1250     25000         0     94404    125000   6821310    110.76    118.36
1519.10/380.57	c  N dy  7727   1330824      1250     25000         0     64439    125000   2614375    110.77    118.21
1539.88/385.72	c  N dy  7838   1351187      1250     25000         0     84783    125000   5413421    110.77    119.16
1563.44/391.66	c  N dy  7963   1371537      1250     25000         0     54153    125000   1056967    110.79    116.65
1581.81/396.26	c  N dy  8085   1391743      1250     25000         0     74343    125000   3844554    110.80    117.37
1604.58/401.94	c  N dy  8204   1411796      1250     25000         0     94378    125000   6615964    110.81    119.92
1626.16/407.31	c  N dy  8327   1431871      1250     25000         0     62489    125000   2082931    110.83    116.70
1646.13/412.35	c  N dy  8447   1451979      1250     25000         0     82580    125000   4866544    110.84    117.81
1670.50/418.42	c  N dy  8560   1471994      1250     25000         0    102576    125000   7629336    110.84    120.32
1691.26/423.62	c  N dy  8683   1492008      1250     25000         0     69622    125000   2920813    110.84    117.99
1713.23/429.11	c  N dy  8800   1512100      1250     25000         0     89698    125000   5693237    110.85    118.36
1738.80/435.53	c  N dy  8919   1532339      1250     25000         0     55965    125000    911592    110.86    117.62
1757.57/440.28	c  N dy  9040   1552690      1250     25000         0     76293    125000   3731819    110.87    119.40
1781.15/446.12	c  N dy  9163   1572831      1250     25000         0     96418    125000   6517715    110.88    120.10
1805.91/452.34	c  N dy  9289   1592853      1250     25000         0     61463    125000   1549848    110.90    117.29
1825.91/457.36	c  N dy  9412   1612936      1250     25000         0     81527    125000   4324524    110.91    118.93
1850.66/463.59	c  N dy  9537   1632988      1250     25000         0    101557    125000   7104210    110.92    117.13
1873.84/469.35	c  N dy  9658   1653074      1250     25000         0     65684    125000   1982546    110.92    117.33
1895.82/474.82	c  N dy  9785   1673231      1250     25000         0     85813    125000   4802466    110.95    117.61
1922.58/481.52	c  N dy  9894   1693263      1250     25000         0    105818    125000   7556516    110.94    116.99
1943.34/486.79	c  S st  9994   1710333      1250     25000         0     65937    125000   1922811    110.94   no data
1944.16/486.97	c  S st  9994   1710836      1250     25000         0     66440    125000   1987278    110.94   no data
1944.16/486.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1944.56/487.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1944.56/487.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1944.56/487.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1944.56/487.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1944.56/487.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1944.56/487.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1944.56/487.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1944.93/487.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1979.72/495.86	c lits-rem:       176  cl-subs:       12  v-elim:      0  v-fix:    0  time:  8.73 s
1979.72/495.86	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1979.72/495.89	c vivif2 --  cl tried    66428 cl shrink        0 lits rem          0 time: 0.03
1981.29/496.25	c asymm  cl-useful: 0/11751/25000 lits-rem:0 time: 0.36
1981.29/496.26	c calculated reachability. Time: 0.00
1981.29/496.26	c  N dy  9994   1710836      1250     25000         0     66428    125000   1983532    110.94   no data
2003.66/501.85	c  N dy 10114   1730959      1250     25000         0     86529    125000   4760327    110.94    118.01
2029.23/508.22	c  N dy 10228   1751169      1250     25000         0    106723    125000   7555732    110.95    116.91
2053.21/514.23	c  N dy 10350   1771458      1250     25000         0     69049    125000   2198523    110.95    117.16
2074.78/519.69	c  N dy 10466   1791575      1250     25000         0     89147    125000   4982688    110.96    120.22
2101.94/526.40	c  N dy 10586   1811622      1250     25000         0    109172    125000   7759670    110.97    121.76
2125.51/532.31	c  N dy 10705   1831678      1250     25000         0     70269    125000   2248690    110.98    117.50
2146.70/537.68	c  N dy 10825   1851680      1250     25000         0     90245    125000   5020799    110.99    117.53
2173.08/544.24	c  N dy 10947   1871747      1250     25000         0    110298    125000   7814140    111.00    118.13
2197.02/550.24	c  N dy 11071   1891793      1250     25000         0     70381    125000   2143166    111.02    117.89
2219.00/555.72	c  N dy 11194   1911827      1250     25000         0     90401    125000   4938629    111.03    119.45
2245.77/562.43	c  N dy 11330   1931973      1250     25000         0    110526    125000   7730993    111.05    117.20
2270.92/568.73	c  N dy 11453   1952136      1250     25000         0     69733    125000   1912327    111.06    117.15
2292.09/574.09	c  N dy 11578   1972215      1250     25000         0     89786    125000   4697767    111.08    118.18
2318.86/580.71	c  N dy 11707   1992283      1250     25000         0    109837    125000   7492187    111.09    124.37
2346.03/587.50	c  N dy 11830   2012389      1250     25000         0     67985    125000   1540682    111.09    120.33
2368.00/593.00	c  N dy 11952   2032506      1250     25000         0     88087    125000   4337119    111.10    118.20
2394.37/599.63	c  N dy 12079   2052510      1250     25000         0    108070    125000   7117071    111.12    118.22
2423.55/606.95	c  N dy 12190   2072615      1250     25000         0     65217    125000   1018516    111.12    118.90
2444.31/612.17	c  N dy 12319   2092715      1250     25000         0     85303    125000   3819549    111.14    120.06
2469.47/618.41	c  N dy 12429   2112741      1250     25000         0    105312    125000   6571099    111.14    117.01
2499.43/625.95	c  N dy 12551   2132808      1250     25000         0    125363    125000   9369600    111.16    146.91
2521.40/631.41	c  N dy 12661   2152884      1250     25000         0     81468    125000   3133961    111.16    119.98
2545.38/637.47	c  N dy 12785   2173006      1250     25000         0    101573    125000   5921302    111.17    118.84
2573.74/644.57	c  N dy 12899   2193053      1250     25000         0    121610    125000   8694206    111.17    120.07
2596.52/650.27	c  S st 13007   2210837      1250     25000         0     74433    125000   2028639    111.17    112.74
2597.31/650.46	c  S st 13007   2211341      1250     25000         0     74936    125000   2090358    111.17   no data
2597.31/650.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2597.72/650.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2597.72/650.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2597.72/650.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2597.72/650.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2597.72/650.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2597.72/650.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2597.72/650.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2598.12/650.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2626.07/657.67	c lits-rem:       107  cl-subs:       13  v-elim:      0  v-fix:    0  time:  7.04 s
2626.07/657.67	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2626.47/657.70	c vivif2 --  cl tried    74923 cl shrink        0 lits rem          0 time: 0.03
2628.08/658.11	c asymm  cl-useful: 0/14994/25000 lits-rem:0 time: 0.40
2628.08/658.11	c calculated reachability. Time: 0.00
2628.08/658.11	c  N dy 13007   2211341      1250     25000         0     74923    125000   2086309    111.17   no data
2650.45/663.73	c  N dy 13127   2231413      1250     25000         0     94979    125000   4873110    111.18    117.37
2677.21/670.45	c  N dy 13235   2251508      1250     25000         0    115055    125000   7668336    111.18    118.27
2705.97/677.62	c  N dy 13343   2271520      1250     25000         0     69105    125000   1167981    111.18    117.48
2726.37/682.76	c  N dy 13453   2291560      1250     25000         0     89125    125000   3916876    111.17    117.92
2751.92/689.13	c  N dy 13572   2311654      1250     25000         0    109203    125000   6712453    111.18    117.74
2783.90/697.19	c  N dy 13694   2331693      1250     25000         0    129225    125000   9509804    111.19    151.31
2810.26/703.78	c  N dy 13817   2352309      1250     25000         0     82881    125000   2953625    111.20    117.95
2835.02/709.98	c  N dy 13934   2372332      1250     25000         0    102885    125000   5735589    111.21    119.63
2864.58/717.34	c  N dy 14054   2392507      1250     25000         0    123039    125000   8538323    111.22    118.20
2892.95/724.45	c  N dy 14168   2412793      1250     25000         0     75365    125000   1782066    111.22    117.19
2916.11/730.24	c  N dy 14292   2433027      1250     25000         0     95582    125000   4576727    111.23    117.41
2943.29/737.02	c  N dy 14407   2453050      1250     25000         0    115596    125000   7363168    111.24    122.89
2974.84/744.99	c  N dy 14527   2473060      1250     25000         0    135589    125000  10143665    111.24    117.40
2997.61/750.61	c  N dy 14644   2493159      1250     25000         0     86719    125000   3241615    111.25    117.19
3021.98/756.74	c  N dy 14750   2513174      1250     25000         0    106708    125000   6011656    111.25    117.49
3051.97/764.28	c  N dy 14870   2533222      1250     25000         0    126737    125000   8806168    111.25    120.95
3081.50/771.63	c  N dy 14993   2553266      1250     25000         0     76825    125000   1721185    111.26    122.00
3104.69/777.44	c  N dy 15125   2573345      1250     25000         0     96883    125000   4509766    111.27    117.74
3133.43/784.65	c  N dy 15236   2593581      1250     25000         0    117097    125000   7325944    111.28    117.93
3166.21/792.89	c  N dy 15345   2613613      1250     25000         0    137111    125000  10083376    111.27    136.01
3191.35/799.20	c  N dy 15469   2633699      1250     25000         0     86250    125000   2927795    111.28    118.88
3217.32/805.65	c  N dy 15591   2653716      1250     25000         0    106249    125000   5712248    111.30    117.17
3248.87/813.56	c  N dy 15716   2673797      1250     25000         0    126313    125000   8509528    111.31    118.82
3282.03/821.84	c  N dy 15844   2693812      1250     25000         0     74378    125000   1126637    111.33    120.43
3301.21/826.68	c  S st 15945   2711341      1250     25000         0     91886    125000   3566909    111.33   no data
3302.43/826.91	c  S st 15945   2711843      1250     25000         0     92388    125000   3624793    111.33   no data
3302.43/826.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3302.43/826.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3302.43/826.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3302.43/826.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3302.43/826.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3302.43/826.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3302.43/826.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3302.80/827.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3303.20/827.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3355.93/840.35	c lits-rem:       310  cl-subs:       48  v-elim:      0  v-fix:    0  time: 13.20 s
3355.93/840.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3356.33/840.40	c vivif2 --  cl tried    92340 cl shrink        0 lits rem          0 time: 0.05
3357.53/840.79	c asymm  cl-useful: 0/10006/25000 lits-rem:0 time: 0.39
3357.53/840.79	c calculated reachability. Time: 0.00
3357.53/840.79	c  N dy 15945   2711843      1250     25000         0     92340    125000   3610445    111.33   no data
3383.49/847.24	c  N dy 16051   2731844      1250     25000         0    112310    125000   6384925    111.33    125.02
3414.66/855.06	c  N dy 16172   2751952      1250     25000         0    132394    125000   9151904    111.34    118.67
3445.42/862.77	c  N dy 16293   2771954      1250     25000         0     79456    125000   1713621    111.34    121.14
3469.00/868.62	c  N dy 16406   2792129      1250     25000         0     99616    125000   4517320    111.34    117.22
3497.34/875.73	c  N dy 16531   2812187      1250     25000         0    119650    125000   7317386    111.36    128.04
3530.10/883.96	c  N dy 16649   2832190      1250     25000         0    139638    125000  10098940    111.36    130.35
3557.67/890.83	c  N dy 16779   2852264      1250     25000         0     85773    125000   2468917    111.37    117.27
3582.44/897.06	c  N dy 16895   2872272      1250     25000         0    105767    125000   5239491    111.37    121.41
3612.80/904.61	c  N dy 17016   2892529      1250     25000         0    126005    125000   8061183    111.38    117.70
3649.16/913.79	c  N dy 17138   2912558      1250     25000         0    146013    125000  10856935    111.39    117.53
3675.12/920.29	c  N dy 17252   2932566      1250     25000         0     91072    125000   3065138    111.39    118.46
3701.49/926.82	c  N dy 17357   2952662      1250     25000         0    111155    125000   5831744    111.39    131.26
3733.06/934.75	c  N dy 17483   2972696      1250     25000         0    131170    125000   8619527    111.40    118.84
3768.21/943.54	c  N dy 17602   2992738      1250     25000         0    151201    125000  11410899    111.40    120.74
3791.36/949.34	c  N dy 17700   3012803      1250     25000         0     95315    125000   3510910    111.39    119.31
3818.91/956.23	c  N dy 17823   3032910      1250     25000         0    115400    125000   6301005    111.40    117.81
3850.48/964.10	c  N dy 17943   3052916      1250     25000         0    135388    125000   9084036    111.40    117.43
3886.45/973.17	c  N dy 18073   3073248      1250     25000         0     78763    125000   1091093    111.42    118.11
3910.00/979.08	c  N dy 18204   3093364      1250     25000         0     98867    125000   3924301    111.43    121.75
3937.96/986.08	c  N dy 18318   3113812      1250     25000         0    119296    125000   6775506    111.43    118.12
3971.12/994.30	c  N dy 18437   3134178      1250     25000         0    139644    125000   9610397    111.44    117.32
4007.87/1003.54	c  N dy 18553   3154315      1250     25000         0     81831    125000   1374428    111.44    119.14
4034.23/1010.14	c  N dy 18674   3174462      1250     25000         0    101955    125000   4183594    111.44    117.67
4066.18/1018.14	c  N dy 18792   3194521      1250     25000         0    121996    125000   6972551    111.45    119.06
4098.54/1026.22	c  S st 18893   3211844      1250     25000         0    139298    125000   9385604    111.46   no data
4100.14/1026.61	c  S st 18893   3212350      1250     25000         0    139804    125000   9449234    111.46   no data
4100.14/1026.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4100.54/1026.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4100.54/1026.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4100.54/1026.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4100.54/1026.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4100.54/1026.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4100.54/1026.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4100.94/1026.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4102.15/1027.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4370.20/1094.29	c lits-rem:       670  cl-subs:      130  v-elim:      0  v-fix:    0  time: 67.09 s
4370.20/1094.29	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4370.98/1094.41	c vivif2 --  cl tried   139674 cl shrink        0 lits rem          0 time: 0.12
4372.57/1094.89	c asymm  cl-useful: 0/9626/25000 lits-rem:0 time: 0.48
4372.57/1094.90	c calculated reachability. Time: 0.00
4372.57/1094.90	c  N dy 18893   3212350      1250     25000         0    139674    125000   9410585    111.46   no data
4409.34/1104.08	c  N dy 19012   3232439      1250     25000         0     80823    125000   1109829    111.46    118.32
4433.28/1110.09	c  N dy 19125   3253020      1250     25000         0    101389    125000   3962683    111.46    117.75
4462.06/1117.21	c  N dy 19247   3273257      1250     25000         0    121607    125000   6802354    111.47    119.81
4495.61/1125.68	c  N dy 19375   3293340      1250     25000         0    141674    125000   9622527    111.49    118.13
4533.16/1135.03	c  N dy 19500   3313418      1250     25000         0     81809    125000   1121102    111.49    117.70
4559.52/1141.60	c  N dy 19631   3333601      1250     25000         0    101974    125000   3949508    111.51    119.86
4590.28/1149.33	c  N dy 19751   3353768      1250     25000         0    122129    125000   6755442    111.51    118.68
4626.23/1158.37	c  N dy 19872   3373815      1250     25000         0    142158    125000   9564296    111.52    119.95
4668.17/1168.80	c  N dy 19989   3393953      1250     25000         0     81349    125000    923046    111.52    117.55
4692.94/1175.02	c  N dy 20119   3413997      1250     25000         0    101377    125000   3748611    111.54    118.05
4721.72/1182.22	c  N dy 20242   3434040      1250     25000         0    121399    125000   6543418    111.55    120.05
4756.06/1190.89	c  N dy 20366   3454108      1250     25000         0    141447    125000   9324582    111.55    117.49
4794.00/1200.35	c  N dy 20488   3474127      1250     25000         0    161450    125000  12113288    111.55    118.01

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173744-1304030308/watcher-3173744-1304030308 -o /tmp/evaluation-result-3173744-1304030308/solver-3173744-1304030308 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173744-1304030308.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: 8.22 8.08 6.65 6/180 27946
/proc/meminfo: memFree=9245172/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 593261252 52441088 347 33554432000 4194304 4627427 140734681253888 18446744073709551615 47718517176242 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 12803 347 299 106 0 7774 0
[pid=27946/tid=27947] ppid=27944 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593261252 52441088 347 33554432000 4194304 4627427 140734681253888 18446744073709551615 47718517176242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593261252 52441088 347 33554432000 4194304 4627427 140734681253888 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593261252 52441088 347 33554432000 4194304 4627427 140734681253888 18446744073709551615 252469863478 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.141989 s]
/proc/loadavg: 8.22 8.08 6.65 6/180 27946
/proc/meminfo: memFree=9245172/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=284576 CPUtime=0.53 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 3934 0 0 0 53 0 0 0 18 0 4 0 593261252 291405824 3849 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 71144 3849 364 106 0 66115 0
[pid=27946/tid=27947] ppid=27944 vsize=284576 CPUtime=0.13 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) D 27944 27946 27770 0 -1 4202560 874 0 0 0 13 0 0 0 18 0 4 0 593261252 291405824 3849 33554432000 4194304 4627427 140734681253888 18446744073709551615 252457726661 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=284576 CPUtime=0.13 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 833 0 0 0 13 0 0 0 25 0 4 0 593261252 291405824 3849 33554432000 4194304 4627427 140734681253888 18446744073709551615 252458109111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=284576 CPUtime=0.13 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) D 27944 27946 27770 0 -1 4202560 1017 0 0 0 13 0 0 0 18 0 4 0 593261252 291405824 3849 33554432000 4194304 4627427 140734681253888 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 284576

[startup+0.595736 s]
/proc/loadavg: 8.22 8.08 6.65 6/180 27946
/proc/meminfo: memFree=9245172/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=305492 CPUtime=2.34 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 12769 0 0 0 231 3 0 0 18 0 4 0 593261252 312823808 7921 33554432000 4194304 4627427 140734681253888 18446744073709551615 252458109063 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 74385 9643 385 106 0 69356 0
[pid=27946/tid=27947] ppid=27944 vsize=297540 CPUtime=0.94 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 4003 0 0 0 94 0 0 0 18 0 4 0 593261252 304680960 9645 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=297540 CPUtime=0.94 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 3991 0 0 0 94 0 0 0 19 0 4 0 593261252 304680960 9645 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=297540 CPUtime=0.94 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 3310 0 0 0 94 0 0 0 19 0 4 0 593261252 304680960 9645 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 305492

[startup+1.06102 s]
/proc/loadavg: 8.22 8.08 6.65 6/180 27946
/proc/meminfo: memFree=9245172/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=297540 CPUtime=4.2 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 16275 0 0 0 417 3 0 0 19 0 4 0 593261252 304680960 10273 33554432000 4194304 4627427 140734681253888 18446744073709551615 4332978 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 74385 10273 385 106 0 69356 0
[pid=27946/tid=27947] ppid=27944 vsize=297540 CPUtime=1.04 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 4153 0 0 0 104 0 0 0 19 0 4 0 593261252 304680960 10273 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=297540 CPUtime=1.04 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 4150 0 0 0 104 0 0 0 19 0 4 0 593261252 304680960 10274 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=297540 CPUtime=1.04 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 3470 0 0 0 104 0 0 0 19 0 4 0 593261252 304680960 10274 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 297540

[startup+1.10101 s]
/proc/loadavg: 8.22 8.08 6.65 6/180 27946
/proc/meminfo: memFree=9245172/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=298068 CPUtime=4.36 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 17335 0 0 0 433 3 0 0 19 0 4 0 593261252 305221632 9023 33554432000 4194304 4627427 140734681253888 18446744073709551615 4338536 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 74517 9023 385 106 0 69488 0
[pid=27946/tid=27947] ppid=27944 vsize=298068 CPUtime=1.08 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 4604 0 0 0 108 0 0 0 19 0 4 0 593261252 305221632 9024 33554432000 4194304 4627427 140734681253888 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=298068 CPUtime=1.08 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 4633 0 0 0 108 0 0 0 19 0 4 0 593261252 305221632 9024 33554432000 4194304 4627427 140734681253888 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=298068 CPUtime=1.08 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 3533 0 0 0 108 0 0 0 19 0 4 0 593261252 305221632 9024 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 298068

[startup+1.50094 s]
/proc/loadavg: 8.22 8.08 6.65 6/180 27946
/proc/meminfo: memFree=9245172/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=298340 CPUtime=5.96 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 20300 0 0 0 592 4 0 0 19 0 4 0 593261252 305500160 10818 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 74585 10818 385 106 0 69556 0
[pid=27946/tid=27947] ppid=27944 vsize=298340 CPUtime=1.49 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 5234 0 0 0 148 1 0 0 19 0 4 0 593261252 305500160 10818 33554432000 4194304 4627427 140734681253888 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=298340 CPUtime=1.48 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 5280 0 0 0 148 0 0 0 19 0 4 0 593261252 305500160 10818 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=298340 CPUtime=1.48 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 4156 0 0 0 148 0 0 0 20 0 4 0 593261252 305500160 10818 33554432000 4194304 4627427 140734681253888 18446744073709551615 4333312 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 298340

[startup+3.10064 s]
/proc/loadavg: 8.20 8.08 6.65 9/184 27951
/proc/meminfo: memFree=9183756/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=299976 CPUtime=12.35 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 37992 0 0 0 1228 7 0 0 24 0 4 0 593261252 307175424 17006 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 74994 17007 389 106 0 69965 0
[pid=27946/tid=27947] ppid=27944 vsize=299976 CPUtime=3.09 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 8565 0 0 0 308 1 0 0 24 0 4 0 593261252 307175424 17007 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=299976 CPUtime=3.07 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 8635 0 0 0 306 1 0 0 25 0 4 0 593261252 307175424 17007 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=299976 CPUtime=3.08 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 7437 0 0 0 307 1 0 0 25 0 4 0 593261252 307175424 17007 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 299976

[startup+6.30604 s]
/proc/loadavg: 8.20 8.08 6.65 9/184 27951
/proc/meminfo: memFree=9081376/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=312860 CPUtime=25.16 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 68784 0 0 0 2503 13 0 0 25 0 4 0 593261252 320368640 34796 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 78215 34796 389 106 0 73186 0
[pid=27946/tid=27947] ppid=27944 vsize=312860 CPUtime=6.29 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 15754 0 0 0 627 2 0 0 25 0 4 0 593261252 320368640 34796 33554432000 4194304 4627427 140734681253888 18446744073709551615 4324107 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=312860 CPUtime=6.25 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 18189 0 0 0 623 2 0 0 25 0 4 0 593261252 320368640 34796 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427696 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=312860 CPUtime=6.29 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 16857 0 0 0 626 3 0 0 25 0 4 0 593261252 320368640 34796 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 312860

[startup+12.7009 s]
/proc/loadavg: 8.26 8.09 6.66 9/184 27951
/proc/meminfo: memFree=9051272/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=333940 CPUtime=50.7 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 105901 0 0 0 5050 20 0 0 25 0 4 0 593261252 341954560 45490 33554432000 4194304 4627427 140734681253888 18446744073709551615 4225864 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 83485 45490 389 106 0 78456 0
[pid=27946/tid=27947] ppid=27944 vsize=333940 CPUtime=12.68 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 25408 0 0 0 1265 3 0 0 25 0 4 0 593261252 341954560 45490 33554432000 4194304 4627427 140734681253888 18446744073709551615 4506952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=333940 CPUtime=12.63 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 26605 0 0 0 1258 5 0 0 25 0 4 0 593261252 341954560 45490 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=333940 CPUtime=12.68 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 25986 0 0 0 1263 5 0 0 25 0 4 0 593261252 341954560 45490 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 333940

[startup+25.5005 s]
/proc/loadavg: 8.20 8.08 6.68 9/184 27953
/proc/meminfo: memFree=8909528/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=467444 CPUtime=101.83 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 154922 0 0 0 10153 30 0 0 25 0 4 0 593261252 478662656 74252 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 116861 74253 389 106 0 111832 0
[pid=27946/tid=27947] ppid=27944 vsize=467444 CPUtime=25.48 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 31021 0 0 0 2544 4 0 0 25 0 4 0 593261252 478662656 74253 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=467444 CPUtime=25.35 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 37290 0 0 0 2528 7 0 0 25 0 4 0 593261252 478662656 74253 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=467444 CPUtime=25.48 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 39163 0 0 0 2540 8 0 0 25 0 4 0 593261252 478662656 74253 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 467444

[startup+51.1007 s]
/proc/loadavg: 8.48 8.16 6.75 10/185 27955
/proc/meminfo: memFree=8782456/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=567496 CPUtime=203.29 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 234217 0 0 0 20280 49 0 0 25 0 4 0 593261252 581115904 84195 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427421 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 141874 84195 389 106 0 136845 0
[pid=27946/tid=27947] ppid=27944 vsize=567496 CPUtime=50.56 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 58110 0 0 0 5046 10 0 0 25 0 4 0 593261252 581115904 84195 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=567496 CPUtime=50.62 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 54346 0 0 0 5052 10 0 0 25 0 4 0 593261252 581115904 84195 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=567496 CPUtime=51.08 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 65779 0 0 0 5093 15 0 0 25 0 4 0 593261252 581115904 84195 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.29
Current children cumulated vsize (KiB) 567496

[startup+102.301 s]
/proc/loadavg: 8.29 8.16 6.82 9/184 27956
/proc/meminfo: memFree=8565776/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=584156 CPUtime=407.82 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 383132 0 0 0 40696 86 0 0 25 0 4 0 593261252 598175744 92769 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 146039 92770 389 106 0 141010 0
[pid=27946/tid=27947] ppid=27944 vsize=584156 CPUtime=101.76 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 101075 0 0 0 10156 20 0 0 25 0 4 0 593261252 598175744 92770 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=584156 CPUtime=101.56 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 84939 0 0 0 10139 17 0 0 25 0 4 0 593261252 598175744 92770 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=584156 CPUtime=102.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 112817 0 0 0 10199 29 0 0 25 0 4 0 593261252 598175744 92770 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.82
Current children cumulated vsize (KiB) 584156

[startup+162.301 s]

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

[pid=27946] ppid=27944 vsize=1096600 CPUtime=2804.66 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 1533920 0 0 0 280040 426 0 0 25 0 4 0 593261252 1122918400 204713 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 274150 204713 389 106 0 269121 0
[pid=27946/tid=27947] ppid=27944 vsize=1096600 CPUtime=701.73 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 377445 0 0 0 70068 105 0 0 25 0 4 0 593261252 1122918400 204713 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1096600 CPUtime=698.49 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 389246 0 0 0 69748 101 0 0 25 0 4 0 593261252 1122918400 204713 33554432000 4194304 4627427 140734681253888 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1096600 CPUtime=702.27 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 431006 0 0 0 70101 126 0 0 25 0 4 0 593261252 1122918400 204713 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.66
Current children cumulated vsize (KiB) 1096600

[startup+762.3 s]
/proc/loadavg: 8.26 8.12 7.45 9/184 28005
/proc/meminfo: memFree=22035452/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1112016 CPUtime=3044.35 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 1617894 0 0 0 303978 457 0 0 25 0 4 0 593261252 1138704384 216943 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 278004 216943 389 106 0 272975 0
[pid=27946/tid=27947] ppid=27944 vsize=1112016 CPUtime=761.73 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 400144 0 0 0 76059 114 0 0 25 0 4 0 593261252 1138704384 216943 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1112016 CPUtime=758.2 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 404100 0 0 0 75713 107 0 0 25 0 4 0 593261252 1138704384 216943 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1112016 CPUtime=762.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 457686 0 0 0 76094 134 0 0 25 0 4 0 593261252 1138704384 216943 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.35
Current children cumulated vsize (KiB) 1112016

[startup+822.301 s]
/proc/loadavg: 8.18 8.12 7.49 9/184 28006
/proc/meminfo: memFree=21802236/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1127584 CPUtime=3284.03 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 1698088 0 0 0 327919 484 0 0 25 0 4 0 593261252 1154646016 221578 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 281896 221578 389 106 0 276867 0
[pid=27946/tid=27947] ppid=27944 vsize=1127584 CPUtime=821.73 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 412917 0 0 0 82055 118 0 0 25 0 4 0 593261252 1154646016 221578 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1127584 CPUtime=817.89 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 428916 0 0 0 81671 118 0 0 25 0 4 0 593261252 1154646016 221578 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1127584 CPUtime=822.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 476995 0 0 0 82088 140 0 0 25 0 4 0 593261252 1154646016 221578 33554432000 4194304 4627427 140734681253888 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.03
Current children cumulated vsize (KiB) 1127584

[startup+882.301 s]
/proc/loadavg: 8.15 8.13 7.53 9/184 28008
/proc/meminfo: memFree=21732404/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1128956 CPUtime=3523.71 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 1785392 0 0 0 351856 515 0 0 25 0 4 0 593261252 1156050944 220426 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 282239 220426 389 106 0 277210 0
[pid=27946/tid=27947] ppid=27944 vsize=1128956 CPUtime=881.73 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 433660 0 0 0 88047 126 0 0 25 0 4 0 593261252 1156050944 220426 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1128956 CPUtime=877.58 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 451285 0 0 0 87632 126 0 0 25 0 4 0 593261252 1156050944 220426 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1128956 CPUtime=882.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 501594 0 0 0 88079 149 0 0 25 0 4 0 593261252 1156050944 220426 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.71
Current children cumulated vsize (KiB) 1128956

[startup+942.301 s]
/proc/loadavg: 8.20 8.14 7.58 9/184 28010
/proc/meminfo: memFree=21693456/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1103960 CPUtime=3763.41 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 1864905 0 0 0 375798 543 0 0 25 0 4 0 593261252 1130455040 216753 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 275990 216753 389 106 0 270961 0
[pid=27946/tid=27947] ppid=27944 vsize=1103960 CPUtime=941.72 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 457549 0 0 0 94037 135 0 0 25 0 4 0 593261252 1130455040 216753 33554432000 4194304 4627427 140734681253888 18446744073709551615 4321328 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1103960 CPUtime=937.28 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 460339 0 0 0 93599 129 0 0 25 0 4 0 593261252 1130455040 216753 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1103960 CPUtime=942.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 526430 0 0 0 94071 157 0 0 25 0 4 0 593261252 1130455040 216753 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.41
Current children cumulated vsize (KiB) 1103960

[startup+1002.3 s]
/proc/loadavg: 8.19 8.15 7.61 9/184 28011
/proc/meminfo: memFree=21435528/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1277176 CPUtime=4003.07 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 1986375 0 0 0 399732 575 0 0 25 0 4 0 593261252 1307828224 261158 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 319294 261158 389 106 0 314265 0
[pid=27946/tid=27947] ppid=27944 vsize=1277176 CPUtime=1001.72 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 504267 0 0 0 100029 143 0 0 25 0 4 0 593261252 1307828224 261158 33554432000 4194304 4627427 140734681253888 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1277176 CPUtime=996.96 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 485548 0 0 0 99559 137 0 0 25 0 4 0 593261252 1307828224 261158 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1277176 CPUtime=1002.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 551245 0 0 0 100063 165 0 0 25 0 4 0 593261252 1307828224 261158 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.07
Current children cumulated vsize (KiB) 1277176

[startup+1062.31 s]
/proc/loadavg: 8.13 8.13 7.64 9/184 28013
/proc/meminfo: memFree=21266624/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1489876 CPUtime=4242.77 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 2051070 0 0 0 423682 595 0 0 25 0 4 0 593261252 1525633024 288975 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 372469 288975 389 106 0 367440 0
[pid=27946/tid=27947] ppid=27944 vsize=1489876 CPUtime=1061.72 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 504267 0 0 0 106029 143 0 0 25 0 4 0 593261252 1525633024 288975 33554432000 4194304 4627427 140734681253888 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1489876 CPUtime=1056.64 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 504014 0 0 0 105518 146 0 0 25 0 4 0 593261252 1525633024 288975 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1489876 CPUtime=1062.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 574639 0 0 0 106060 168 0 0 25 0 4 0 593261252 1525633024 288975 33554432000 4194304 4627427 140734681253888 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.77
Current children cumulated vsize (KiB) 1489876

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 7.66 9/184 28014
/proc/meminfo: memFree=21337028/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1477548 CPUtime=4482.43 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 2128437 0 0 0 447621 622 0 0 25 0 4 0 593261252 1513009152 277901 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 369387 277901 389 106 0 364358 0
[pid=27946/tid=27947] ppid=27944 vsize=1477548 CPUtime=1121.72 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 526161 0 0 0 112021 151 0 0 25 0 4 0 593261252 1513009152 277901 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1477548 CPUtime=1116.31 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 528084 0 0 0 111477 154 0 0 25 0 4 0 593261252 1513009152 277901 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1477548 CPUtime=1122.29 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 594452 0 0 0 112053 176 0 0 25 0 4 0 593261252 1513009152 277901 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1477548

[startup+1182.3 s]
/proc/loadavg: 8.14 8.13 7.69 9/184 28016
/proc/meminfo: memFree=21294840/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1501968 CPUtime=4722.1 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 2210541 0 0 0 471556 654 0 0 25 0 4 0 593261252 1538015232 283566 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 375492 283566 389 106 0 370463 0
[pid=27946/tid=27947] ppid=27944 vsize=1501968 CPUtime=1181.72 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 549101 0 0 0 118013 159 0 0 25 0 4 0 593261252 1538015232 283566 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1501968 CPUtime=1176 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 541051 0 0 0 117443 157 0 0 25 0 4 0 593261252 1538015232 283566 33554432000 4194304 4627427 140734681253888 18446744073709551615 4427700 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1501968 CPUtime=1182.28 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 617213 0 0 0 118043 185 0 0 25 0 4 0 593261252 1538015232 283567 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.1
Current children cumulated vsize (KiB) 1501968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.16 8.13 7.70 9/184 28017
/proc/meminfo: memFree=21266196/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1430864 CPUtime=4800.42 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 2235921 0 0 0 479378 664 0 0 25 0 4 0 593261252 1465204736 282414 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 357716 282414 389 106 0 352687 0
[pid=27946/tid=27947] ppid=27944 vsize=1430864 CPUtime=1201.32 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 555182 0 0 0 119971 161 0 0 25 0 4 0 593261252 1465204736 282414 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1430864 CPUtime=1195.5 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 545932 0 0 0 119391 159 0 0 25 0 4 0 593261252 1465204736 282414 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1430864 CPUtime=1201.9 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 624380 0 0 0 120001 189 0 0 25 0 4 0 593261252 1465204736 282415 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1430864

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

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

[startup+1201.9 s]
/proc/loadavg: 8.16 8.13 7.70 9/184 28017
/proc/meminfo: memFree=21266196/32951124 swapFree=67111348/67111528
[pid=27946] ppid=27944 vsize=1430864 CPUtime=4800.42 cores=0,2,4,6
/proc/27946/stat : 27946 (strangenight2-m) R 27944 27946 27770 0 -1 4202496 2235921 0 0 0 479378 664 0 0 25 0 4 0 593261252 1465204736 282414 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27946/statm: 357716 282414 389 106 0 352687 0
[pid=27946/tid=27947] ppid=27944 vsize=1430864 CPUtime=1201.32 cores=0,2,4,6
/proc/27946/task/27947/stat : 27947 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 555182 0 0 0 119971 161 0 0 25 0 4 0 593261252 1465204736 282414 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27946/tid=27948] ppid=27944 vsize=1430864 CPUtime=1195.5 cores=0,2,4,6
/proc/27946/task/27948/stat : 27948 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 545932 0 0 0 119391 159 0 0 25 0 4 0 593261252 1465204736 282414 33554432000 4194304 4627427 140734681253888 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27946/tid=27949] ppid=27944 vsize=1430864 CPUtime=1201.9 cores=0,2,4,6
/proc/27946/task/27949/stat : 27949 (strangenight2-m) R 27944 27946 27770 0 -1 4202560 624380 0 0 0 120001 189 0 0 25 0 4 0 593261252 1465204736 282415 33554432000 4194304 4627427 140734681253888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1430864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.51
CPU user time (s): 4793.81
CPU system time (s): 6.70098
CPU usage (%): 399.386
Max. virtual memory (cumulated for all children) (KiB): 1559624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.81
system time used= 6.70098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2235929
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= 2231
involuntary context switches= 22230

runsolver used 1.9367 second user time and 4.27535 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 00:38:28
IDJOB=3173744
IDBENCH=82562
IDSOLVER=1586
FILE ID=node111/3173744-1304030308
RUNJOBID= node111-1304028687-27788
PBS_JOBID= 13170341
Free space on /tmp= 70880 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S573815729-001-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173744-1304030308/watcher-3173744-1304030308 -o /tmp/evaluation-result-3173744-1304030308/solver-3173744-1304030308 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173744-1304030308.cnf

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

MD5SUM BENCH= 34a446d3b38e7b034208a35fa75247bf
RANDOM SEED=1590204659

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:       9245336 kB
Buffers:       1277096 kB
Cached:        7879680 kB
SwapCached:        132 kB
Active:       17651688 kB
Inactive:      5544764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9245336 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:    14039372 kB
Mapped:          15480 kB
Slab:           416188 kB
PageTables:      33588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14930540 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= 70884 MiB
End job on node111 at 2011-04-29 00:58:32