Trace number 3173882

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.17 1201.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S313445894-099-UNKNOWN.cnf
MD5SUM47e52af6d58221f8bfb6fc06198e4e15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.0009
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-3173882-1304072396.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.00/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.00/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.00/0.60	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.60	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.00/0.60	c calculated reachability. Time: 0.00
0.00/0.60	c Calc default polars -  time:   0.00 s pos:     601 undec:      52 neg:     597
0.00/0.60	c =========================================================================================
0.00/0.60	c types(t): F = full restart, N = normal restart
0.00/0.60	c types(t): S = simplification begin/end, E = solution found
0.00/0.60	c restart types(rt): st = static, dy = dynamic
0.00/0.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.60	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.60	c  N dy    21      4115      1250     25000         0      4111    125000    582798    112.22    119.13
0.00/0.96	c  N dy    41      8257      1250     25000         0      5749    125000    606616    113.51    120.55
4.47/1.21	c  N dy    63     12335      1250     25000         0      5579    125000    389734    112.81    118.83
5.93/1.57	c  N dy    83     16469      1250     25000         0      9711    125000    946412    111.69    119.25
7.53/1.93	c  N dy   102     20490      1250     25000         0      8108    125000    567047    111.20    134.32
9.13/2.31	c  N dy   124     24661      1250     25000         0     12277    125000   1132251    110.81    118.97
9.13/2.34	c  F st   126     25002      1250     25000         0     12618    125000   1176949    110.71    103.16
11.12/2.83	c  N dy   132     30000      1250     25000         0     10789    125000    856234    110.71   no data
11.12/2.83	c  S st   132     30000      1250     25000         0     10789    125000    856234    110.71   no data
11.12/2.89	c  S st   132     30500      1250     25000         0     11288    125000    914073    110.71   no data
11.12/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.52/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.52/2.91	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.52/2.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.52/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.52/2.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.52/2.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.52/2.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.52/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.12/3.39	c lits-rem:       244  cl-subs:       28  v-elim:      0  v-fix:    0  time:  0.43 s
13.91/3.54	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.91/3.55	c calculated reachability. Time: 0.00
13.91/3.55	c  N dy   132     30500      1250     25000         0     11260    125000    905560    110.71   no data
15.52/3.97	c  N dy   155     34584      1250     25000         0     15339    125000   1457843    110.38    117.80
17.13/4.38	c  N dy   184     38676      1250     25000         0     11539    125000    754007    110.59    117.68
19.11/4.84	c  N dy   207     42993      1250     25000         0     15850    125000   1350933    110.56    117.04
20.31/5.17	c  S st   226     45752      1250     25000         0      9666    125000    368765    110.78   no data
20.72/5.23	c  S st   226     46255      1250     25000         0     10168    125000    429694    110.78   no data
20.72/5.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.72/5.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.72/5.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.72/5.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.72/5.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.72/5.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.72/5.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.72/5.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.72/5.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.13/5.39	c lits-rem:        24  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.11 s
21.13/5.39	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.13/5.39	c vivif2 --  cl tried    10164 cl shrink        0 lits rem          0 time: 0.00
21.91/5.55	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.91/5.55	c calculated reachability. Time: 0.00
21.91/5.55	c  N dy   226     46255      1250     25000         0     10164    125000    428551    110.78   no data
23.50/5.98	c  N dy   247     50449      1250     25000         0     14354    125000   1000260    110.65    116.62
25.52/6.43	c  N dy   270     54562      1250     25000         0     18465    125000   1560947    110.69    117.24
27.49/6.90	c  N dy   294     58830      1250     25000         0     12763    125000    651457    110.58    116.61
29.09/7.32	c  N dy   311     62865      1250     25000         0     16797    125000   1200250    110.38    116.46
31.09/7.81	c  N dy   335     66968      1250     25000         0     20897    125000   1763476    110.47    116.41
32.29/8.10	c  S st   348     69384      1250     25000         0     12331    125000    462318    110.30   no data
32.29/8.16	c  S st   348     69888      1250     25000         0     12835    125000    522542    110.30   no data
32.29/8.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.29/8.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.29/8.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.29/8.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.29/8.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.29/8.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.29/8.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.29/8.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.69/8.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/8.38	c lits-rem:        14  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.17 s
33.09/8.39	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.09/8.39	c vivif2 --  cl tried    12832 cl shrink        0 lits rem          0 time: 0.01
33.89/8.56	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.89/8.56	c calculated reachability. Time: 0.00
33.89/8.56	c  N dy   348     69888      1250     25000         0     12832    125000    521919    110.30   no data
35.88/9.05	c  N dy   369     74395      1250     25000         0     17336    125000   1134368    110.22    120.41
38.29/9.63	c  N dy   400     79265      1250     25000         0     22199    125000   1797873    110.31    116.20
40.67/10.22	c  N dy   429     84400      1250     25000         0     15348    125000    749812    110.26    116.53
41.87/10.56	c  F st   446     87500      1250     25000         0     18447    125000   1163090    110.15    102.13
43.49/10.95	c  N st   451     90796      1250     25000         0     21732    125000   1677934    110.15   no data
46.67/11.71	c  N dy   479     96699      1250     25000         0     14649    125000    528974    110.20    117.19
49.46/12.42	c  N dy   516    103026      1250     25000         0     20967    125000   1388092    110.17    116.01
50.26/12.64	c  S st   528    104832      1250     25000         0     22772    125000   1634858    110.17   no data
50.66/12.72	c  S st   528    105336      1250     25000         0     23276    125000   1691966    110.17   no data
50.66/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.66/12.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.66/12.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.66/12.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.66/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.66/12.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.66/12.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.66/12.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.06/12.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.04/15.82	c lits-rem:       150  cl-subs:       19  v-elim:      0  v-fix:    0  time:  2.99 s
63.04/15.82	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
63.04/15.85	c vivif2 --  cl tried    23257 cl shrink        0 lits rem          0 time: 0.02
64.24/16.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.30
64.24/16.15	c calculated reachability. Time: 0.00
64.24/16.15	c  N dy   528    105336      1250     25000         0     23257    125000   1685997    110.17   no data
67.84/17.04	c  N dy   561    112068      1250     25000         0     16005    125000    582819    110.02    117.28
71.43/17.91	c  N dy   600    119253      1250     25000         0     23185    125000   1566852    109.98    117.32
75.42/18.97	c  N dy   648    127028      1250     25000         0     15965    125000    451950    110.06    117.87
79.82/20.00	c  N dy   693    135154      1250     25000         0     24080    125000   1553427    109.94    116.54
84.62/21.21	c  N dy   738    143795      1250     25000         0     16730    125000    430313    109.94    128.60
89.01/22.37	c  N dy   802    152978      1250     25000         0     25905    125000   1703932    110.09    116.04
91.82/23.09	c  S st   835    158006      1250     25000         0     30928    125000   2398805    110.15    102.84
92.20/23.19	c  S st   835    158508      1250     25000         0     31430    125000   2456011    110.15   no data
92.60/23.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.60/23.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
92.60/23.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
92.60/23.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.60/23.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.60/23.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
92.60/23.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
92.60/23.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
93.00/23.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.15/32.13	c lits-rem:       360  cl-subs:       23  v-elim:      0  v-fix:    0  time:  8.79 s
128.15/32.14	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
128.15/32.17	c vivif2 --  cl tried    31407 cl shrink        0 lits rem          0 time: 0.03
129.76/32.50	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.33
129.76/32.50	c calculated reachability. Time: 0.00
129.76/32.50	c  N dy   835    158508      1250     25000         0     31407    125000   2448930    110.15   no data
135.36/33.93	c  N dy   898    168913      1250     25000         0     24820    125000   1390745    110.12    116.10
141.74/35.55	c  N dy   961    179786      1250     25000         0     35680    125000   2896638    110.18    128.44
147.73/37.09	c  N dy  1025    191606      1250     25000         0     29505    125000   1934057    110.19    116.59
154.92/38.86	c  N dy  1083    203868      1250     25000         0     22774    125000    874325    110.09    116.59
162.51/40.75	c  N dy  1164    216951      1250     25000         0     35848    125000   2663994    110.15    118.41
170.51/42.77	c  N dy  1245    230987      1250     25000         0     29893    125000   1718733    110.18    119.82
174.50/43.79	c  S st  1279    237764      1250     25000         0     36666    125000   2638326    110.12     86.44
174.91/43.90	c  S st  1279    238269      1250     25000         0     37171    125000   2703439    110.12   no data
175.32/43.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
175.32/43.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
175.32/43.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.32/43.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.32/43.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.32/43.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
175.32/43.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
175.32/43.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
175.69/44.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
219.25/54.91	c lits-rem:       304  cl-subs:       17  v-elim:      0  v-fix:    0  time: 10.85 s
219.25/54.91	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
219.25/54.94	c vivif2 --  cl tried    37154 cl shrink        0 lits rem          0 time: 0.03
220.42/55.29	c asymm  cl-useful: 0/23079/25000 lits-rem:0 time: 0.35
220.42/55.29	c calculated reachability. Time: 0.00
220.42/55.29	c  N dy  1279    238269      1250     25000         0     37154    125000   2698664    110.12   no data
229.21/57.49	c  N dy  1379    253500      1250     25000         0     31388    125000   1808773    110.25    117.26
239.20/59.99	c  N dy  1474    269828      1250     25000         0     25721    125000    884480    110.27    118.28
250.00/62.64	c  N dy  1577    287108      1250     25000         0     42992    125000   3263339    110.30    116.73
261.17/65.42	c  N dy  1689    305602      1250     25000         0     38484    125000   2512591    110.31    116.35
261.57/65.52	c  F st  1693    306252      1250     25000         0     39134    125000   2598668    110.31   no data
273.15/68.45	c  N dy  1784    325284      1250     25000         0     34159    125000   1800663    110.33    116.98
286.34/71.76	c  N dy  1892    345662      1250     25000         0     29547    125000   1027774    110.30    117.14
293.54/73.57	c  S st  1964    357403      1250     25000         0     41288    125000   2626556    110.27   no data
293.95/73.69	c  S st  1964    357907      1250     25000         0     41792    125000   2688592    110.27   no data
294.32/73.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
294.32/73.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
294.32/73.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
294.32/73.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
294.32/73.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.32/73.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
294.32/73.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
294.32/73.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
294.72/73.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
340.66/85.31	c lits-rem:       221  cl-subs:       27  v-elim:      0  v-fix:    0  time: 11.46 s
340.66/85.31	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
340.66/85.35	c vivif2 --  cl tried    41765 cl shrink        0 lits rem          0 time: 0.03
340.66/85.39	c asymm  cl-useful: 0/1921/25000 lits-rem:0 time: 0.04
340.66/85.39	c calculated reachability. Time: 0.00
340.66/85.39	c  N dy  1964    357907      1250     25000         0     41765    125000   2680136    110.27   no data
354.64/88.88	c  N dy  2086    378018      1250     25000         0     35871    125000   1764203    110.32    117.87
369.02/92.48	c  N dy  2204    398087      1250     25000         0     28945    125000    687128    110.32    117.36
382.60/95.87	c  N dy  2311    418505      1250     25000         0     49346    125000   3481526    110.29    116.73
396.18/99.27	c  N dy  2427    438546      1250     25000         0     41393    125000   2280734    110.30    123.38
410.96/102.93	c  N dy  2548    458650      1250     25000         0     32506    125000    921217    110.33    116.53
424.94/106.42	c  N dy  2673    478813      1250     25000         0     52646    125000   3708612    110.39    116.35
438.94/109.97	c  N dy  2798    498883      1250     25000         0     42732    125000   2198745    110.42    142.23
454.90/113.95	c  N dy  2917    518895      1250     25000         0     31755    125000    557913    110.41    118.65
466.88/116.96	c  S st  3035    536860      1250     25000         0     49706    125000   3038256    110.47   no data
467.68/117.10	c  S st  3035    537362      1250     25000         0     50208    125000   3092917    110.47   no data
467.68/117.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
467.68/117.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
467.68/117.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
467.68/117.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
467.68/117.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
467.68/117.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
467.68/117.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
467.68/117.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
468.07/117.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
512.82/128.48	c lits-rem:       414  cl-subs:       31  v-elim:      0  v-fix:    0  time: 11.20 s
512.82/128.48	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
513.24/128.52	c vivif2 --  cl tried    50177 cl shrink        0 lits rem          0 time: 0.04
514.82/128.95	c asymm  cl-useful: 0/19292/25000 lits-rem:0 time: 0.43
514.82/128.95	c calculated reachability. Time: 0.00
514.82/128.95	c  N dy  3035    537362      1250     25000         0     50177    125000   3083352    110.47   no data
531.21/133.03	c  N dy  3152    557822      1250     25000         0     38640    125000   1381621    110.49    117.29
547.97/137.25	c  N dy  3275    577919      1250     25000         0     58721    125000   4131402    110.49    117.01
564.35/141.34	c  N dy  3396    598002      1250     25000         0     45817    125000   2217478    110.51    117.48
581.93/145.75	c  N dy  3520    618060      1250     25000         0     65866    125000   4987958    110.53    117.41
596.72/149.48	c  N dy  3642    638140      1250     25000         0     51948    125000   2934687    110.52    118.21
614.70/153.93	c  N dy  3758    658208      1250     25000         0     37035    125000    764215    110.54    118.03
629.46/157.69	c  N dy  3871    678223      1250     25000         0     57024    125000   3520831    110.55    116.95
647.04/162.01	c  N dy  3998    698256      1250     25000         0     41072    125000   1198208    110.59    119.92
662.21/165.85	c  N dy  4110    718260      1250     25000         0     61056    125000   3935463    110.58    117.58
679.79/170.21	c  N dy  4238    738422      1250     25000         0     44231    125000   1514839    110.63    116.73
695.76/174.23	c  N dy  4351    758444      1250     25000         0     64233    125000   4276045    110.64    117.45
712.94/178.52	c  N dy  4471    778470      1250     25000         0     46282    125000   1638921    110.63    131.76
729.71/182.74	c  N dy  4599    798683      1250     25000         0     66483    125000   4435266    110.65    116.62
736.92/184.51	c  S st  4641    806043      1250     25000         0     73839    125000   5444058    110.66    101.53
737.73/184.71	c  S st  4641    806551      1250     25000         0     74347    125000   5504596    110.66   no data
737.73/184.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
737.73/184.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
737.73/184.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
737.73/184.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
737.73/184.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
737.73/184.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
737.73/184.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
738.11/184.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
738.91/185.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
857.94/214.83	c lits-rem:       697  cl-subs:       60  v-elim:      0  v-fix:    0  time: 29.81 s
857.94/214.84	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
858.34/214.91	c vivif2 --  cl tried    74287 cl shrink        0 lits rem          0 time: 0.07
859.14/215.10	c asymm  cl-useful: 0/5708/25000 lits-rem:0 time: 0.19
859.14/215.10	c calculated reachability. Time: 0.00
859.14/215.10	c  N dy  4641    806551      1250     25000         0     74287    125000   5486774    110.66   no data
875.12/219.14	c  N dy  4760    826591      1250     25000         0     55337    125000   2780270    110.67    117.57
893.50/223.73	c  N dy  4872    846751      1250     25000         0     75488    125000   5556589    110.68    117.76
910.27/227.92	c  N dy  4992    866912      1250     25000         0     55668    125000   2681901    110.68    117.87
928.65/232.55	c  N dy  5104    886983      1250     25000         0     75724    125000   5416491    110.66    116.68
945.82/236.85	c  N dy  5219    907178      1250     25000         0     54931    125000   2442164    110.65    118.80
964.20/241.48	c  N dy  5332    927241      1250     25000         0     74977    125000   5201135    110.66    117.27
982.18/245.98	c  N dy  5445    947267      1250     25000         0     53029    125000   2052066    110.65    118.08
1000.55/250.57	c  N dy  5559    967527      1250     25000         0     73264    125000   4835737    110.65    116.54
1019.72/255.38	c  N dy  5683    987608      1250     25000         0     50364    125000   1576092    110.68    117.10
1037.30/259.77	c  N dy  5800   1007757      1250     25000         0     70491    125000   4337876    110.67    117.03
1059.26/265.20	c  N dy  5917   1027813      1250     25000         0     46566    125000    920323    110.67    118.01
1077.24/269.80	c  N dy  6038   1048067      1250     25000         0     66801    125000   3701647    110.68    117.33
1100.82/275.66	c  N dy  6160   1068097      1250     25000         0     86819    125000   6472535    110.69    116.55
1105.60/276.88	c  F st  6184   1071875      1250     25000         0     45632    125000    652647    110.69   no data
1120.00/280.43	c  N dy  6259   1088219      1250     25000         0     61961    125000   2961103    110.72    119.72
1141.98/285.95	c  N dy  6386   1108370      1250     25000         0     82086    125000   5736702    110.73    118.48
1161.92/290.93	c  N dy  6506   1128466      1250     25000         0     56208    125000   1990300    110.74    136.61
1181.12/295.71	c  N dy  6618   1148541      1250     25000         0     76262    125000   4766408    110.76    116.69
1203.87/301.46	c  N dy  6734   1168820      1250     25000         0     49575    125000    936276    110.76    117.02
1221.44/305.88	c  N dy  6847   1189016      1250     25000         0     69753    125000   3731456    110.77    120.30
1243.81/311.49	c  N dy  6971   1209072      1250     25000         0     89794    125000   6495390    110.78    116.95
1245.01/311.72	c  S st  6975   1209826      1250     25000         0     90547    125000   6596481    110.78    105.34
1245.81/311.96	c  S st  6975   1210333      1250     25000         0     91054    125000   6657600    110.78   no data
1245.81/311.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1246.21/312.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1246.21/312.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1246.21/312.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1246.21/312.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1246.21/312.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1246.21/312.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1246.61/312.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1247.43/312.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1410.38/353.13	c lits-rem:       596  cl-subs:       76  v-elim:      0  v-fix:    0  time: 40.80 s
1410.38/353.13	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1410.78/353.21	c vivif2 --  cl tried    90978 cl shrink        0 lits rem          0 time: 0.08
1412.38/353.66	c asymm  cl-useful: 0/13112/25000 lits-rem:0 time: 0.45
1412.38/353.66	c calculated reachability. Time: 0.00
1412.38/353.66	c  N dy  6975   1210333      1250     25000         0     90978    125000   6635353    110.78   no data
1431.15/358.37	c  N dy  7093   1230428      1250     25000         0     63102    125000   2675760    110.78    123.11
1451.52/363.49	c  N dy  7214   1250525      1250     25000         0     83185    125000   5444594    110.80    119.13
1473.49/368.98	c  N dy  7325   1270646      1250     25000         0     54328    125000   1332438    110.78    117.48
1491.87/373.54	c  N dy  7449   1290687      1250     25000         0     74353    125000   4107932    110.80    117.16
1514.24/379.19	c  N dy  7564   1310734      1250     25000         0     94381    125000   6868237    110.80    120.51
1533.81/384.09	c  N dy  7676   1330813      1250     25000         0     64482    125000   2621721    110.80    121.61
1554.60/389.29	c  N dy  7795   1350912      1250     25000         0     84565    125000   5399083    110.81    116.80
1578.95/395.34	c  N dy  7912   1370970      1250     25000         0     53649    125000    976922    110.81    133.96
1596.92/399.85	c  N dy  8030   1390976      1250     25000         0     73646    125000   3740284    110.82    117.83
1619.30/405.44	c  N dy  8147   1410977      1250     25000         0     93631    125000   6503497    110.82    118.20
1640.87/410.80	c  N dy  8256   1431060      1250     25000         0     61737    125000   1972604    110.82    117.03
1660.45/415.75	c  N dy  8377   1451137      1250     25000         0     81798    125000   4735688    110.83    117.13
1686.01/422.13	c  N dy  8499   1471165      1250     25000         0    101809    125000   7512504    110.85    118.76
1706.37/427.25	c  N dy  8616   1491343      1250     25000         0     69013    125000   2838900    110.86    117.19
1728.34/432.74	c  N dy  8727   1511406      1250     25000         0     89053    125000   5610360    110.86    117.02
1754.30/439.24	c  N dy  8847   1531633      1250     25000         0     55313    125000    820227    110.87    119.08
1773.08/443.96	c  N dy  8973   1551962      1250     25000         0     75624    125000   3659101    110.89    117.56
1796.26/449.73	c  N dy  9091   1571974      1250     25000         0     95621    125000   6429434    110.90    117.44
1821.42/456.07	c  N dy  9217   1592085      1250     25000         0     60757    125000   1434682    110.91    119.65
1841.78/461.11	c  N dy  9335   1612233      1250     25000         0     80890    125000   4238394    110.92    118.05
1866.15/467.29	c  N dy  9459   1632326      1250     25000         0    100968    125000   7014860    110.93    118.97
1889.71/473.13	c  N dy  9580   1652400      1250     25000         0     65064    125000   1908442    110.94    118.24
1911.28/478.51	c  N dy  9701   1673207      1250     25000         0     85858    125000   4779693    110.94    116.92
1938.05/485.25	c  N dy  9816   1693239      1250     25000         0    105873    125000   7543125    110.94    132.78
1959.24/490.59	c  S st  9919   1710333      1250     25000         0     66004    125000   1910663    110.95    101.16
1960.02/490.78	c  S st  9919   1710834      1250     25000         0     66505    125000   1972349    110.95   no data
1960.02/490.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1960.41/490.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1960.41/490.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1960.41/490.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1960.41/490.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1960.41/490.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1960.41/490.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1960.41/490.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1960.81/490.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1992.78/498.99	c lits-rem:       125  cl-subs:       15  v-elim:      0  v-fix:    0  time:  8.05 s
1992.78/498.99	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1993.18/499.02	c vivif2 --  cl tried    66490 cl shrink        0 lits rem          0 time: 0.03
1994.40/499.39	c asymm  cl-useful: 0/11888/25000 lits-rem:0 time: 0.37
1994.77/499.40	c calculated reachability. Time: 0.00
1994.77/499.40	c  N dy  9919   1710834      1250     25000         0     66490    125000   1968331    110.95   no data
2017.93/505.21	c  N dy 10036   1731138      1250     25000         0     86770    125000   4788243    110.96    119.19
2043.50/511.67	c  N dy 10151   1751244      1250     25000         0    106860    125000   7561427    110.96    117.33
2067.08/517.58	c  N dy 10274   1771293      1250     25000         0     68944    125000   2199257    110.99    122.25
2089.04/523.02	c  N dy 10385   1791361      1250     25000         0     88992    125000   4961572    110.98    117.94
2116.21/529.80	c  N dy 10521   1811492      1250     25000         0    109110    125000   7761837    111.01    117.00
2140.17/535.87	c  N dy 10645   1831592      1250     25000         0     70243    125000   2252395    111.02    130.01
2162.54/541.41	c  N dy 10764   1851672      1250     25000         0     90305    125000   5047161    111.05    119.77
2188.89/548.00	c  N dy 10879   1871933      1250     25000         0    110543    125000   7854217    111.05    118.46
2212.87/554.04	c  N dy 10997   1892127      1250     25000         0     70775    125000   2183546    111.06    118.04
2234.83/559.54	c  N dy 11112   1912320      1250     25000         0     90946    125000   4974698    111.06    118.47
2261.60/566.24	c  N dy 11245   1932395      1250     25000         0    110996    125000   7750769    111.07    157.40
2287.17/572.61	c  N dy 11361   1952711      1250     25000         0     70352    125000   1988740    111.08    117.33
2307.94/577.84	c  N dy 11460   1972900      1250     25000         0     90522    125000   4753688    111.06    118.99
2334.30/584.45	c  N dy 11579   1993238      1250     25000         0    110841    125000   7567985    111.07    116.97
2360.66/591.02	c  N dy 11700   2013549      1250     25000         0     69187    125000   1692209    111.07    119.10
2383.43/596.72	c  N dy 11813   2033679      1250     25000         0     89297    125000   4512008    111.08    119.79
2409.79/603.38	c  N dy 11934   2053786      1250     25000         0    109390    125000   7317123    111.10    118.22
2439.34/610.77	c  N dy 12061   2073875      1250     25000         0     66514    125000   1195642    111.11    117.51
2460.52/616.07	c  N dy 12186   2093877      1250     25000         0     86494    125000   3972547    111.12    117.75
2486.50/622.50	c  N dy 12310   2114039      1250     25000         0    106629    125000   6763854    111.13    117.34
2516.86/630.16	c  N dy 12416   2134099      1250     25000         0    126671    125000   9516952    111.12    117.14
2538.42/635.54	c  N dy 12528   2154244      1250     25000         0     82870    125000   3307208    111.11    119.43
2562.77/641.60	c  N dy 12634   2174328      1250     25000         0    102929    125000   6083658    111.10    127.44
2592.34/649.03	c  N dy 12753   2194654      1250     25000         0    123235    125000   8922444    111.11    117.75
2612.71/654.10	c  S st 12855   2210834      1250     25000         0     74463    125000   2062748    111.13    112.04
2613.11/654.28	c  S st 12855   2211338      1250     25000         0     74967    125000   2123857    111.13   no data
2613.11/654.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2613.52/654.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2613.52/654.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2613.52/654.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2613.52/654.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2613.52/654.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2613.52/654.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2613.52/654.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2613.92/654.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2644.69/662.19	c lits-rem:       242  cl-subs:       20  v-elim:      0  v-fix:    0  time:  7.74 s
2644.69/662.19	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2645.06/662.22	c vivif2 --  cl tried    74947 cl shrink        0 lits rem          0 time: 0.03
2646.66/662.63	c asymm  cl-useful: 0/15008/25000 lits-rem:0 time: 0.41
2646.66/662.63	c calculated reachability. Time: 0.00
2646.66/662.63	c  N dy 12855   2211338      1250     25000         0     74947    125000   2118179    111.13   no data
2669.04/668.23	c  N dy 12977   2231411      1250     25000         0     95003    125000   4908293    111.14    133.53
2696.20/675.05	c  N dy 13096   2251487      1250     25000         0    115066    125000   7696535    111.15    117.51
2726.15/682.60	c  N dy 13218   2272039      1250     25000         0     69662    125000   1257266    111.15    117.88
2747.71/687.99	c  N dy 13343   2292199      1250     25000         0     89801    125000   4068593    111.17    118.49
2773.69/694.42	c  N dy 13457   2312285      1250     25000         0    109872    125000   6859746    111.17    125.55
2806.44/702.61	c  N dy 13583   2332471      1250     25000         0    130051    125000   9660829    111.18    117.30
2832.00/709.05	c  N dy 13712   2352539      1250     25000         0     83155    125000   2999505    111.20    136.54
2857.57/715.43	c  N dy 13837   2372547      1250     25000         0    103145    125000   5781607    111.22    118.43
2887.53/722.97	c  N dy 13949   2392982      1250     25000         0    123558    125000   8617948    111.22    117.73
2916.28/730.13	c  N dy 14070   2413010      1250     25000         0     75620    125000   1814551    111.23    120.55
2939.45/735.94	c  N dy 14196   2433188      1250     25000         0     95786    125000   4601858    111.24    117.80
2967.01/742.87	c  N dy 14314   2453667      1250     25000         0    116249    125000   7435793    111.24    117.41
2999.37/750.90	c  N dy 14435   2473806      1250     25000         0    136365    125000  10211800    111.24    117.84
3021.34/756.43	c  N dy 14549   2493839      1250     25000         0     87443    125000   3332087    111.25    117.69
3046.51/762.79	c  N dy 14671   2513942      1250     25000         0    107525    125000   6116418    111.25    118.26
3076.86/770.34	c  N dy 14795   2533984      1250     25000         0    127548    125000   8892461    111.27    117.55
3106.04/777.63	c  N dy 14909   2554368      1250     25000         0     77978    125000   1883854    111.26    121.93
3129.98/783.65	c  N dy 15027   2574555      1250     25000         0     98147    125000   4689148    111.27    117.22
3159.95/791.12	c  N dy 15137   2594603      1250     25000         0    118180    125000   7462810    111.27    117.15
3193.92/799.66	c  N dy 15254   2615055      1250     25000         0    138614    125000  10310926    111.27    118.99
3218.67/805.84	c  N dy 15365   2635618      1250     25000         0     88230    125000   3176346    111.27    117.86
3245.04/812.41	c  N dy 15485   2655732      1250     25000         0    108330    125000   5975579    111.28    121.19
3277.41/820.53	c  N dy 15617   2675840      1250     25000         0    128426    125000   8785788    111.29    117.94
3308.94/828.43	c  N dy 15727   2695915      1250     25000         0     76539    125000   1426927    111.29    117.73
3326.52/832.81	c  S st 15819   2711341      1250     25000         0     91949    125000   3583080    111.30    117.50
3327.32/833.04	c  S st 15819   2711844      1250     25000         0     92452    125000   3643693    111.30   no data
3327.32/833.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3327.72/833.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3327.72/833.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3327.72/833.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3327.72/833.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3327.72/833.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3327.72/833.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3327.72/833.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3328.11/833.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3383.64/847.12	c lits-rem:       248  cl-subs:       38  v-elim:      0  v-fix:    0  time: 13.84 s
3383.64/847.13	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3383.64/847.18	c vivif2 --  cl tried    92414 cl shrink        0 lits rem          0 time: 0.05
3385.25/847.57	c asymm  cl-useful: 0/9992/25000 lits-rem:0 time: 0.40
3385.25/847.58	c calculated reachability. Time: 0.00
3385.25/847.58	c  N dy 15819   2711844      1250     25000         0     92414    125000   3632000    111.30   no data
3412.00/854.20	c  N dy 15933   2731912      1250     25000         0    112465    125000   6417714    111.30    117.33
3443.56/862.17	c  N dy 16051   2752327      1250     25000         0    132859    125000   9240442    111.30    117.65
3474.32/869.83	c  N dy 16172   2772331      1250     25000         0     79916    125000   1769338    111.30    122.84
3498.28/875.89	c  N dy 16304   2792340      1250     25000         0     99908    125000   4556409    111.31    117.88
3526.64/882.93	c  N dy 16423   2812385      1250     25000         0    119931    125000   7328690    111.32    121.76
3559.80/891.23	c  N dy 16552   2832469      1250     25000         0    139998    125000  10120647    111.33    117.72
3587.76/898.26	c  N dy 16676   2852671      1250     25000         0     86245    125000   2517739    111.33    117.36
3612.93/904.54	c  N dy 16796   2872746      1250     25000         0    106303    125000   5291179    111.34    119.58
3643.28/912.17	c  N dy 16914   2892874      1250     25000         0    126411    125000   8080202    111.34    118.54
3680.03/921.38	c  N dy 17032   2912937      1250     25000         0    146442    125000  10855289    111.34    119.83
3705.99/927.89	c  N dy 17155   2933136      1250     25000         0     91699    125000   3152854    111.35    118.61
3732.76/934.52	c  N dy 17271   2953242      1250     25000         0    111787    125000   5941890    111.35    123.66
3763.92/942.33	c  N dy 17387   2973338      1250     25000         0    131866    125000   8731564    111.35    124.43
3800.29/951.48	c  N dy 17504   2993721      1250     25000         0     76304    125000    877932    111.35    117.77
3823.43/957.24	c  N dy 17636   3013731      1250     25000         0     96293    125000   3665657    111.36    119.78
3850.99/964.18	c  N dy 17751   3034193      1250     25000         0    116738    125000   6488299    111.36    119.79
3883.77/972.32	c  N dy 17876   3054268      1250     25000         0    136793    125000   9287583    111.37    119.35
3918.92/981.15	c  N dy 18006   3074299      1250     25000         0     79876    125000   1243741    111.39    118.13
3942.47/987.07	c  N dy 18123   3094363      1250     25000         0     99928    125000   4044641    111.40    119.42
3970.83/994.18	c  N dy 18253   3114401      1250     25000         0    119944    125000   6843756    111.41    117.83
4005.58/1002.84	c  N dy 18376   3134413      1250     25000         0    139940    125000   9622685    111.41    128.12
4043.92/1012.40	c  N dy 18505   3154515      1250     25000         0     82088    125000   1410484    111.42    118.76
4070.69/1019.12	c  N dy 18633   3174694      1250     25000         0    102252    125000   4228908    111.43    117.83
4103.84/1027.49	c  N dy 18764   3195022      1250     25000         0    122567    125000   7049450    111.43    117.88
4136.20/1035.57	c  S st 18866   3211844      1250     25000         0    139372    125000   9395226    111.44    103.72
4137.81/1035.96	c  S st 18866   3212348      1250     25000         0    139876    125000   9462721    111.44   no data
4137.81/1035.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4138.22/1036.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4138.62/1036.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4138.62/1036.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4138.62/1036.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4138.62/1036.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4138.62/1036.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4139.00/1036.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4140.20/1036.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4416.61/1105.70	c lits-rem:       595  cl-subs:      113  v-elim:      0  v-fix:    0  time: 69.16 s
4416.61/1105.71	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4417.01/1105.83	c vivif2 --  cl tried   139763 cl shrink        0 lits rem          0 time: 0.12
4419.01/1106.31	c asymm  cl-useful: 0/9483/25000 lits-rem:0 time: 0.48
4419.01/1106.32	c calculated reachability. Time: 0.00
4419.01/1106.32	c  N dy 18866   3212348      1250     25000         0    139763    125000   9429545    111.44   no data
4455.36/1115.46	c  N dy 18979   3232440      1250     25000         0     80900    125000   1122862    111.45    119.07
4478.92/1121.36	c  N dy 19086   3252441      1250     25000         0    100872    125000   3890871    111.44    120.27
4508.08/1128.62	c  N dy 19219   3272457      1250     25000         0    120875    125000   6694586    111.45    120.94
4542.03/1137.15	c  N dy 19343   3292672      1250     25000         0    141067    125000   9514193    111.46    118.10
4581.17/1146.94	c  N dy 19463   3312783      1250     25000         0     81238    125000   1041011    111.46    117.55
4607.14/1153.48	c  N dy 19582   3332887      1250     25000         0    101325    125000   3838962    111.47    117.71
4638.30/1161.21	c  N dy 19707   3352902      1250     25000         0    121329    125000   6645588    111.48    125.06
4674.27/1170.22	c  N dy 19821   3372986      1250     25000         0    141396    125000   9451965    111.48    117.83
4714.59/1180.38	c  N dy 19925   3393085      1250     25000         0    161476    125000  12243589    111.48    117.50
4740.18/1186.79	c  N dy 20063   3413130      1250     25000         0    100578    125000   3625321    111.49    119.78
4768.92/1193.99	c  N dy 20179   3433173      1250     25000         0    120596    125000   6404163    111.50    120.73

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

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

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


[startup+0 s]
/proc/loadavg: 6.93 7.78 7.39 2/174 32179
/proc/meminfo: memFree=25590784/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 499655515 52441088 347 33554432000 4194304 4627427 140734467919472 18446744073709551615 47374267045804 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 12803 347 299 106 0 7774 0
[pid=32179/tid=32180] ppid=32177 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 499655515 52441088 347 33554432000 4194304 4627427 140734467919472 18446744073709551615 47374267045808 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 499655515 52441088 347 33554432000 4194304 4627427 140734467919472 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 499655515 52441088 347 33554432000 4194304 4627427 140734467919472 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.152941 s]
/proc/loadavg: 6.93 7.78 7.39 2/174 32179
/proc/meminfo: memFree=25590784/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=290116 CPUtime=0.58 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 6459 0 0 0 56 2 0 0 18 0 4 0 499655515 297078784 6374 33554432000 4194304 4627427 140734467919472 18446744073709551615 4415910 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 78493 8709 385 106 0 73464 0
[pid=32179/tid=32180] ppid=32177 vsize=313972 CPUtime=0.57 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 3444 0 0 0 57 0 0 0 18 0 4 0 499655515 321507328 8709 33554432000 4194304 4627427 140734467919472 18446744073709551615 220816279687 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=297816 CPUtime=1.01 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4122 0 0 0 99 2 0 0 19 0 4 0 499655515 304963584 10123 33554432000 4194304 4627427 140734467919472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=297816 CPUtime=1.01 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 3550 0 0 0 101 0 0 0 19 0 4 0 499655515 304963584 10123 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 290116

[startup+1.13371 s]
/proc/loadavg: 6.93 7.78 7.39 2/174 32179
/proc/meminfo: memFree=25590784/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=298632 CPUtime=4.47 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 18204 0 0 0 443 4 0 0 19 0 4 0 499655515 305799168 8500 33554432000 4194304 4627427 140734467919472 18446744073709551615 4324663 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 74658 8500 385 106 0 69629 0
[pid=32179/tid=32180] ppid=32177 vsize=298632 CPUtime=1.1 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4775 0 0 0 110 0 0 0 19 0 4 0 499655515 305799168 8500 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=298632 CPUtime=1.11 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4705 0 0 0 109 2 0 0 19 0 4 0 499655515 305799168 8500 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=298632 CPUtime=1.11 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 3713 0 0 0 111 0 0 0 19 0 4 0 499655515 305799168 8501 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 298632

[startup+1.23369 s]
/proc/loadavg: 6.93 7.78 7.39 2/174 32179
/proc/meminfo: memFree=25590784/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=298632 CPUtime=4.87 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 18866 0 0 0 483 4 0 0 19 0 4 0 499655515 305799168 9162 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 74658 9162 385 106 0 69629 0
[pid=32179/tid=32180] ppid=32177 vsize=298632 CPUtime=1.2 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4940 0 0 0 120 0 0 0 19 0 4 0 499655515 305799168 9163 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=298632 CPUtime=1.21 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4877 0 0 0 119 2 0 0 19 0 4 0 499655515 305799168 9163 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=298632 CPUtime=1.21 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 3875 0 0 0 121 0 0 0 19 0 4 0 499655515 305799168 9163 33554432000 4194304 4627427 140734467919472 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 298632

[startup+1.33367 s]
/proc/loadavg: 6.93 7.78 7.39 2/174 32179
/proc/meminfo: memFree=25590784/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=298632 CPUtime=5.27 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 19508 0 0 0 523 4 0 0 19 0 4 0 499655515 305799168 9804 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309234 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 74658 9804 385 106 0 69629 0
[pid=32179/tid=32180] ppid=32177 vsize=298632 CPUtime=1.3 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 5101 0 0 0 130 0 0 0 19 0 4 0 499655515 305799168 9804 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308127 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=298632 CPUtime=1.31 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 5036 0 0 0 129 2 0 0 19 0 4 0 499655515 305799168 9804 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=298632 CPUtime=1.31 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4034 0 0 0 131 0 0 0 19 0 4 0 499655515 305799168 9804 33554432000 4194304 4627427 140734467919472 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 298632

[startup+1.50064 s]
/proc/loadavg: 6.93 7.78 7.39 2/174 32179
/proc/meminfo: memFree=25590784/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=298632 CPUtime=5.93 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 20562 0 0 0 589 4 0 0 19 0 4 0 499655515 305799168 10858 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 74658 10858 385 106 0 69629 0
[pid=32179/tid=32180] ppid=32177 vsize=298632 CPUtime=1.47 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 5364 0 0 0 147 0 0 0 19 0 4 0 499655515 305799168 10858 33554432000 4194304 4627427 140734467919472 18446744073709551615 4321739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=298632 CPUtime=1.48 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 5295 0 0 0 146 2 0 0 19 0 4 0 499655515 305799168 10858 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=298632 CPUtime=1.48 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 4305 0 0 0 148 0 0 0 19 0 4 0 499655515 305799168 10858 33554432000 4194304 4627427 140734467919472 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 298632

[startup+3.10035 s]
/proc/loadavg: 6.93 7.78 7.39 9/184 32192
/proc/meminfo: memFree=25296536/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=319460 CPUtime=12.34 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 38402 0 0 0 1226 8 0 0 24 0 4 0 499655515 327127040 17061 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 79865 17061 389 106 0 74836 0
[pid=32179/tid=32180] ppid=32177 vsize=319460 CPUtime=3.08 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 8773 0 0 0 307 1 0 0 25 0 4 0 499655515 327127040 17062 33554432000 4194304 4627427 140734467919472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=319460 CPUtime=3.08 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 8571 0 0 0 306 2 0 0 24 0 4 0 499655515 327127040 17062 33554432000 4194304 4627427 140734467919472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=319460 CPUtime=3.07 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 7669 0 0 0 306 1 0 0 25 0 4 0 499655515 327127040 17062 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 319460

[startup+6.30076 s]
/proc/loadavg: 7.02 7.78 7.40 9/184 32192
/proc/meminfo: memFree=25214820/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=332332 CPUtime=25.11 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 69972 0 0 0 2497 14 0 0 25 0 4 0 499655515 340307968 35538 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 83083 35548 389 106 0 78054 0
[pid=32179/tid=32180] ppid=32177 vsize=332332 CPUtime=6.27 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 16459 0 0 0 624 3 0 0 25 0 4 0 499655515 340307968 35553 33554432000 4194304 4627427 140734467919472 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=332332 CPUtime=6.28 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 18232 0 0 0 624 4 0 0 25 0 4 0 499655515 340307968 35559 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=332332 CPUtime=6.25 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 17467 0 0 0 623 2 0 0 25 0 4 0 499655515 340307968 35565 33554432000 4194304 4627427 140734467919472 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 332332

[startup+12.7006 s]
/proc/loadavg: 7.10 7.78 7.40 9/184 32192
/proc/meminfo: memFree=25115460/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=314184 CPUtime=50.66 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 107183 0 0 0 5046 20 0 0 25 0 4 0 499655515 321724416 45873 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 78546 45874 389 106 0 73517 0
[pid=32179/tid=32180] ppid=32177 vsize=314184 CPUtime=12.67 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 26739 0 0 0 1263 4 0 0 25 0 4 0 499655515 321724416 45874 33554432000 4194304 4627427 140734467919472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=314184 CPUtime=12.67 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 26236 0 0 0 1262 5 0 0 25 0 4 0 499655515 321724416 45875 33554432000 4194304 4627427 140734467919472 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=314184 CPUtime=12.62 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 26580 0 0 0 1258 4 0 0 25 0 4 0 499655515 321724416 45875 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 314184

[startup+25.5002 s]
/proc/loadavg: 7.30 7.79 7.41 9/184 32193
/proc/meminfo: memFree=24899080/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=369208 CPUtime=101.79 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 159230 0 0 0 10147 32 0 0 25 0 4 0 499655515 378068992 70319 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428398 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 92302 70319 389 106 0 87273 0
[pid=32179/tid=32180] ppid=32177 vsize=369208 CPUtime=25.47 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 36433 0 0 0 2541 6 0 0 25 0 4 0 499655515 378068992 70319 33554432000 4194304 4627427 140734467919472 18446744073709551615 4527257 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=369208 CPUtime=25.47 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 38897 0 0 0 2539 8 0 0 25 0 4 0 499655515 378068992 70319 33554432000 4194304 4627427 140734467919472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=369208 CPUtime=25.35 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 41677 0 0 0 2527 8 0 0 25 0 4 0 499655515 378068992 70319 33554432000 4194304 4627427 140734467919472 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 369208

[startup+51.1005 s]
/proc/loadavg: 7.59 7.83 7.43 9/184 32193
/proc/meminfo: memFree=24699284/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=481920 CPUtime=204.05 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 233726 0 0 0 20356 49 0 0 25 0 4 0 499655515 493486080 80237 33554432000 4194304 4627427 140734467919472 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 120480 80237 389 106 0 115451 0
[pid=32179/tid=32180] ppid=32177 vsize=481920 CPUtime=51.07 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 59233 0 0 0 5096 11 0 0 25 0 4 0 499655515 493486080 80237 33554432000 4194304 4627427 140734467919472 18446744073709551615 4322185 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=481920 CPUtime=51.07 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 55990 0 0 0 5095 12 0 0 25 0 4 0 499655515 493486080 80237 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=481920 CPUtime=50.81 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 68076 0 0 0 5068 13 0 0 25 0 4 0 499655515 493486080 80237 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 481920

[startup+102.301 s]
/proc/loadavg: 7.88 7.87 7.46 9/184 32195
/proc/meminfo: memFree=24322304/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=610732 CPUtime=408.56 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 383303 0 0 0 40767 89 0 0 25 0 4 0 499655515 625389568 96687 33554432000 4194304 4627427 140734467919472 18446744073709551615 4333154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 152683 96687 389 106 0 147654 0
[pid=32179/tid=32180] ppid=32177 vsize=610732 CPUtime=102.25 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 104473 0 0 0 10203 22 0 0 25 0 4 0 499655515 625389568 96687 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=610732 CPUtime=102.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 81825 0 0 0 10208 19 0 0 25 0 4 0 499655515 625389568 96687 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=610732 CPUtime=101.74 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 114862 0 0 0 10146 28 0 0 25 0 4 0 499655515 625389568 96687 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 610732

[startup+162.301 s]

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

[pid=32179] ppid=32177 vsize=1127920 CPUtime=2805.24 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 1524081 0 0 0 280073 451 0 0 25 0 4 0 499655515 1154990080 201640 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 281980 201640 389 106 0 276951 0
[pid=32179/tid=32180] ppid=32177 vsize=1127920 CPUtime=702.2 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 410971 0 0 0 70095 125 0 0 25 0 4 0 499655515 1154990080 201640 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1127920 CPUtime=702.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 375276 0 0 0 70117 110 0 0 25 0 4 0 499655515 1154990080 201640 33554432000 4194304 4627427 140734467919472 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1127920 CPUtime=698.47 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 421121 0 0 0 69723 124 0 0 25 0 4 0 499655515 1154990080 201640 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 1127920

[startup+762.3 s]
/proc/loadavg: 8.01 8.03 7.75 9/184 32215
/proc/meminfo: memFree=23200560/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1185772 CPUtime=3044.91 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 1608596 0 0 0 304009 482 0 0 25 0 4 0 499655515 1214230528 212959 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 296443 212959 389 106 0 291414 0
[pid=32179/tid=32180] ppid=32177 vsize=1185772 CPUtime=762.2 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 437436 0 0 0 76084 136 0 0 25 0 4 0 499655515 1214230528 212959 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1185772 CPUtime=762.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 387814 0 0 0 76113 114 0 0 25 0 4 0 499655515 1214230528 212959 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1185772 CPUtime=758.14 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 448159 0 0 0 75680 134 0 0 25 0 4 0 499655515 1214230528 212959 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 1185772

[startup+822.3 s]
/proc/loadavg: 8.07 8.04 7.77 9/184 32217
/proc/meminfo: memFree=23250280/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1133036 CPUtime=3284.58 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 1691994 0 0 0 327946 512 0 0 25 0 4 0 499655515 1160228864 218755 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 283259 218755 389 106 0 278230 0
[pid=32179/tid=32180] ppid=32177 vsize=1133036 CPUtime=822.19 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 456479 0 0 0 82077 142 0 0 25 0 4 0 499655515 1160228864 218755 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1133036 CPUtime=822.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 411498 0 0 0 82104 123 0 0 25 0 4 0 499655515 1160228864 218755 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1133036 CPUtime=817.82 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 470205 0 0 0 81640 142 0 0 25 0 4 0 499655515 1160228864 218755 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1133036

[startup+882.301 s]
/proc/loadavg: 8.09 8.05 7.79 9/184 32218
/proc/meminfo: memFree=23168044/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1108364 CPUtime=3524.25 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 1781989 0 0 0 351878 547 0 0 25 0 4 0 499655515 1134964736 210430 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 277091 210430 389 106 0 272062 0
[pid=32179/tid=32180] ppid=32177 vsize=1108364 CPUtime=882.19 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 481713 0 0 0 88067 152 0 0 25 0 4 0 499655515 1134964736 210430 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1108364 CPUtime=882.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 434347 0 0 0 88096 131 0 0 25 0 4 0 499655515 1134964736 210430 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1108364 CPUtime=877.5 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 491684 0 0 0 87599 151 0 0 25 0 4 0 499655515 1134964736 210430 33554432000 4194304 4627427 140734467919472 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 1108364

[startup+942.301 s]
/proc/loadavg: 8.13 8.07 7.81 9/184 32220
/proc/meminfo: memFree=23228280/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1137668 CPUtime=3763.92 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 1870065 0 0 0 375813 579 0 0 25 0 4 0 499655515 1164972032 211250 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 284417 211250 389 106 0 279388 0
[pid=32179/tid=32180] ppid=32177 vsize=1137668 CPUtime=942.18 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 508034 0 0 0 94056 162 0 0 25 0 4 0 499655515 1164972032 211250 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1137668 CPUtime=942.26 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 446223 0 0 0 94091 135 0 0 25 0 4 0 499655515 1164972032 211250 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1137668 CPUtime=937.17 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 516670 0 0 0 93558 159 0 0 25 0 4 0 499655515 1164972032 211250 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1137668

[startup+1002.3 s]
/proc/loadavg: 8.08 8.06 7.82 9/184 32222
/proc/meminfo: memFree=22983980/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1328096 CPUtime=4003.58 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 1990048 0 0 0 399741 617 0 0 25 0 4 0 499655515 1359970304 257711 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 332024 257712 389 106 0 326995 0
[pid=32179/tid=32180] ppid=32177 vsize=1328096 CPUtime=1002.17 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 561036 0 0 0 100041 176 0 0 25 0 4 0 499655515 1359970304 257712 33554432000 4194304 4627427 140734467919472 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1328096 CPUtime=1002.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 470749 0 0 0 100083 144 0 0 25 0 4 0 499655515 1359970304 257712 33554432000 4194304 4627427 140734467919472 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1328096 CPUtime=996.84 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 541501 0 0 0 99516 168 0 0 25 0 4 0 499655515 1359970304 257712 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 1328096

[startup+1062.3 s]
/proc/loadavg: 8.06 8.06 7.83 9/184 32223
/proc/meminfo: memFree=22850796/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1499504 CPUtime=4243.25 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 2061539 0 0 0 423681 644 0 0 25 0 4 0 499655515 1535492096 285949 33554432000 4194304 4627427 140734467919472 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 374876 285949 389 106 0 369847 0
[pid=32179/tid=32180] ppid=32177 vsize=1499504 CPUtime=1062.17 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 561036 0 0 0 106041 176 0 0 25 0 4 0 499655515 1535492096 285949 33554432000 4194304 4627427 140734467919472 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1499504 CPUtime=1062.26 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 489032 0 0 0 106072 154 0 0 25 0 4 0 499655515 1535492096 285949 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1499504 CPUtime=1056.52 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 568088 0 0 0 105478 174 0 0 25 0 4 0 499655515 1535492096 285949 33554432000 4194304 4627427 140734467919472 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 1499504

[startup+1122.3 s]
/proc/loadavg: 8.19 8.10 7.86 9/184 32225
/proc/meminfo: memFree=22945900/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1388320 CPUtime=4482.91 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 2127537 0 0 0 447618 673 0 0 25 0 4 0 499655515 1421639680 262823 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 347080 262823 389 106 0 342051 0
[pid=32179/tid=32180] ppid=32177 vsize=1388320 CPUtime=1122.16 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 581498 0 0 0 112031 185 0 0 25 0 4 0 499655515 1421639680 262823 33554432000 4194304 4627427 140734467919472 18446744073709551615 4299718 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1388320 CPUtime=1122.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 512721 0 0 0 112061 166 0 0 25 0 4 0 499655515 1421639680 262824 33554432000 4194304 4627427 140734467919472 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1388320 CPUtime=1116.19 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 583630 0 0 0 111439 180 0 0 25 0 4 0 499655515 1421639680 262824 33554432000 4194304 4627427 140734467919472 18446744073709551615 4327929 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 1388320

[startup+1182.3 s]
/proc/loadavg: 8.19 8.11 7.87 9/184 32226
/proc/meminfo: memFree=22860820/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1470000 CPUtime=4722.6 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 2209859 0 0 0 471551 709 0 0 25 0 4 0 499655515 1505280000 288593 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 367500 288593 389 106 0 362471 0
[pid=32179/tid=32180] ppid=32177 vsize=1470000 CPUtime=1182.16 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 604199 0 0 0 118018 198 0 0 25 0 4 0 499655515 1505280000 288593 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1470000 CPUtime=1182.27 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 529491 0 0 0 118058 169 0 0 25 0 4 0 499655515 1505280000 288593 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1470000 CPUtime=1175.86 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 605877 0 0 0 117396 190 0 0 25 0 4 0 499655515 1505280000 288593 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 1470000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.10 7.87 9/184 32227
/proc/meminfo: memFree=22720448/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1527716 CPUtime=4800.09 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 2230602 0 0 0 479290 719 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 220816261015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 381929 296329 389 106 0 376900 0
[pid=32179/tid=32180] ppid=32177 vsize=1527716 CPUtime=1201.56 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 610800 0 0 0 119955 201 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1527716 CPUtime=1201.67 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 529491 0 0 0 119998 169 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1527716 CPUtime=1195.16 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 614246 0 0 0 119322 194 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1527716

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

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

[startup+1201.7 s]
/proc/loadavg: 8.13 8.10 7.87 9/184 32227
/proc/meminfo: memFree=22720448/32951124 swapFree=67111524/67111528
[pid=32179] ppid=32177 vsize=1527716 CPUtime=4800.09 cores=1,3,5,7
/proc/32179/stat : 32179 (strangenight2-m) R 32177 32179 30400 0 -1 4202496 2230602 0 0 0 479290 719 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 220816261015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32179/statm: 381929 296329 389 106 0 376900 0
[pid=32179/tid=32180] ppid=32177 vsize=1527716 CPUtime=1201.56 cores=1,3,5,7
/proc/32179/task/32180/stat : 32180 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 610800 0 0 0 119955 201 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32179/tid=32181] ppid=32177 vsize=1527716 CPUtime=1201.67 cores=1,3,5,7
/proc/32179/task/32181/stat : 32181 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 529491 0 0 0 119998 169 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 4428103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32179/tid=32182] ppid=32177 vsize=1527716 CPUtime=1195.16 cores=1,3,5,7
/proc/32179/task/32182/stat : 32182 (strangenight2-m) R 32177 32179 30400 0 -1 4202560 614246 0 0 0 119322 194 0 0 25 0 4 0 499655515 1564381184 296329 33554432000 4194304 4627427 140734467919472 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1527716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.17
CPU user time (s): 4792.93
CPU system time (s): 7.2389
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 1564824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.93
system time used= 7.2389
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2230606
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= 2429
involuntary context switches= 32921

runsolver used 1.84772 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 12:19:56
IDJOB=3173882
IDBENCH=82700
IDSOLVER=1586
FILE ID=node147/3173882-1304072396
RUNJOBID= node147-1304072396-32166
PBS_JOBID= 13170424
Free space on /tmp= 72660 MiB

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

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

MD5SUM BENCH= 47e52af6d58221f8bfb6fc06198e4e15
RANDOM SEED=243963833

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.82
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.836
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.75
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25592428 kB
Buffers:       1030276 kB
Cached:        5815340 kB
SwapCached:          4 kB
Active:        1354324 kB
Inactive:      5558184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25592428 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6016 kB
Writeback:           0 kB
AnonPages:       66584 kB
Mapped:          14488 kB
Slab:           382688 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187344 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= 72644 MiB
End job on node147 at 2011-04-29 12:40:00