Trace number 3173881

Some explanations

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

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

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

Solver answer on this benchmark

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

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173881-1304072353.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.38/0.15	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.38/0.15	c -- vars added       1250
0.38/0.15	c Parsing time:  0.01 s
0.38/0.15	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.38/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.13
0.38/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.38/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.38/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.38/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.38/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.20	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.38/0.20	c calculated reachability. Time: 0.00
0.38/0.20	c Calc default polars -  time:   0.00 s pos:     617 undec:      58 neg:     575
0.38/0.20	c =========================================================================================
0.38/0.20	c types(t): F = full restart, N = normal restart
0.38/0.20	c types(t): S = simplification begin/end, E = solution found
0.38/0.20	c restart types(rt): st = static, dy = dynamic
0.38/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.20	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
0.77/1.00	c  N dy    18      4149      1250     25000         0      4141    125000    600812    106.55    112.59
0.77/1.00	c  N dy    45      8356      1250     25000         0      5849    125000    611567    109.74    115.95
4.84/1.22	c  N dy    70     12401      1250     25000         0      5649    125000    398728    110.04    117.49
6.36/1.61	c  N dy    97     16815      1250     25000         0     10059    125000   1010522    110.57    116.83
7.55/1.98	c  N dy   118     20907      1250     25000         0      8526    125000    627523    110.17    129.35
9.15/2.36	c  N dy   147     24927      1250     25000         0     12544    125000   1183553    110.69    116.60
9.15/2.36	c  F st   148     25000      1250     25000         0     12617    125000   1191854    110.64   no data
11.16/2.84	c  N dy   154     30000      1250     25000         0     10807    125000    829202    110.64   no data
11.16/2.84	c  S st   154     30000      1250     25000         0     10807    125000    829202    110.64   no data
11.57/2.90	c  S st   154     30502      1250     25000         0     11309    125000    888292    110.64   no data
11.57/2.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.57/2.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.57/2.92	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.57/2.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.57/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.57/2.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.57/2.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.57/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.54/3.41	c lits-rem:        25  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.43 s
13.94/3.57	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.94/3.57	c calculated reachability. Time: 0.00
13.94/3.57	c  N dy   154     30502      1250     25000         0     11258    125000    872238    110.64   no data
15.55/3.98	c  N dy   176     34543      1250     25000         0     15297    125000   1423004    110.49    126.85
17.13/4.39	c  N dy   201     38653      1250     25000         0     11506    125000    749371    110.53    118.20
19.13/4.85	c  N dy   229     42743      1250     25000         0     15593    125000   1319697    110.78    118.17
20.73/5.21	c  S st   252     45755      1250     25000         0      9653    125000    363770    111.02    117.15
20.73/5.27	c  S st   252     46257      1250     25000         0     10155    125000    423466    111.02   no data
20.73/5.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.73/5.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.73/5.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.73/5.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.73/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.73/5.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.73/5.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.73/5.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.13/5.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.53/5.42	c lits-rem:         5  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
21.53/5.42	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.53/5.43	c vivif2 --  cl tried    10154 cl shrink        0 lits rem          0 time: 0.01
21.93/5.58	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.93/5.59	c calculated reachability. Time: 0.00
21.93/5.59	c  N dy   252     46257      1250     25000         0     10154    125000    423146    111.02   no data
23.53/5.99	c  N dy   268     50351      1250     25000         0     14242    125000    976991    110.69    121.58
25.53/6.45	c  N dy   292     54586      1250     25000         0     18474    125000   1557837    110.61    116.89
27.52/6.94	c  N dy   315     59150      1250     25000         0     13069    125000    699864    110.54    116.63
29.14/7.37	c  N dy   335     63203      1250     25000         0     17118    125000   1250538    110.40    116.33
31.12/7.88	c  N dy   359     67343      1250     25000         0     21252    125000   1810169    110.32    118.08
32.32/8.13	c  S st   375     69386      1250     25000         0     12315    125000    472105    110.44   no data
32.72/8.20	c  S st   375     69888      1250     25000         0     12817    125000    525462    110.44   no data
32.72/8.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.72/8.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.72/8.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.72/8.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.72/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.72/8.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.72/8.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.72/8.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.72/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.53/8.43	c lits-rem:        16  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.18 s
33.53/8.44	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.53/8.44	c vivif2 --  cl tried    12816 cl shrink        0 lits rem          0 time: 0.01
34.31/8.62	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
34.31/8.62	c calculated reachability. Time: 0.00
34.31/8.62	c  N dy   375     69888      1250     25000         0     12816    125000    525422    110.44   no data
36.32/9.11	c  N dy   402     74381      1250     25000         0     17308    125000   1147866    110.47    117.53
38.30/9.68	c  N dy   433     79223      1250     25000         0     22147    125000   1826616    110.68    121.14
41.11/10.33	c  N dy   467     84826      1250     25000         0     15761    125000    806232    110.69    117.71
42.32/10.62	c  F st   480     87501      1250     25000         0     18436    125000   1168303    110.59   no data
43.91/11.01	c  N st   485     90799      1250     25000         0     21731    125000   1654328    110.59   no data
46.72/11.72	c  N dy   510     96602      1250     25000         0     14538    125000    513678    110.60    116.75
49.50/12.43	c  N dy   548    102959      1250     25000         0     20892    125000   1395958    110.75    117.73
50.29/12.64	c  S st   556    104832      1250     25000         0     22762    125000   1652861    110.72   no data
50.70/12.72	c  S st   556    105334      1250     25000         0     23264    125000   1714864    110.72   no data
50.70/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.70/12.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.70/12.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.70/12.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.70/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.70/12.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.70/12.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.70/12.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.11/12.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.29/16.17	c lits-rem:       184  cl-subs:       21  v-elim:      0  v-fix:    0  time:  3.33 s
64.29/16.17	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
64.29/16.19	c vivif2 --  cl tried    23243 cl shrink        0 lits rem          0 time: 0.02
65.46/16.48	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.29
65.46/16.48	c calculated reachability. Time: 0.00
65.46/16.48	c  N dy   556    105334      1250     25000         0     23243    125000   1708498    110.72   no data
69.06/17.35	c  N dy   590    112092      1250     25000         0     16010    125000    584561    110.54    116.37
72.66/18.24	c  N dy   639    119341      1250     25000         0     23253    125000   1599206    110.71    116.67
76.65/19.27	c  N dy   671    127022      1250     25000         0     15944    125000    447893    110.59    117.60
81.05/20.32	c  N dy   718    135399      1250     25000         0     24313    125000   1608436    110.62    118.50
85.85/21.55	c  N dy   765    144070      1250     25000         0     16990    125000    476967    110.64    157.82
90.65/22.77	c  N dy   821    153689      1250     25000         0     26603    125000   1794218    110.63    117.32
93.02/23.37	c  S st   844    158002      1250     25000         0     30914    125000   2379141    110.58    108.78
93.42/23.47	c  S st   844    158504      1250     25000         0     31416    125000   2435887    110.58   no data
93.42/23.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.82/23.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
93.82/23.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.82/23.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.82/23.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.82/23.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.82/23.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
93.82/23.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
94.23/23.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.39/31.45	c lits-rem:       295  cl-subs:       29  v-elim:      0  v-fix:    0  time:  7.84 s
125.39/31.46	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
125.39/31.49	c vivif2 --  cl tried    31387 cl shrink        0 lits rem          0 time: 0.03
126.98/31.81	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.32
126.98/31.81	c calculated reachability. Time: 0.00
126.98/31.81	c  N dy   844    158504      1250     25000         0     31387    125000   2427942    110.58   no data
132.57/33.20	c  N dy   898    168745      1250     25000         0     24624    125000   1377320    110.55    117.45
138.98/34.81	c  N dy   962    179614      1250     25000         0     35485    125000   2872187    110.59    117.01
144.96/36.38	c  N dy  1031    191379      1250     25000         0     29257    125000   1894809    110.60    116.70
152.16/38.14	c  N dy  1107    203608      1250     25000         0     22493    125000    829763    110.62    117.10
159.73/40.00	c  N dy  1185    216614      1250     25000         0     35489    125000   2624553    110.65    117.70
167.32/41.98	c  N dy  1260    230519      1250     25000         0     29405    125000   1638548    110.63    119.42
171.73/43.08	c  S st  1304    237756      1250     25000         0     36635    125000   2639957    110.68   no data
172.13/43.20	c  S st  1304    238260      1250     25000         0     37139    125000   2702762    110.68   no data
172.52/43.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
172.52/43.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
172.52/43.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
172.52/43.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
172.52/43.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.52/43.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
172.52/43.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
172.52/43.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
172.92/43.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
217.27/54.45	c lits-rem:       323  cl-subs:       25  v-elim:      0  v-fix:    0  time: 11.10 s
217.27/54.45	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
217.27/54.49	c vivif2 --  cl tried    37114 cl shrink        0 lits rem          0 time: 0.03
218.86/54.83	c asymm  cl-useful: 0/23020/25000 lits-rem:0 time: 0.34
218.86/54.83	c calculated reachability. Time: 0.00
218.86/54.83	c  N dy  1304    238260      1250     25000         0     37114    125000   2695570    110.68   no data
227.64/57.03	c  N dy  1399    253531      1250     25000         0     31386    125000   1795531    110.71    123.84
237.63/59.52	c  N dy  1496    269792      1250     25000         0     25645    125000    885309    110.75    116.91
248.02/62.12	c  N dy  1589    287079      1250     25000         0     42916    125000   3249269    110.72    120.49
258.80/64.84	c  N dy  1681    305653      1250     25000         0     38502    125000   2510250    110.63    116.60
259.20/64.94	c  F st  1684    306252      1250     25000         0     39101    125000   2586351    110.62    100.22
270.40/67.80	c  N dy  1765    325209      1250     25000         0     34060    125000   1779674    110.62    118.54
283.99/71.11	c  N dy  1881    345230      1250     25000         0     29088    125000    960814    110.65    126.18
291.16/72.97	c  S st  1958    357392      1250     25000         0     41244    125000   2637438    110.67   no data
291.56/73.09	c  S st  1958    357894      1250     25000         0     41746    125000   2696433    110.67   no data
291.96/73.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.96/73.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
291.96/73.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
291.96/73.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.96/73.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.96/73.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
291.96/73.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
291.96/73.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
292.37/73.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
340.29/85.29	c lits-rem:       304  cl-subs:       23  v-elim:      0  v-fix:    0  time: 12.04 s
340.29/85.29	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
340.70/85.32	c vivif2 --  cl tried    41723 cl shrink        0 lits rem          0 time: 0.03
340.70/85.36	c asymm  cl-useful: 0/1980/25000 lits-rem:0 time: 0.04
340.70/85.37	c calculated reachability. Time: 0.00
340.70/85.37	c  N dy  1958    357894      1250     25000         0     41723    125000   2689454    110.67   no data
353.89/88.67	c  N dy  2054    377959      1250     25000         0     35781    125000   1739108    110.56    117.98
368.26/92.25	c  N dy  2176    397997      1250     25000         0     28829    125000    672163    110.57    118.49
381.44/95.50	c  N dy  2300    418019      1250     25000         0     48832    125000   3438272    110.61    120.13
394.62/98.88	c  N dy  2414    438062      1250     25000         0     40877    125000   2216847    110.65    153.14
409.80/102.64	c  N dy  2535    458116      1250     25000         0     31944    125000    841483    110.69    123.21
423.37/106.05	c  N dy  2647    478227      1250     25000         0     52038    125000   3596851    110.67    116.72
437.78/109.62	c  N dy  2766    498350      1250     25000         0     42165    125000   2124709    110.69    118.54
453.34/113.59	c  N dy  2887    518426      1250     25000         0     31255    125000    486261    110.73    118.25
465.72/116.64	c  S st  2995    536841      1250     25000         0     49651    125000   3001022    110.71    107.43
466.12/116.78	c  S st  2995    537346      1250     25000         0     50156    125000   3058783    110.71   no data
466.12/116.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
466.52/116.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
466.52/116.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
466.52/116.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
466.52/116.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
466.52/116.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
466.52/116.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
466.52/116.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
466.92/116.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
510.47/127.83	c lits-rem:       430  cl-subs:       36  v-elim:      0  v-fix:    0  time: 10.87 s
510.47/127.83	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
510.47/127.87	c vivif2 --  cl tried    50120 cl shrink        0 lits rem          0 time: 0.04
512.07/128.28	c asymm  cl-useful: 0/19370/25000 lits-rem:0 time: 0.41
512.07/128.28	c calculated reachability. Time: 0.00
512.07/128.28	c  N dy  2995    537346      1250     25000         0     50120    125000   3048645    110.71   no data
528.44/132.38	c  N dy  3118    557434      1250     25000         0     38222    125000   1320158    110.76    119.52
545.21/136.51	c  N dy  3229    577533      1250     25000         0     58300    125000   4091872    110.75    116.78
561.60/140.61	c  N dy  3350    597579      1250     25000         0     45358    125000   2159719    110.77    117.11
578.77/144.94	c  N dy  3464    617744      1250     25000         0     65513    125000   4938410    110.76    117.01
593.55/148.67	c  N dy  3579    637983      1250     25000         0     51765    125000   2918940    110.76    120.38
611.53/153.13	c  N dy  3694    658222      1250     25000         0     37026    125000    762854    110.77    117.96
626.32/156.84	c  N dy  3811    678415      1250     25000         0     57200    125000   3549013    110.77    117.16
643.48/161.13	c  N dy  3932    698509      1250     25000         0     41302    125000   1230645    110.79    118.38
659.05/165.01	c  N dy  4051    718556      1250     25000         0     61337    125000   4024063    110.83    117.83
675.84/169.24	c  N dy  4165    738707      1250     25000         0     44501    125000   1539597    110.85    117.61
691.42/173.19	c  N dy  4265    758758      1250     25000         0     64536    125000   4303782    110.82    118.83
708.99/177.51	c  N dy  4385    779095      1250     25000         0     46876    125000   1740659    110.85    124.21
725.75/181.72	c  N dy  4511    799188      1250     25000         0     66946    125000   4508309    110.86    116.83
732.55/183.47	c  S st  4554    806021      1250     25000         0     73772    125000   5456006    110.87    107.79
733.35/183.67	c  S st  4554    806526      1250     25000         0     74277    125000   5514592    110.87   no data
733.35/183.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
733.75/183.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
733.75/183.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
733.75/183.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
733.75/183.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.75/183.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
733.75/183.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
734.15/183.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
734.55/183.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
853.18/213.67	c lits-rem:       577  cl-subs:       86  v-elim:      0  v-fix:    0  time: 29.67 s
853.18/213.68	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
853.58/213.74	c vivif2 --  cl tried    74191 cl shrink        0 lits rem          0 time: 0.07
854.38/213.93	c asymm  cl-useful: 0/5630/25000 lits-rem:0 time: 0.19
854.38/213.93	c calculated reachability. Time: 0.00
854.38/213.93	c  N dy  4554    806526      1250     25000         0     74191    125000   5488937    110.87   no data
869.95/217.87	c  N dy  4665    826604      1250     25000         0     55288    125000   2758440    110.86    123.87
888.73/222.55	c  N dy  4787    846615      1250     25000         0     75281    125000   5521028    110.86    118.45
905.11/226.67	c  N dy  4906    866858      1250     25000         0     55544    125000   2680341    110.87    117.85
923.48/231.27	c  N dy  5025    886923      1250     25000         0     75597    125000   5456728    110.88    116.78
941.06/235.65	c  N dy  5150    907567      1250     25000         0     55251    125000   2497886    110.91    118.67
959.43/240.24	c  N dy  5264    927663      1250     25000         0     75327    125000   5274283    110.92    116.98
977.40/244.74	c  N dy  5386    947801      1250     25000         0     53491    125000   2144713    110.95    117.72
995.39/249.24	c  N dy  5500    967917      1250     25000         0     73588    125000   4887156    110.94    117.35
1014.55/254.00	c  N dy  5614    988016      1250     25000         0     50710    125000   1630453    110.95    120.84
1031.73/258.36	c  N dy  5734   1008111      1250     25000         0     70781    125000   4415875    110.97    117.28
1053.30/263.79	c  N dy  5847   1028217      1250     25000         0     46904    125000    956210    110.96    119.25
1071.67/268.30	c  N dy  5954   1048293      1250     25000         0     66964    125000   3701866    110.93    117.15
1094.85/274.19	c  N dy  6079   1068444      1250     25000         0     87100    125000   6502878    110.96    118.04
1099.24/275.27	c  F st  6099   1071875      1250     25000         0     45571    125000    643004    110.95   no data
1113.62/278.84	c  N dy  6170   1088457      1250     25000         0     62115    125000   3003797    110.95    117.47
1134.38/284.05	c  N dy  6289   1108468      1250     25000         0     82111    125000   5753527    110.95    125.78
1154.35/289.05	c  N dy  6411   1128566      1250     25000         0     56243    125000   1989766    110.95    121.73
1173.53/293.81	c  N dy  6536   1148580      1250     25000         0     76233    125000   4757851    110.96    123.35
1196.30/299.52	c  N dy  6665   1168647      1250     25000         0     49331    125000    905005    110.99    123.03
1213.87/303.91	c  N dy  6783   1188654      1250     25000         0     69324    125000   3675346    111.01    117.30
1235.44/309.35	c  N dy  6899   1208691      1250     25000         0     89347    125000   6454355    111.02    117.72
1236.65/309.68	c  S st  6906   1209790      1250     25000         0     90445    125000   6603719    111.02    114.21
1237.85/309.90	c  S st  6906   1210293      1250     25000         0     90948    125000   6666841    111.02   no data
1237.85/309.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1237.85/309.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1237.85/309.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1237.85/309.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1237.85/309.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1237.85/309.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1237.85/309.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1238.25/310.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1239.04/310.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1404.44/351.64	c lits-rem:       699  cl-subs:       80  v-elim:      0  v-fix:    0  time: 41.36 s
1404.44/351.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1404.82/351.72	c vivif2 --  cl tried    90868 cl shrink        0 lits rem          0 time: 0.08
1406.41/352.16	c asymm  cl-useful: 0/12973/25000 lits-rem:0 time: 0.44
1406.41/352.16	c calculated reachability. Time: 0.00
1406.41/352.16	c  N dy  6906   1210293      1250     25000         0     90868    125000   6642872    111.02   no data
1425.19/356.81	c  N dy  7003   1230467      1250     25000         0     63057    125000   2676122    111.00    118.41
1445.16/361.86	c  N dy  7114   1250812      1250     25000         0     83384    125000   5503616    110.99    118.09
1467.12/367.37	c  N dy  7224   1271148      1250     25000         0     54744    125000   1382680    110.99    118.00
1485.50/371.94	c  N dy  7349   1291271      1250     25000         0     74843    125000   4178706    111.01    117.58
1507.86/377.59	c  N dy  7460   1311336      1250     25000         0     94891    125000   6952582    111.01    118.31
1527.04/382.35	c  N dy  7570   1331501      1250     25000         0     65086    125000   2690782    111.00    116.92
1547.80/387.57	c  N dy  7688   1351687      1250     25000         0     85254    125000   5481824    111.01    117.06
1571.78/393.50	c  N dy  7815   1371774      1250     25000         0     54373    125000   1081827    111.03    118.32
1590.15/398.12	c  N dy  7948   1391812      1250     25000         0     74390    125000   3871847    111.06    128.42
1612.52/403.75	c  N dy  8059   1411932      1250     25000         0     94487    125000   6660575    111.06    119.06
1633.69/409.08	c  N dy  8177   1431963      1250     25000         0     62554    125000   2081759    111.07    117.57
1653.66/414.08	c  N dy  8295   1451992      1250     25000         0     82565    125000   4850383    111.08    117.21
1679.23/420.47	c  N dy  8406   1472039      1250     25000         0    102599    125000   7638371    111.08    127.35
1699.19/425.49	c  N dy  8530   1492066      1250     25000         0     69663    125000   2937601    111.09    119.91
1721.16/430.97	c  N dy  8643   1512116      1250     25000         0     89692    125000   5706987    111.08    120.94
1746.74/437.38	c  N dy  8757   1532186      1250     25000         0     55792    125000    885660    111.09    122.55
1765.51/442.02	c  N dy  8877   1552282      1250     25000         0     75874    125000   3683875    111.11    118.93
1789.08/447.93	c  N dy  8992   1572437      1250     25000         0     96011    125000   6456953    111.11    119.28
1813.84/454.17	c  N dy  9124   1592810      1250     25000         0     61403    125000   1539540    111.13    118.04
1833.82/459.14	c  N dy  9235   1613102      1250     25000         0     81677    125000   4339651    111.12    120.43
1857.77/465.18	c  N dy  9354   1633158      1250     25000         0    101719    125000   7120782    111.13    119.64
1880.54/470.86	c  N dy  9471   1653456      1250     25000         0     66051    125000   2045080    111.15    117.62
1902.91/476.48	c  N dy  9591   1673566      1250     25000         0     86138    125000   4810887    111.14    118.76
1930.48/483.34	c  N dy  9715   1693622      1250     25000         0    106179    125000   7587849    111.15    118.16
1951.65/488.62	c  S st  9816   1710295      1250     25000         0     65893    125000   1903254    111.16    105.16
1952.45/488.80	c  S st  9816   1710801      1250     25000         0     66399    125000   1963722    111.16   no data
1952.45/488.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1952.45/488.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1952.45/488.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1952.45/488.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1952.45/488.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1952.45/488.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1952.45/488.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1952.85/488.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1952.85/488.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1984.42/496.85	c lits-rem:       111  cl-subs:       16  v-elim:      0  v-fix:    0  time:  7.89 s
1984.42/496.86	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1984.42/496.88	c vivif2 --  cl tried    66383 cl shrink        0 lits rem          0 time: 0.03
1986.00/497.23	c asymm  cl-useful: 0/12027/25000 lits-rem:0 time: 0.34
1986.00/497.23	c calculated reachability. Time: 0.00
1986.00/497.23	c  N dy  9816   1710801      1250     25000         0     66383    125000   1958955    111.16   no data
2007.58/502.64	c  N dy  9939   1730964      1250     25000         0     86534    125000   4752321    111.17    118.93
2033.53/509.12	c  N dy 10057   1750979      1250     25000         0    106526    125000   7519720    111.17    118.37
2057.50/515.16	c  N dy 10183   1771161      1250     25000         0     68743    125000   2174163    111.20    117.29
2078.68/520.48	c  N dy 10287   1791164      1250     25000         0     88726    125000   4937479    111.19    118.96
2105.04/527.06	c  N dy 10398   1811262      1250     25000         0    108820    125000   7722187    111.18    117.63
2128.61/532.96	c  N dy 10513   1831287      1250     25000         0     69879    125000   2186732    111.18    159.85
2150.18/538.35	c  N dy 10641   1851376      1250     25000         0     89954    125000   4989850    111.20    119.66
2176.15/544.85	c  N dy 10758   1871405      1250     25000         0    109958    125000   7757920    111.20    117.10
2200.11/550.85	c  N dy 10875   1891466      1250     25000         0     70046    125000   2079105    111.20    125.64
2221.29/556.12	c  N dy 10978   1911565      1250     25000         0     90127    125000   4865910    111.20    118.56
2247.65/562.76	c  N dy 11097   1931717      1250     25000         0    110254    125000   7668225    111.20    119.92
2273.21/569.10	c  N dy 11222   1951748      1250     25000         0     69326    125000   1843816    111.21    117.70
2294.77/574.53	c  N dy 11351   1971836      1250     25000         0     89397    125000   4627406    111.23    117.68
2321.14/581.11	c  N dy 11474   1991965      1250     25000         0    109509    125000   7427904    111.24    117.48
2347.91/587.87	c  N dy 11591   2011968      1250     25000         0     67548    125000   1469775    111.24    117.89
2370.28/593.46	c  N dy 11706   2031992      1250     25000         0     87552    125000   4256448    111.25    118.34
2396.24/599.96	c  N dy 11833   2052095      1250     25000         0    107641    125000   7047832    111.26    118.47
2425.79/607.36	c  N dy 11950   2072267      1250     25000         0     64851    125000    977718    111.27    118.25
2446.17/612.46	c  N dy 12077   2092322      1250     25000         0     84884    125000   3772646    111.28    121.29
2472.16/618.96	c  N dy 12194   2112646      1250     25000         0    105193    125000   6583972    111.29    117.62
2502.51/626.50	c  N dy 12314   2132839      1250     25000         0    125371    125000   9378758    111.29    117.78
2524.88/632.11	c  N dy 12449   2152902      1250     25000         0     81461    125000   3155623    111.31    133.42
2549.23/638.28	c  N dy 12578   2173430      1250     25000         0    101975    125000   6014162    111.33    119.44
2578.38/645.60	c  N dy 12704   2193591      1250     25000         0    122120    125000   8816589    111.34    117.29
2599.96/650.95	c  S st 12804   2210803      1250     25000         0     74371    125000   2041649    111.34   no data
2600.76/651.14	c  S st 12804   2211307      1250     25000         0     74875    125000   2101028    111.34   no data
2600.76/651.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2601.16/651.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2601.16/651.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2601.16/651.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2601.16/651.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2601.16/651.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2601.16/651.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2601.16/651.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2601.56/651.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2629.12/658.28	c lits-rem:       150  cl-subs:       13  v-elim:      0  v-fix:    0  time:  6.97 s
2629.12/658.28	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2629.52/658.31	c vivif2 --  cl tried    74862 cl shrink        0 lits rem          0 time: 0.03
2631.11/658.71	c asymm  cl-useful: 0/14908/25000 lits-rem:0 time: 0.40
2631.11/658.71	c calculated reachability. Time: 0.00
2631.11/658.71	c  N dy 12804   2211307      1250     25000         0     74862    125000   2097248    111.34   no data
2653.48/664.35	c  N dy 12913   2231409      1250     25000         0     94950    125000   4870031    111.34    118.08
2680.65/671.13	c  N dy 13032   2251414      1250     25000         0    114935    125000   7648905    111.34    118.14
2710.60/678.61	c  N dy 13154   2271490      1250     25000         0     69051    125000   1169785    111.35    117.25
2731.78/683.98	c  N dy 13268   2292079      1250     25000         0     89627    125000   4037029    111.35    118.37
2758.54/690.66	c  N dy 13388   2312247      1250     25000         0    109775    125000   6834062    111.36    117.40
2791.30/698.86	c  N dy 13505   2332260      1250     25000         0    129779    125000   9606139    111.36    117.96
2816.06/705.01	c  N dy 13626   2352297      1250     25000         0     82849    125000   2933832    111.36    118.27
2841.63/711.43	c  N dy 13752   2372558      1250     25000         0    103090    125000   5772852    111.38    118.15
2871.60/718.93	c  N dy 13879   2392726      1250     25000         0    123249    125000   8573196    111.39    117.39
2900.36/726.11	c  N dy 14003   2412796      1250     25000         0     75354    125000   1786717    111.40    119.31
2923.12/731.84	c  N dy 14123   2432957      1250     25000         0     95493    125000   4586750    111.40    117.87
2949.89/738.56	c  N dy 14234   2453004      1250     25000         0    115521    125000   7360054    111.40    117.80
2982.23/746.60	c  N dy 14356   2473024      1250     25000         0    135524    125000  10128543    111.41    117.34
3005.00/752.34	c  N dy 14476   2493302      1250     25000         0     86850    125000   3264450    111.41    118.41
3030.19/758.64	c  N dy 14593   2513455      1250     25000         0    106980    125000   6053647    111.41    118.17
3060.55/766.24	c  N dy 14720   2533665      1250     25000         0    127174    125000   8864757    111.42    117.89
3089.29/773.48	c  N dy 14844   2553671      1250     25000         0     77226    125000   1784897    111.43    120.01
3113.67/779.53	c  N dy 14961   2573795      1250     25000         0     97334    125000   4580683    111.43    120.32
3144.81/787.35	c  N dy 15083   2594859      1250     25000         0    118381    125000   7508359    111.43    118.47
3178.36/795.75	c  N dy 15205   2615297      1250     25000         0    138791    125000  10347612    111.44    117.57
3203.13/801.90	c  N dy 15316   2635365      1250     25000         0     87895    125000   3128722    111.44    122.30
3230.30/808.73	c  N dy 15440   2655556      1250     25000         0    108068    125000   5932047    111.45    117.35
3261.06/816.41	c  N dy 15560   2675673      1250     25000         0    128159    125000   8727840    111.45    122.33
3292.20/824.28	c  N dy 15667   2695705      1250     25000         0     76253    125000   1394354    111.45    118.25
3309.39/828.59	c  S st 15756   2711308      1250     25000         0     91837    125000   3552588    111.45    106.37
3310.58/828.81	c  S st 15756   2711810      1250     25000         0     92339    125000   3611230    111.45   no data
3310.58/828.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3310.58/828.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3310.58/828.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3310.58/828.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3310.58/828.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3310.58/828.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3310.58/828.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3310.99/828.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3311.40/829.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3365.31/842.56	c lits-rem:       195  cl-subs:       33  v-elim:      0  v-fix:    0  time: 13.51 s
3365.31/842.57	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3365.71/842.61	c vivif2 --  cl tried    92306 cl shrink        0 lits rem          0 time: 0.05
3367.31/843.01	c asymm  cl-useful: 0/10092/25000 lits-rem:0 time: 0.39
3367.31/843.01	c calculated reachability. Time: 0.00
3367.31/843.01	c  N dy 15756   2711810      1250     25000         0     92306    125000   3601568    111.45   no data
3394.07/849.77	c  N dy 15881   2731823      1250     25000         0    112302    125000   6379163    111.46    117.71
3425.23/857.60	c  N dy 16011   2751911      1250     25000         0    132368    125000   9194361    111.47    147.27
3455.99/865.29	c  N dy 16134   2772081      1250     25000         0     79594    125000   1735989    111.48    118.81
3479.14/871.06	c  N dy 16255   2792117      1250     25000         0     99612    125000   4493920    111.49    118.22
3507.50/878.12	c  N dy 16377   2812212      1250     25000         0    119688    125000   7295904    111.50    117.71
3540.26/886.34	c  N dy 16505   2832363      1250     25000         0    139822    125000  10121157    111.51    120.24
3567.82/893.28	c  N dy 16628   2852454      1250     25000         0     85965    125000   2483820    111.52    120.23
3592.99/899.51	c  N dy 16751   2872519      1250     25000         0    106007    125000   5284782    111.52    117.55
3624.53/907.40	c  N dy 16870   2892572      1250     25000         0    126043    125000   8088867    111.53    119.06
3660.89/916.50	c  N dy 16984   2912941      1250     25000         0    146383    125000  10901587    111.53    119.44
3686.45/922.98	c  N dy 17107   2933043      1250     25000         0     91555    125000   3139746    111.53    118.82
3713.21/929.61	c  N dy 17226   2953054      1250     25000         0    111548    125000   5918696    111.54    120.03
3745.57/937.70	c  N dy 17348   2973719      1250     25000         0    132193    125000   8778256    111.54    120.73
3781.13/946.62	c  N dy 17464   2993727      1250     25000         0     76250    125000    865361    111.55    118.60
3804.28/952.41	c  N dy 17594   3013871      1250     25000         0     96378    125000   3667189    111.56    117.53
3831.05/959.12	c  N dy 17706   3033962      1250     25000         0    116449    125000   6462362    111.56    118.88
3863.00/967.15	c  N dy 17827   3053988      1250     25000         0    136460    125000   9242454    111.56    119.26
3898.15/975.92	c  N dy 17947   3074022      1250     25000         0     79548    125000   1197455    111.57    117.75
3921.32/981.78	c  N dy 18065   3094147      1250     25000         0     99655    125000   4015436    111.57    119.67
3949.28/988.79	c  N dy 18190   3114263      1250     25000         0    119758    125000   6806036    111.58    119.90
3983.25/997.23	c  N dy 18305   3134510      1250     25000         0    139988    125000   9630353    111.58    118.73
4020.79/1006.60	c  N dy 18422   3154847      1250     25000         0     82368    125000   1463366    111.58    119.32
4048.75/1013.66	c  N dy 18550   3175137      1250     25000         0    102652    125000   4289288    111.59    119.83
4082.70/1022.14	c  N dy 18684   3195393      1250     25000         0    122891    125000   7107074    111.60    121.57
4113.86/1029.92	c  S st 18791   3211811      1250     25000         0    139290    125000   9388576    111.61   no data
4115.48/1030.30	c  S st 18791   3212317      1250     25000         0    139796    125000   9453742    111.61   no data
4115.48/1030.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4115.85/1030.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4115.85/1030.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4115.85/1030.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4115.85/1030.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4115.85/1030.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4115.85/1030.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4116.25/1030.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4117.45/1030.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4401.46/1101.90	c lits-rem:       755  cl-subs:       97  v-elim:      0  v-fix:    0  time: 71.00 s
4401.46/1101.91	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4401.86/1102.03	c vivif2 --  cl tried   139699 cl shrink        0 lits rem          0 time: 0.12
4403.86/1102.51	c asymm  cl-useful: 0/9425/25000 lits-rem:0 time: 0.48
4403.86/1102.51	c calculated reachability. Time: 0.00
4403.86/1102.51	c  N dy 18791   3212317      1250     25000         0    139699    125000   9424822    111.61   no data
4439.42/1111.45	c  N dy 18894   3232428      1250     25000         0     80861    125000   1104743    111.60    117.72
4462.97/1117.33	c  N dy 19020   3252434      1250     25000         0    100844    125000   3901508    111.61    118.78
4491.35/1124.45	c  N dy 19141   3272459      1250     25000         0    120847    125000   6685888    111.62    119.06
4525.29/1132.95	c  N dy 19263   3292723      1250     25000         0    141089    125000   9502350    111.62    121.46
4565.63/1143.09	c  N dy 19388   3313087      1250     25000         0     81508    125000   1075956    111.63    118.12
4591.60/1149.59	c  N dy 19513   3333171      1250     25000         0    101572    125000   3882727    111.64    122.12
4622.77/1157.39	c  N dy 19641   3353249      1250     25000         0    121623    125000   6682190    111.65    118.35
4658.72/1166.34	c  N dy 19753   3373282      1250     25000         0    141636    125000   9474035    111.65    119.12
4699.06/1176.40	c  N dy 19878   3393331      1250     25000         0    161668    125000  12253688    111.66    118.00
4723.42/1182.56	c  N dy 19997   3413484      1250     25000         0    100893    125000   3630222    111.66    118.94
4752.11/1189.74	c  N dy 20117   3433525      1250     25000         0    120919    125000   6446285    111.67    117.64
4785.73/1198.22	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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 4.59 7.06 7.66 2/174 910
/proc/meminfo: memFree=24807960/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 597465733 52441088 348 33554432000 4194304 4627427 140737309201184 18446744073709551615 47933880281010 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/910/statm: 12803 348 299 106 0 7774 0
[pid=910/tid=911] ppid=908 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 597465734 52441088 348 33554432000 4194304 4627427 140737309201184 18446744073709551615 47933880281014 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 597465734 52441088 348 33554432000 4194304 4627427 140737309201184 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=914] ppid=908 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 597465734 52441088 348 33554432000 4194304 4627427 140737309201184 18446744073709551615 47933880281010 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.02318 s]
/proc/loadavg: 4.59 7.06 7.66 2/174 910
/proc/meminfo: memFree=24807960/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=284112 CPUtime=0.06 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 3281 0 0 0 6 0 0 0 18 0 4 0 597465733 290930688 3205 33554432000 4194304 4627427 140737309201184 18446744073709551615 252457727009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 71028 3206 363 106 0 65999 0
[pid=910/tid=911] ppid=908 vsize=284112 CPUtime=0.01 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 715 0 0 0 1 0 0 0 18 0 4 0 597465734 290930688 3206 33554432000 4194304 4627427 140737309201184 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=284112 CPUtime=0.01 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 711 0 0 0 1 0 0 0 25 0 4 0 597465734 290930688 3207 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=284112 CPUtime=0.01 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 723 0 0 0 1 0 0 0 18 0 4 0 597465734 290930688 3207 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 284112

[startup+0.101163 s]
/proc/loadavg: 4.59 7.06 7.66 2/174 910
/proc/meminfo: memFree=24807960/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=284376 CPUtime=0.38 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 3737 0 0 0 37 1 0 0 18 0 4 0 597465733 291201024 3661 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 71094 3661 363 106 0 66065 0
[pid=910/tid=911] ppid=908 vsize=284376 CPUtime=0.09 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 793 0 0 0 9 0 0 0 18 0 4 0 597465734 291201024 3661 33554432000 4194304 4627427 140737309201184 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=284376 CPUtime=0.08 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 789 0 0 0 8 0 0 0 25 0 4 0 597465734 291201024 3661 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=284376 CPUtime=0.09 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 942 0 0 0 9 0 0 0 18 0 4 0 597465734 291201024 3661 33554432000 4194304 4627427 140737309201184 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 284376

[startup+0.420722 s]
/proc/loadavg: 4.59 7.06 7.66 2/174 910
/proc/meminfo: memFree=24807960/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=302384 CPUtime=2.36 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 12971 0 0 0 233 3 0 0 18 0 4 0 597465733 309641216 7938 33554432000 4194304 4627427 140737309201184 18446744073709551615 252458109063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 73679 10066 385 106 0 68650 0
[pid=910/tid=911] ppid=908 vsize=294716 CPUtime=1 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 4143 0 0 0 99 1 0 0 19 0 4 0 597465734 301789184 10066 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=294716 CPUtime=1 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 4132 0 0 0 99 1 0 0 19 0 4 0 597465734 301789184 10066 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=294716 CPUtime=1.01 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 3481 0 0 0 101 0 0 0 19 0 4 0 597465734 301789184 10068 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 302384

[startup+1.1105 s]
/proc/loadavg: 4.59 7.06 7.66 2/174 910
/proc/meminfo: memFree=24807960/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=305376 CPUtime=4.39 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 18112 0 0 0 435 4 0 0 19 0 4 0 597465733 312705024 9147 33554432000 4194304 4627427 140737309201184 18446744073709551615 252458109063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 76344 8635 385 106 0 71315 0
[pid=910/tid=911] ppid=908 vsize=305376 CPUtime=1.09 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 4714 0 0 0 108 1 0 0 19 0 4 0 597465734 312705024 8635 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=305376 CPUtime=1.08 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) D 908 910 373 0 -1 4202560 4696 0 0 0 107 1 0 0 19 0 4 0 597465734 312705024 8635 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=305376 CPUtime=1.1 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) D 908 910 373 0 -1 4202560 3625 0 0 0 110 0 0 0 19 0 4 0 597465734 312705024 8532 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 305376

[startup+1.50087 s]
/proc/loadavg: 4.59 7.06 7.66 2/174 910
/proc/meminfo: memFree=24807960/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=295484 CPUtime=5.96 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 20647 0 0 0 591 5 0 0 19 0 4 0 597465733 302575616 10922 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 73871 10922 385 106 0 68842 0
[pid=910/tid=911] ppid=908 vsize=295484 CPUtime=1.48 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 5350 0 0 0 147 1 0 0 19 0 4 0 597465734 302575616 10922 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=295484 CPUtime=1.47 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 5340 0 0 0 146 1 0 0 19 0 4 0 597465734 302575616 10922 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=295616 CPUtime=1.48 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 4248 0 0 0 148 0 0 0 19 0 4 0 597465734 302710784 10923 33554432000 4194304 4627427 140737309201184 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 295484

[startup+3.10058 s]
/proc/loadavg: 4.59 7.06 7.66 9/184 924
/proc/meminfo: memFree=24537972/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=297092 CPUtime=12.34 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 38489 0 0 0 1226 8 0 0 24 0 4 0 597465733 304222208 17191 33554432000 4194304 4627427 140737309201184 18446744073709551615 4428398 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 74273 17191 389 106 0 69244 0
[pid=910/tid=911] ppid=908 vsize=297092 CPUtime=3.08 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 8711 0 0 0 306 2 0 0 24 0 4 0 597465734 304222208 17191 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=297092 CPUtime=3.06 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 8700 0 0 0 305 1 0 0 24 0 4 0 597465734 304222208 17191 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=297092 CPUtime=3.09 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 7624 0 0 0 308 1 0 0 24 0 4 0 597465734 304222208 17191 33554432000 4194304 4627427 140737309201184 18446744073709551615 4326177 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 297092

[startup+6.30098 s]
/proc/loadavg: 4.94 7.09 7.67 9/184 924
/proc/meminfo: memFree=24419676/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=323028 CPUtime=25.13 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 69784 0 0 0 2498 15 0 0 25 0 4 0 597465733 330780672 33439 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 80757 33439 389 106 0 75728 0
[pid=910/tid=911] ppid=908 vsize=323028 CPUtime=6.28 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 16492 0 0 0 623 5 0 0 25 0 4 0 597465734 330780672 33439 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=323028 CPUtime=6.24 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 18448 0 0 0 621 3 0 0 25 0 4 0 597465734 330780672 33439 33554432000 4194304 4627427 140737309201184 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=323028 CPUtime=6.28 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 16801 0 0 0 626 2 0 0 25 0 4 0 597465734 330780672 33439 33554432000 4194304 4627427 140737309201184 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 323028

[startup+12.7008 s]
/proc/loadavg: 5.18 7.10 7.67 9/184 924
/proc/meminfo: memFree=24331200/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=312112 CPUtime=50.7 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 107693 0 0 0 5047 23 0 0 25 0 4 0 597465733 319602688 44696 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 78028 44696 389 106 0 72999 0
[pid=910/tid=911] ppid=908 vsize=312112 CPUtime=12.68 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 27083 0 0 0 1261 7 0 0 25 0 4 0 597465734 319602688 44705 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=312112 CPUtime=12.61 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 26361 0 0 0 1257 4 0 0 25 0 4 0 597465734 319602688 44705 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=312112 CPUtime=12.69 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 26154 0 0 0 1265 4 0 0 25 0 4 0 597465734 319602688 44705 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 312112

[startup+25.5004 s]
/proc/loadavg: 5.87 7.16 7.68 9/184 924
/proc/meminfo: memFree=24108288/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=482272 CPUtime=101.81 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 160128 0 0 0 10147 34 0 0 25 0 4 0 597465733 493846528 74469 33554432000 4194304 4627427 140737309201184 18446744073709551615 4427146 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 120568 74469 389 106 0 115539 0
[pid=910/tid=911] ppid=908 vsize=482272 CPUtime=25.48 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 37146 0 0 0 2538 10 0 0 25 0 4 0 597465734 493846528 74469 33554432000 4194304 4627427 140737309201184 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=482272 CPUtime=25.34 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 40430 0 0 0 2527 7 0 0 25 0 4 0 597465734 493846528 74469 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=482272 CPUtime=25.48 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 34851 0 0 0 2542 6 0 0 25 0 4 0 597465734 493846528 74469 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 482272

[startup+51.1007 s]
/proc/loadavg: 6.66 7.25 7.69 9/184 925
/proc/meminfo: memFree=23934020/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=563196 CPUtime=204.08 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 245898 0 0 0 20352 56 0 0 25 0 4 0 597465733 576712704 81202 33554432000 4194304 4627427 140737309201184 18446744073709551615 4428403 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 140799 81202 389 106 0 135770 0
[pid=910/tid=911] ppid=908 vsize=563196 CPUtime=51.07 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 66242 0 0 0 5090 17 0 0 25 0 4 0 597465734 576712704 81202 33554432000 4194304 4627427 140737309201184 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=563196 CPUtime=50.81 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 56082 0 0 0 5072 9 0 0 25 0 4 0 597465734 576712704 81202 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=563196 CPUtime=51.08 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 59131 0 0 0 5095 13 0 0 25 0 4 0 597465734 576712704 81202 33554432000 4194304 4627427 140737309201184 18446744073709551615 4327929 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 563196

[startup+102.301 s]
/proc/loadavg: 7.53 7.39 7.72 9/184 926
/proc/meminfo: memFree=23537684/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=557968 CPUtime=408.6 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 400382 0 0 0 40762 98 0 0 25 0 4 0 597465733 571359232 96498 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 139492 96499 389 106 0 134463 0
[pid=910/tid=911] ppid=908 vsize=557968 CPUtime=102.27 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 111773 0 0 0 10197 30 0 0 25 0 4 0 597465734 571359232 96499 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=557968 CPUtime=101.74 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 87530 0 0 0 10157 17 0 0 25 0 4 0 597465734 571359232 96499 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=557968 CPUtime=102.27 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 106387 0 0 0 10201 26 0 0 25 0 4 0 597465734 571359232 96499 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 557968

[startup+162.301 s]

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

[pid=910] ppid=908 vsize=1175016 CPUtime=2565.61 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1449875 0 0 0 256152 409 0 0 25 0 4 0 597465733 1203216384 216210 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 293754 216210 399 106 0 288725 0
[pid=910/tid=911] ppid=908 vsize=1175016 CPUtime=642.26 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 405780 0 0 0 64113 113 0 0 25 0 4 0 597465734 1203216384 216210 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1175016 CPUtime=638.82 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 375037 0 0 0 63778 104 0 0 25 0 4 0 597465734 1203216384 216210 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1175016 CPUtime=642.22 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 354680 0 0 0 64122 100 0 0 25 0 4 0 597465734 1203216384 216210 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.61
Current children cumulated vsize (KiB) 1175016

[startup+702.301 s]
/proc/loadavg: 8.10 8.02 7.90 9/184 942
/proc/meminfo: memFree=22500336/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1124836 CPUtime=2805.29 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1531290 0 0 0 280095 434 0 0 25 0 4 0 597465733 1151832064 201777 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 281209 201777 399 106 0 276180 0
[pid=910/tid=911] ppid=908 vsize=1124836 CPUtime=702.27 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 434608 0 0 0 70105 122 0 0 25 0 4 0 597465734 1151832064 201777 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1124836 CPUtime=698.5 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 392881 0 0 0 69742 108 0 0 25 0 4 0 597465734 1151832064 201777 33554432000 4194304 4627427 140737309201184 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1124836 CPUtime=702.21 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 373020 0 0 0 70114 107 0 0 25 0 4 0 597465734 1151832064 201777 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.29
Current children cumulated vsize (KiB) 1124836

[startup+762.3 s]
/proc/loadavg: 8.21 8.06 7.92 9/184 945
/proc/meminfo: memFree=22368364/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1126404 CPUtime=3044.95 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1611404 0 0 0 304037 458 0 0 25 0 4 0 597465733 1153437696 210553 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 281601 210553 399 106 0 276572 0
[pid=910/tid=911] ppid=908 vsize=1126404 CPUtime=762.26 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 460815 0 0 0 76097 129 0 0 25 0 4 0 597465734 1153437696 210553 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1126404 CPUtime=758.17 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 407677 0 0 0 75704 113 0 0 25 0 4 0 597465734 1153437696 210553 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1126404 CPUtime=762.21 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 392731 0 0 0 76109 112 0 0 25 0 4 0 597465734 1153437696 210553 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 1126404

[startup+822.3 s]
/proc/loadavg: 8.07 8.05 7.92 9/184 947
/proc/meminfo: memFree=22409268/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1196768 CPUtime=3284.64 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1688431 0 0 0 327978 486 0 0 25 0 4 0 597465733 1225490432 229412 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 299192 229412 399 106 0 294163 0
[pid=910/tid=911] ppid=908 vsize=1196768 CPUtime=822.27 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 479285 0 0 0 82093 134 0 0 25 0 4 0 597465734 1225490432 229417 33554432000 4194304 4627427 140737309201184 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1196768 CPUtime=817.85 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 433564 0 0 0 81663 122 0 0 25 0 4 0 597465734 1225490432 229417 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1196768 CPUtime=822.21 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 406973 0 0 0 82105 116 0 0 25 0 4 0 597465734 1225490432 229417 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 1196768

[startup+882.301 s]
/proc/loadavg: 8.02 8.04 7.92 9/184 948
/proc/meminfo: memFree=22336316/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1143436 CPUtime=3524.28 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1784599 0 0 0 351913 515 0 0 25 0 4 0 597465733 1170878464 218793 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 285859 218793 399 106 0 280830 0
[pid=910/tid=911] ppid=908 vsize=1143436 CPUtime=882.26 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 506715 0 0 0 88085 141 0 0 25 0 4 0 597465734 1170878464 218793 33554432000 4194304 4627427 140737309201184 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1143436 CPUtime=877.52 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 455586 0 0 0 87624 128 0 0 25 0 4 0 597465734 1170878464 218793 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1143436 CPUtime=882.19 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 432869 0 0 0 88094 125 0 0 25 0 4 0 597465734 1170878464 218793 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1143436

[startup+942.307 s]
/proc/loadavg: 8.01 8.03 7.92 9/184 950
/proc/meminfo: memFree=22368904/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1201084 CPUtime=3763.97 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1865237 0 0 0 375854 543 0 0 25 0 4 0 597465733 1229910016 222838 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 300271 222838 399 106 0 295242 0
[pid=910/tid=911] ppid=908 vsize=1201084 CPUtime=942.27 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 531912 0 0 0 94077 150 0 0 25 0 4 0 597465734 1229910016 222838 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1201084 CPUtime=937.2 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 464739 0 0 0 93590 130 0 0 25 0 4 0 597465734 1229910016 222838 33554432000 4194304 4627427 140737309201184 18446744073709551615 4308767 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1201084 CPUtime=942.19 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 454302 0 0 0 94087 132 0 0 25 0 4 0 597465734 1229910016 222838 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1201084

[startup+1002.3 s]
/proc/loadavg: 8.07 8.04 7.93 9/184 951
/proc/meminfo: memFree=22138000/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1363088 CPUtime=4003.61 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 1984282 0 0 0 399786 575 0 0 25 0 4 0 597465733 1395802112 278863 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 340772 278863 399 106 0 335743 0
[pid=910/tid=911] ppid=908 vsize=1363088 CPUtime=1002.27 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 583538 0 0 0 100068 159 0 0 25 0 4 0 597465734 1395802112 278863 33554432000 4194304 4627427 140737309201184 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1363088 CPUtime=996.87 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 489661 0 0 0 99549 138 0 0 25 0 4 0 597465734 1395802112 278863 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1363088 CPUtime=1002.18 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 472069 0 0 0 100080 138 0 0 25 0 4 0 597465734 1395802112 278863 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 1363088

[startup+1062.3 s]
/proc/loadavg: 8.08 8.04 7.93 9/184 953
/proc/meminfo: memFree=22013600/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1471480 CPUtime=4243.28 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 2031391 0 0 0 423733 595 0 0 25 0 4 0 597465733 1506795520 292928 33554432000 4194304 4627427 140737309201184 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 367870 292928 390 106 0 362841 0
[pid=910/tid=911] ppid=908 vsize=1471480 CPUtime=1062.27 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 583538 0 0 0 106068 159 0 0 25 0 4 0 597465734 1506795520 292928 33554432000 4194304 4627427 140737309201184 18446744073709551615 4427670 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1471480 CPUtime=1056.54 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 508245 0 0 0 105506 148 0 0 25 0 4 0 597465734 1506795520 292928 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1471480 CPUtime=1062.17 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 476650 0 0 0 106078 139 0 0 25 0 4 0 597465734 1506795520 292928 33554432000 4194304 4627427 140737309201184 18446744073709551615 4427260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1471480

[startup+1122.3 s]
/proc/loadavg: 8.09 8.05 7.94 9/184 955
/proc/meminfo: memFree=21961348/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1473356 CPUtime=4482.96 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 2107794 0 0 0 447678 618 0 0 25 0 4 0 597465733 1508716544 284041 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 368339 284041 390 106 0 363310 0
[pid=910/tid=911] ppid=908 vsize=1473356 CPUtime=1122.26 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 605794 0 0 0 112061 165 0 0 25 0 4 0 597465734 1508716544 284041 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1473356 CPUtime=1116.22 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 532414 0 0 0 111466 156 0 0 25 0 4 0 597465734 1508716544 284041 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1473356 CPUtime=1122.16 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 497649 0 0 0 112071 145 0 0 25 0 4 0 597465734 1508716544 284041 33554432000 4194304 4627427 140737309201184 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 1473356

[startup+1182.3 s]
/proc/loadavg: 8.08 8.05 7.94 9/184 958
/proc/meminfo: memFree=22017624/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1551120 CPUtime=4722.62 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 2188140 0 0 0 471614 648 0 0 25 0 4 0 597465733 1588346880 291374 33554432000 4194304 4627427 140737309201184 18446744073709551615 4327410 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 387780 291374 399 106 0 382751 0
[pid=910/tid=911] ppid=908 vsize=1551120 CPUtime=1182.26 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 628815 0 0 0 118051 175 0 0 25 0 4 0 597465734 1588346880 291374 33554432000 4194304 4627427 140737309201184 18446744073709551615 4330131 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1551120 CPUtime=1175.89 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 544886 0 0 0 117431 158 0 0 25 0 4 0 597465734 1588346880 291374 33554432000 4194304 4627427 140737309201184 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1551120 CPUtime=1182.16 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 520548 0 0 0 118063 153 0 0 25 0 4 0 597465734 1588346880 291374 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 1551120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 8.42 8.13 7.97 7/184 961
/proc/meminfo: memFree=21974652/32951124 swapFree=67111348/67111528
[pid=910] ppid=908 vsize=1479632 CPUtime=4800.36 cores=0,2,4,6
/proc/910/stat : 910 (strangenight2-m) R 908 910 373 0 -1 4202496 2213251 0 0 0 479378 658 0 0 25 0 4 0 597465733 1515143168 302919 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/910/statm: 369908 302919 399 106 0 364879 0
[pid=910/tid=911] ppid=908 vsize=1479632 CPUtime=1201.73 cores=0,2,4,6
/proc/910/task/911/stat : 911 (strangenight2-m) R 908 910 373 0 -1 4202560 635072 0 0 0 119995 178 0 0 25 0 4 0 597465734 1515143168 302921 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=910/tid=912] ppid=908 vsize=1479632 CPUtime=1194.96 cores=0,2,4,6
/proc/910/task/912/stat : 912 (strangenight2-m) R 908 910 373 0 -1 4202560 550193 0 0 0 119336 160 0 0 25 0 4 0 597465734 1515143168 302921 33554432000 4194304 4627427 140737309201184 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=910/tid=914] ppid=908 vsize=1479632 CPUtime=1201.77 cores=0,2,4,6
/proc/910/task/914/stat : 914 (strangenight2-m) R 908 910 373 0 -1 4202560 527204 0 0 0 120021 156 0 0 25 0 4 0 597465734 1515143168 302921 33554432000 4194304 4627427 140737309201184 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1479632

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.98
CPU time (s): 4800.46
CPU user time (s): 4793.82
CPU system time (s): 6.64399
CPU usage (%): 399.381
Max. virtual memory (cumulated for all children) (KiB): 1553780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.82
system time used= 6.64399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2213260
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= 2153
involuntary context switches= 22531

runsolver used 2.05669 second user time and 4.45132 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 12:19:13
IDJOB=3173881
IDBENCH=82699
IDSOLVER=1586
FILE ID=node111/3173881-1304072353
RUNJOBID= node111-1304072352-896
PBS_JOBID= 13170470
Free space on /tmp= 70896 MiB

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

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

MD5SUM BENCH= 637b75113dde2f4a15dbf158341be921
RANDOM SEED=746858766

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24808364 kB
Buffers:       1275280 kB
Cached:        6310772 kB
SwapCached:        124 kB
Active:        3165600 kB
Inactive:      4488012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24808364 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7864 kB
Writeback:           0 kB
AnonPages:       67020 kB
Mapped:          14488 kB
Slab:           425044 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191736 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= 70880 MiB
End job on node111 at 2011-04-29 12:39:17