Trace number 3366290

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.36 1203.18

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S871131876-087-UNKNOWN.cnf
MD5SUM637b75113dde2f4a15dbf158341be921
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.8421
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366290-1305400916.cnf'
0.00/0.01	c -- header says num vars:           1250
0.00/0.01	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.58/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.58/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.58/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.58/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.58/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.58/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.58/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.58/0.19	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.58/0.19	c calculated reachability. Time: 0.00
0.58/0.20	c Calc default polars -  time:   0.00 s pos:     617 undec:      58 neg:     575
0.58/0.20	c =========================================================================================
0.58/0.20	c types(t): F = full restart, N = normal restart
0.58/0.20	c types(t): S = simplification begin/end, E = solution found
0.58/0.20	c restart types(rt): st = static, dy = dynamic
0.58/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.58/0.20	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
0.58/0.52	c  N dy    18      4149      1250     25000         0      4141    125000    600812    106.55    112.59
0.58/0.86	c  N dy    45      8356      1250     25000         0      5849    125000    611567    109.74    115.95
4.42/1.21	c  N dy    70     12401      1250     25000         0      5649    125000    398728    110.04    117.49
5.97/1.59	c  N dy    97     16815      1250     25000         0     10059    125000   1010522    110.57    116.83
7.59/1.96	c  N dy   118     20907      1250     25000         0      8526    125000    627523    110.17    129.35
9.16/2.33	c  N dy   147     24927      1250     25000         0     12544    125000   1183553    110.69    116.60
9.16/2.34	c  F st   148     25000      1250     25000         0     12617    125000   1191854    110.64   no data
11.15/2.81	c  N dy   154     30000      1250     25000         0     10807    125000    829202    110.64   no data
11.15/2.81	c  S st   154     30000      1250     25000         0     10807    125000    829202    110.64   no data
11.15/2.87	c  S st   154     30502      1250     25000         0     11309    125000    888292    110.64   no data
11.15/2.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.15/2.89	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.15/2.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.15/2.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.15/2.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.57/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.54/3.40	c lits-rem:        25  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.45 s
13.94/3.55	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.94/3.55	c calculated reachability. Time: 0.00
13.94/3.55	c  N dy   154     30502      1250     25000         0     11258    125000    872238    110.64   no data
15.54/3.97	c  N dy   176     34543      1250     25000         0     15297    125000   1423004    110.49    126.85
17.13/4.37	c  N dy   201     38653      1250     25000         0     11506    125000    749371    110.53    118.20
19.13/4.83	c  N dy   229     42743      1250     25000         0     15593    125000   1319697    110.78    118.17
20.35/5.18	c  S st   252     45755      1250     25000         0      9653    125000    363770    111.02    117.15
20.76/5.24	c  S st   252     46257      1250     25000         0     10155    125000    423466    111.02   no data
20.76/5.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.76/5.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.76/5.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.76/5.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.76/5.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.76/5.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.76/5.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.76/5.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.76/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.11/5.39	c lits-rem:         5  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
21.11/5.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.51/5.40	c vivif2 --  cl tried    10154 cl shrink        0 lits rem          0 time: 0.01
21.91/5.56	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.91/5.56	c calculated reachability. Time: 0.00
21.91/5.56	c  N dy   252     46257      1250     25000         0     10154    125000    423146    111.02   no data
23.51/5.96	c  N dy   268     50351      1250     25000         0     14242    125000    976991    110.69    121.58
25.51/6.42	c  N dy   292     54586      1250     25000         0     18474    125000   1557837    110.61    116.89
27.51/6.91	c  N dy   315     59150      1250     25000         0     13069    125000    699864    110.54    116.63
29.13/7.33	c  N dy   335     63203      1250     25000         0     17118    125000   1250538    110.40    116.33
31.10/7.84	c  N dy   359     67343      1250     25000         0     21252    125000   1810169    110.32    118.08
31.90/8.09	c  S st   375     69386      1250     25000         0     12315    125000    472105    110.44   no data
32.30/8.15	c  S st   375     69888      1250     25000         0     12817    125000    525462    110.44   no data
32.30/8.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.30/8.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.30/8.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.30/8.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.30/8.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.30/8.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.30/8.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.30/8.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.69/8.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/8.39	c lits-rem:        16  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
33.09/8.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.09/8.40	c vivif2 --  cl tried    12816 cl shrink        0 lits rem          0 time: 0.01
33.93/8.58	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.93/8.58	c calculated reachability. Time: 0.00
33.93/8.58	c  N dy   375     69888      1250     25000         0     12816    125000    525422    110.44   no data
35.89/9.07	c  N dy   402     74381      1250     25000         0     17308    125000   1147866    110.47    117.53
38.32/9.64	c  N dy   433     79223      1250     25000         0     22147    125000   1826616    110.68    121.14
40.67/10.28	c  N dy   467     84826      1250     25000         0     15761    125000    806232    110.69    117.71
41.87/10.57	c  F st   480     87501      1250     25000         0     18436    125000   1168303    110.59   no data
43.46/10.96	c  N st   485     90799      1250     25000         0     21731    125000   1654328    110.59   no data
46.25/11.66	c  N dy   510     96602      1250     25000         0     14538    125000    513678    110.60    116.75
49.05/12.35	c  N dy   548    102959      1250     25000         0     20892    125000   1395958    110.75    117.73
49.85/12.57	c  S st   556    104832      1250     25000         0     22762    125000   1652861    110.72   no data
50.25/12.65	c  S st   556    105334      1250     25000         0     23264    125000   1714864    110.72   no data
50.25/12.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.25/12.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.25/12.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.25/12.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.25/12.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.25/12.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.25/12.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.25/12.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
50.65/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.00/16.39	c lits-rem:       184  cl-subs:       21  v-elim:      0  v-fix:    0  time:  3.63 s
65.00/16.39	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
65.40/16.41	c vivif2 --  cl tried    23243 cl shrink        0 lits rem          0 time: 0.02
66.21/16.69	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.28
66.21/16.69	c calculated reachability. Time: 0.00
66.21/16.69	c  N dy   556    105334      1250     25000         0     23243    125000   1708498    110.72   no data
69.79/17.55	c  N dy   590    112092      1250     25000         0     16010    125000    584561    110.54    116.37
73.42/18.44	c  N dy   639    119341      1250     25000         0     23253    125000   1599206    110.71    116.67
77.40/19.50	c  N dy   671    127022      1250     25000         0     15944    125000    447893    110.59    117.60
81.79/20.51	c  N dy   718    135399      1250     25000         0     24313    125000   1608436    110.62    118.50
86.59/21.74	c  N dy   765    144070      1250     25000         0     16990    125000    476967    110.64    157.82
91.33/22.95	c  N dy   821    153689      1250     25000         0     26603    125000   1794218    110.63    117.32
93.73/23.54	c  S st   844    158002      1250     25000         0     30914    125000   2379141    110.58    108.78
94.13/23.64	c  S st   844    158504      1250     25000         0     31416    125000   2435887    110.58   no data
94.13/23.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.13/23.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
94.13/23.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.13/23.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.13/23.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.13/23.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
94.13/23.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
94.53/23.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
94.53/23.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.04/32.14	c lits-rem:       295  cl-subs:       29  v-elim:      0  v-fix:    0  time:  8.35 s
128.04/32.14	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
128.04/32.17	c vivif2 --  cl tried    31387 cl shrink        0 lits rem          0 time: 0.03
129.64/32.52	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.35
129.64/32.52	c calculated reachability. Time: 0.00
129.64/32.52	c  N dy   844    158504      1250     25000         0     31387    125000   2427942    110.58   no data
135.22/33.92	c  N dy   898    168745      1250     25000         0     24624    125000   1377320    110.55    117.45
141.21/35.48	c  N dy   962    179614      1250     25000         0     35485    125000   2872187    110.59    117.01
147.62/37.03	c  N dy  1031    191379      1250     25000         0     29257    125000   1894809    110.60    116.70
154.38/38.78	c  N dy  1107    203608      1250     25000         0     22493    125000    829763    110.62    117.10
161.95/40.60	c  N dy  1185    216614      1250     25000         0     35489    125000   2624553    110.65    117.70
169.56/42.56	c  N dy  1260    230519      1250     25000         0     29405    125000   1638548    110.63    119.42
173.95/43.64	c  S st  1304    237756      1250     25000         0     36635    125000   2639957    110.68   no data
174.36/43.75	c  S st  1304    238260      1250     25000         0     37139    125000   2702762    110.68   no data
174.36/43.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.36/43.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
174.36/43.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.36/43.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.36/43.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.36/43.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
174.36/43.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
174.72/43.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
175.12/43.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.00/55.94	c lits-rem:       323  cl-subs:       25  v-elim:      0  v-fix:    0  time: 12.04 s
223.00/55.95	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
223.00/55.98	c vivif2 --  cl tried    37114 cl shrink        0 lits rem          0 time: 0.03
224.60/56.33	c asymm  cl-useful: 0/23020/25000 lits-rem:0 time: 0.35
224.60/56.33	c calculated reachability. Time: 0.00
224.60/56.33	c  N dy  1304    238260      1250     25000         0     37114    125000   2695570    110.68   no data
233.38/58.51	c  N dy  1399    253531      1250     25000         0     31386    125000   1795531    110.71    123.84
242.95/60.98	c  N dy  1496    269792      1250     25000         0     25645    125000    885309    110.75    116.91
253.37/63.55	c  N dy  1589    287079      1250     25000         0     42916    125000   3249269    110.72    120.49
264.10/66.25	c  N dy  1681    305653      1250     25000         0     38502    125000   2510250    110.63    116.60
264.50/66.35	c  F st  1684    306252      1250     25000         0     39101    125000   2586351    110.62    100.22
276.06/69.21	c  N dy  1765    325209      1250     25000         0     34060    125000   1779674    110.62    118.54
288.83/72.46	c  N dy  1881    345230      1250     25000         0     29088    125000    960814    110.65    126.18
296.42/74.32	c  S st  1958    357392      1250     25000         0     41244    125000   2637438    110.67   no data
296.84/74.44	c  S st  1958    357894      1250     25000         0     41746    125000   2696433    110.67   no data
296.84/74.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
296.84/74.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
296.84/74.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
296.84/74.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.84/74.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.84/74.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
296.84/74.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.25/74.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
297.25/74.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.28/87.38	c lits-rem:       304  cl-subs:       23  v-elim:      0  v-fix:    0  time: 12.79 s
348.28/87.38	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
348.68/87.42	c vivif2 --  cl tried    41723 cl shrink        0 lits rem          0 time: 0.03
348.68/87.46	c asymm  cl-useful: 0/1980/25000 lits-rem:0 time: 0.04
348.68/87.46	c calculated reachability. Time: 0.00
348.68/87.46	c  N dy  1958    357894      1250     25000         0     41723    125000   2689454    110.67   no data
361.85/90.73	c  N dy  2054    377959      1250     25000         0     35781    125000   1739108    110.56    117.98
375.42/94.20	c  N dy  2176    397997      1250     25000         0     28829    125000    672163    110.57    118.49
388.59/97.45	c  N dy  2300    418019      1250     25000         0     48832    125000   3438272    110.61    120.13
401.75/100.79	c  N dy  2414    438062      1250     25000         0     40877    125000   2216847    110.65    153.14
416.92/104.51	c  N dy  2535    458116      1250     25000         0     31944    125000    841483    110.69    123.21
430.07/107.89	c  N dy  2647    478227      1250     25000         0     52038    125000   3596851    110.67    116.72
444.44/111.42	c  N dy  2766    498350      1250     25000         0     42165    125000   2124709    110.69    118.54
459.99/115.37	c  N dy  2887    518426      1250     25000         0     31255    125000    486261    110.73    118.25
471.98/118.39	c  S st  2995    536841      1250     25000         0     49651    125000   3001022    110.71    107.43
472.81/118.52	c  S st  2995    537346      1250     25000         0     50156    125000   3058783    110.71   no data
472.81/118.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
472.81/118.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
472.81/118.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
472.81/118.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
472.81/118.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.81/118.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
472.81/118.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
473.16/118.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
473.16/118.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
519.45/130.28	c lits-rem:       430  cl-subs:       36  v-elim:      0  v-fix:    0  time: 11.58 s
519.45/130.28	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
519.85/130.32	c vivif2 --  cl tried    50120 cl shrink        0 lits rem          0 time: 0.04
521.44/130.74	c asymm  cl-useful: 0/19370/25000 lits-rem:0 time: 0.42
521.44/130.74	c calculated reachability. Time: 0.00
521.44/130.74	c  N dy  2995    537346      1250     25000         0     50120    125000   3048645    110.71   no data
538.64/135.05	c  N dy  3118    557434      1250     25000         0     38222    125000   1320158    110.76    119.52
554.57/139.03	c  N dy  3229    577533      1250     25000         0     58300    125000   4091872    110.75    116.78
570.51/143.01	c  N dy  3350    597579      1250     25000         0     45358    125000   2159719    110.77    117.11
587.27/147.23	c  N dy  3464    617744      1250     25000         0     65513    125000   4938410    110.76    117.01
602.04/150.96	c  N dy  3579    637983      1250     25000         0     51765    125000   2918940    110.76    120.38
619.59/155.33	c  N dy  3694    658222      1250     25000         0     37026    125000    762854    110.77    117.96
633.96/158.95	c  N dy  3811    678415      1250     25000         0     57200    125000   3549013    110.77    117.16
651.12/163.24	c  N dy  3932    698509      1250     25000         0     41302    125000   1230645    110.79    118.38
666.27/167.08	c  N dy  4051    718556      1250     25000         0     61337    125000   4024063    110.83    117.83
683.47/171.32	c  N dy  4165    738707      1250     25000         0     44501    125000   1539597    110.85    117.61
698.99/175.23	c  N dy  4265    758758      1250     25000         0     64536    125000   4303782    110.82    118.83
716.15/179.54	c  N dy  4385    779095      1250     25000         0     46876    125000   1740659    110.85    124.21
732.90/183.74	c  N dy  4511    799188      1250     25000         0     66946    125000   4508309    110.86    116.83
740.11/185.53	c  S st  4554    806021      1250     25000         0     73772    125000   5456006    110.87    107.79
740.88/185.73	c  S st  4554    806526      1250     25000         0     74277    125000   5514592    110.87   no data
740.88/185.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
741.28/185.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
741.28/185.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
741.28/185.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
741.28/185.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
741.28/185.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
741.28/185.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
741.28/185.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
742.08/186.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
865.77/217.03	c lits-rem:       577  cl-subs:       86  v-elim:      0  v-fix:    0  time: 30.99 s
865.77/217.03	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
866.17/217.10	c vivif2 --  cl tried    74191 cl shrink        0 lits rem          0 time: 0.07
866.57/217.29	c asymm  cl-useful: 0/5630/25000 lits-rem:0 time: 0.19
866.57/217.29	c calculated reachability. Time: 0.00
866.57/217.29	c  N dy  4554    806526      1250     25000         0     74191    125000   5488937    110.87   no data
882.52/221.24	c  N dy  4665    826604      1250     25000         0     55288    125000   2758440    110.86    123.87
900.88/225.89	c  N dy  4787    846615      1250     25000         0     75281    125000   5521028    110.86    118.45
917.23/229.96	c  N dy  4906    866858      1250     25000         0     55544    125000   2680341    110.87    117.85
935.58/234.56	c  N dy  5025    886923      1250     25000         0     75597    125000   5456728    110.88    116.78
952.74/238.89	c  N dy  5150    907567      1250     25000         0     55251    125000   2497886    110.91    118.67
971.10/243.48	c  N dy  5264    927663      1250     25000         0     75327    125000   5274283    110.92    116.98
989.05/247.94	c  N dy  5386    947801      1250     25000         0     53491    125000   2144713    110.95    117.72
1007.01/252.40	c  N dy  5500    967917      1250     25000         0     73588    125000   4887156    110.94    117.35
1025.79/257.13	c  N dy  5614    988016      1250     25000         0     50710    125000   1630453    110.95    120.84
1043.71/261.68	c  N dy  5734   1008111      1250     25000         0     70781    125000   4415875    110.97    117.28
1066.45/267.31	c  N dy  5847   1028217      1250     25000         0     46904    125000    956210    110.96    119.25
1084.41/271.84	c  N dy  5954   1048293      1250     25000         0     66964    125000   3701866    110.93    117.15
1107.95/277.70	c  N dy  6079   1068444      1250     25000         0     87100    125000   6502878    110.96    118.04
1111.94/278.77	c  F st  6099   1071875      1250     25000         0     45571    125000    643004    110.95   no data
1125.12/282.05	c  N dy  6170   1088457      1250     25000         0     62115    125000   3003797    110.95    117.47
1145.05/287.08	c  N dy  6289   1108468      1250     25000         0     82111    125000   5753527    110.95    125.78
1165.01/292.03	c  N dy  6411   1128566      1250     25000         0     56243    125000   1989766    110.95    121.73
1183.80/296.77	c  N dy  6536   1148580      1250     25000         0     76233    125000   4757851    110.96    123.35
1206.50/302.43	c  N dy  6665   1168647      1250     25000         0     49331    125000    905005    110.99    123.03
1223.66/306.79	c  N dy  6783   1188654      1250     25000         0     69324    125000   3675346    111.01    117.30
1244.83/312.09	c  N dy  6899   1208691      1250     25000         0     89347    125000   6454355    111.02    117.72
1246.40/312.42	c  S st  6906   1209790      1250     25000         0     90445    125000   6603719    111.02    114.21
1247.20/312.64	c  S st  6906   1210293      1250     25000         0     90948    125000   6666841    111.02   no data
1247.20/312.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1247.60/312.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1247.60/312.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1247.60/312.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1247.60/312.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1247.60/312.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1247.60/312.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1247.60/312.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1248.40/312.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1419.17/355.71	c lits-rem:       699  cl-subs:       80  v-elim:      0  v-fix:    0  time: 42.71 s
1419.17/355.71	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1419.17/355.80	c vivif2 --  cl tried    90868 cl shrink        0 lits rem          0 time: 0.08
1421.16/356.23	c asymm  cl-useful: 0/12973/25000 lits-rem:0 time: 0.44
1421.16/356.24	c calculated reachability. Time: 0.00
1421.16/356.24	c  N dy  6906   1210293      1250     25000         0     90868    125000   6642872    111.02   no data
1439.52/360.83	c  N dy  7003   1230467      1250     25000         0     63057    125000   2676122    111.00    118.41
1459.07/365.79	c  N dy  7114   1250812      1250     25000         0     83384    125000   5503616    110.99    118.09
1481.01/371.26	c  N dy  7224   1271148      1250     25000         0     54744    125000   1382680    110.99    118.00
1498.97/375.80	c  N dy  7349   1291271      1250     25000         0     74843    125000   4178706    111.01    117.58
1521.33/381.39	c  N dy  7460   1311336      1250     25000         0     94891    125000   6952582    111.01    118.31
1540.46/386.11	c  N dy  7570   1331501      1250     25000         0     65086    125000   2690782    111.00    116.92
1560.83/391.28	c  N dy  7688   1351687      1250     25000         0     85254    125000   5481824    111.01    117.06
1584.34/397.12	c  N dy  7815   1371774      1250     25000         0     54373    125000   1081827    111.03    118.32
1602.70/401.75	c  N dy  7948   1391812      1250     25000         0     74390    125000   3871847    111.06    128.42
1625.05/407.35	c  N dy  8059   1411932      1250     25000         0     94487    125000   6660575    111.06    119.06
1646.59/412.77	c  N dy  8177   1431963      1250     25000         0     62554    125000   2081759    111.07    117.57
1667.34/417.99	c  N dy  8295   1451992      1250     25000         0     82565    125000   4850383    111.08    117.21
1692.08/424.14	c  N dy  8406   1472039      1250     25000         0    102599    125000   7638371    111.08    127.35
1711.62/429.03	c  N dy  8530   1492066      1250     25000         0     69663    125000   2937601    111.09    119.91
1733.17/434.41	c  N dy  8643   1512116      1250     25000         0     89692    125000   5706987    111.08    120.94
1758.33/440.71	c  N dy  8757   1532186      1250     25000         0     55792    125000    885660    111.09    122.55
1777.06/445.41	c  N dy  8877   1552282      1250     25000         0     75874    125000   3683875    111.11    118.93
1800.20/451.24	c  N dy  8992   1572437      1250     25000         0     96011    125000   6456953    111.11    119.28
1824.58/457.39	c  N dy  9124   1592810      1250     25000         0     61403    125000   1539540    111.13    118.04
1844.09/462.22	c  N dy  9235   1613102      1250     25000         0     81677    125000   4339651    111.12    120.43
1868.06/468.22	c  N dy  9354   1633158      1250     25000         0    101719    125000   7120782    111.13    119.64
1890.76/473.97	c  N dy  9471   1653456      1250     25000         0     66051    125000   2045080    111.15    117.62
1913.11/479.58	c  N dy  9591   1673566      1250     25000         0     86138    125000   4810887    111.14    118.76
1940.24/486.38	c  N dy  9715   1693622      1250     25000         0    106179    125000   7587849    111.15    118.16
1961.39/491.60	c  S st  9816   1710295      1250     25000         0     65893    125000   1903254    111.16    105.16
1961.79/491.78	c  S st  9816   1710801      1250     25000         0     66399    125000   1963722    111.16   no data
1961.79/491.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1962.19/491.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1962.19/491.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1962.19/491.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1962.19/491.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1962.19/491.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1962.19/491.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1962.19/491.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1962.59/491.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1995.74/500.25	c lits-rem:       111  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.31 s
1995.74/500.25	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1995.74/500.28	c vivif2 --  cl tried    66383 cl shrink        0 lits rem          0 time: 0.03
1997.30/500.62	c asymm  cl-useful: 0/12027/25000 lits-rem:0 time: 0.34
1997.30/500.62	c calculated reachability. Time: 0.00
1997.30/500.62	c  N dy  9816   1710801      1250     25000         0     66383    125000   1958955    111.16   no data
2018.44/505.97	c  N dy  9939   1730964      1250     25000         0     86534    125000   4752321    111.17    118.93
2044.37/512.41	c  N dy 10057   1750979      1250     25000         0    106526    125000   7519720    111.17    118.37
2067.93/518.37	c  N dy 10183   1771161      1250     25000         0     68743    125000   2174163    111.20    117.29
2089.07/523.65	c  N dy 10287   1791164      1250     25000         0     88726    125000   4937479    111.19    118.96
2115.00/530.17	c  N dy 10398   1811262      1250     25000         0    108820    125000   7722187    111.18    117.63
2138.14/535.96	c  N dy 10513   1831287      1250     25000         0     69879    125000   2186732    111.18    159.85
2159.69/541.31	c  N dy 10641   1851376      1250     25000         0     89954    125000   4989850    111.20    119.66
2185.23/547.80	c  N dy 10758   1871405      1250     25000         0    109958    125000   7757920    111.20    117.10
2209.17/553.75	c  N dy 10875   1891466      1250     25000         0     70046    125000   2079105    111.20    125.64
2229.91/558.98	c  N dy 10978   1911565      1250     25000         0     90127    125000   4865910    111.20    118.56
2256.24/565.57	c  N dy 11097   1931717      1250     25000         0    110254    125000   7668225    111.20    119.92
2281.37/571.83	c  N dy 11222   1951748      1250     25000         0     69326    125000   1843816    111.21    117.70
2302.96/577.23	c  N dy 11351   1971836      1250     25000         0     89397    125000   4627406    111.23    117.68
2329.66/583.96	c  N dy 11474   1991965      1250     25000         0    109509    125000   7427904    111.24    117.48
2357.19/590.89	c  N dy 11591   2011968      1250     25000         0     67548    125000   1469775    111.24    117.89
2378.34/596.17	c  N dy 11706   2031992      1250     25000         0     87552    125000   4256448    111.25    118.34
2403.91/602.55	c  N dy 11833   2052095      1250     25000         0    107641    125000   7047832    111.26    118.47
2432.60/609.76	c  N dy 11950   2072267      1250     25000         0     64851    125000    977718    111.27    118.25
2453.34/614.97	c  N dy 12077   2092322      1250     25000         0     84884    125000   3772646    111.28    121.29
2478.52/621.28	c  N dy 12194   2112646      1250     25000         0    105193    125000   6583972    111.29    117.62
2508.41/628.71	c  N dy 12314   2132839      1250     25000         0    125371    125000   9378758    111.29    117.78
2530.36/634.21	c  N dy 12449   2152902      1250     25000         0     81461    125000   3155623    111.31    133.42
2554.69/640.34	c  N dy 12578   2173430      1250     25000         0    101975    125000   6014162    111.33    119.44
2583.44/647.57	c  N dy 12704   2193591      1250     25000         0    122120    125000   8816589    111.34    117.29
2604.96/652.90	c  S st 12804   2210803      1250     25000         0     74371    125000   2041649    111.34   no data
2605.38/653.08	c  S st 12804   2211307      1250     25000         0     74875    125000   2101028    111.34   no data
2605.38/653.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2605.80/653.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2605.80/653.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2605.80/653.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2605.80/653.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2605.80/653.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2605.80/653.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2605.80/653.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2606.16/653.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2635.69/660.67	c lits-rem:       150  cl-subs:       13  v-elim:      0  v-fix:    0  time:  7.43 s
2635.69/660.67	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2635.69/660.70	c vivif2 --  cl tried    74862 cl shrink        0 lits rem          0 time: 0.03
2637.68/661.10	c asymm  cl-useful: 0/14908/25000 lits-rem:0 time: 0.39
2637.68/661.10	c calculated reachability. Time: 0.00
2637.68/661.10	c  N dy 12804   2211307      1250     25000         0     74862    125000   2097248    111.34   no data
2659.62/666.67	c  N dy 12913   2231409      1250     25000         0     94950    125000   4870031    111.34    118.08
2686.35/673.36	c  N dy 13032   2251414      1250     25000         0    114935    125000   7648905    111.34    118.14
2716.28/680.80	c  N dy 13154   2271490      1250     25000         0     69051    125000   1169785    111.35    117.25
2737.46/686.12	c  N dy 13268   2292079      1250     25000         0     89627    125000   4037029    111.35    118.37
2763.80/692.77	c  N dy 13388   2312247      1250     25000         0    109775    125000   6834062    111.36    117.40
2796.47/700.93	c  N dy 13505   2332260      1250     25000         0    129779    125000   9606139    111.36    117.96
2820.43/707.00	c  N dy 13626   2352297      1250     25000         0     82849    125000   2933832    111.36    118.27
2845.95/713.36	c  N dy 13752   2372558      1250     25000         0    103090    125000   5772852    111.38    118.15
2875.47/720.78	c  N dy 13879   2392726      1250     25000         0    123249    125000   8573196    111.39    117.39
2904.23/727.93	c  N dy 14003   2412796      1250     25000         0     75354    125000   1786717    111.40    119.31
2926.94/733.61	c  N dy 14123   2432957      1250     25000         0     95493    125000   4586750    111.40    117.87
2953.27/740.20	c  N dy 14234   2453004      1250     25000         0    115521    125000   7360054    111.40    117.80
2984.80/748.16	c  N dy 14356   2473024      1250     25000         0    135524    125000  10128543    111.41    117.34
3007.54/753.85	c  N dy 14476   2493302      1250     25000         0     86850    125000   3264450    111.41    118.41
3032.27/760.08	c  N dy 14593   2513455      1250     25000         0    106980    125000   6053647    111.41    118.17
3062.23/767.59	c  N dy 14720   2533665      1250     25000         0    127174    125000   8864757    111.42    117.89
3093.31/775.34	c  N dy 14844   2553671      1250     25000         0     77226    125000   1784897    111.43    120.01
3117.25/781.36	c  N dy 14961   2573795      1250     25000         0     97334    125000   4580683    111.43    120.32
3146.37/788.69	c  N dy 15083   2594859      1250     25000         0    118381    125000   7508359    111.43    118.47
3180.31/797.16	c  N dy 15205   2615297      1250     25000         0    138791    125000  10347612    111.44    117.57
3205.03/803.33	c  N dy 15316   2635365      1250     25000         0     87895    125000   3128722    111.44    122.30
3230.97/809.85	c  N dy 15440   2655556      1250     25000         0    108068    125000   5932047    111.45    117.35
3261.29/817.44	c  N dy 15560   2675673      1250     25000         0    128159    125000   8727840    111.45    122.33
3292.01/825.13	c  N dy 15667   2695705      1250     25000         0     76253    125000   1394354    111.45    118.25
3309.16/829.41	c  S st 15756   2711308      1250     25000         0     91837    125000   3552588    111.45    106.37
3309.97/829.64	c  S st 15756   2711810      1250     25000         0     92339    125000   3611230    111.45   no data
3309.97/829.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3310.37/829.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3310.37/829.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3310.37/829.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3310.37/829.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3310.37/829.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3310.37/829.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3310.37/829.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3310.77/829.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3367.82/844.15	c lits-rem:       195  cl-subs:       33  v-elim:      0  v-fix:    0  time: 14.28 s
3367.82/844.15	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3368.22/844.20	c vivif2 --  cl tried    92306 cl shrink        0 lits rem          0 time: 0.05
3369.45/844.59	c asymm  cl-useful: 0/10092/25000 lits-rem:0 time: 0.39
3369.45/844.59	c calculated reachability. Time: 0.00
3369.45/844.59	c  N dy 15756   2711810      1250     25000         0     92306    125000   3601568    111.45   no data
3396.15/851.27	c  N dy 15881   2731823      1250     25000         0    112302    125000   6379163    111.46    117.71
3427.26/859.05	c  N dy 16011   2751911      1250     25000         0    132368    125000   9194361    111.47    147.27
3457.59/866.65	c  N dy 16134   2772081      1250     25000         0     79594    125000   1735989    111.48    118.81
3480.33/872.36	c  N dy 16255   2792117      1250     25000         0     99612    125000   4493920    111.49    118.22
3508.26/879.37	c  N dy 16377   2812212      1250     25000         0    119688    125000   7295904    111.50    117.71
3541.38/887.60	c  N dy 16505   2832363      1250     25000         0    139822    125000  10121157    111.51    120.24
3568.51/894.48	c  N dy 16628   2852454      1250     25000         0     85965    125000   2483820    111.52    120.23
3593.29/900.69	c  N dy 16751   2872519      1250     25000         0    106007    125000   5284782    111.52    117.55
3624.36/908.47	c  N dy 16870   2892572      1250     25000         0    126043    125000   8088867    111.53    119.06
3661.08/917.63	c  N dy 16984   2912941      1250     25000         0    146383    125000  10901587    111.53    119.44
3686.62/924.04	c  N dy 17107   2933043      1250     25000         0     91555    125000   3139746    111.53    118.82
3712.95/930.64	c  N dy 17226   2953054      1250     25000         0    111548    125000   5918696    111.54    120.03
3745.27/938.75	c  N dy 17348   2973719      1250     25000         0    132193    125000   8778256    111.54    120.73
3780.78/947.64	c  N dy 17464   2993727      1250     25000         0     76250    125000    865361    111.55    118.60
3803.55/953.37	c  N dy 17594   3013871      1250     25000         0     96378    125000   3667189    111.56    117.53
3830.29/960.03	c  N dy 17706   3033962      1250     25000         0    116449    125000   6462362    111.56    118.88
3862.17/968.02	c  N dy 17827   3053988      1250     25000         0    136460    125000   9242454    111.56    119.26
3896.87/976.75	c  N dy 17947   3074022      1250     25000         0     79548    125000   1197455    111.57    117.75
3920.02/982.59	c  N dy 18065   3094147      1250     25000         0     99655    125000   4015436    111.57    119.67
3950.35/990.11	c  N dy 18190   3114263      1250     25000         0    119758    125000   6806036    111.58    119.90
3985.05/998.88	c  N dy 18305   3134510      1250     25000         0    139988    125000   9630353    111.58    118.73
4024.16/1008.64	c  N dy 18422   3154847      1250     25000         0     82368    125000   1463366    111.58    119.32
4052.10/1015.69	c  N dy 18550   3175137      1250     25000         0    102652    125000   4289288    111.59    119.83
4086.00/1024.19	c  N dy 18684   3195393      1250     25000         0    122891    125000   7107074    111.60    121.57
4117.92/1032.10	c  S st 18791   3211811      1250     25000         0    139290    125000   9388576    111.61   no data
4119.13/1032.47	c  S st 18791   3212317      1250     25000         0    139796    125000   9453742    111.61   no data
4119.13/1032.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4119.55/1032.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4119.55/1032.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4119.55/1032.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4119.55/1032.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4119.55/1032.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4119.55/1032.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4120.32/1032.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4121.52/1033.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4409.63/1105.22	c lits-rem:       755  cl-subs:       97  v-elim:      0  v-fix:    0  time: 72.20 s
4409.63/1105.22	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4410.00/1105.34	c vivif2 --  cl tried   139699 cl shrink        0 lits rem          0 time: 0.12
4411.99/1105.81	c asymm  cl-useful: 0/9425/25000 lits-rem:0 time: 0.47
4411.99/1105.82	c calculated reachability. Time: 0.00
4411.99/1105.82	c  N dy 18791   3212317      1250     25000         0    139699    125000   9424822    111.61   no data
4447.10/1114.69	c  N dy 18894   3232428      1250     25000         0     80861    125000   1104743    111.60    117.72
4470.66/1120.59	c  N dy 19020   3252434      1250     25000         0    100844    125000   3901508    111.61    118.78
4498.96/1127.68	c  N dy 19141   3272459      1250     25000         0    120847    125000   6685888    111.62    119.06
4532.88/1136.14	c  N dy 19263   3292723      1250     25000         0    141089    125000   9502350    111.62    121.46
4572.78/1146.18	c  N dy 19388   3313087      1250     25000         0     81508    125000   1075956    111.63    118.12
4598.71/1152.65	c  N dy 19513   3333171      1250     25000         0    101572    125000   3882727    111.64    122.12
4629.43/1160.38	c  N dy 19641   3353249      1250     25000         0    121623    125000   6682190    111.65    118.35
4664.94/1169.22	c  N dy 19753   3373282      1250     25000         0    141636    125000   9474035    111.65    119.12
4704.45/1179.16	c  N dy 19878   3393331      1250     25000         0    161668    125000  12253688    111.66    118.00
4728.79/1185.29	c  N dy 19997   3413484      1250     25000         0    100893    125000   3630222    111.66    118.94
4757.52/1192.45	c  N dy 20117   3433525      1250     25000         0    120919    125000   6446285    111.67    117.64
4791.06/1200.87	c  N dy 20239   3454055      1250     25000         0    141428    125000   9296674    111.68    119.81

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.16 8.11 8.09 1/305 18847
/proc/meminfo: memFree=18232112/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 4 0 651691256 52396032 351 33554432000 4194304 4580107 140735082826240 18446744073709551615 47219709458354 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 12792 351 302 95 0 7774 0
[pid=18847/tid=18848] ppid=18845 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651691256 52396032 351 33554432000 4194304 4580107 140735082826240 18446744073709551615 47219709457945 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651691256 52396032 351 33554432000 4194304 4580107 140735082826240 18446744073709551615 47219709458358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651691256 52396032 351 33554432000 4194304 4580107 140735082826240 18446744073709551615 47219709457945 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.153115 s]
/proc/loadavg: 8.16 8.11 8.09 1/305 18847
/proc/meminfo: memFree=18232112/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=285572 CPUtime=0.58 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 4163 0 0 0 57 1 0 0 25 0 4 0 651691256 292425728 4071 33554432000 4194304 4580107 140735082826240 18446744073709551615 274473632687 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 71393 4303 363 95 0 66375 0
[pid=18847/tid=18848] ppid=18845 vsize=285572 CPUtime=0.14 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 976 0 0 0 14 0 0 0 18 0 4 0 651691256 292425728 4393 33554432000 4194304 4580107 140735082826240 18446744073709551615 274474010807 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=285572 CPUtime=0.14 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) D 18845 18847 18635 0 -1 4202560 1046 0 0 0 14 0 0 0 18 0 4 0 651691256 292425728 4524 33554432000 4194304 4580107 140735082826240 18446744073709551615 274474010807 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=285572 CPUtime=0.14 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 1065 0 0 0 14 0 0 0 25 0 4 0 651691256 292425728 4644 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 285572

[startup+0.415103 s]
/proc/loadavg: 8.16 8.11 8.09 1/305 18847
/proc/meminfo: memFree=18232112/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=304756 CPUtime=3.58 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 15588 0 0 0 354 4 0 0 25 0 4 0 651691256 312070144 10037 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 76189 10037 377 95 0 71171 0
[pid=18847/tid=18848] ppid=18845 vsize=304756 CPUtime=0.89 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 3951 0 0 0 88 1 0 0 18 0 4 0 651691256 312070144 10037 33554432000 4194304 4580107 140735082826240 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=304756 CPUtime=0.88 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) D 18845 18847 18635 0 -1 4202560 3973 0 0 0 87 1 0 0 18 0 4 0 651691256 312070144 9525 33554432000 4194304 4580107 140735082826240 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=304756 CPUtime=0.89 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 3306 0 0 0 88 1 0 0 25 0 4 0 651691256 312070144 9525 33554432000 4194304 4580107 140735082826240 18446744073709551615 274474010759 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 304756

[startup+1.01529 s]
/proc/loadavg: 8.16 8.11 8.09 1/305 18847
/proc/meminfo: memFree=18232112/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=294884 CPUtime=4.02 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 16312 0 0 0 398 4 0 0 25 0 4 0 651691256 301961216 10037 33554432000 4194304 4580107 140735082826240 18446744073709551615 4317025 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 73721 10037 377 95 0 68703 0
[pid=18847/tid=18848] ppid=18845 vsize=294884 CPUtime=1 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 4136 0 0 0 99 1 0 0 19 0 4 0 651691256 301961216 10037 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=294884 CPUtime=0.99 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 4145 0 0 0 98 1 0 0 19 0 4 0 651691256 301961216 10037 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=294884 CPUtime=1 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 3497 0 0 0 99 1 0 0 25 0 4 0 651691256 301961216 10037 33554432000 4194304 4580107 140735082826240 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 294884

[startup+1.11528 s]
/proc/loadavg: 8.16 8.11 8.09 1/305 18847
/proc/meminfo: memFree=18232112/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=295652 CPUtime=4.42 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 18259 0 0 0 438 4 0 0 25 0 4 0 651691256 302747648 8463 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 73913 8465 377 95 0 68895 0
[pid=18847/tid=18848] ppid=18845 vsize=295652 CPUtime=1.1 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 4727 0 0 0 109 1 0 0 19 0 4 0 651691256 302747648 8465 33554432000 4194304 4580107 140735082826240 18446744073709551615 4316651 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=295652 CPUtime=1.09 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 4746 0 0 0 108 1 0 0 19 0 4 0 651691256 302747648 8465 33554432000 4194304 4580107 140735082826240 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=295652 CPUtime=1.1 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 3662 0 0 0 109 1 0 0 25 0 4 0 651691256 302747648 8465 33554432000 4194304 4580107 140735082826240 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 295652

[startup+1.50021 s]
/proc/loadavg: 8.16 8.11 8.09 1/305 18847
/proc/meminfo: memFree=18232112/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=305912 CPUtime=5.97 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 20834 0 0 0 592 5 0 0 25 0 4 0 651691256 313253888 11038 33554432000 4194304 4580107 140735082826240 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 76478 11043 377 95 0 71460 0
[pid=18847/tid=18848] ppid=18845 vsize=305912 CPUtime=1.48 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 5358 0 0 0 147 1 0 0 19 0 4 0 651691256 313253888 11046 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=305912 CPUtime=1.48 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 5389 0 0 0 147 1 0 0 20 0 4 0 651691256 313253888 11049 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=305912 CPUtime=1.49 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 4352 0 0 0 148 1 0 0 25 0 4 0 651691256 313253888 11053 33554432000 4194304 4580107 140735082826240 18446744073709551615 4230310 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 305912

[startup+3.10093 s]
/proc/loadavg: 7.67 8.01 8.05 9/314 18881
/proc/meminfo: memFree=18146264/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=297196 CPUtime=12.34 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 38629 0 0 0 1225 9 0 0 25 0 4 0 651691256 304328704 17260 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 74299 17260 379 95 0 69281 0
[pid=18847/tid=18848] ppid=18845 vsize=297196 CPUtime=3.08 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 8736 0 0 0 306 2 0 0 25 0 4 0 651691256 304328704 17260 33554432000 4194304 4580107 140735082826240 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=297196 CPUtime=3.06 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 8750 0 0 0 304 2 0 0 25 0 4 0 651691256 304328704 17260 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=297196 CPUtime=3.08 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 7673 0 0 0 307 1 0 0 25 0 4 0 651691256 304328704 17260 33554432000 4194304 4580107 140735082826240 18446744073709551615 4305567 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 297196

[startup+6.31137 s]
/proc/loadavg: 7.69 8.01 8.05 9/314 18881
/proc/meminfo: memFree=17957420/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=322596 CPUtime=25.15 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 69902 0 0 0 2499 16 0 0 25 0 4 0 651691256 330338304 33490 33554432000 4194304 4580107 140735082826240 18446744073709551615 4318621 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 80649 33490 379 95 0 75631 0
[pid=18847/tid=18848] ppid=18845 vsize=322596 CPUtime=6.3 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 16599 0 0 0 626 4 0 0 25 0 4 0 651691256 330338304 33490 33554432000 4194304 4580107 140735082826240 18446744073709551615 4316651 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=322596 CPUtime=6.23 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 18497 0 0 0 619 4 0 0 25 0 4 0 651691256 330338304 33490 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=322596 CPUtime=6.29 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 16723 0 0 0 626 3 0 0 25 0 4 0 651691256 330338304 33490 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 322596

[startup+12.7002 s]
/proc/loadavg: 7.72 8.01 8.05 9/314 18881
/proc/meminfo: memFree=17881796/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=312172 CPUtime=50.65 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 108218 0 0 0 5040 25 0 0 25 0 4 0 651691256 319664128 47130 33554432000 4194304 4580107 140735082826240 18446744073709551615 4443197 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 78043 47130 380 95 0 73025 0
[pid=18847/tid=18848] ppid=18845 vsize=312172 CPUtime=12.68 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 27439 0 0 0 1263 5 0 0 25 0 4 0 651691256 319664128 47130 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=312172 CPUtime=12.57 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 26444 0 0 0 1251 6 0 0 25 0 4 0 651691256 319664128 47130 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=312172 CPUtime=12.68 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 26173 0 0 0 1262 6 0 0 25 0 4 0 651691256 319664128 47130 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 312172

[startup+25.501 s]
/proc/loadavg: 7.84 8.02 8.06 9/314 18881
/proc/meminfo: memFree=17630920/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=427248 CPUtime=101.71 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 161050 0 0 0 10134 37 0 0 25 0 4 0 651691256 437501952 71858 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 106812 71858 380 95 0 101794 0
[pid=18847/tid=18848] ppid=18845 vsize=427248 CPUtime=25.48 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 38603 0 0 0 2540 8 0 0 25 0 4 0 651691256 437501952 71858 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=427248 CPUtime=25.24 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 39746 0 0 0 2514 10 0 0 25 0 4 0 651691256 437501952 71859 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=427248 CPUtime=25.48 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 34980 0 0 0 2541 7 0 0 25 0 4 0 651691256 437501952 71859 33554432000 4194304 4580107 140735082826240 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 427248

[startup+51.1005 s]
/proc/loadavg: 7.90 8.02 8.05 9/314 18882
/proc/meminfo: memFree=17554548/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=596924 CPUtime=203.85 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 231784 0 0 0 20328 57 0 0 25 0 4 0 651691256 611250176 82924 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 149231 82924 380 95 0 144213 0
[pid=18847/tid=18848] ppid=18845 vsize=596924 CPUtime=51.08 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 67652 0 0 0 5091 17 0 0 25 0 4 0 651691256 611250176 82924 33554432000 4194304 4580107 140735082826240 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=596924 CPUtime=50.57 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 56743 0 0 0 5044 13 0 0 25 0 4 0 651691256 611250176 82924 33554432000 4194304 4580107 140735082826240 18446744073709551615 4296101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=596924 CPUtime=51.08 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 50857 0 0 0 5096 12 0 0 25 0 4 0 651691256 611250176 82924 33554432000 4194304 4580107 140735082826240 18446744073709551615 4321570 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 596924

[startup+102.3 s]
/proc/loadavg: 8.01 8.03 8.06 9/314 18883
/proc/meminfo: memFree=17490524/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=662260 CPUtime=408.13 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 380708 0 0 0 40714 99 0 0 25 0 4 0 651691256 678154240 93696 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 165565 93696 380 95 0 160547 0
[pid=18847/tid=18848] ppid=18845 vsize=662260 CPUtime=102.27 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 113201 0 0 0 10197 30 0 0 25 0 4 0 651691256 678154240 93696 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=662260 CPUtime=101.26 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 87285 0 0 0 10104 22 0 0 25 0 4 0 651691256 678154240 93696 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=662260 CPUtime=102.28 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 98293 0 0 0 10203 25 0 0 25 0 4 0 651691256 678154240 93696 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 662260

[startup+162.301 s]

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

[pid=18847] ppid=18845 vsize=1192636 CPUtime=2802.07 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1485796 0 0 0 279718 489 0 0 25 0 4 0 651691256 1221259264 217665 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 298159 217665 380 95 0 293141 0
[pid=18847/tid=18848] ppid=18845 vsize=1192636 CPUtime=702.24 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 438130 0 0 0 70084 140 0 0 25 0 4 0 651691256 1221259264 217665 33554432000 4194304 4580107 140735082826240 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1192636 CPUtime=695.25 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 379096 0 0 0 69400 125 0 0 25 0 4 0 651691256 1221259264 217665 33554432000 4194304 4580107 140735082826240 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1192636 CPUtime=702.27 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 360656 0 0 0 70106 121 0 0 25 0 4 0 651691256 1221259264 217665 33554432000 4194304 4580107 140735082826240 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.07
Current children cumulated vsize (KiB) 1192636

[startup+762.3 s]
/proc/loadavg: 8.16 8.09 8.07 9/314 18901
/proc/meminfo: memFree=16599292/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1073408 CPUtime=3041.44 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1573123 0 0 0 303622 522 0 0 25 0 4 0 651691256 1099169792 197715 33554432000 4194304 4580107 140735082826240 18446744073709551615 4324382 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 268352 197715 380 95 0 263334 0
[pid=18847/tid=18848] ppid=18845 vsize=1073408 CPUtime=762.24 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 466262 0 0 0 76072 152 0 0 25 0 4 0 651691256 1099169792 197715 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1073408 CPUtime=754.64 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 393892 0 0 0 75335 129 0 0 25 0 4 0 651691256 1099169792 197715 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1073408 CPUtime=762.27 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 382962 0 0 0 76096 131 0 0 25 0 4 0 651691256 1099169792 197715 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.44
Current children cumulated vsize (KiB) 1073408

[startup+822.301 s]
/proc/loadavg: 8.11 8.08 8.07 9/314 18903
/proc/meminfo: memFree=16511960/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1185196 CPUtime=3280.85 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1648039 0 0 0 327532 553 0 0 25 0 4 0 651691256 1213640704 222209 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 296299 222209 380 95 0 291281 0
[pid=18847/tid=18848] ppid=18845 vsize=1185196 CPUtime=822.24 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 485537 0 0 0 82066 158 0 0 25 0 4 0 651691256 1213640704 222209 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1185196 CPUtime=814.05 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 419063 0 0 0 81264 141 0 0 25 0 4 0 651691256 1213640704 222209 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1185196 CPUtime=822.27 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 394745 0 0 0 82091 136 0 0 25 0 4 0 651691256 1213640704 222209 33554432000 4194304 4580107 140735082826240 18446744073709551615 4293022 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.85
Current children cumulated vsize (KiB) 1185196

[startup+882.3 s]
/proc/loadavg: 8.15 8.10 8.08 9/314 18904
/proc/meminfo: memFree=16439256/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1214968 CPUtime=3520.23 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1731912 0 0 0 351433 590 0 0 25 0 4 0 651691256 1244127232 227951 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 303742 227951 380 95 0 298724 0
[pid=18847/tid=18848] ppid=18845 vsize=1214968 CPUtime=882.24 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 511358 0 0 0 88055 169 0 0 25 0 4 0 651691256 1244127232 227951 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1214968 CPUtime=873.45 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 441103 0 0 0 87193 152 0 0 25 0 4 0 651691256 1244127232 227951 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1214968 CPUtime=882.27 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 417020 0 0 0 88083 144 0 0 25 0 4 0 651691256 1244127232 227951 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.23
Current children cumulated vsize (KiB) 1214968

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.08 9/314 18906
/proc/meminfo: memFree=16461532/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1205984 CPUtime=3759.66 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1806195 0 0 0 375341 625 0 0 25 0 4 0 651691256 1234927616 229149 33554432000 4194304 4580107 140735082826240 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 301496 229149 380 95 0 296478 0
[pid=18847/tid=18848] ppid=18845 vsize=1205984 CPUtime=942.24 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 536325 0 0 0 94041 183 0 0 25 0 4 0 651691256 1234927616 229152 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1205984 CPUtime=932.85 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 450252 0 0 0 93131 154 0 0 25 0 4 0 651691256 1234927616 229152 33554432000 4194304 4580107 140735082826240 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1205984 CPUtime=942.28 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 438382 0 0 0 94075 153 0 0 25 0 4 0 651691256 1234927616 229152 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.66
Current children cumulated vsize (KiB) 1205984

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 8.07 9/314 18907
/proc/meminfo: memFree=16068660/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1391852 CPUtime=3999.02 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1928019 0 0 0 399238 664 0 0 25 0 4 0 651691256 1425256448 284433 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294821 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 347963 284433 380 95 0 342945 0
[pid=18847/tid=18848] ppid=18845 vsize=1391852 CPUtime=1002.23 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 583967 0 0 0 100029 194 0 0 25 0 4 0 651691256 1425256448 284433 33554432000 4194304 4580107 140735082826240 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1391852 CPUtime=992.24 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 474864 0 0 0 99059 165 0 0 25 0 4 0 651691256 1425256448 284433 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1391852 CPUtime=1002.27 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 470343 0 0 0 100064 163 0 0 25 0 4 0 651691256 1425256448 284433 33554432000 4194304 4580107 140735082826240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.02
Current children cumulated vsize (KiB) 1391852

[startup+1062.31 s]
/proc/loadavg: 8.12 8.10 8.08 9/314 18909
/proc/meminfo: memFree=15923672/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1430940 CPUtime=4238.47 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 1974516 0 0 0 423157 690 0 0 25 0 4 0 651691256 1465282560 284568 33554432000 4194304 4580107 140735082826240 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 357735 284568 380 95 0 352717 0
[pid=18847/tid=18848] ppid=18845 vsize=1430940 CPUtime=1062.24 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 587498 0 0 0 106028 196 0 0 25 0 4 0 651691256 1465282560 284568 33554432000 4194304 4580107 140735082826240 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1430940 CPUtime=1051.65 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 493489 0 0 0 104987 178 0 0 25 0 4 0 651691256 1465282560 284568 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1430940 CPUtime=1062.28 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 470343 0 0 0 106065 163 0 0 25 0 4 0 651691256 1465282560 284568 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.47
Current children cumulated vsize (KiB) 1430940

[startup+1122.3 s]
/proc/loadavg: 8.13 8.11 8.08 9/314 18911
/proc/meminfo: memFree=16000768/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1418192 CPUtime=4477.82 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 2053679 0 0 0 447059 723 0 0 25 0 4 0 651691256 1452228608 275470 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 354548 275470 380 95 0 349530 0
[pid=18847/tid=18848] ppid=18845 vsize=1418192 CPUtime=1122.23 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 611703 0 0 0 112015 208 0 0 25 0 4 0 651691256 1452228608 275470 33554432000 4194304 4580107 140735082826240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1418192 CPUtime=1111.05 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 517654 0 0 0 110917 188 0 0 25 0 4 0 651691256 1452228608 275470 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1418192 CPUtime=1122.27 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 493438 0 0 0 112055 172 0 0 25 0 4 0 651691256 1452228608 275470 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4477.82
Current children cumulated vsize (KiB) 1418192

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 8.09 9/314 18912
/proc/meminfo: memFree=15880072/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1495532 CPUtime=4717.21 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 2134215 0 0 0 470965 756 0 0 25 0 4 0 651691256 1531424768 295734 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 373883 295734 380 95 0 368865 0
[pid=18847/tid=18848] ppid=18845 vsize=1495532 CPUtime=1182.22 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 633793 0 0 0 118004 218 0 0 25 0 4 0 651691256 1531424768 295734 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1495532 CPUtime=1170.44 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 530882 0 0 0 116854 190 0 0 25 0 4 0 651691256 1531424768 295734 33554432000 4194304 4580107 140735082826240 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1495532 CPUtime=1182.26 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 516671 0 0 0 118045 181 0 0 25 0 4 0 651691256 1531424768 295734 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.21
Current children cumulated vsize (KiB) 1495532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.11 s]
/proc/loadavg: 8.12 8.12 8.09 9/314 18913
/proc/meminfo: memFree=15963380/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1424172 CPUtime=4800.27 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 2163692 0 0 0 479259 768 0 0 25 0 4 0 651691256 1458352128 285704 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 356043 285704 380 95 0 351025 0
[pid=18847/tid=18848] ppid=18845 vsize=1424172 CPUtime=1203.04 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 643029 0 0 0 120082 222 0 0 25 0 4 0 651691256 1458352128 285710 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1424172 CPUtime=1191.05 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 535471 0 0 0 118913 192 0 0 25 0 4 0 651691256 1458352128 285710 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1424172 CPUtime=1203.09 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 524642 0 0 0 120124 185 0 0 25 0 4 0 651691256 1458352128 285710 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1424172

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

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

[startup+1203.11 s]
/proc/loadavg: 8.12 8.12 8.09 9/314 18913
/proc/meminfo: memFree=15963380/32950928 swapFree=67111348/67111528
[pid=18847] ppid=18845 vsize=1424172 CPUtime=4800.27 cores=1,3,5,7
/proc/18847/stat : 18847 (strangenight2-m) R 18845 18847 18635 0 -1 4202496 2163692 0 0 0 479259 768 0 0 25 0 4 0 651691256 1458352128 285704 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18847/statm: 356043 285704 380 95 0 351025 0
[pid=18847/tid=18848] ppid=18845 vsize=1424172 CPUtime=1203.04 cores=1,3,5,7
/proc/18847/task/18848/stat : 18848 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 643029 0 0 0 120082 222 0 0 25 0 4 0 651691256 1458352128 285710 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18847/tid=18849] ppid=18845 vsize=1424172 CPUtime=1191.05 cores=1,3,5,7
/proc/18847/task/18849/stat : 18849 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 535471 0 0 0 118913 192 0 0 25 0 4 0 651691256 1458352128 285710 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18847/tid=18850] ppid=18845 vsize=1424172 CPUtime=1203.09 cores=1,3,5,7
/proc/18847/task/18850/stat : 18850 (strangenight2-m) R 18845 18847 18635 0 -1 4202560 524642 0 0 0 120124 185 0 0 25 0 4 0 651691256 1458352128 285710 33554432000 4194304 4580107 140735082826240 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1424172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.18
CPU time (s): 4800.36
CPU user time (s): 4792.62
CPU system time (s): 7.73982
CPU usage (%): 398.972
Max. virtual memory (cumulated for all children) (KiB): 1567384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.62
system time used= 7.73982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2163705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2695
involuntary context switches= 31607

runsolver used 3.2515 second user time and 8.81466 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 21:21:56
IDJOB=3366290
IDBENCH=82699
IDSOLVER=1844
FILE ID=node125/3366290-1305400916
RUNJOBID= node125-1305398505-18654
PBS_JOBID= 13324489
Free space on /tmp= 73192 MiB

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

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

MD5SUM BENCH= 637b75113dde2f4a15dbf158341be921
RANDOM SEED=663991624

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:      18232268 kB
Buffers:        253264 kB
Cached:        4033260 kB
SwapCached:          0 kB
Active:       11129632 kB
Inactive:      3215280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18232268 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5852 kB
Writeback:           0 kB
AnonPages:    10057972 kB
Mapped:          29616 kB
Slab:           274104 kB
PageTables:      35196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51021396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73184 MiB
End job on node125 at 2011-05-14 21:42:01