Trace number 3366153

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.46 1201.76

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-3366153-1307633375.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.10	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.10	c -- vars added       1250
0.00/0.10	c Parsing time:  0.01 s
0.00/0.10	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.00/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.60/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.60/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.60/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.60/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.60/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.60/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.60/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.60/0.20	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.60/0.20	c calculated reachability. Time: 0.00
0.60/0.20	c Calc default polars -  time:   0.00 s pos:     621 undec:      45 neg:     584
0.60/0.20	c =========================================================================================
0.60/0.20	c types(t): F = full restart, N = normal restart
0.60/0.20	c types(t): S = simplification begin/end, E = solution found
0.60/0.20	c restart types(rt): st = static, dy = dynamic
0.60/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.60/0.20	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
1.56/0.49	c  N dy    18      4004      1250     25000         0      4001    125000    551375    105.91    112.56
3.16/0.83	c  N dy    46      8129      1250     25000         0      5626    125000    565617    107.39    113.34
4.37/1.18	c  N dy    75     12172      1250     25000         0      5418    125000    361139    110.38    116.90
5.96/1.53	c  N dy    95     16203      1250     25000         0      9447    125000    911268    109.95    116.61
7.55/1.91	c  N dy   122     20428      1250     25000         0      8051    125000    559887    110.30    116.86
8.77/2.27	c  N dy   141     24485      1250     25000         0     12102    125000   1114163    109.84    116.18
9.17/2.32	c  F st   146     25000      1250     25000         0     12617    125000   1188045    110.02   no data
10.75/2.80	c  N dy   152     30001      1250     25000         0     10805    125000    828754    110.02   no data
10.75/2.80	c  S st   152     30001      1250     25000         0     10805    125000    828754    110.02   no data
11.15/2.85	c  S st   152     30501      1250     25000         0     11304    125000    886230    110.02   no data
11.15/2.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.15/2.87	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.15/2.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.15/2.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.15/2.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.55/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.35	c lits-rem:        93  cl-subs:       33  v-elim:      0  v-fix:    0  time:  0.43 s
13.94/3.50	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.94/3.50	c calculated reachability. Time: 0.00
13.94/3.50	c  N dy   152     30501      1250     25000         0     11271    125000    876523    110.02   no data
15.54/3.93	c  N dy   174     34719      1250     25000         0     15487    125000   1445443    109.70    118.54
17.14/4.32	c  N dy   197     38734      1250     25000         0     11605    125000    762845    109.71    117.11
18.74/4.76	c  N dy   219     42834      1250     25000         0     15705    125000   1317511    109.44    115.24
19.94/5.09	c  S st   238     45753      1250     25000         0      9672    125000    360394    109.46    115.34
20.33/5.15	c  S st   238     46256      1250     25000         0     10175    125000    419134    109.46   no data
20.33/5.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.33/5.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.33/5.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.33/5.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.33/5.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.33/5.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.33/5.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.33/5.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.33/5.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.14/5.30	c lits-rem:         9  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
21.14/5.30	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.14/5.31	c vivif2 --  cl tried    10174 cl shrink        0 lits rem          0 time: 0.00
21.54/5.47	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.54/5.47	c calculated reachability. Time: 0.00
21.54/5.47	c  N dy   238     46256      1250     25000         0     10174    125000    419029    109.46   no data
23.13/5.88	c  N dy   260     50350      1250     25000         0     14267    125000    974829    109.31    128.52
25.13/6.34	c  N dy   284     54411      1250     25000         0     18322    125000   1522002    109.38    115.45
26.75/6.78	c  N dy   310     58472      1250     25000         0     12412    125000    610167    109.41    116.73
28.73/7.22	c  N dy   336     62571      1250     25000         0     16505    125000   1169683    109.48    118.06
30.74/7.71	c  N dy   358     66853      1250     25000         0     20783    125000   1751436    109.43    116.71
31.93/8.02	c  S st   375     69384      1250     25000         0     12329    125000    465003    109.48   no data
31.93/8.09	c  S st   375     69888      1250     25000         0     12833    125000    523604    109.48   no data
31.93/8.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.33/8.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.33/8.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.33/8.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.33/8.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.33/8.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.33/8.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.33/8.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.33/8.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.12/8.32	c lits-rem:        20  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
33.12/8.32	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.12/8.33	c vivif2 --  cl tried    12830 cl shrink        0 lits rem          0 time: 0.01
33.92/8.50	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.92/8.51	c calculated reachability. Time: 0.00
33.92/8.51	c  N dy   375     69888      1250     25000         0     12830    125000    522700    109.48   no data
35.92/9.00	c  N dy   403     74393      1250     25000         0     17330    125000   1141628    109.53    117.08
37.92/9.57	c  N dy   432     79177      1250     25000         0     22111    125000   1801886    109.65    118.40
40.31/10.16	c  N dy   459     84291      1250     25000         0     15238    125000    752578    109.67    118.08
41.91/10.51	c  F st   476     87501      1250     25000         0     18448    125000   1186799    109.61    111.37
43.11/10.89	c  N st   481     90796      1250     25000         0     21728    125000   1662798    109.61   no data
46.31/11.64	c  N dy   505     96836      1250     25000         0     14777    125000    541640    109.60    118.21
49.10/12.36	c  N dy   540    103355      1250     25000         0     21290    125000   1437843    109.59    115.62
49.90/12.54	c  S st   549    104832      1250     25000         0     22767    125000   1638409    109.56   no data
50.31/12.62	c  S st   549    105337      1250     25000         0     23272    125000   1699567    109.56   no data
50.31/12.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.31/12.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.31/12.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.31/12.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.31/12.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.31/12.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.31/12.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
50.70/12.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.89/16.04	c lits-rem:        65  cl-subs:       23  v-elim:      0  v-fix:    0  time:  3.31 s
63.89/16.04	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
63.89/16.06	c vivif2 --  cl tried    23249 cl shrink        0 lits rem          0 time: 0.02
65.08/16.36	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.29
65.08/16.36	c calculated reachability. Time: 0.00
65.08/16.36	c  N dy   549    105337      1250     25000         0     23249    125000   1692545    109.56   no data
68.67/17.27	c  N dy   592    112249      1250     25000         0     16175    125000    619111    109.69    117.72
72.26/18.15	c  N dy   637    119505      1250     25000         0     23427    125000   1609012    109.78    116.07
76.27/19.18	c  N dy   683    127249      1250     25000         0     16179    125000    479033    109.85    115.65
80.25/20.20	c  N dy   732    135391      1250     25000         0     24314    125000   1582262    109.84    116.36
85.45/21.40	c  N dy   779    144090      1250     25000         0     17021    125000    469984    109.89    120.56
89.85/22.55	c  N dy   831    153474      1250     25000         0     26398    125000   1756136    109.89    116.36
92.26/23.17	c  S st   858    158007      1250     25000         0     30930    125000   2375211    109.88   no data
92.66/23.27	c  S st   858    158511      1250     25000         0     31434    125000   2438427    109.88   no data
92.66/23.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.04/23.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
93.04/23.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.04/23.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.04/23.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.04/23.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.04/23.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
93.04/23.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
93.44/23.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.40/31.45	c lits-rem:       226  cl-subs:       31  v-elim:      0  v-fix:    0  time:  8.03 s
125.40/31.45	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
125.40/31.48	c vivif2 --  cl tried    31403 cl shrink        0 lits rem          0 time: 0.03
127.01/31.80	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.32
127.01/31.80	c calculated reachability. Time: 0.00
127.01/31.80	c  N dy   858    158511      1250     25000         0     31403    125000   2428889    109.88   no data
132.22/33.17	c  N dy   916    168717      1250     25000         0     24613    125000   1378546    109.93    116.06
138.59/34.74	c  N dy   979    179595      1250     25000         0     35481    125000   2864366    109.93    117.30
144.59/36.28	c  N dy  1051    191328      1250     25000         0     29221    125000   1880262    109.98    117.16
151.77/38.04	c  N dy  1116    203626      1250     25000         0     22521    125000    836629    110.00    118.28
159.36/39.90	c  N dy  1186    216898      1250     25000         0     35783    125000   2644756    109.93    117.68
166.97/41.85	c  N dy  1265    230834      1250     25000         0     29727    125000   1682818    109.93    115.81
170.95/42.88	c  S st  1306    237766      1250     25000         0     36654    125000   2622267    109.90   no data
171.37/43.00	c  S st  1306    238272      1250     25000         0     37160    125000   2688434    109.90   no data
171.77/43.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.77/43.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
171.77/43.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
171.77/43.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.77/43.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.77/43.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
171.77/43.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
171.77/43.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
172.15/43.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.89/54.34	c lits-rem:       338  cl-subs:       34  v-elim:      0  v-fix:    0  time: 11.19 s
216.89/54.34	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
216.89/54.37	c vivif2 --  cl tried    37126 cl shrink        0 lits rem          0 time: 0.03
218.49/54.71	c asymm  cl-useful: 0/22978/25000 lits-rem:0 time: 0.34
218.49/54.71	c calculated reachability. Time: 0.00
218.49/54.71	c  N dy  1306    238272      1250     25000         0     37126    125000   2678077    109.90   no data
226.88/56.88	c  N dy  1401    253510      1250     25000         0     31362    125000   1783508    109.98    117.35
236.87/59.31	c  N dy  1487    269880      1250     25000         0     25743    125000    879925    109.98    116.28
246.86/61.88	c  N dy  1591    287131      1250     25000         0     42981    125000   3260356    110.03    116.34
257.64/64.54	c  N dy  1689    305542      1250     25000         0     38394    125000   2498847    109.97    119.07
258.04/64.65	c  F st  1693    306250      1250     25000         0     39102    125000   2598137    109.97    112.42
269.22/67.47	c  N dy  1777    325116      1250     25000         0     33963    125000   1754177    109.95    123.42
282.41/70.71	c  N dy  1885    345192      1250     25000         0     29049    125000    946355    109.90    116.81
289.60/72.57	c  S st  1963    357408      1250     25000         0     41259    125000   2624619    109.94    105.11
290.02/72.69	c  S st  1963    357908      1250     25000         0     41759    125000   2682315    109.94   no data
290.02/72.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.42/72.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
290.42/72.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
290.42/72.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
290.42/72.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
290.42/72.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
290.42/72.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
290.42/72.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
290.79/72.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
339.93/85.10	c lits-rem:       379  cl-subs:       31  v-elim:      0  v-fix:    0  time: 12.26 s
339.93/85.10	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
339.93/85.13	c vivif2 --  cl tried    41728 cl shrink        0 lits rem          0 time: 0.03
339.93/85.17	c asymm  cl-useful: 0/2022/25000 lits-rem:0 time: 0.04
339.93/85.17	c calculated reachability. Time: 0.00
339.93/85.17	c  N dy  1963    357908      1250     25000         0     41728    125000   2673582    109.94   no data
353.52/88.53	c  N dy  2073    377972      1250     25000         0     35792    125000   1771484    109.97    116.29
367.51/92.10	c  N dy  2195    398271      1250     25000         0     29098    125000    707266    110.03    121.32
380.69/95.35	c  N dy  2319    418382      1250     25000         0     49194    125000   3457960    110.07    119.12
393.88/98.68	c  N dy  2437    438395      1250     25000         0     41219    125000   2236570    110.12    117.97
408.67/102.38	c  N dy  2560    458419      1250     25000         0     32241    125000    883370    110.19    131.15
422.63/105.82	c  N dy  2684    478642      1250     25000         0     52445    125000   3662310    110.22    119.77
436.21/109.28	c  N dy  2785    498734      1250     25000         0     42555    125000   2185538    110.21    116.20
452.20/113.26	c  N dy  2922    518904      1250     25000         0     31732    125000    551518    110.26    118.64
463.78/116.16	c  S st  3025    536862      1250     25000         0     49674    125000   2996498    110.25   no data
464.58/116.30	c  S st  3025    537364      1250     25000         0     50176    125000   3053648    110.25   no data
464.58/116.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
464.58/116.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
464.58/116.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
464.58/116.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
464.58/116.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
464.58/116.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
464.58/116.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
464.58/116.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
464.98/116.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
509.74/127.68	c lits-rem:       357  cl-subs:       41  v-elim:      0  v-fix:    0  time: 11.21 s
509.74/127.68	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
510.15/127.72	c vivif2 --  cl tried    50135 cl shrink        0 lits rem          0 time: 0.04
511.72/128.14	c asymm  cl-useful: 0/19419/25000 lits-rem:0 time: 0.42
511.72/128.14	c calculated reachability. Time: 0.00
511.72/128.14	c  N dy  3025    537364      1250     25000         0     50135    125000   3041829    110.25   no data
527.72/132.17	c  N dy  3140    557409      1250     25000         0     38185    125000   1300306    110.28    117.20
544.47/136.31	c  N dy  3256    577689      1250     25000         0     58443    125000   4093049    110.30    117.69
560.06/140.25	c  N dy  3372    597712      1250     25000         0     45479    125000   2194904    110.31    116.52
577.24/144.54	c  N dy  3486    617764      1250     25000         0     65514    125000   4962552    110.32    117.66
592.02/148.20	c  N dy  3606    637925      1250     25000         0     51694    125000   2916348    110.34    116.91
609.59/152.61	c  N dy  3731    657965      1250     25000         0     36746    125000    721747    110.40    116.52
623.99/156.24	c  N dy  3847    677971      1250     25000         0     56736    125000   3450816    110.38    118.16
640.75/160.41	c  N dy  3953    698112      1250     25000         0     40897    125000   1176188    110.37    116.37
655.53/164.18	c  N dy  4065    718173      1250     25000         0     60934    125000   3912866    110.34    119.14
672.73/168.44	c  N dy  4191    738201      1250     25000         0     43979    125000   1457849    110.37    120.64
688.69/172.40	c  N dy  4311    758227      1250     25000         0     63989    125000   4200948    110.38    117.47
705.86/176.70	c  N dy  4437    778295      1250     25000         0     46078    125000   1626210    110.40    117.38
722.24/180.81	c  N dy  4566    798509      1250     25000         0     66271    125000   4414616    110.45    117.10
729.86/182.71	c  S st  4613    806047      1250     25000         0     73801    125000   5452142    110.45   no data
730.63/182.92	c  S st  4613    806552      1250     25000         0     74306    125000   5512721    110.45   no data
730.63/182.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
730.63/182.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
730.63/182.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
730.63/182.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
730.63/182.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
730.63/182.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
730.63/182.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
731.03/183.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
731.84/183.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
854.47/213.99	c lits-rem:       676  cl-subs:       50  v-elim:      0  v-fix:    0  time: 30.76 s
854.47/213.99	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
854.87/214.06	c vivif2 --  cl tried    74256 cl shrink        0 lits rem          0 time: 0.07
855.67/214.24	c asymm  cl-useful: 0/5581/25000 lits-rem:0 time: 0.18
855.67/214.25	c calculated reachability. Time: 0.00
855.67/214.25	c  N dy  4613    806552      1250     25000         0     74256    125000   5497134    110.45   no data
871.64/218.20	c  N dy  4741    826703      1250     25000         0     55420    125000   2798450    110.49    116.39
890.02/222.86	c  N dy  4864    846727      1250     25000         0     75427    125000   5574738    110.52    117.08
906.39/226.98	c  N dy  4985    867252      1250     25000         0     55960    125000   2732086    110.54    116.38
924.78/231.58	c  N dy  5109    887348      1250     25000         0     76024    125000   5507298    110.58    117.88
941.95/235.81	c  N dy  5234    907551      1250     25000         0     55257    125000   2493421    110.58    118.43
960.33/240.48	c  N dy  5362    927831      1250     25000         0     75516    125000   5296072    110.61    116.71
978.30/244.94	c  N dy  5481    947920      1250     25000         0     53627    125000   2139516    110.63    120.45
996.67/249.52	c  N dy  5600    968131      1250     25000         0     73817    125000   4937826    110.65    116.66
1015.07/254.18	c  N dy  5712    988216      1250     25000         0     50925    125000   1637901    110.64    116.96
1032.64/258.51	c  N dy  5837   1008249      1250     25000         0     70948    125000   4399252    110.65    118.43
1053.81/263.89	c  N dy  5952   1028317      1250     25000         0     47039    125000    977454    110.65    116.81
1072.20/268.43	c  N dy  6079   1048365      1250     25000         0     67068    125000   3762190    110.69    117.28
1095.36/274.21	c  N dy  6200   1068623      1250     25000         0     87316    125000   6570420    110.72    116.77
1099.35/275.22	c  F st  6219   1071875      1250     25000         0     45599    125000    645034    110.72   no data
1113.34/278.79	c  N dy  6293   1088648      1250     25000         0     62348    125000   3034759    110.72    117.97
1134.13/283.95	c  N dy  6404   1108731      1250     25000         0     82419    125000   5797352    110.71    130.15
1153.68/288.85	c  N dy  6516   1128776      1250     25000         0     56487    125000   2017811    110.71    116.93
1172.87/293.64	c  N dy  6640   1148845      1250     25000         0     76542    125000   4781810    110.73    132.94
1194.84/299.17	c  N dy  6758   1168893      1250     25000         0     49616    125000    939872    110.74    116.81
1213.24/303.73	c  N dy  6873   1189863      1250     25000         0     70564    125000   3822599    110.72    116.76
1234.81/309.17	c  S st  6998   1209828      1250     25000         0     90514    125000   6575369    110.73   no data
1235.58/309.39	c  S st  6998   1210331      1250     25000         0     91017    125000   6634206    110.73   no data
1235.98/309.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1235.98/309.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1235.98/309.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1235.98/309.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1235.98/309.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1235.98/309.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1235.98/309.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1236.38/309.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1237.19/309.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1402.97/351.21	c lits-rem:       727  cl-subs:       96  v-elim:      0  v-fix:    0  time: 41.47 s
1402.97/351.21	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1402.97/351.30	c vivif2 --  cl tried    90921 cl shrink        0 lits rem          0 time: 0.08
1404.97/351.73	c asymm  cl-useful: 0/13249/25000 lits-rem:0 time: 0.43
1404.97/351.73	c calculated reachability. Time: 0.00
1404.97/351.73	c  N dy  6998   1210331      1250     25000         0     90921    125000   6605656    110.73   no data
1423.34/356.36	c  N dy  7117   1230441      1250     25000         0     63059    125000   2662655    110.73    117.18
1443.31/361.36	c  N dy  7241   1250496      1250     25000         0     83092    125000   5420583    110.74    147.47
1465.68/366.90	c  N dy  7374   1270621      1250     25000         0     54237    125000   1314200    110.76    119.73
1483.26/371.36	c  N dy  7490   1290717      1250     25000         0     74320    125000   4077013    110.76    118.25
1505.63/376.92	c  N dy  7606   1310809      1250     25000         0     94404    125000   6821310    110.76    118.36
1524.40/381.70	c  N dy  7727   1330824      1250     25000         0     64439    125000   2614375    110.77    118.21
1545.17/386.82	c  N dy  7838   1351187      1250     25000         0     84783    125000   5413421    110.77    119.16
1568.35/392.69	c  N dy  7963   1371537      1250     25000         0     54153    125000   1056967    110.79    116.65
1586.74/397.21	c  N dy  8085   1391743      1250     25000         0     74343    125000   3844554    110.80    117.37
1609.09/402.84	c  N dy  8204   1411796      1250     25000         0     94378    125000   6615964    110.81    119.92
1630.28/408.14	c  N dy  8327   1431871      1250     25000         0     62489    125000   2082931    110.83    116.70
1650.24/413.11	c  N dy  8447   1451979      1250     25000         0     82580    125000   4866544    110.84    117.81
1675.40/419.41	c  N dy  8560   1471994      1250     25000         0    102576    125000   7629336    110.84    120.32
1694.97/424.32	c  N dy  8683   1492008      1250     25000         0     69622    125000   2920813    110.84    117.99
1716.55/429.76	c  N dy  8800   1512100      1250     25000         0     89698    125000   5693237    110.85    118.36
1741.71/436.05	c  N dy  8919   1532339      1250     25000         0     55965    125000    911592    110.86    117.62
1760.49/440.72	c  N dy  9040   1552690      1250     25000         0     76293    125000   3731819    110.87    119.40
1783.66/446.57	c  N dy  9163   1572831      1250     25000         0     96418    125000   6517715    110.88    120.10
1808.02/452.66	c  N dy  9289   1592853      1250     25000         0     61463    125000   1549848    110.90    117.29
1828.02/457.62	c  N dy  9412   1612936      1250     25000         0     81527    125000   4324524    110.91    118.93
1852.38/463.70	c  N dy  9537   1632988      1250     25000         0    101557    125000   7104210    110.92    117.13
1875.54/469.51	c  N dy  9658   1653074      1250     25000         0     65684    125000   1982546    110.92    117.33
1898.33/475.25	c  N dy  9785   1673231      1250     25000         0     85813    125000   4802466    110.95    117.61
1925.09/481.92	c  N dy  9894   1693263      1250     25000         0    105818    125000   7556516    110.94    116.99
1945.84/487.16	c  S st  9994   1710333      1250     25000         0     65937    125000   1922811    110.94   no data
1946.66/487.34	c  S st  9994   1710836      1250     25000         0     66440    125000   1987278    110.94   no data
1946.66/487.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1947.07/487.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1947.07/487.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1947.07/487.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1947.07/487.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1947.07/487.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1947.07/487.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1947.07/487.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1947.44/487.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1983.79/496.69	c lits-rem:       176  cl-subs:       12  v-elim:      0  v-fix:    0  time:  9.18 s
1983.79/496.69	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1984.19/496.71	c vivif2 --  cl tried    66428 cl shrink        0 lits rem          0 time: 0.03
1985.40/497.05	c asymm  cl-useful: 0/11751/25000 lits-rem:0 time: 0.33
1985.40/497.05	c calculated reachability. Time: 0.00
1985.40/497.05	c  N dy  9994   1710836      1250     25000         0     66428    125000   1983532    110.94   no data
2006.57/502.35	c  N dy 10114   1730959      1250     25000         0     86529    125000   4760327    110.94    118.01
2031.73/508.66	c  N dy 10228   1751169      1250     25000         0    106723    125000   7555732    110.95    116.91
2055.30/514.58	c  N dy 10350   1771458      1250     25000         0     69049    125000   2198523    110.95    117.16
2077.27/520.01	c  N dy 10466   1791575      1250     25000         0     89147    125000   4982688    110.96    120.22
2103.63/526.68	c  N dy 10586   1811622      1250     25000         0    109172    125000   7759670    110.97    121.76
2126.40/532.39	c  N dy 10705   1831678      1250     25000         0     70269    125000   2248690    110.98    117.50
2147.57/537.69	c  N dy 10825   1851680      1250     25000         0     90245    125000   5020799    110.99    117.53
2173.54/544.15	c  N dy 10947   1871747      1250     25000         0    110298    125000   7814140    111.00    118.13
2197.12/550.05	c  N dy 11071   1891793      1250     25000         0     70381    125000   2143166    111.02    117.89
2218.67/555.49	c  N dy 11194   1911827      1250     25000         0     90401    125000   4938629    111.03    119.45
2245.45/562.17	c  N dy 11330   1931973      1250     25000         0    110526    125000   7730993    111.05    117.20
2270.60/568.43	c  N dy 11453   1952136      1250     25000         0     69733    125000   1912327    111.06    117.15
2291.77/573.72	c  N dy 11578   1972215      1250     25000         0     89786    125000   4697767    111.08    118.18
2317.73/580.29	c  N dy 11707   1992283      1250     25000         0    109837    125000   7492187    111.09    124.37
2345.30/587.19	c  N dy 11830   2012389      1250     25000         0     67985    125000   1540682    111.09    120.33
2367.26/592.64	c  N dy 11952   2032506      1250     25000         0     88087    125000   4337119    111.10    118.20
2392.83/599.09	c  N dy 12079   2052510      1250     25000         0    108070    125000   7117071    111.12    118.22
2421.98/606.31	c  N dy 12190   2072615      1250     25000         0     65217    125000   1018516    111.12    118.90
2442.37/611.42	c  N dy 12319   2092715      1250     25000         0     85303    125000   3819549    111.14    120.06
2467.53/617.73	c  N dy 12429   2112741      1250     25000         0    105312    125000   6571099    111.14    117.01
2497.08/625.17	c  N dy 12551   2132808      1250     25000         0    125363    125000   9369600    111.16    146.91
2518.27/630.49	c  N dy 12661   2152884      1250     25000         0     81468    125000   3133961    111.16    119.98
2542.22/636.44	c  N dy 12785   2173006      1250     25000         0    101573    125000   5921302    111.17    118.84
2570.19/643.47	c  N dy 12899   2193053      1250     25000         0    121610    125000   8694206    111.17    120.07
2592.57/649.06	c  S st 13007   2210837      1250     25000         0     74433    125000   2028639    111.17    112.74
2593.35/649.25	c  S st 13007   2211341      1250     25000         0     74936    125000   2090358    111.17   no data
2593.35/649.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2593.75/649.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2593.75/649.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2593.75/649.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2593.75/649.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2593.75/649.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2593.75/649.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2593.75/649.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2594.15/649.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2623.33/656.80	c lits-rem:       107  cl-subs:       13  v-elim:      0  v-fix:    0  time:  7.39 s
2623.33/656.80	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2623.73/656.83	c vivif2 --  cl tried    74923 cl shrink        0 lits rem          0 time: 0.03
2625.30/657.22	c asymm  cl-useful: 0/14994/25000 lits-rem:0 time: 0.39
2625.30/657.23	c calculated reachability. Time: 0.00
2625.30/657.23	c  N dy 13007   2211341      1250     25000         0     74923    125000   2086309    111.17   no data
2647.69/662.84	c  N dy 13127   2231413      1250     25000         0     94979    125000   4873110    111.18    117.37
2674.45/669.50	c  N dy 13235   2251508      1250     25000         0    115055    125000   7668336    111.18    118.27
2702.83/676.63	c  N dy 13343   2271520      1250     25000         0     69105    125000   1167981    111.18    117.48
2723.18/681.75	c  N dy 13453   2291560      1250     25000         0     89125    125000   3916876    111.17    117.92
2749.55/688.31	c  N dy 13572   2311654      1250     25000         0    109203    125000   6712453    111.18    117.74
2781.92/696.45	c  N dy 13694   2331693      1250     25000         0    129225    125000   9509804    111.19    151.31
2807.07/702.76	c  N dy 13817   2352309      1250     25000         0     82881    125000   2953625    111.20    117.95
2831.43/708.88	c  N dy 13934   2372332      1250     25000         0    102885    125000   5735589    111.21    119.63
2860.60/716.18	c  N dy 14054   2392507      1250     25000         0    123039    125000   8538323    111.22    118.20
2888.55/723.16	c  N dy 14168   2412793      1250     25000         0     75365    125000   1782066    111.22    117.19
2911.33/728.87	c  N dy 14292   2433027      1250     25000         0     95582    125000   4576727    111.23    117.41
2938.09/735.59	c  N dy 14407   2453050      1250     25000         0    115596    125000   7363168    111.24    122.89
2969.64/743.42	c  N dy 14527   2473060      1250     25000         0    135589    125000  10143665    111.24    117.40
2992.01/749.01	c  N dy 14644   2493159      1250     25000         0     86719    125000   3241615    111.25    117.19
3016.38/755.12	c  N dy 14750   2513174      1250     25000         0    106708    125000   6011656    111.25    117.49
3046.33/762.60	c  N dy 14870   2533222      1250     25000         0    126737    125000   8806168    111.25    120.95
3075.10/769.87	c  N dy 14993   2553266      1250     25000         0     76825    125000   1721185    111.26    122.00
3099.47/775.97	c  N dy 15125   2573345      1250     25000         0     96883    125000   4509766    111.27    117.74
3128.64/783.21	c  N dy 15236   2593581      1250     25000         0    117097    125000   7325944    111.28    117.93
3160.18/791.13	c  N dy 15345   2613613      1250     25000         0    137111    125000  10083376    111.27    136.01
3184.95/797.35	c  N dy 15469   2633699      1250     25000         0     86250    125000   2927795    111.28    118.88
3211.31/804.00	c  N dy 15591   2653716      1250     25000         0    106249    125000   5712248    111.30    117.17
3242.07/811.62	c  N dy 15716   2673797      1250     25000         0    126313    125000   8509528    111.31    118.82
3274.82/819.85	c  N dy 15844   2693812      1250     25000         0     74378    125000   1126637    111.33    120.43
3293.60/824.59	c  S st 15945   2711341      1250     25000         0     91886    125000   3566909    111.33   no data
3294.80/824.82	c  S st 15945   2711843      1250     25000         0     92388    125000   3624793    111.33   no data
3294.80/824.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3295.20/824.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3295.20/824.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3295.20/824.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3295.20/824.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3295.20/824.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3295.20/824.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3295.20/824.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3295.61/825.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3350.72/838.84	c lits-rem:       310  cl-subs:       48  v-elim:      0  v-fix:    0  time: 13.79 s
3350.72/838.84	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3350.72/838.89	c vivif2 --  cl tried    92340 cl shrink        0 lits rem          0 time: 0.05
3352.32/839.28	c asymm  cl-useful: 0/10006/25000 lits-rem:0 time: 0.39
3352.32/839.28	c calculated reachability. Time: 0.00
3352.32/839.28	c  N dy 15945   2711843      1250     25000         0     92340    125000   3610445    111.33   no data
3378.28/845.70	c  N dy 16051   2731844      1250     25000         0    112310    125000   6384925    111.33    125.02
3409.04/853.48	c  N dy 16172   2751952      1250     25000         0    132394    125000   9151904    111.34    118.67
3439.80/861.12	c  N dy 16293   2771954      1250     25000         0     79456    125000   1713621    111.34    121.14
3462.99/866.92	c  N dy 16406   2792129      1250     25000         0     99616    125000   4517320    111.34    117.22
3490.92/873.98	c  N dy 16531   2812187      1250     25000         0    119650    125000   7317386    111.36    128.04
3523.69/882.16	c  N dy 16649   2832190      1250     25000         0    139638    125000  10098940    111.36    130.35
3550.87/888.96	c  N dy 16779   2852264      1250     25000         0     85773    125000   2468917    111.37    117.27
3575.61/895.17	c  N dy 16895   2872272      1250     25000         0    105767    125000   5239491    111.37    121.41
3607.58/903.11	c  N dy 17016   2892529      1250     25000         0    126005    125000   8061183    111.38    117.70
3642.74/912.00	c  N dy 17138   2912558      1250     25000         0    146013    125000  10856935    111.39    117.53
3668.28/918.38	c  N dy 17252   2932566      1250     25000         0     91072    125000   3065138    111.39    118.46
3694.25/924.85	c  N dy 17357   2952662      1250     25000         0    111155    125000   5831744    111.39    131.26
3725.41/932.60	c  N dy 17483   2972696      1250     25000         0    131170    125000   8619527    111.40    118.84
3760.16/941.32	c  N dy 17602   2992738      1250     25000         0    151201    125000  11410899    111.40    120.74
3782.93/947.05	c  N dy 17700   3012803      1250     25000         0     95315    125000   3510910    111.39    119.31
3810.12/953.86	c  N dy 17823   3032910      1250     25000         0    115400    125000   6301005    111.40    117.81
3841.26/961.69	c  N dy 17943   3052916      1250     25000         0    135388    125000   9084036    111.40    117.43
3877.20/970.65	c  N dy 18073   3073248      1250     25000         0     78763    125000   1091093    111.42    118.11
3900.77/976.51	c  N dy 18204   3093364      1250     25000         0     98867    125000   3924301    111.43    121.75
3928.35/983.45	c  N dy 18318   3113812      1250     25000         0    119296    125000   6775506    111.43    118.12
3962.30/991.97	c  N dy 18437   3134178      1250     25000         0    139644    125000   9610397    111.44    117.32
3999.44/1001.23	c  N dy 18553   3154315      1250     25000         0     81831    125000   1374428    111.44    119.14
4025.80/1007.87	c  N dy 18674   3174462      1250     25000         0    101955    125000   4183594    111.44    117.67
4058.15/1015.90	c  N dy 18792   3194521      1250     25000         0    121996    125000   6972551    111.45    119.06
4090.12/1023.94	c  S st 18893   3211844      1250     25000         0    139298    125000   9385604    111.46   no data
4091.71/1024.32	c  S st 18893   3212350      1250     25000         0    139804    125000   9449234    111.46   no data
4091.71/1024.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4092.11/1024.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4092.11/1024.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4092.11/1024.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4092.11/1024.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4092.11/1024.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4092.11/1024.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4092.51/1024.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4093.72/1024.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4367.35/1093.33	c lits-rem:       670  cl-subs:      130  v-elim:      0  v-fix:    0  time: 68.44 s
4367.35/1093.34	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4367.77/1093.46	c vivif2 --  cl tried   139674 cl shrink        0 lits rem          0 time: 0.12
4369.74/1093.93	c asymm  cl-useful: 0/9626/25000 lits-rem:0 time: 0.48
4369.74/1093.94	c calculated reachability. Time: 0.00
4369.74/1093.94	c  N dy 18893   3212350      1250     25000         0    139674    125000   9410585    111.46   no data
4405.69/1102.98	c  N dy 19012   3232439      1250     25000         0     80823    125000   1109829    111.46    118.32
4429.67/1108.92	c  N dy 19125   3253020      1250     25000         0    101389    125000   3962683    111.46    117.75
4458.02/1116.00	c  N dy 19247   3273257      1250     25000         0    121607    125000   6802354    111.47    119.81
4491.57/1124.45	c  N dy 19375   3293340      1250     25000         0    141674    125000   9622527    111.49    118.13
4530.74/1134.27	c  N dy 19500   3313418      1250     25000         0     81809    125000   1121102    111.49    117.70
4556.71/1140.80	c  N dy 19631   3333601      1250     25000         0    101974    125000   3949508    111.51    119.86
4587.47/1148.48	c  N dy 19751   3353768      1250     25000         0    122129    125000   6755442    111.51    118.68
4623.79/1157.52	c  N dy 19872   3373815      1250     25000         0    142158    125000   9564296    111.52    119.95
4663.34/1167.45	c  N dy 19989   3393953      1250     25000         0     81349    125000    923046    111.52    117.55
4687.31/1173.48	c  N dy 20119   3413997      1250     25000         0    101377    125000   3748611    111.54    118.05
4716.07/1180.61	c  N dy 20242   3434040      1250     25000         0    121399    125000   6543418    111.55    120.05
4750.05/1189.11	c  N dy 20366   3454108      1250     25000         0    141447    125000   9324582    111.55    117.49
4787.18/1198.44	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: 977)

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-3366153-1307633375/watcher-3366153-1307633375 -o /tmp/evaluation-result-3366153-1307633375/solver-3366153-1307633375 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366153-1307633375.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 27248
/proc/meminfo: memFree=32134088/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 407 0 1 0 0 0 0 0 17 0 4 0 874937224 52396032 347 33554432000 4194304 4580107 140736100983296 18446744073709551615 47393586657202 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 12792 347 299 95 0 7774 0
[pid=27246/tid=27249] ppid=27243 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 874937225 52396032 347 33554432000 4194304 4580107 140736100983296 18446744073709551615 274485765174 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 4 0 874937225 52396032 347 33554432000 4194304 4580107 140736100983296 18446744073709551615 47393586657196 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 874937225 52396032 347 33554432000 4194304 4580107 140736100983296 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.15227 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 27248
/proc/meminfo: memFree=32134088/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=289796 CPUtime=0.6 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 6285 0 1 0 59 1 0 0 19 0 4 0 874937224 296751104 6196 33554432000 4194304 4580107 140736100983296 18446744073709551615 274473628705 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 72449 6202 363 95 0 67431 0
[pid=27246/tid=27249] ppid=27243 vsize=289796 CPUtime=0.14 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 1769 0 0 0 14 0 0 0 19 0 4 0 874937225 296751104 6206 33554432000 4194304 4580107 140736100983296 18446744073709551615 4507434 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=289796 CPUtime=0.14 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 1511 0 0 0 14 0 0 0 19 0 4 0 874937225 296751104 6213 33554432000 4194304 4580107 140736100983296 18446744073709551615 4401352 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=289796 CPUtime=0.14 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 1058 0 0 0 14 0 0 0 20 0 4 0 874937225 296751104 6219 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 289796

[startup+0.257353 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 27248
/proc/meminfo: memFree=32134088/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=290568 CPUtime=0.99 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 8974 0 1 0 98 1 0 0 19 0 4 0 874937224 297541632 7690 33554432000 4194304 4580107 140736100983296 18446744073709551615 4301834 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 72642 7690 376 95 0 67624 0
[pid=27246/tid=27249] ppid=27243 vsize=290568 CPUtime=0.24 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 2395 0 0 0 24 0 0 0 19 0 4 0 874937225 297541632 7690 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=290568 CPUtime=0.24 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 2440 0 0 0 24 0 0 0 19 0 4 0 874937225 297541632 7690 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=290568 CPUtime=0.24 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 1271 0 0 0 24 0 0 0 20 0 4 0 874937225 297541632 7690 33554432000 4194304 4580107 140736100983296 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 290568

[startup+0.357336 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 27248
/proc/meminfo: memFree=32134088/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=290568 CPUtime=1.39 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 9737 0 1 0 138 1 0 0 19 0 4 0 874937224 297541632 8453 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 72642 8453 376 95 0 67624 0
[pid=27246/tid=27249] ppid=27243 vsize=290568 CPUtime=0.34 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 2582 0 0 0 34 0 0 0 19 0 4 0 874937225 297541632 8453 33554432000 4194304 4580107 140736100983296 18446744073709551615 4318269 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=290568 CPUtime=0.34 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 2629 0 0 0 34 0 0 0 19 0 4 0 874937225 297541632 8453 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=290568 CPUtime=0.34 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 1469 0 0 0 34 0 0 0 20 0 4 0 874937225 297541632 8453 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 290568

[startup+0.700277 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 27248
/proc/meminfo: memFree=32134088/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=297176 CPUtime=2.76 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 13493 0 1 0 274 2 0 0 19 0 4 0 874937224 304308224 8676 33554432000 4194304 4580107 140736100983296 18446744073709551615 4321152 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 74294 8677 377 95 0 69276 0
[pid=27246/tid=27249] ppid=27243 vsize=297176 CPUtime=0.68 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 3502 0 0 0 68 0 0 0 19 0 4 0 874937225 304308224 8677 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=297176 CPUtime=0.68 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 3546 0 0 0 68 0 0 0 19 0 4 0 874937225 304308224 8677 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=297176 CPUtime=0.68 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 2468 0 0 0 68 0 0 0 21 0 4 0 874937225 304308224 8677 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 297176

[startup+1.50114 s]
/proc/loadavg: 0.00 0.00 0.00 9/184 27256
/proc/meminfo: memFree=32075676/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=298228 CPUtime=5.96 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 20348 0 1 0 592 4 0 0 21 0 4 0 874937224 305385472 10897 33554432000 4194304 4580107 140736100983296 18446744073709551615 4321270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 74557 10897 377 95 0 69539 0
[pid=27246/tid=27249] ppid=27243 vsize=298228 CPUtime=1.48 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 5188 0 0 0 148 0 0 0 21 0 4 0 874937225 305385472 10897 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=298228 CPUtime=1.48 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 5260 0 0 0 147 1 0 0 21 0 4 0 874937225 305385472 10898 33554432000 4194304 4580107 140736100983296 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=298228 CPUtime=1.48 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 4194 0 0 0 148 0 0 0 23 0 4 0 874937225 305385472 10898 33554432000 4194304 4580107 140736100983296 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 298228

[startup+3.10086 s]
/proc/loadavg: 0.00 0.00 0.00 9/184 27256
/proc/meminfo: memFree=32052228/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=299988 CPUtime=12.35 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 38051 0 1 0 1227 8 0 0 25 0 4 0 874937224 307187712 17096 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 74997 17096 379 95 0 69979 0
[pid=27246/tid=27249] ppid=27243 vsize=299988 CPUtime=3.08 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 8556 0 0 0 307 1 0 0 25 0 4 0 874937225 307187712 17096 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=299988 CPUtime=3.08 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 8605 0 0 0 306 2 0 0 25 0 4 0 874937225 307187712 17096 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=299988 CPUtime=3.08 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 7487 0 0 0 307 1 0 0 25 0 4 0 874937225 307187712 17096 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 299988

[startup+6.30029 s]
/proc/loadavg: 0.72 0.15 0.05 9/184 27256
/proc/meminfo: memFree=31927236/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=312736 CPUtime=25.13 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 69600 0 1 0 2499 14 0 0 25 0 4 0 874937224 320241664 33379 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 78184 33379 379 95 0 73166 0
[pid=27246/tid=27249] ppid=27243 vsize=312736 CPUtime=6.28 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 16261 0 0 0 626 2 0 0 25 0 4 0 874937225 320241664 33379 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=312736 CPUtime=6.29 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 18096 0 0 0 625 4 0 0 25 0 4 0 874937225 320241664 33379 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=312736 CPUtime=6.25 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 17170 0 0 0 622 3 0 0 25 0 4 0 874937225 320241664 33379 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 312736

[startup+12.7012 s]
/proc/loadavg: 1.30 0.28 0.09 9/184 27256
/proc/meminfo: memFree=31841552/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=334048 CPUtime=50.7 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 107796 0 1 0 5048 22 0 0 25 0 4 0 874937224 342065152 47088 33554432000 4194304 4580107 140736100983296 18446744073709551615 274473664267 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 83512 47093 379 95 0 78494 0
[pid=27246/tid=27249] ppid=27243 vsize=334048 CPUtime=12.68 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 25338 0 0 0 1264 4 0 0 25 0 4 0 874937225 342065152 47096 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=334048 CPUtime=12.68 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 26596 0 0 0 1263 5 0 0 25 0 4 0 874937225 342065152 47098 33554432000 4194304 4580107 140736100983296 18446744073709551615 4324249 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=334048 CPUtime=12.63 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 26514 0 0 0 1257 6 0 0 25 0 4 0 874937225 342065152 47101 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 334048

[startup+25.5009 s]
/proc/loadavg: 2.79 0.66 0.22 9/184 27256
/proc/meminfo: memFree=31701544/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=435216 CPUtime=101.83 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 156580 0 1 0 10150 33 0 0 25 0 4 0 874937224 445661184 72736 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416041 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 108804 72736 379 95 0 103786 0
[pid=27246/tid=27249] ppid=27243 vsize=435216 CPUtime=25.48 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 31021 0 0 0 2543 5 0 0 25 0 4 0 874937225 445661184 72736 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=435216 CPUtime=25.48 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 37419 0 0 0 2541 7 0 0 25 0 4 0 874937225 445661184 72736 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=435216 CPUtime=25.36 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 40697 0 0 0 2527 9 0 0 25 0 4 0 874937225 445661184 72736 33554432000 4194304 4580107 140736100983296 18446744073709551615 4321023 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 435216

[startup+51.1004 s]
/proc/loadavg: 4.64 1.26 0.43 9/184 27257
/proc/meminfo: memFree=31615960/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=578524 CPUtime=204.11 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 231907 0 1 0 20361 50 0 0 25 0 4 0 874937224 592408576 86045 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416997 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 144631 86045 379 95 0 139613 0
[pid=27246/tid=27249] ppid=27243 vsize=578524 CPUtime=51.08 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 54226 0 0 0 5097 11 0 0 25 0 4 0 874937225 592408576 86045 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=578524 CPUtime=51.08 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 54739 0 0 0 5097 11 0 0 25 0 4 0 874937225 592408576 86045 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=578524 CPUtime=50.83 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 66912 0 0 0 5069 14 0 0 25 0 4 0 874937225 592408576 86045 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 578524

[startup+102.3 s]
/proc/loadavg: 6.74 2.41 0.87 9/184 27259
/proc/meminfo: memFree=31560236/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=584372 CPUtime=408.67 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 380078 0 1 0 40780 87 0 0 25 0 4 0 874937224 598396928 94873 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489273 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 146093 94873 379 95 0 141075 0
[pid=27246/tid=27249] ppid=27243 vsize=584372 CPUtime=102.28 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 96512 0 0 0 10206 22 0 0 25 0 4 0 874937225 598396928 94873 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=584372 CPUtime=102.28 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 85554 0 0 0 10210 18 0 0 25 0 4 0 874937225 598396928 94873 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=584372 CPUtime=101.8 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 114300 0 0 0 10152 28 0 0 25 0 4 0 874937225 598396928 94873 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 584372

[startup+162.301 s]

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

[pid=27246] ppid=27243 vsize=1083664 CPUtime=2565.8 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1421196 0 1 0 256173 407 0 0 25 0 4 0 874937224 1109671936 203920 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 270916 203920 379 95 0 265898 0
[pid=27246/tid=27249] ppid=27243 vsize=1083664 CPUtime=642.21 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 358127 0 0 0 64117 104 0 0 25 0 4 0 874937225 1109671936 203920 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1083664 CPUtime=642.26 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 358805 0 0 0 64124 102 0 0 25 0 4 0 874937225 1109671936 203920 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1083664 CPUtime=639.02 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 399200 0 0 0 63789 113 0 0 25 0 4 0 874937225 1109671936 203920 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.8
Current children cumulated vsize (KiB) 1083664

[startup+702.301 s]
/proc/loadavg: 8.12 7.31 4.27 9/184 27275
/proc/meminfo: memFree=30889572/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1100048 CPUtime=2805.47 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1513956 0 1 0 280108 439 0 0 25 0 4 0 874937224 1126449152 204772 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 275012 204772 379 95 0 269994 0
[pid=27246/tid=27249] ppid=27243 vsize=1100048 CPUtime=702.2 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 383927 0 0 0 70107 113 0 0 25 0 4 0 874937225 1126449152 204772 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1100048 CPUtime=702.26 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 381244 0 0 0 70116 110 0 0 25 0 4 0 874937225 1126449152 204772 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1100048 CPUtime=698.7 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 428005 0 0 0 69747 123 0 0 25 0 4 0 874937225 1126449152 204772 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.47
Current children cumulated vsize (KiB) 1100048

[startup+762.301 s]
/proc/loadavg: 8.12 7.47 4.53 9/184 27276
/proc/meminfo: memFree=30844864/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1093904 CPUtime=3045.15 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1607284 0 1 0 304045 470 0 0 25 0 4 0 874937224 1120157696 212716 33554432000 4194304 4580107 140736100983296 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 273476 212716 379 95 0 268458 0
[pid=27246/tid=27249] ppid=27243 vsize=1093904 CPUtime=762.2 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 406132 0 0 0 76099 121 0 0 25 0 4 0 874937225 1120157696 212716 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1093904 CPUtime=762.27 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 400728 0 0 0 76110 117 0 0 25 0 4 0 874937225 1120157696 212716 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1093904 CPUtime=758.38 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 454307 0 0 0 75707 131 0 0 25 0 4 0 874937225 1120157696 212716 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 1093904

[startup+822.301 s]
/proc/loadavg: 8.13 7.58 4.73 9/184 27278
/proc/meminfo: memFree=30802012/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1070908 CPUtime=3284.81 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1681165 0 1 0 327982 499 0 0 25 0 4 0 874937224 1096609792 211319 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 267727 211319 379 95 0 262709 0
[pid=27246/tid=27249] ppid=27243 vsize=1070908 CPUtime=822.19 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 417660 0 0 0 82093 126 0 0 25 0 4 0 874937225 1096609792 211319 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1070908 CPUtime=822.25 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 423466 0 0 0 82098 127 0 0 25 0 4 0 874937225 1096609792 211319 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1070908 CPUtime=818.06 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 472970 0 0 0 81668 138 0 0 25 0 4 0 874937225 1096609792 211319 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 1070908

[startup+882.307 s]
/proc/loadavg: 8.16 7.69 4.96 9/184 27279
/proc/meminfo: memFree=30734992/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1183908 CPUtime=3524.51 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1773608 0 1 0 351921 530 0 0 25 0 4 0 874937224 1212321792 226847 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 295977 226847 379 95 0 290959 0
[pid=27246/tid=27249] ppid=27243 vsize=1183908 CPUtime=882.19 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 439959 0 0 0 88086 133 0 0 25 0 4 0 874937225 1212321792 226847 33554432000 4194304 4580107 140736100983296 18446744073709551615 4320786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1183908 CPUtime=882.26 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 448912 0 0 0 88090 136 0 0 25 0 4 0 874937225 1212321792 226847 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1183908 CPUtime=877.75 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 498569 0 0 0 87629 146 0 0 25 0 4 0 874937225 1212321792 226847 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.51
Current children cumulated vsize (KiB) 1183908

[startup+942.3 s]
/proc/loadavg: 8.10 7.76 5.14 9/184 27281
/proc/meminfo: memFree=30701444/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1143516 CPUtime=3764.16 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1858712 0 1 0 375857 559 0 0 25 0 4 0 874937224 1170960384 220422 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 285879 220422 379 95 0 280861 0
[pid=27246/tid=27249] ppid=27243 vsize=1143516 CPUtime=942.18 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 461379 0 0 0 94077 141 0 0 25 0 4 0 874937225 1170960384 220423 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1143516 CPUtime=942.26 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 461699 0 0 0 94086 140 0 0 25 0 4 0 874937225 1170960384 220423 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1143516 CPUtime=937.42 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 523198 0 0 0 93587 155 0 0 25 0 4 0 874937225 1170960384 220423 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 1143516

[startup+1002.3 s]
/proc/loadavg: 8.11 7.82 5.33 10/184 27283
/proc/meminfo: memFree=30642616/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1168032 CPUtime=4003.84 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 1970679 0 1 0 399790 594 0 0 25 0 4 0 874937224 1196064768 242940 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 292008 242940 379 95 0 286990 0
[pid=27246/tid=27249] ppid=27243 vsize=1168032 CPUtime=1002.17 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 499013 0 0 0 100066 151 0 0 25 0 4 0 874937225 1196064768 242940 33554432000 4194304 4580107 140736100983296 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1168032 CPUtime=1002.25 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 486447 0 0 0 100076 149 0 0 25 0 4 0 874937225 1196064768 242940 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1168032 CPUtime=997.11 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 547791 0 0 0 99549 162 0 0 25 0 4 0 874937225 1196064768 242940 33554432000 4194304 4580107 140736100983296 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.84
Current children cumulated vsize (KiB) 1168032

[startup+1062.3 s]
/proc/loadavg: 8.12 7.86 5.49 9/184 27284
/proc/meminfo: memFree=30432384/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1479296 CPUtime=4243.51 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 2029119 0 1 0 423738 613 0 0 25 0 4 0 874937224 1514799104 292684 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416028 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 369824 292684 379 95 0 364806 0
[pid=27246/tid=27249] ppid=27243 vsize=1479296 CPUtime=1062.16 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 499241 0 0 0 106065 151 0 0 25 0 4 0 874937225 1514799104 292684 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1479296 CPUtime=1062.25 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 502257 0 0 0 106066 159 0 0 25 0 4 0 874937225 1514799104 292684 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1479296 CPUtime=1056.79 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 569129 0 0 0 105513 166 0 0 25 0 4 0 874937225 1514799104 292684 33554432000 4194304 4580107 140736100983296 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 1479296

[startup+1122.3 s]
/proc/loadavg: 8.12 7.90 5.65 9/184 27286
/proc/meminfo: memFree=30449324/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1481036 CPUtime=4483.19 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 2105459 0 1 0 447678 641 0 0 25 0 4 0 874937224 1516580864 290722 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 370259 290722 379 95 0 365241 0
[pid=27246/tid=27249] ppid=27243 vsize=1481036 CPUtime=1122.16 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 523630 0 0 0 112056 160 0 0 25 0 4 0 874937225 1516580864 290722 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1481036 CPUtime=1122.25 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 519652 0 0 0 112059 166 0 0 25 0 4 0 874937225 1516580864 290722 33554432000 4194304 4580107 140736100983296 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1481036 CPUtime=1116.48 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 591700 0 0 0 111474 174 0 0 25 0 4 0 874937225 1516580864 290722 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.19
Current children cumulated vsize (KiB) 1481036

[startup+1182.3 s]
/proc/loadavg: 8.27 7.98 5.82 9/184 27287
/proc/meminfo: memFree=30434252/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1558092 CPUtime=4722.87 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 2184342 0 1 0 471618 669 0 0 25 0 4 0 874937224 1595486208 295819 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 389523 295819 379 95 0 384505 0
[pid=27246/tid=27249] ppid=27243 vsize=1558092 CPUtime=1182.16 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 546980 0 0 0 118047 169 0 0 25 0 4 0 874937225 1595486208 295819 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1558092 CPUtime=1182.25 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 529368 0 0 0 118057 168 0 0 25 0 4 0 874937225 1595486208 295819 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1558092 CPUtime=1176.16 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 614892 0 0 0 117433 183 0 0 25 0 4 0 874937225 1595486208 295819 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.87
Current children cumulated vsize (KiB) 1558092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 7.98 5.86 10/184 27288
/proc/meminfo: memFree=30461016/32950928 swapFree=67079488/67111528
[pid=27246] ppid=27243 vsize=1501216 CPUtime=4800.38 cores=0,2,4,6
/proc/27246/stat : 27246 (strangenight2-m) R 27243 27246 27203 0 -1 4202496 2212750 0 1 0 479361 677 0 0 25 0 4 0 874937224 1537245184 289214 33554432000 4194304 4580107 140736100983296 18446744073709551615 4324126 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27246/statm: 375304 289214 379 95 0 370286 0
[pid=27246/tid=27249] ppid=27243 vsize=1501216 CPUtime=1201.56 cores=0,2,4,6
/proc/27246/task/27249/stat : 27249 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 555083 0 0 0 119986 170 0 0 25 0 4 0 874937225 1537245184 289214 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27246/tid=27250] ppid=27243 vsize=1501216 CPUtime=1201.65 cores=0,2,4,6
/proc/27246/task/27250/stat : 27250 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 538137 0 0 0 119995 170 0 0 25 0 4 0 874937225 1537245184 289214 33554432000 4194304 4580107 140736100983296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27246/tid=27251] ppid=27243 vsize=1501216 CPUtime=1195.46 cores=0,2,4,6
/proc/27246/task/27251/stat : 27251 (strangenight2-m) R 27243 27246 27203 0 -1 4202560 621112 0 0 0 119360 186 0 0 25 0 4 0 874937225 1537245184 289214 33554432000 4194304 4580107 140736100983296 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1501216

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.46
CPU user time (s): 4793.63
CPU system time (s): 6.82596
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 1558604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.63
system time used= 6.82596
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2212753
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2119
involuntary context switches= 33198

runsolver used 1.9507 second user time and 4.29035 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-09 17:29:35
IDJOB=3366153
IDBENCH=82562
IDSOLVER=1844
FILE ID=node125/3366153-1307633375
RUNJOBID= node125-1307633375-27221
PBS_JOBID= 13549397
Free space on /tmp= 74064 MiB

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

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

MD5SUM BENCH= 34a446d3b38e7b034208a35fa75247bf
RANDOM SEED=1585759025

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32135320 kB
Buffers:        193312 kB
Cached:         388404 kB
SwapCached:       3400 kB
Active:         323204 kB
Inactive:       295120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32135320 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           11888 kB
Writeback:           0 kB
AnonPages:       35080 kB
Mapped:          13656 kB
Slab:           130848 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187732 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= 74052 MiB
End job on node125 at 2011-06-09 17:49:39