Trace number 3174022

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.1 1201.52

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S614849838-039.UNKNOWN.cnf
MD5SUMc6bf5481c82f3a24100e294aa3a73c9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark366.523
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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-3174022-1304077067.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.00	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.00	c -- vars added         60
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.40/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.40/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.40/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.40/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.40/0.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.40/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.40/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.40/0.14	c calculated reachability. Time: 0.00
0.40/0.14	c Calc default polars -  time:   0.00 s pos:      24 undec:       0 neg:      36
0.40/0.14	c =========================================================================================
0.40/0.14	c types(t): F = full restart, N = normal restart
0.40/0.14	c types(t): S = simplification begin/end, E = solution found
0.40/0.14	c restart types(rt): st = static, dy = dynamic
0.40/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.40/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.78/0.28	c  N dy     7      5218        60      5340         0      2431     37380     47570     17.78     18.75
1.58/0.41	c  N dy    21      9264        60      5340         0      6074     37380    125599     18.01     19.78
1.98/0.56	c  N dy    40     13319        60      5340         0      5921     37380    114197     18.30     19.31
2.77/0.78	c  N dy    47     18471        60      5340         0      5462     37380     95187     18.11     19.13
3.57/0.95	c  N dy    71     22556        60      5340         0      9125     37380    174647     18.29     19.29
3.97/1.08	c  F st    81     25000        60      5340         0     11317     37380    221166     18.33     17.88
4.39/1.17	c  N st    85     27033        60      5340         0      7033     37380    119123     18.33   no data
5.17/1.30	c  S st    87     30000        60      5340         0      9682     37380    174473     18.33   no data
5.17/1.33	c  S st    87     30501        60      5340         0     10135     37380    184586     18.33   no data
5.17/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.33	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.54	c lits-rem:       150  cl-subs:     1070  v-elim:      0  v-fix:    0  time:  0.20 s
6.77/1.77	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.77/1.77	c calculated reachability. Time: 0.00
6.77/1.77	c  N dy    87     30501        60      5340         0      9065     37380    162392     18.33   no data
7.57/1.98	c  N dy    93     34686        60      5340         0     12775     37380    239985     18.23     19.23
8.79/2.24	c  N dy   108     40158        60      5340         0     10610     37380    183126     18.14     19.14
9.96/2.56	c  N dy   132     45430        60      5340         0     15350     37380    285603     18.22     19.22
9.96/2.58	c  S st   133     45751        60      5340         0     15638     37380    291779     18.22     18.28
10.36/2.63	c  S st   133     46257        60      5340         0      8136     37380    123811     18.22   no data
10.36/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.67	c lits-rem:         6  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.67	c vivif2 --  cl tried     8095 cl shrink        0 lits rem          0 time: 0.00
11.16/2.89	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.16/2.89	c calculated reachability. Time: 0.00
11.16/2.89	c  N dy   133     46257        60      5340         0      8095     37380    122910     18.22   no data
11.96/3.09	c  N dy   145     50269        60      5340         0     11663     37380    198075     18.20     19.19
13.58/3.44	c  N dy   163     56069        60      5340         0     16767     37380    305931     18.21     19.19
15.16/3.86	c  N dy   166     63988        60      5340         0     14901     37380    254554     18.02     19.07
16.76/4.26	c  N dy   190     69385        60      5340         0      9975     37380    144268     18.05     15.63
16.76/4.26	c  S st   190     69385        60      5340         0      9975     37380    144268     18.05     15.63
17.17/4.30	c  S st   190     69891        60      5340         0     10441     37380    154524     18.05   no data
17.17/4.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.17/4.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.17/4.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.17/4.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.17/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.17/4.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.17/4.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.17/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.37	c lits-rem:        14  cl-subs:      154  v-elim:      0  v-fix:    0  time:  0.06 s
17.17/4.37	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.17/4.37	c vivif2 --  cl tried    10287 cl shrink        0 lits rem          0 time: 0.00
18.36/4.62	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
18.36/4.62	c calculated reachability. Time: 0.00
18.36/4.62	c  N dy   190     69891        60      5340         0     10287     37380    151183     18.05   no data
19.16/4.86	c  N dy   198     74382        60      5340         0     14257     37380    234055     18.03     19.61
20.75/5.24	c  N dy   208     80519        60      5340         0     19681     37380    347969     18.00     19.08
21.98/5.60	c  N dy   231     85725        60      5340         0     13729     37380    214512     18.05     19.18
22.76/5.70	c  F st   237     87500        60      5340         0     15300     37380    247548     18.05     17.01
23.95/6.05	c  N dy   243     92690        60      5340         0     19916     37380    345296     18.05   no data
27.14/6.84	c  N dy   256    104416        60      5340         0     18743     37380    305523     17.91     19.04
27.14/6.87	c  S st   261    104838        60      5340         0     19122     37380    313880     17.92   no data
27.54/6.92	c  S st   261    105341        60      5340         0     19580     37380    323839     17.92   no data
27.54/6.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.54/6.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.54/6.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.54/6.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.54/6.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.54/6.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.54/6.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.95/7.50	c lits-rem:       296  cl-subs:     2352  v-elim:      0  v-fix:    0  time:  0.56 s
29.95/7.50	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.95/7.51	c vivif2 --  cl tried    17228 cl shrink        0 lits rem          0 time: 0.00
31.17/7.85	c asymm  cl-useful: 0/4879/5340 lits-rem:0 time: 0.34
31.17/7.85	c calculated reachability. Time: 0.00
31.17/7.85	c  N dy   261    105341        60      5340         0     17228     37380    277668     17.92   no data
33.54/8.40	c  N dy   296    112062        60      5340         0     23242     37380    406877     17.97     18.93
35.94/9.06	c  N dy   344    120534        60      5340         0     18506     37380    298850     18.04     19.06
39.13/9.82	c  N dy   353    130144        60      5340         0     13729     37380    184199     17.98     19.04
42.33/10.68	c  N dy   381    142290        60      5340         0     24520     37380    412223     17.95     19.01
45.93/11.52	c  N dy   426    152476        60      5340         0     19435     37380    297055     17.98     18.93
47.53/11.91	c  S st   430    158011        60      5340         0     24345     37380    399222     17.94     15.19
47.53/11.98	c  S st   430    158511        60      5340         0     24805     37380    409193     17.94   no data
47.53/11.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.53/11.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.53/11.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.53/11.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.53/11.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.53/11.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.53/11.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.53/12.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.93/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.72/12.74	c lits-rem:       297  cl-subs:     2670  v-elim:      0  v-fix:    0  time:  0.74 s
50.72/12.74	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.72/12.75	c vivif2 --  cl tried    22135 cl shrink        0 lits rem          0 time: 0.00
52.32/13.10	c asymm  cl-useful: 0/3975/5340 lits-rem:0 time: 0.35
52.32/13.10	c calculated reachability. Time: 0.00
52.32/13.10	c  N dy   430    158511        60      5340         0     22135     37380    353397     17.94   no data
55.91/14.08	c  N dy   465    169379        60      5340         0     16847     37380    230214     17.95     18.93
59.51/14.98	c  N dy   474    181082        60      5340         0     27140     37380    441702     17.88     18.94
64.71/16.28	c  N dy   519    194983        60      5340         0     23587     37380    358959     17.87     18.87
70.32/17.64	c  N dy   579    207734        60      5340         0     18126     37380    240579     17.91     18.89
75.12/18.82	c  N dy   615    221078        60      5340         0     29989     37380    487006     17.88     18.82
81.48/20.42	c  N dy   706    235478        60      5340         0     25042     37380    375730     17.95     18.90
82.29/20.65	c  S st   720    237767        60      5340         0     27080     37380    419765     17.96   no data
82.69/20.72	c  S st   720    238268        60      5340         0     27532     37380    429876     17.96   no data
82.69/20.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.69/20.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.69/20.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.69/20.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.69/20.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.69/20.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
82.69/20.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.69/20.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.69/20.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.48/21.46	c lits-rem:       285  cl-subs:     2286  v-elim:      0  v-fix:    0  time:  0.72 s
85.48/21.46	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
85.48/21.47	c vivif2 --  cl tried    25246 cl shrink        0 lits rem          0 time: 0.00
86.28/21.62	c asymm  cl-useful: 0/1365/5340 lits-rem:0 time: 0.15
86.28/21.62	c calculated reachability. Time: 0.00
86.28/21.62	c  N dy   720    238268        60      5340         0     25246     37380    379870     17.96   no data
93.07/23.33	c  N dy   780    254346        60      5340         0     20990     37380    276537     17.97     18.99
99.47/24.98	c  N dy   838    270582        60      5340         0     35366     37380    578468     17.96     18.98
107.06/26.88	c  N dy   915    287867        60      5340         0     31298     37380    486457     17.99     20.18
115.44/28.99	c  F st   997    306250        60      5340         0     27247     37380    390155     18.03     17.55
115.44/28.99	c  N st   997    306250        60      5340         0     27247     37380    390155     18.03     17.55
130.63/32.76	c  N dy  1036    342950        60      5340         0     38191     37380    585520     17.86     18.81
136.64/34.23	c  S st  1054    357403        60      5340         0     28950     37380    405084     17.82     17.12
137.02/34.30	c  S st  1054    357906        60      5340         0     29408     37380    415376     17.82   no data
137.02/34.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.02/34.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.02/34.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.02/34.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.02/34.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.02/34.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
137.02/34.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.02/34.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
137.02/34.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.22/35.12	c lits-rem:       200  cl-subs:     2358  v-elim:      0  v-fix:    0  time:  0.78 s
140.22/35.12	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.22/35.12	c vivif2 --  cl tried    27050 cl shrink        0 lits rem          0 time: 0.00
141.41/35.49	c asymm  cl-useful: 0/3481/5340 lits-rem:0 time: 0.37
141.41/35.49	c calculated reachability. Time: 0.00
141.41/35.49	c  N dy  1054    357906        60      5340         0     27050     37380    370208     17.82   no data
154.60/38.77	c  N dy  1183    382054        60      5340         0     25615     37380    323336     17.86     18.86
166.19/41.64	c  N dy  1268    402128        60      5340         0     43526     37380    702292     17.87     19.39
177.78/44.58	c  N dy  1400    422168        60      5340         0     37504     37380    573099     17.93     18.98
188.97/47.39	c  N dy  1459    443866        60      5340         0     31852     37380    434199     17.92     18.92
201.35/50.45	c  N dy  1579    463951        60      5340         0     49703     37380    819206     17.97     20.80
214.94/53.82	c  N dy  1616    491845        60      5340         0     48559     37380    767128     17.92     18.88
226.11/56.64	c  N dy  1704    511955        60      5340         0     39862     37380    583535     17.93     18.89
238.10/59.69	c  N dy  1777    532035        60      5340         0     30214     37380    372880     17.93     21.89
240.50/60.26	c  S st  1794    536860        60      5340         0     34533     37380    465128     17.94     16.34
240.90/60.35	c  S st  1794    537363        60      5340         0     34997     37380    475231     17.94   no data
240.90/60.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.90/60.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.90/60.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.90/60.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.90/60.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.90/60.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
240.90/60.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.90/60.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.90/60.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.09/61.19	c lits-rem:       197  cl-subs:     1730  v-elim:      0  v-fix:    0  time:  0.81 s
244.09/61.19	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
244.49/61.20	c vivif2 --  cl tried    33267 cl shrink        0 lits rem          0 time: 0.00
245.29/61.47	c asymm  cl-useful: 0/1859/5340 lits-rem:0 time: 0.28
245.29/61.48	c calculated reachability. Time: 0.00
245.29/61.48	c  N dy  1794    537363        60      5340         0     33267     37380    437517     17.94   no data
257.27/64.42	c  N dy  1881    557433        60      5340         0     51089     37380    815467     17.95     19.65
270.86/67.87	c  N dy  1969    580688        60      5340         0     43370     37380    637960     17.95     18.90
284.85/71.33	c  N dy  2039    600720        60      5340         0     31949     37380    389621     17.94     19.77
296.84/74.34	c  N dy  2140    620723        60      5340         0     49690     37380    771472     17.97     20.81
312.03/78.13	c  N dy  2257    640849        60      5340         0     37414     37380    495457     18.00     19.00
327.60/82.09	c  N dy  2315    665740        60      5340         0     59317     37380    945654     17.97     18.94
340.38/85.26	c  N dy  2403    685838        60      5340         0     46279     37380    676450     17.98     20.29
359.15/89.95	c  N dy  2546    705937        60      5340         0     32219     37380    363738     18.02     19.05
371.55/93.01	c  N dy  2634    726080        60      5340         0     50090     37380    746227     18.03     19.08
387.52/97.07	c  N dy  2708    746168        60      5340         0     35023     37380    413292     18.03     20.92
401.11/100.41	c  N dy  2815    766279        60      5340         0     52880     37380    797320     18.05     19.10
417.91/104.65	c  N dy  2905    786614        60      5340         0     37164     37380    447053     18.06     19.25
431.09/107.91	c  S st  2990    806044        60      5340         0     54354     37380    814244     18.07     16.99
431.47/108.06	c  S st  2990    806547        60      5340         0     54821     37380    824689     18.07   no data
431.47/108.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
431.47/108.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
431.47/108.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.47/108.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.47/108.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.47/108.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
431.47/108.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.87/108.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
431.87/108.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.05/111.47	c lits-rem:       569  cl-subs:     5587  v-elim:      0  v-fix:    0  time:  3.35 s
445.05/111.47	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
445.05/111.48	c vivif2 --  cl tried    49234 cl shrink        0 lits rem          0 time: 0.01
446.25/111.73	c asymm  cl-useful: 0/1099/5340 lits-rem:0 time: 0.25
446.25/111.73	c calculated reachability. Time: 0.00
446.25/111.73	c  N dy  2990    806547        60      5340         0     49234     37380    706994     18.07   no data
464.23/116.24	c  N dy  3039    829709        60      5340         0     35509     37380    402699     18.06     19.03
477.82/119.70	c  N dy  3163    849795        60      5340         0     53321     37380    787774     18.08     19.06
495.79/124.16	c  N dy  3195    870997        60      5340         0     36779     37380    419344     18.07     19.10
511.77/128.15	c  N dy  3314    893554        60      5340         0     56842     37380    853102     18.08     19.42
531.77/133.17	c  N dy  3432    913640        60      5340         0     38430     37380    442563     18.11     19.96
546.53/136.84	c  N dy  3552    933708        60      5340         0     56299     37380    830864     18.13     20.44
566.93/141.93	c  N dy  3678    953728        60      5340         0     74093     37380   1218375     18.15     20.30
581.29/145.58	c  N dy  3767    974132        60      5340         0     54893     37380    780139     18.15     19.15
601.67/150.64	c  N dy  3901    994226        60      5340         0     72801     37380   1172536     18.18     19.25
616.45/154.39	c  N dy  3954   1014895        60      5340         0     52804     37380    722565     18.16     19.24
638.03/159.76	c  N dy  4024   1040461        60      5340         0     75237     37380   1194034     18.16     19.15
654.01/163.75	c  N dy  4081   1062419        60      5340         0     55697     37380    776904     18.15     19.14
663.61/166.13	c  F st  4154   1071875        60      5340         0     64108     37380    961821     18.17     17.28
678.78/169.98	c  N dy  4171   1088892        60      5340         0     78981     37380   1274745     18.15     19.12
691.16/173.02	c  N dy  4180   1108975        60      5340         0     56937     37380    781365     18.13     21.28
710.74/177.92	c  N dy  4298   1129045        60      5340         0     74797     37380   1167991     18.14     19.50
728.32/182.39	c  N dy  4326   1152072        60      5340         0     54414     37380    726621     18.12     19.12
749.50/187.68	c  N dy  4471   1172511        60      5340         0     72598     37380   1123032     18.14     19.23
770.26/192.90	c  N dy  4547   1192892        60      5340         0     49104     37380    611691     18.15     19.15
785.04/196.59	c  S st  4582   1209821        60      5340         0     63960     37380    923733     18.14     17.23
786.24/196.82	c  S st  4582   1210323        60      5340         0     64411     37380    933792     18.14   no data
786.24/196.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
786.24/196.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
786.24/196.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
786.24/196.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
786.24/196.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.24/196.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
786.24/196.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
786.24/196.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
786.66/196.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
821.82/205.77	c lits-rem:       681  cl-subs:     6625  v-elim:      0  v-fix:    0  time:  8.86 s
821.82/205.77	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
821.82/205.78	c vivif2 --  cl tried    57786 cl shrink        0 lits rem          0 time: 0.01
823.40/206.17	c asymm  cl-useful: 0/816/5340 lits-rem:0 time: 0.38
823.40/206.17	c calculated reachability. Time: 0.00
823.40/206.17	c  N dy  4582   1210323        60      5340         0     57786     37380    799924     18.14   no data
847.36/212.16	c  N dy  4706   1230327        60      5340         0     75595     37380   1188827     18.16     19.22
867.74/217.23	c  N dy  4751   1254159        60      5340         0     54654     37380    714506     18.14     19.11
887.32/222.16	c  N dy  4822   1278841        60      5340         0     76310     37380   1167838     18.12     19.16
921.68/230.70	c  N dy  4823   1327707        60      5340         0     75834     37380   1117102     18.04     19.06
948.04/237.37	c  N dy  4903   1353876        60      5340         0     55103     37380    698544     18.04     19.00
968.82/242.55	c  N dy  4954   1373884        60      5340         0     72680     37380   1070132     18.03     20.77
998.39/249.99	c  N dy  5054   1394296        60      5340         0     46066     37380    507765     18.04     19.00
1016.37/254.48	c  N dy  5178   1415011        60      5340         0     64421     37380    906826     18.05     19.02
1040.73/260.58	c  N dy  5304   1435369        60      5340         0     82415     37380   1299591     18.07     19.03
1067.51/267.21	c  N dy  5368   1461531        60      5340         0     59572     37380    772123     18.06     19.20
1086.68/272.07	c  N dy  5444   1481570        60      5340         0     77303     37380   1150203     18.07     19.47
1115.85/279.32	c  N dy  5577   1501839        60      5340         0     48507     37380    540267     18.08     19.05
1132.62/283.52	c  N dy  5661   1521861        60      5340         0     66219     37380    922179     18.09     21.38
1151.00/288.15	c  N dy  5694   1542156        60      5340         0     84036     37380   1295263     18.08     19.04
1178.56/295.04	c  N dy  5801   1565655        60      5340         0     57121     37380    712576     18.08     19.14
1201.34/300.76	c  N dy  5880   1589876        60      5340         0     78585     37380   1172142     18.08     19.06
1231.31/308.28	c  N dy  6033   1609878        60      5340         0     96394     37380   1564579     18.10     20.81
1254.47/314.01	c  N dy  6161   1634634        60      5340         0     69642     37380    970983     18.11     19.07
1282.04/320.91	c  N dy  6268   1656647        60      5340         0     89107     37380   1392571     18.12     19.13
1313.21/328.77	c  N dy  6383   1685182        60      5340         0     64767     37380    851702     18.12     19.12
1336.78/334.63	c  N dy  6501   1705262        60      5340         0     82570     37380   1239376     18.13     20.47
1342.37/336.04	c  S st  6506   1710323        60      5340         0     87009     37380   1332546     18.13     16.28
1343.57/336.31	c  S st  6506   1710824        60      5340         0     87471     37380   1342827     18.13   no data
1343.57/336.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1343.57/336.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1343.57/336.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1343.57/336.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1343.57/336.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1343.57/336.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1343.57/336.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1343.57/336.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1343.97/336.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1428.67/357.69	c lits-rem:      1023  cl-subs:    10453  v-elim:      0  v-fix:    0  time: 21.27 s
1428.67/357.69	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1429.05/357.71	c vivif2 --  cl tried    77018 cl shrink        0 lits rem          0 time: 0.02
1431.05/358.20	c asymm  cl-useful: 0/618/5340 lits-rem:0 time: 0.49
1431.05/358.21	c calculated reachability. Time: 0.00
1431.05/358.21	c  N dy  6506   1710824        60      5340         0     77018     37380   1124307     18.13   no data
1463.01/366.22	c  N dy  6579   1731939        60      5340         0     95646     37380   1520863     18.13     19.21
1486.98/372.22	c  N dy  6675   1753866        60      5340         0     65255     37380    860902     18.13     19.34
1511.36/378.32	c  N dy  6720   1778882        60      5340         0     87213     37380   1322227     18.12     19.11
1542.52/386.14	c  N dy  6824   1802115        60      5340         0     56929     37380    672239     18.13     19.11
1563.29/391.37	c  N dy  6949   1822129        60      5340         0     74619     37380   1057720     18.14     19.66
1588.85/397.74	c  N dy  7002   1843507        60      5340         0     93405     37380   1453458     18.14     19.13
1620.02/405.56	c  N dy  7107   1864637        60      5340         0     60206     37380    732619     18.14     19.30
1640.00/410.52	c  N dy  7145   1886298        60      5340         0     79232     37380   1133208     18.14     19.18
1673.95/419.00	c  N dy  7216   1912516        60      5340         0    102235     37380   1617339     18.13     19.14
1696.74/424.76	c  N dy  7332   1932551        60      5340         0     67166     37380    873526     18.14     21.41
1722.71/431.24	c  N dy  7435   1953875        60      5340         0     85991     37380   1279276     18.15     19.18
1749.86/438.02	c  N dy  7491   1974600        60      5340         0    104181     37380   1667762     18.15     19.14
1771.05/443.37	c  N dy  7556   1994649        60      5340         0     68051     37380    877060     18.15     19.96
1795.40/449.49	c  N dy  7664   2014664        60      5340         0     85750     37380   1260561     18.16     20.44
1818.58/455.29	c  N dy  7695   2034687        60      5340         0    103347     37380   1627727     18.15     19.79
1849.34/462.99	c  N dy  7799   2061370        60      5340         0     72147     37380    949259     18.15     19.25
1880.92/470.81	c  N dy  7914   2086200        60      5340         0     94062     37380   1420366     18.15     19.14
1918.06/480.12	c  N dy  8071   2106245        60      5340         0     56348     37380    607342     18.17     19.20
1938.05/485.11	c  N dy  8176   2126253        60      5340         0     74003     37380    987122     18.18     19.51
1962.81/491.34	c  N dy  8267   2146339        60      5340         0     91766     37380   1369894     18.18     20.54
1997.97/500.14	c  N dy  8356   2168222        60      5340         0    111043     37380   1784012     18.18     19.17
2020.73/505.85	c  N dy  8456   2188242        60      5340         0     72300     37380    942110     18.19     20.32
2046.70/512.35	c  N dy  8577   2208399        60      5340         0     90114     37380   1331626     18.20     19.21
2051.50/513.56	c  S st  8598   2210824        60      5340         0     92256     37380   1379037     18.20   no data
2053.09/513.92	c  S st  8598   2211326        60      5340         0     92721     37380   1389506     18.20   no data
2053.09/513.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2053.09/513.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2053.09/513.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2053.09/513.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2053.09/513.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2053.09/513.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2053.09/513.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2053.49/514.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2053.49/514.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2135.39/534.56	c lits-rem:       927  cl-subs:     9256  v-elim:      0  v-fix:    0  time: 20.51 s
2135.39/534.56	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2135.39/534.58	c vivif2 --  cl tried    83465 cl shrink        0 lits rem          0 time: 0.02
2137.38/535.00	c asymm  cl-useful: 0/558/5340 lits-rem:0 time: 0.43
2137.38/535.01	c calculated reachability. Time: 0.00
2137.38/535.01	c  N dy  8598   2211326        60      5340         0     83465     37380   1188101     18.20   no data
2172.53/543.83	c  N dy  8689   2233217        60      5340         0    102849     37380   1607037     18.20     19.17
2207.70/552.66	c  N dy  8777   2261186        60      5340         0     70617     37380    893808     18.20     19.25
2252.84/563.96	c  N dy  8872   2301517        60      5340         0    105961     37380   1642806     18.19     19.19
2281.61/571.17	c  N dy  8953   2322113        60      5340         0     66278     37380    793560     18.19     19.20
2306.37/577.34	c  N dy  9073   2342139        60      5340         0     83994     37380   1179025     18.20     21.58
2334.74/584.47	c  N dy  9162   2362141        60      5340         0    101668     37380   1560081     18.20     22.12
2372.70/594.00	c  N dy  9260   2384598        60      5340         0     62472     37380    695559     18.20     19.27
2396.67/599.93	c  N dy  9409   2404667        60      5340         0     80250     37380   1087772     18.22     19.41
2423.43/606.61	c  N dy  9496   2424702        60      5340         0     97918     37380   1469862     18.22     20.44
2456.19/614.86	c  N dy  9595   2444742        60      5340         0    115584     37380   1853904     18.22     21.28
2483.38/621.69	c  N dy  9659   2466743        60      5340         0     75025     37380    958812     18.23     19.21
2506.93/627.55	c  N dy  9719   2487138        60      5340         0     92905     37380   1341243     18.23     19.19
2543.69/636.76	c  N dy  9841   2508912        60      5340         0    112085     37380   1759085     18.23     19.21
2576.04/644.88	c  N dy  9935   2529098        60      5340         0     69092     37380    819685     18.24     19.34
2599.62/650.75	c  N dy 10010   2549108        60      5340         0     86761     37380   1200079     18.24     19.71
2631.18/658.60	c  N dy 10104   2569129        60      5340         0    104463     37380   1583923     18.24     19.43
2670.33/668.43	c  N dy 10211   2590160        60      5340         0    123015     37380   1987951     18.25     19.23
2695.09/674.67	c  N dy 10290   2612929        60      5340         0     81369     37380   1074714     18.25     19.22
2723.46/681.70	c  N dy 10392   2633006        60      5340         0     99170     37380   1461098     18.25     19.25
2753.02/689.17	c  N dy 10420   2653892        60      5340         0    117459     37380   1842896     18.25     19.23
2782.59/696.50	c  N dy 10509   2673937        60      5340         0     72564     37380    876702     18.25     21.14
2807.76/702.80	c  N dy 10613   2693945        60      5340         0     90263     37380   1260549     18.25     19.41
2834.53/709.54	c  S st 10681   2711326        60      5340         0    105577     37380   1589524     18.25     18.31
2836.12/710.00	c  S st 10681   2711832        60      5340         0    106030     37380   1599694     18.25   no data
2836.52/710.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2836.52/710.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.08
2836.52/710.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2836.52/710.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2836.52/710.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2836.52/710.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2836.52/710.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2836.92/710.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2836.92/710.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2949.57/738.35	c lits-rem:       946  cl-subs:    11935  v-elim:      0  v-fix:    0  time: 28.18 s
2949.57/738.35	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2949.57/738.38	c vivif2 --  cl tried    94095 cl shrink        0 lits rem          0 time: 0.02
2951.57/738.82	c asymm  cl-useful: 0/512/5340 lits-rem:0 time: 0.45
2951.57/738.83	c calculated reachability. Time: 0.00
2951.57/738.83	c  N dy 10681   2711832        60      5340         0     94095     37380   1347461     18.25   no data
2987.92/747.92	c  N dy 10811   2731915        60      5340         0    111910     37380   1738351     18.26     20.06
3019.88/755.91	c  N dy 10847   2753458        60      5340         0     68009     37380    774415     18.26     19.23
3041.86/761.49	c  N dy 10921   2773472        60      5340         0     85638     37380   1151925     18.26     19.83
3072.24/769.03	c  N dy 10997   2793826        60      5340         0    103513     37380   1533425     18.26     19.32
3107.77/777.96	c  N dy 11058   2815058        60      5340         0    122121     37380   1930164     18.26     19.27
3136.14/785.09	c  N dy 11138   2835108        60      5340         0     75830     37380    932889     18.26     19.26
3221.66/806.44	c  N dy 11253   2902375        60      5340         0     69782     37380    785679     18.23     19.23
3245.61/812.49	c  N dy 11356   2922435        60      5340         0     87533     37380   1170489     18.23     19.54
3275.97/820.01	c  N dy 11413   2945854        60      5340         0    108035     37380   1606130     18.23     19.20
3311.93/829.05	c  N dy 11493   2966039        60      5340         0    125860     37380   1990402     18.23     19.32
3341.89/836.57	c  N dy 11576   2986080        60      5340         0     77695     37380    951756     18.24     19.22
3369.06/843.34	c  N dy 11658   3006778        60      5340         0     95910     37380   1343996     18.24     19.24
3401.44/851.46	c  N dy 11741   3027162        60      5340         0    113894     37380   1735893     18.24     19.30
3450.57/863.73	c  N dy 11865   3050056        60      5340         0     67258     37380    716394     18.25     19.25
3471.75/869.08	c  N dy 11867   3074178        60      5340         0     88239     37380   1145576     18.23     19.33
3502.52/876.72	c  N dy 11949   3094246        60      5340         0    105881     37380   1521576     18.23     19.81
3540.46/886.28	c  N dy 12047   3114447        60      5340         0    123682     37380   1906563     18.24     19.22
3586.80/897.85	c  N dy 12158   3141206        60      5340         0     79616     37380    970746     18.24     19.23
3635.93/910.15	c  N dy 12248   3179223        60      5340         0    112784     37380   1667545     18.23     19.22
3691.06/923.96	c  N dy 12350   3207763        60      5340         0     69505     37380    746542     18.23     19.23
3695.46/925.03	c  S st 12364   3211834        60      5340         0     73070     37380    823385     18.23   no data
3696.28/925.25	c  S st 12364   3212338        60      5340         0     73525     37380    833767     18.23   no data
3696.28/925.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3696.28/925.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3696.28/925.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3696.28/925.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3696.28/925.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3696.28/925.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3696.28/925.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3696.65/925.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3696.65/925.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3702.65/926.80	c lits-rem:       139  cl-subs:     1379  v-elim:      0  v-fix:    0  time:  1.47 s
3702.65/926.81	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3702.65/926.82	c vivif2 --  cl tried    72146 cl shrink        0 lits rem          0 time: 0.01
3703.85/927.13	c asymm  cl-useful: 0/649/5340 lits-rem:0 time: 0.31
3703.85/927.13	c calculated reachability. Time: 0.00
3703.85/927.13	c  N dy 12364   3212338        60      5340         0     72146     37380    805554     18.23   no data
3725.41/932.57	c  N dy 12398   3232393        60      5340         0     89734     37380   1175093     18.23     19.74
3758.57/940.84	c  N dy 12500   3253223        60      5340         0    108094     37380   1574408     18.23     19.27
3800.13/951.20	c  N dy 12546   3281329        60      5340         0    132667     37380   2077093     18.22     19.21
3835.28/960.07	c  N dy 12617   3305173        60      5340         0     84379     37380   1055636     18.22     19.26
3865.24/967.58	c  N dy 12730   3325359        60      5340         0    102195     37380   1444405     18.23     19.28
3904.40/977.39	c  N dy 12831   3345737        60      5340         0    120166     37380   1835785     18.23     19.32
3953.54/989.69	c  N dy 12919   3366863        60      5340         0    138781     37380   2236974     18.23     19.32
3982.29/996.89	c  N dy 13007   3386960        60      5340         0     86243     37380   1088351     18.23     19.35
4011.07/1004.06	c  N dy 13077   3406972        60      5340         0    103886     37380   1469797     18.24     19.74
4045.82/1012.73	c  N dy 13149   3427022        60      5340         0    121471     37380   1847435     18.24     20.28
4089.36/1023.67	c  N dy 13257   3447647        60      5340         0    139654     37380   2241721     18.24     19.45
4121.72/1031.76	c  N dy 13393   3467699        60      5340         0     86146     37380   1082657     18.25     19.98
4158.87/1041.07	c  N dy 13527   3491405        60      5340         0    107147     37380   1543122     18.25     19.26
4212.00/1054.32	c  N dy 13643   3519920        60      5340         0    132273     37380   2081798     18.25     19.33
4262.35/1066.96	c  N dy 13791   3545413        60      5340         0     82439     37380    983997     18.26     19.25
4296.70/1075.55	c  N dy 13880   3572096        60      5340         0    105969     37380   1488589     18.26     19.26
4337.46/1085.72	c  N dy 13998   3592913        60      5340         0    124388     37380   1892126     18.26     19.27
4383.38/1097.25	c  N dy 14102   3613455        60      5340         0    142486     37380   2284124     18.27     19.23
4416.56/1105.55	c  N dy 14202   3633513        60      5340         0     87009     37380   1076188     18.27     20.92
4461.29/1116.70	c  N dy 14270   3667780        60      5340         0    117050     37380   1709863     18.26     19.24
4505.23/1127.70	c  N dy 14407   3687835        60      5340         0    134759     37380   2099043     18.27     21.18
4547.18/1138.21	c  N dy 14502   3707899        60      5340         0     78377     37380    879512     18.27     19.54
4551.97/1139.44	c  S st 14521   3712339        60      5340         0     82304     37380    965423     18.27     18.11
4552.78/1139.69	c  S st 14521   3712845        60      5340         0     82760     37380    975777     18.27   no data
4552.78/1139.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4553.19/1139.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4553.19/1139.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4553.19/1139.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4553.19/1139.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4553.19/1139.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4553.19/1139.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4553.19/1139.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4553.19/1139.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4562.75/1142.12	c lits-rem:       193  cl-subs:     2200  v-elim:      0  v-fix:    0  time:  2.34 s
4562.75/1142.12	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4562.75/1142.13	c vivif2 --  cl tried    80560 cl shrink        0 lits rem          0 time: 0.01
4563.95/1142.47	c asymm  cl-useful: 0/587/5340 lits-rem:0 time: 0.33
4563.95/1142.47	c calculated reachability. Time: 0.00
4563.95/1142.47	c  N dy 14521   3712845        60      5340         0     80560     37380    927747     18.27   no data
4595.91/1150.47	c  N dy 14634   3732853        60      5340         0     98183     37380   1309319     18.28     20.57
4628.26/1158.56	c  F st 14724   3751562        60      5340         0    114667     37380   1669346     18.28   no data
4632.28/1159.55	c  N st 14728   3753596        60      5340         0    116473     37380   1709591     18.28   no data
4675.41/1170.31	c  N dy 14828   3773648        60      5340         0    134203     37380   2096761     18.28     21.41
4721.75/1181.99	c  N dy 14904   3793850        60      5340         0     77201     37380    842804     18.28     19.30
4748.51/1188.69	c  N dy 14995   3813867        60      5340         0     94841     37380   1225273     18.29     20.35
4784.47/1197.69	c  N dy 15130   3833923        60      5340         0    112523     37380   1614162     18.29     20.14

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-3174022-1304077067/watcher-3174022-1304077067 -o /tmp/evaluation-result-3174022-1304077067/solver-3174022-1304077067 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174022-1304077067.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: 7.39 7.93 7.90 7/179 17496
/proc/meminfo: memFree=30366740/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 414 0 0 0 0 0 0 0 22 0 4 0 519307131 52441088 353 33554432000 4194304 4627427 140734984831872 18446744073709551615 47313342912434 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 12803 353 303 106 0 7774 0
[pid=17496/tid=17498] ppid=17494 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 4 0 519307131 52441088 353 33554432000 4194304 4627427 140734984831872 18446744073709551615 47313342912019 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519307131 52441088 353 33554432000 4194304 4627427 140734984831872 18446744073709551615 47313342912438 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 519307131 52441088 353 33554432000 4194304 4627427 140734984831872 18446744073709551615 47313342912023 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.105963 s]
/proc/loadavg: 7.39 7.93 7.90 7/179 17496
/proc/meminfo: memFree=30366740/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=282008 CPUtime=0.4 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 1321 0 0 0 40 0 0 0 24 0 4 0 519307131 288776192 1232 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 70502 1232 364 106 0 65473 0
[pid=17496/tid=17498] ppid=17494 vsize=282008 CPUtime=0.1 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 191 0 0 0 10 0 0 0 24 0 4 0 519307131 288776192 1232 33554432000 4194304 4627427 140734984831872 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=282008 CPUtime=0.1 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 188 0 0 0 10 0 0 0 24 0 4 0 519307131 288776192 1232 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=282008 CPUtime=0.09 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 335 0 0 0 9 0 0 0 25 0 4 0 519307131 288776192 1232 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282008

[startup+0.200948 s]
/proc/loadavg: 7.39 7.93 7.90 7/179 17496
/proc/meminfo: memFree=30366740/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=282492 CPUtime=0.78 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 2824 0 0 0 78 0 0 0 25 0 4 0 519307131 289271808 2357 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 70623 2357 384 106 0 65594 0
[pid=17496/tid=17498] ppid=17494 vsize=282492 CPUtime=0.19 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 616 0 0 0 19 0 0 0 24 0 4 0 519307131 289271808 2357 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=282492 CPUtime=0.19 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 630 0 0 0 19 0 0 0 25 0 4 0 519307131 289271808 2357 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=282492 CPUtime=0.19 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 526 0 0 0 19 0 0 0 25 0 4 0 519307131 289271808 2357 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 282492

[startup+0.300928 s]
/proc/loadavg: 7.39 7.93 7.90 7/179 17496
/proc/meminfo: memFree=30366740/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=284236 CPUtime=1.18 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 3493 0 0 0 118 0 0 0 25 0 4 0 519307131 291057664 2544 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 71059 2544 384 106 0 66030 0
[pid=17496/tid=17498] ppid=17494 vsize=284236 CPUtime=0.29 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 811 0 0 0 29 0 0 0 25 0 4 0 519307131 291057664 2544 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=284236 CPUtime=0.29 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 823 0 0 0 29 0 0 0 25 0 4 0 519307131 291057664 2544 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=284236 CPUtime=0.29 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 622 0 0 0 29 0 0 0 25 0 4 0 519307131 291057664 2544 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284236

[startup+0.700856 s]
/proc/loadavg: 7.39 7.93 7.90 7/179 17496
/proc/meminfo: memFree=30366740/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=285028 CPUtime=2.77 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 5442 0 0 0 277 0 0 0 25 0 4 0 519307131 291868672 3305 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 71257 3305 384 106 0 66228 0
[pid=17496/tid=17498] ppid=17494 vsize=285028 CPUtime=0.69 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 1267 0 0 0 69 0 0 0 25 0 4 0 519307131 291868672 3305 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=285028 CPUtime=0.69 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 1280 0 0 0 69 0 0 0 25 0 4 0 519307131 291868672 3305 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=285028 CPUtime=0.69 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 1196 0 0 0 69 0 0 0 25 0 4 0 519307131 291868672 3305 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285028

[startup+1.50071 s]
/proc/loadavg: 7.44 7.93 7.90 10/184 17501
/proc/meminfo: memFree=30339172/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=285984 CPUtime=5.97 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 9719 0 0 0 596 1 0 0 25 0 4 0 519307131 292847616 5119 33554432000 4194304 4627427 140734984831872 18446744073709551615 4427146 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 71496 5119 388 106 0 66467 0
[pid=17496/tid=17498] ppid=17494 vsize=285984 CPUtime=1.49 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 2057 0 0 0 149 0 0 0 25 0 4 0 519307131 292847616 5119 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=285984 CPUtime=1.48 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 2042 0 0 0 148 0 0 0 25 0 4 0 519307131 292847616 5119 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=285984 CPUtime=1.49 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 2010 0 0 0 149 0 0 0 25 0 4 0 519307131 292847616 5119 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285984

[startup+3.10042 s]
/proc/loadavg: 7.44 7.93 7.90 10/184 17501
/proc/meminfo: memFree=30303832/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=286852 CPUtime=12.36 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 17270 0 0 0 1235 1 0 0 25 0 4 0 519307131 293736448 9573 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 71713 9573 388 106 0 66684 0
[pid=17496/tid=17498] ppid=17494 vsize=286852 CPUtime=3.09 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 3951 0 0 0 309 0 0 0 25 0 4 0 519307131 293736448 9573 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=286852 CPUtime=3.08 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 4541 0 0 0 308 0 0 0 25 0 4 0 519307131 293736448 9573 33554432000 4194304 4627427 140734984831872 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=286852 CPUtime=3.09 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 4323 0 0 0 309 0 0 0 25 0 4 0 519307131 293736448 9573 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286852

[startup+6.30084 s]
/proc/loadavg: 7.44 7.93 7.90 5/176 17519
/proc/meminfo: memFree=30327712/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=288144 CPUtime=25.15 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 26495 0 0 0 2512 3 0 0 25 0 4 0 519307131 295059456 12623 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 72036 12623 388 106 0 67007 0
[pid=17496/tid=17498] ppid=17494 vsize=288144 CPUtime=6.29 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 6636 0 0 0 629 0 0 0 25 0 4 0 519307131 295059456 12623 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=288144 CPUtime=6.27 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 7139 0 0 0 626 1 0 0 25 0 4 0 519307131 295059456 12623 33554432000 4194304 4627427 140734984831872 18446744073709551615 4420151 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=288144 CPUtime=6.28 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 6378 0 0 0 628 0 0 0 25 0 4 0 519307131 295059456 12623 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 288144

[startup+12.7007 s]
/proc/loadavg: 6.91 7.80 7.86 5/175 17519
/proc/meminfo: memFree=30308128/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=289852 CPUtime=50.72 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 40640 0 0 0 5066 6 0 0 25 0 4 0 519307131 296808448 16486 33554432000 4194304 4627427 140734984831872 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 72463 16486 388 106 0 67434 0
[pid=17496/tid=17498] ppid=17494 vsize=289852 CPUtime=12.69 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 9987 0 0 0 1268 1 0 0 25 0 4 0 519307131 296808448 16486 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=289852 CPUtime=12.63 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 9762 0 0 0 1262 1 0 0 25 0 4 0 519307131 296808448 16486 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=289852 CPUtime=12.68 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 9895 0 0 0 1267 1 0 0 25 0 4 0 519307131 296808448 16486 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308107 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 289852

[startup+25.5003 s]
/proc/loadavg: 6.46 7.67 7.82 5/175 17519
/proc/meminfo: memFree=30299204/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=282420 CPUtime=101.86 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 61819 0 0 0 10174 12 0 0 25 0 4 0 519307131 289198080 18962 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 70605 18962 388 106 0 65576 0
[pid=17496/tid=17498] ppid=17494 vsize=282420 CPUtime=25.48 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 15517 0 0 0 2546 2 0 0 25 0 4 0 519307131 289198080 18962 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=282420 CPUtime=25.36 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 15550 0 0 0 2534 2 0 0 25 0 4 0 519307131 289198080 18962 33554432000 4194304 4627427 140734984831872 18446744073709551615 4332909 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=282420 CPUtime=25.49 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 14970 0 0 0 2546 3 0 0 25 0 4 0 519307131 289198080 18962 33554432000 4194304 4627427 140734984831872 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 282420

[startup+51.1007 s]
/proc/loadavg: 5.62 7.38 7.71 5/175 17520
/proc/meminfo: memFree=30276548/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=314108 CPUtime=204.14 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 91522 0 0 0 20395 19 0 0 25 0 4 0 519307131 321646592 24074 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 78527 24074 388 106 0 73498 0
[pid=17496/tid=17498] ppid=17494 vsize=314108 CPUtime=51.09 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 23661 0 0 0 5105 4 0 0 25 0 4 0 519307131 321646592 24074 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=314108 CPUtime=50.85 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 23229 0 0 0 5081 4 0 0 25 0 4 0 519307131 321646592 24074 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=314108 CPUtime=51.09 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 20810 0 0 0 5104 5 0 0 25 0 4 0 519307131 321646592 24074 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 314108

[startup+102.3 s]
/proc/loadavg: 4.64 6.81 7.50 5/175 17521
/proc/meminfo: memFree=30262100/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=315480 CPUtime=408.71 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 133518 0 0 0 40839 32 0 0 25 0 4 0 519307131 323051520 27772 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309337 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 78870 27772 388 106 0 73841 0
[pid=17496/tid=17498] ppid=17494 vsize=315480 CPUtime=102.29 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 32233 0 0 0 10223 6 0 0 25 0 4 0 519307131 323051520 27772 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=315480 CPUtime=101.81 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 34647 0 0 0 10173 8 0 0 25 0 4 0 519307131 323051520 27772 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=315480 CPUtime=102.29 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 31350 0 0 0 10221 8 0 0 25 0 4 0 519307131 323051520 27772 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.71
Current children cumulated vsize (KiB) 315480

[startup+162.3 s]

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

[pid=17496] ppid=17494 vsize=389764 CPUtime=2566.06 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 391964 0 0 0 256458 148 0 0 25 0 4 0 519307131 399118336 62102 33554432000 4194304 4627427 140734984831872 18446744073709551615 4324328 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 97441 62102 388 106 0 92412 0
[pid=17496/tid=17498] ppid=17494 vsize=389764 CPUtime=642.31 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 93896 0 0 0 64197 34 0 0 25 0 4 0 519307131 399118336 62102 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=389764 CPUtime=639.12 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 102649 0 0 0 63874 38 0 0 25 0 4 0 519307131 399118336 62103 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=389764 CPUtime=642.31 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 89804 0 0 0 64194 37 0 0 25 0 4 0 519307131 399118336 62103 33554432000 4194304 4627427 140734984831872 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2566.06
Current children cumulated vsize (KiB) 389764

[startup+702.301 s]
/proc/loadavg: 4.01 4.40 5.84 5/175 17537
/proc/meminfo: memFree=30122204/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=390288 CPUtime=2805.76 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 414517 0 0 0 280417 159 0 0 25 0 4 0 519307131 399654912 63066 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 97572 63066 388 106 0 92543 0
[pid=17496/tid=17498] ppid=17494 vsize=390288 CPUtime=702.31 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 99492 0 0 0 70193 38 0 0 25 0 4 0 519307131 399654912 63066 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309179 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=390288 CPUtime=698.81 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 107861 0 0 0 69841 40 0 0 25 0 4 0 519307131 399654912 63066 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=390288 CPUtime=702.3 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 95074 0 0 0 70191 39 0 0 25 0 4 0 519307131 399654912 63066 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.76
Current children cumulated vsize (KiB) 390288

[startup+762.301 s]
/proc/loadavg: 4.00 4.33 5.72 5/175 17539
/proc/meminfo: memFree=30114352/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=419300 CPUtime=3045.47 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 430666 0 0 0 304380 167 0 0 25 0 4 0 519307131 429363200 64687 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 104825 64687 388 106 0 99796 0
[pid=17496/tid=17498] ppid=17494 vsize=419300 CPUtime=762.31 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 103021 0 0 0 76192 39 0 0 25 0 4 0 519307131 429363200 64687 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=419300 CPUtime=758.5 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 112580 0 0 0 75807 43 0 0 25 0 4 0 519307131 429363200 64687 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=419300 CPUtime=762.32 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 98052 0 0 0 76191 41 0 0 25 0 4 0 519307131 429363200 64687 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.47
Current children cumulated vsize (KiB) 419300

[startup+822.301 s]
/proc/loadavg: 4.11 4.30 5.62 5/175 17540
/proc/meminfo: memFree=30095348/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=444580 CPUtime=3285.16 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 451507 0 0 0 328337 179 0 0 25 0 4 0 519307131 455249920 69833 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 111145 69833 388 106 0 106116 0
[pid=17496/tid=17498] ppid=17494 vsize=444580 CPUtime=822.31 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 108439 0 0 0 82189 42 0 0 25 0 4 0 519307131 455249920 69833 33554432000 4194304 4627427 140734984831872 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=444580 CPUtime=818.2 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 117882 0 0 0 81773 47 0 0 25 0 4 0 519307131 455249920 69833 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=444580 CPUtime=822.32 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 102524 0 0 0 82188 44 0 0 25 0 4 0 519307131 455249920 69833 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3285.16
Current children cumulated vsize (KiB) 444580

[startup+882.307 s]
/proc/loadavg: 4.04 4.24 5.52 5/175 17542
/proc/meminfo: memFree=30091460/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=392040 CPUtime=3524.89 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 470523 0 0 0 352299 190 0 0 25 0 4 0 519307131 401448960 70371 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 98010 70371 388 106 0 92981 0
[pid=17496/tid=17498] ppid=17494 vsize=392040 CPUtime=882.32 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 111646 0 0 0 88188 44 0 0 25 0 4 0 519307131 401448960 70371 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=392040 CPUtime=877.92 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 123189 0 0 0 87741 51 0 0 25 0 4 0 519307131 401448960 70371 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=392040 CPUtime=882.32 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 107690 0 0 0 88186 46 0 0 25 0 4 0 519307131 401448960 70371 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.89
Current children cumulated vsize (KiB) 392040

[startup+942.301 s]
/proc/loadavg: 4.08 4.21 5.42 5/175 17544
/proc/meminfo: memFree=30102852/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=393832 CPUtime=3764.57 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 487369 0 0 0 376257 200 0 0 25 0 4 0 519307131 403283968 67748 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 98458 67748 388 106 0 93429 0
[pid=17496/tid=17498] ppid=17494 vsize=393832 CPUtime=942.32 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 116609 0 0 0 94185 47 0 0 25 0 4 0 519307131 403283968 67748 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=393832 CPUtime=937.6 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 128577 0 0 0 93707 53 0 0 25 0 4 0 519307131 403283968 67748 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=393832 CPUtime=942.31 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 108720 0 0 0 94184 47 0 0 25 0 4 0 519307131 403283968 67748 33554432000 4194304 4627427 140734984831872 18446744073709551615 4427834 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.57
Current children cumulated vsize (KiB) 393832

[startup+1002.3 s]
/proc/loadavg: 4.09 4.18 5.34 5/175 17545
/proc/meminfo: memFree=30105436/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=367652 CPUtime=4004.27 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 506730 0 0 0 400218 209 0 0 25 0 4 0 519307131 376475648 67083 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 91913 67083 388 106 0 86884 0
[pid=17496/tid=17498] ppid=17494 vsize=367652 CPUtime=1002.32 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 121576 0 0 0 100182 50 0 0 25 0 4 0 519307131 376475648 67083 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=367652 CPUtime=997.3 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 134259 0 0 0 99674 56 0 0 25 0 4 0 519307131 376475648 67083 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=367652 CPUtime=1002.31 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 111958 0 0 0 100182 49 0 0 25 0 4 0 519307131 376475648 67083 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4004.27
Current children cumulated vsize (KiB) 367652

[startup+1062.3 s]
/proc/loadavg: 4.09 4.16 5.26 5/175 17547
/proc/meminfo: memFree=30097716/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=382228 CPUtime=4243.97 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 525515 0 0 0 424177 220 0 0 25 0 4 0 519307131 391401472 69077 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 95557 69077 388 106 0 90528 0
[pid=17496/tid=17498] ppid=17494 vsize=382228 CPUtime=1062.32 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 125681 0 0 0 106180 52 0 0 25 0 4 0 519307131 391401472 69077 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=382228 CPUtime=1056.99 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 139709 0 0 0 105639 60 0 0 25 0 4 0 519307131 391401472 69077 33554432000 4194304 4627427 140734984831872 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=382228 CPUtime=1062.32 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 117165 0 0 0 106180 52 0 0 25 0 4 0 519307131 391401472 69077 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.97
Current children cumulated vsize (KiB) 382228

[startup+1122.3 s]
/proc/loadavg: 4.08 4.15 5.18 5/175 17548
/proc/meminfo: memFree=30105992/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=383540 CPUtime=4483.66 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 546081 0 0 0 448133 233 0 0 25 0 4 0 519307131 392744960 66828 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 95885 66828 388 106 0 90856 0
[pid=17496/tid=17498] ppid=17494 vsize=383540 CPUtime=1122.32 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 130734 0 0 0 112177 55 0 0 25 0 4 0 519307131 392744960 66828 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=383540 CPUtime=1116.68 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 144690 0 0 0 111605 63 0 0 25 0 4 0 519307131 392744960 66828 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=383540 CPUtime=1122.32 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 122315 0 0 0 112176 56 0 0 25 0 4 0 519307131 392744960 66828 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.66
Current children cumulated vsize (KiB) 383540

[startup+1182.3 s]
/proc/loadavg: 4.03 4.12 5.10 5/175 17550
/proc/meminfo: memFree=30100376/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=383792 CPUtime=4723.35 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 562608 0 0 0 472093 242 0 0 25 0 4 0 519307131 393003008 68338 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 95948 68338 388 106 0 90919 0
[pid=17496/tid=17498] ppid=17494 vsize=383792 CPUtime=1182.32 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 134527 0 0 0 118175 57 0 0 25 0 4 0 519307131 393003008 68338 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=383792 CPUtime=1176.36 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 148728 0 0 0 117572 64 0 0 25 0 4 0 519307131 393003008 68338 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=383792 CPUtime=1182.32 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 126428 0 0 0 118174 58 0 0 25 0 4 0 519307131 393003008 68338 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4723.35
Current children cumulated vsize (KiB) 383792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.02 4.11 5.08 5/175 17550
/proc/meminfo: memFree=30100984/32951124 swapFree=67111364/67111528
[pid=17496] ppid=17494 vsize=383880 CPUtime=4800.06 cores=1,3,5,7
/proc/17496/stat : 17496 (strangenight2-m) R 17494 17496 16634 0 -1 4202496 568576 0 0 0 479760 246 0 0 25 0 4 0 519307131 393093120 68123 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17496/statm: 95970 68123 388 106 0 90941 0
[pid=17496/tid=17498] ppid=17494 vsize=383880 CPUtime=1201.52 cores=1,3,5,7
/proc/17496/task/17498/stat : 17498 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 136578 0 0 0 120094 58 0 0 25 0 4 0 519307131 393093120 68123 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17496/tid=17499] ppid=17494 vsize=383880 CPUtime=1195.46 cores=1,3,5,7
/proc/17496/task/17499/stat : 17499 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 149534 0 0 0 119482 64 0 0 25 0 4 0 519307131 393093120 68123 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17496/tid=17500] ppid=17494 vsize=383880 CPUtime=1201.53 cores=1,3,5,7
/proc/17496/task/17500/stat : 17500 (strangenight2-m) R 17494 17496 16634 0 -1 4202560 128532 0 0 0 120093 60 0 0 25 0 4 0 519307131 393093120 68123 33554432000 4194304 4627427 140734984831872 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 383880

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.52
CPU time (s): 4800.1
CPU user time (s): 4797.63
CPU system time (s): 2.47062
CPU usage (%): 399.501
Max. virtual memory (cumulated for all children) (KiB): 510288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.63
system time used= 2.47062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568576
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= 328
involuntary context switches= 19146

runsolver used 1.73974 second user time and 4.34934 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 13:37:47
IDJOB=3174022
IDBENCH=82840
IDSOLVER=1586
FILE ID=node106/3174022-1304077067
RUNJOBID= node106-1304077067-17475
PBS_JOBID= 13170478
Free space on /tmp= 72160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S614849838-039.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174022-1304077067/watcher-3174022-1304077067 -o /tmp/evaluation-result-3174022-1304077067/solver-3174022-1304077067 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174022-1304077067.cnf

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

MD5SUM BENCH= c6bf5481c82f3a24100e294aa3a73c9c
RANDOM SEED=1308471225

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30367168 kB
Buffers:        241052 kB
Cached:        2067736 kB
SwapCached:         88 kB
Active:         781348 kB
Inactive:      1591404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30367168 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11364 kB
Writeback:           0 kB
AnonPages:       63924 kB
Mapped:          14868 kB
Slab:           146156 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   197760 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= 72156 MiB
End job on node106 at 2011-04-29 13:57:51