Trace number 3366637

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S2065143904-035.UNKNOWN.cnf
MD5SUM8f7328be14ce714cebc5a66418b5924c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366637-1305410852.cnf'
0.00/0.01	c -- header says num vars:            650
0.00/0.01	c -- header says num clauses:        2769
0.00/0.01	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.01	c -- vars added        650
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       650      2769         0         0      8307         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.18	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.00 s
0.00/0.18	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.18	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.18	c calculated reachability. Time: 0.00
0.00/0.18	c Calc default polars -  time:   0.00 s pos:     277 undec:      80 neg:     293
0.00/0.18	c =========================================================================================
0.00/0.18	c types(t): F = full restart, N = normal restart
0.00/0.18	c types(t): S = simplification begin/end, E = solution found
0.00/0.18	c restart types(rt): st = static, dy = dynamic
0.00/0.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.18	c  B st     0         0       637      2756         0         0      8347         0   no data   no data
0.00/0.18	c Decided on static restart strategy
0.00/0.18	c  N st     8      4915       637      2756         0      4856      8347    136512   no data   no data
0.00/0.85	c  N st    10     11300       637      2756         0      4510      8347     89390   no data   no data
0.00/0.85	c  N st    11     17043       637      2756         0     10199      8347    266660   no data   no data
4.82/1.23	c  F st    12     25000       637      2756         0     12463      8347    331155   no data   no data
4.82/1.23	c  N st    12     25000       637      2756         0     12463      8347    331155   no data   no data
5.57/1.49	c  N dy    18     30000       637      2756         0     10713      8347    244000   no data   no data
5.57/1.49	c  S st    18     30000       637      2756         0     10713      8347    244000   no data   no data
5.97/1.52	c  S st    18     30504       637      2756         0     11217      8347    258069   no data   no data
5.97/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.97/1.52	c blocked clauses removed:        6 vars:      1 tried:         637 T: 0.00 s
5.97/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
5.97/1.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.59	c lits-rem:       126  cl-subs:      358  v-elim:      0  v-fix:    0  time:  0.05 s
5.97/1.59	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.01
5.97/1.59	c calculated reachability. Time: 0.00
5.97/1.59	c  N dy    18     30504       636      2750         0     10858      8329    245827   no data   no data
7.17/1.85	c  N dy    32     34624       636      2750         0     14941      8329    358667     18.57     19.88
8.00/2.07	c  N dy    52     38629       636      2750         0     11081      8329    199485     18.70     22.30
9.16/2.32	c  N dy    65     42762       636      2750         0     15175      8329    309586     18.28     19.48
9.96/2.55	c  S st    81     45756       636      2750         0      9276      8329    120127     18.31   no data
9.96/2.58	c  S st    81     46261       636      2750         0      9780      8329    133843     18.31   no data
9.96/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.96/2.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
9.96/2.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.96/2.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.59	c lits-rem:         3  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.60	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
10.36/2.60	c vivif2 --  cl tried     9771 cl shrink        0 lits rem          0 time: 0.00
10.36/2.60	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.01
10.36/2.60	c calculated reachability. Time: 0.00
10.36/2.60	c  N dy    81     46261       636      2750         0      9771      8329    133493     18.31   no data
11.16/2.85	c  N dy    91     50347       636      2750         0     13816      8329    240079     18.19     19.36
12.39/3.14	c  N dy   105     54426       636      2750         0     17871      8329    350366     18.12     21.42
13.54/3.43	c  N dy   129     58753       636      2750         0     12275      8329    171812     18.23     19.20
14.34/3.69	c  N dy   140     62767       636      2750         0     16257      8329    279817     18.18     20.99
15.94/4.03	c  N dy   157     67134       636      2750         0     20589      8329    394173     18.18     19.14
16.38/4.19	c  S st   162     69392       636      2750         0     11922      8329    141198     18.15   no data
16.78/4.22	c  S st   162     69894       636      2750         0     12424      8329    154659     18.15   no data
16.78/4.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.78/4.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.78/4.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.78/4.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.78/4.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.78/4.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
16.78/4.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.78/4.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.78/4.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.78/4.25	c lits-rem:         7  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.01 s
16.78/4.25	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
16.78/4.25	c vivif2 --  cl tried    12368 cl shrink        0 lits rem          0 time: 0.00
16.78/4.26	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.01
16.78/4.26	c calculated reachability. Time: 0.00
16.78/4.26	c  N dy   162     69894       636      2750         0     12368      8329    152993     18.15   no data
17.93/4.55	c  N dy   179     74381       636      2750         0     16815      8329    272830     18.17     19.23
19.53/4.92	c  N dy   202     79164       636      2750         0     21553      8329    399437     18.20     19.41
21.17/5.31	c  N dy   235     84226       636      2750         0     14687      8329    194734     18.27     20.26
21.92/5.53	c  F st   254     87502       636      2750         0     17944      8329    284911     18.34   no data
22.72/5.79	c  N st   259     90798       636      2750         0     21195      8329    376145     18.34   no data
25.16/6.32	c  N dy   290     96698       636      2750         0     14157      8329    155214     18.42     19.41
26.71/6.78	c  N dy   332    102870       636      2750         0     20282      8329    326675     18.52     19.53
27.51/6.95	c  S st   341    104841       636      2750         0     22234      8329    379731     18.50   no data
27.91/7.00	c  S st   341    105343       636      2750         0     22734      8329    393092     18.50   no data
27.91/7.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.91/7.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.91/7.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.91/7.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.91/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
27.91/7.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.91/7.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.91/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.09	c lits-rem:       145  cl-subs:      242  v-elim:      0  v-fix:    0  time:  0.06 s
27.91/7.09	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
27.91/7.10	c vivif2 --  cl tried    22492 cl shrink        0 lits rem          0 time: 0.00
28.30/7.11	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.01
28.30/7.11	c calculated reachability. Time: 0.00
28.30/7.11	c  N dy   341    105343       636      2750         0     22492      8329    385109     18.50   no data
30.70/7.74	c  N dy   375    112221       636      2750         0     15444      8329    169000     18.54     19.73
33.10/8.30	c  N dy   403    119489       636      2750         0     22653      8329    366891     18.54     19.97
37.88/9.53	c  N dy   439    132708       636      2750         0     20876      8329    299872     18.46     19.52
41.07/10.39	c  N dy   485    141461       636      2750         0     29550      8329    535130     18.52     19.52
44.66/11.22	c  N dy   542    150534       636      2750         0     22676      8329    325044     18.58     19.65
47.49/11.98	c  S st   583    158016       636      2750         0     30102      8329    531857     18.63   no data
47.84/12.05	c  S st   583    158516       636      2750         0     30601      8329    545326     18.63   no data
47.84/12.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.84/12.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.84/12.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.84/12.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.84/12.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.84/12.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
47.84/12.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.84/12.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.84/12.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.64/12.22	c lits-rem:       121  cl-subs:      377  v-elim:      0  v-fix:    0  time:  0.13 s
48.64/12.22	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
48.64/12.22	c vivif2 --  cl tried    30224 cl shrink        0 lits rem          0 time: 0.01
48.64/12.24	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.02
48.64/12.24	c calculated reachability. Time: 0.00
48.64/12.24	c  N dy   583    158516       636      2750         0     30224      8329    532551     18.63   no data
52.64/13.25	c  N dy   633    169222       636      2750         0     23990      8329    337684     18.65     19.64
57.82/14.51	c  N dy   675    180359       636      2750         0     35017      8329    637310     18.63     19.70
61.81/15.58	c  N dy   720    191887       636      2750         0     28609      8329    442730     18.59     19.99
67.79/17.02	c  N dy   788    204250       636      2750         0     22034      8329    245305     18.64     19.74
74.57/18.71	c  N dy   818    219884       636      2750         0     37496      8329    666388     18.54     19.84
80.56/20.26	c  N dy   870    234006       636      2750         0     31676      8329    483794     18.52     19.84
82.60/20.74	c  S st   879    237775       636      2750         0     35400      8329    583045     18.51     16.76
82.95/20.82	c  S st   879    238281       636      2750         0     35906      8329    596815     18.51   no data
82.95/20.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.95/20.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.95/20.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.95/20.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.95/20.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.95/20.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
82.95/20.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
82.95/20.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.95/20.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.75/21.05	c lits-rem:       102  cl-subs:      675  v-elim:      0  v-fix:    0  time:  0.18 s
83.75/21.05	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
83.75/21.06	c vivif2 --  cl tried    35231 cl shrink        0 lits rem          0 time: 0.01
83.75/21.08	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.02
83.75/21.08	c calculated reachability. Time: 0.00
83.75/21.08	c  N dy   879    238281       636      2750         0     35231      8329    577268     18.51   no data
90.97/22.88	c  N dy   949    253541       636      2750         0     29563      8329    402612     18.52     21.38
100.15/25.19	c  N dy  1028    271500       636      2750         0     25580      8329    281075     18.54     19.72
109.28/27.47	c  N dy  1117    289008       636      2750         0     42928      8329    759226     18.58     19.59
117.70/29.54	c  F st  1187    306251       636      2750         0     37230      8329    575719     18.58   no data
118.85/29.84	c  N st  1191    308285       636      2750         0     39246      8329    632212     18.58   no data
131.62/33.01	c  N dy  1255    332431       636      2750         0     39374      8329    621033     18.54     19.56
143.20/35.98	c  N dy  1384    352534       636      2750         0     34535      8329    462257     18.60     19.65
145.98/36.63	c  S st  1409    357424       636      2750         0     39387      8329    596919     18.61     21.52
146.38/36.73	c  S st  1409    357926       636      2750         0     39889      8329    610468     18.61   no data
146.38/36.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.38/36.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
146.38/36.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.38/36.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.38/36.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.38/36.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
146.38/36.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.38/36.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
146.38/36.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.18/36.95	c lits-rem:        95  cl-subs:      373  v-elim:      0  v-fix:    0  time:  0.18 s
147.18/36.95	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
147.18/36.96	c vivif2 --  cl tried    39516 cl shrink        0 lits rem          0 time: 0.01
147.18/36.98	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.03
147.18/36.98	c calculated reachability. Time: 0.00
147.18/36.98	c  N dy  1409    357926       636      2750         0     39516      8329    598459     18.61   no data
159.15/39.97	c  N dy  1482    378293       636      2750         0     33909      8329    423253     18.60     19.97
172.71/43.37	c  N dy  1593    398479       636      2750         0     27159      8329    216730     18.63     19.61
184.27/46.22	c  N dy  1691    418527       636      2750         0     47030      8329    766301     18.65     19.87
197.03/49.46	c  N dy  1776    438687       636      2750         0     39228      8329    523359     18.66     19.75
211.80/53.13	c  N dy  1889    458754       636      2750         0     30381      8329    266048     18.69     20.39
223.77/56.13	c  N dy  1958    478857       636      2750         0     50300      8329    821733     18.66     19.70
237.72/59.60	c  N dy  2060    499216       636      2750         0     40738      8329    524209     18.68     19.78
252.09/63.22	c  N dy  2117    519666       636      2750         0     60987      8329   1082713     18.62     19.80
262.10/65.77	c  S st  2186    536889       636      2750         0     47336      8329    692091     18.63     18.52
262.51/65.89	c  S st  2186    537389       636      2750         0     47835      8329    706400     18.63   no data
262.51/65.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
262.85/65.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
262.85/65.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
262.85/65.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.85/65.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.85/65.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
262.85/65.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
262.85/65.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
262.85/65.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.05/66.22	c lits-rem:        79  cl-subs:      744  v-elim:      0  v-fix:    0  time:  0.28 s
264.05/66.22	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
264.05/66.23	c vivif2 --  cl tried    47091 cl shrink        0 lits rem          0 time: 0.01
264.05/66.26	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.03
264.05/66.26	c calculated reachability. Time: 0.00
264.05/66.27	c  N dy  2186    537389       636      2750         0     47091      8329    684859     18.63   no data
280.81/70.46	c  N dy  2281    558964       636      2750         0     36792      8329    376638     18.64     19.79
295.17/74.02	c  N dy  2403    578968       636      2750         0     56601      8329    928604     18.67     20.19
310.37/77.84	c  N dy  2484    599898       636      2750         0     44620      8329    565058     18.67     19.75
327.49/82.12	c  N dy  2580    619900       636      2750         0     64432      8329   1111330     18.69     19.78
341.49/85.61	c  N dy  2642    640028       636      2750         0     50668      8329    710806     18.66     19.68
359.79/90.25	c  N dy  2741    660069       636      2750         0     35859      8329    284826     18.67     20.31
373.76/93.76	c  N dy  2851    680098       636      2750         0     55723      8329    839786     18.70     23.55
392.10/98.32	c  N dy  2930    700188       636      2750         0     39963      8329    375419     18.69     23.34
408.06/102.39	c  N dy  2994    720962       636      2750         0     60521      8329    938731     18.68     19.81
426.42/106.98	c  N dy  3074    741401       636      2750         0     44111      8329    464096     18.68     19.73
443.17/111.14	c  N dy  3197    761408       636      2750         0     63956      8329   1022788     18.70     21.48
460.71/115.51	c  N dy  3241    781610       636      2750         0     46284      8329    502674     18.68     19.77
477.87/119.80	c  N dy  3346    801672       636      2750         0     66172      8329   1062081     18.70     19.74
482.66/121.07	c  S st  3378    806084       636      2750         0     70556      8329   1184894     18.70     18.42
483.46/121.27	c  S st  3378    806590       636      2750         0     71061      8329   1198790     18.70   no data
483.46/121.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
483.86/121.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
483.86/121.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
483.86/121.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
483.86/121.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
483.86/121.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
483.86/121.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
483.86/121.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
483.86/121.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
487.05/122.19	c lits-rem:       408  cl-subs:     1397  v-elim:      0  v-fix:    0  time:  0.82 s
487.05/122.19	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
487.45/122.20	c vivif2 --  cl tried    69664 cl shrink        0 lits rem          0 time: 0.01
487.45/122.26	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.06
487.45/122.27	c calculated reachability. Time: 0.00
487.45/122.27	c  N dy  3378    806590       636      2750         0     69664      8329   1158691     18.70   no data
505.39/126.73	c  N dy  3470    827172       636      2750         0     51443      8329    637234     18.71     19.73
525.39/131.74	c  N dy  3605    847199       636      2750         0     71293      8329   1192677     18.74     20.87
543.34/136.24	c  N dy  3683    867216       636      2750         0     51474      8329    612200     18.74     19.76
562.85/141.15	c  N dy  3761    887686       636      2750         0     71718      8329   1165993     18.74     19.89
583.99/146.44	c  N dy  3870    910290       636      2750         0     53560      8329    653712     18.75     19.82
603.93/151.50	c  N dy  3927    931354       636      2750         0     74359      8329   1219980     18.74     19.80
623.07/156.23	c  N dy  4032    951376       636      2750         0     52628      8329    606549     18.75     21.47
642.23/161.07	c  N dy  4143    971412       636      2750         0     72466      8329   1161747     18.77     20.09
663.77/166.48	c  N dy  4243    991481       636      2750         0     49766      8329    503129     18.78     19.93
682.92/171.20	c  N dy  4357   1011750       636      2750         0     69844      8329   1068823     18.80     19.91
708.85/177.71	c  N dy  4441   1035116       636      2750         0     49373      8329    468081     18.80     20.23
726.40/182.19	c  N dy  4532   1055158       636      2750         0     69234      8329   1029428     18.81     22.31
748.34/187.64	c  F st  4621   1071876       636      2750         0     85801      8329   1491105     18.82     21.80
752.73/188.76	c  N st  4626   1075174       636      2750         0     89057      8329   1585704     18.82   no data
770.28/193.15	c  N dy  4714   1096112       636      2750         0     65214      8329    901137     18.83     19.85
795.41/199.44	c  N dy  4818   1116327       636      2750         0     85230      8329   1457486     18.84     19.90
815.75/204.59	c  N dy  4933   1136603       636      2750         0     59761      8329    725323     18.85     19.88
838.09/210.18	c  N dy  5038   1156683       636      2750         0     79646      8329   1280675     18.86     20.53
862.83/216.37	c  N dy  5163   1176765       636      2750         0     53003      8329    513793     18.88     22.64
884.37/221.71	c  N dy  5269   1197154       636      2750         0     73197      8329   1078294     18.90     20.13
900.32/225.75	c  S st  5301   1209885       636      2750         0     85770      8329   1422239     18.89   no data
901.12/225.98	c  S st  5301   1210386       636      2750         0     86270      8329   1436603     18.89   no data
901.12/225.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
901.52/226.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
901.52/226.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
901.52/226.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
901.52/226.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
901.52/226.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
901.52/226.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
901.52/226.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
901.52/226.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
906.31/227.24	c lits-rem:       334  cl-subs:     1611  v-elim:      0  v-fix:    0  time:  1.15 s
906.31/227.24	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
906.31/227.26	c vivif2 --  cl tried    84659 cl shrink        0 lits rem          0 time: 0.02
906.71/227.34	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.08
906.71/227.34	c calculated reachability. Time: 0.00
906.71/227.34	c  N dy  5301   1210386       636      2750         0     84659      8329   1389293     18.89   no data
929.83/233.19	c  N dy  5391   1230405       636      2750         0     56996      8329    602226     18.89     21.38
951.42/238.56	c  N dy  5507   1250484       636      2750         0     76878      8329   1164476     18.91     20.78
981.31/246.08	c  N dy  5638   1270690       636      2750         0     96902      8329   1728205     18.92     20.05
1000.04/250.75	c  N dy  5695   1291316       636      2750         0     68751      8329    898140     18.92     19.97
1026.78/257.45	c  N dy  5813   1311817       636      2750         0     89053      8329   1471349     18.93     19.97
1051.11/263.59	c  N dy  5922   1332099       636      2750         0     59642      8329    634992     18.94     19.94
1073.89/269.23	c  N dy  6028   1352196       636      2750         0     79532      8329   1189753     18.95     21.70
1102.57/276.40	c  N dy  6101   1372233       636      2750         0     99347      8329   1738687     18.95     20.28
1122.56/281.43	c  N dy  6192   1392713       636      2750         0     69127      8329    874248     18.95     20.02
1148.05/287.86	c  N dy  6304   1412800       636      2750         0     88999      8329   1432808     18.97     20.00
1179.95/295.85	c  N dy  6397   1437674       636      2750         0     62124      8329    655117     18.96     19.99
1202.69/301.55	c  N dy  6482   1458147       636      2750         0     82370      8329   1217534     18.97     20.06
1233.81/309.37	c  N dy  6588   1478211       636      2750         0    102241      8329   1770658     18.97     20.11
1254.95/314.60	c  N dy  6689   1498306       636      2750         0     69734      8329    851271     18.98     23.15
1281.69/321.31	c  N dy  6802   1518664       636      2750         0     89892      8329   1416103     18.99     20.02
1312.40/329.03	c  N dy  6890   1538886       636      2750         0     56471      8329    456981     18.99     20.14
1333.54/334.38	c  N dy  7023   1558974       636      2750         0     76401      8329   1016677     19.01     23.15
1361.87/341.43	c  N dy  7138   1578987       636      2750         0     96207      8329   1576179     19.02     24.51
1390.97/348.72	c  N dy  7214   1599167       636      2750         0     61723      8329    580238     19.02     20.20
1414.92/354.74	c  N dy  7302   1620652       636      2750         0     82974      8329   1171737     19.02     20.04
1446.03/362.50	c  N dy  7416   1640748       636      2750         0    102876      8329   1733186     19.04     22.20
1472.36/369.16	c  N dy  7525   1661453       636      2750         0     67948      8329    736677     19.04     20.22
1497.09/375.37	c  N dy  7619   1681489       636      2750         0     87794      8329   1293899     19.05     20.17
1532.60/384.23	c  N dy  7725   1702941       636      2750         0    109062      8329   1897648     19.06     20.07
1543.41/386.98	c  S st  7769   1710389       636      2750         0     59993      8329    494198     19.06     18.66
1544.16/387.12	c  S st  7769   1710895       636      2750         0     60499      8329    508681     19.06   no data
1544.16/387.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1544.16/387.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1544.16/387.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1544.16/387.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1544.16/387.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1544.16/387.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
1544.16/387.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1544.16/387.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1544.16/387.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1544.56/387.29	c lits-rem:        14  cl-subs:       94  v-elim:      0  v-fix:    0  time:  0.11 s
1544.56/387.29	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
1544.56/387.29	c vivif2 --  cl tried    60405 cl shrink        0 lits rem          0 time: 0.01
1544.96/387.34	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.04
1544.96/387.34	c calculated reachability. Time: 0.00
1544.96/387.34	c  N dy  7769   1710895       636      2750         0     60405      8329    505664     19.06   no data
1566.90/392.83	c  N dy  7869   1731029       636      2750         0     80319      8329   1073593     19.07     20.09
1598.02/400.61	c  N dy  7944   1752799       636      2750         0    101833      8329   1681772     19.07     20.08
1628.33/408.29	c  N dy  8032   1772852       636      2750         0     64263      8329    592788     19.07     23.33
1651.47/414.06	c  N dy  8106   1792896       636      2750         0     84084      8329   1144310     19.07     20.10
1683.82/422.11	c  N dy  8200   1812917       636      2750         0    103884      8329   1699425     19.07     22.85
1724.47/432.34	c  N dy  8317   1833008       636      2750         0     65385      8329    599732     19.08     20.49
1748.80/438.44	c  N dy  8382   1853373       636      2750         0     85492      8329   1160335     19.08     20.31
1777.93/445.79	c  N dy  8427   1873636       636      2750         0    105503      8329   1714387     19.07     20.18
1810.23/453.83	c  N dy  8553   1893692       636      2750         0     66037      8329    601398     19.07     23.48
1835.36/460.13	c  N dy  8615   1915124       636      2750         0     87196      8329   1183023     19.07     20.33
1866.08/467.82	c  N dy  8675   1935171       636      2750         0    106943      8329   1733698     19.06     20.14
1899.98/476.35	c  N dy  8760   1956731       636      2750         0     67952      8329    624797     19.07     20.10
1924.32/482.47	c  N dy  8835   1976752       636      2750         0     87701      8329   1175170     19.07     20.07
1957.43/490.74	c  N dy  8936   1997321       636      2750         0    108067      8329   1748097     19.07     20.35
1991.38/499.28	c  N dy  9036   2017364       636      2750         0     66648      8329    573563     19.08     20.14
2014.08/504.91	c  N dy  9096   2037461       636      2750         0     86503      8329   1129045     19.08     20.16
2047.19/513.24	c  N dy  9222   2057770       636      2750         0    106619      8329   1700172     19.09     20.15
2087.07/523.26	c  N dy  9330   2079738       636      2750         0     66072      8329    540989     19.09     20.47
2118.98/531.26	c  N dy  9381   2107586       636      2750         0     93489      8329   1292460     19.07     20.09
2156.48/540.64	c  N dy  9464   2129699       636      2750         0    115355      8329   1901011     19.07     20.08
2188.00/548.57	c  N dy  9503   2151246       636      2750         0     73414      8329    711780     19.06     20.09
2226.29/558.11	c  N dy  9595   2179894       636      2750         0    101736      8329   1510526     19.06     20.08
2263.04/567.35	c  N dy  9670   2199901       636      2750         0    121535      8329   2064130     19.05     20.54
2282.94/572.36	c  S st  9731   2210897       636      2750         0     68179      8329    554479     19.06   no data
2283.74/572.53	c  S st  9731   2211404       636      2750         0     68685      8329    568196     19.06   no data
2283.74/572.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2283.74/572.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2283.74/572.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2283.74/572.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2283.74/572.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2283.74/572.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
2283.74/572.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2283.74/572.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2284.13/572.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2284.53/572.71	c lits-rem:        22  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.11 s
2284.53/572.71	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
2284.53/572.72	c vivif2 --  cl tried    68550 cl shrink        0 lits rem          0 time: 0.01
2284.53/572.78	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.05
2284.53/572.78	c calculated reachability. Time: 0.00
2284.53/572.78	c  N dy  9731   2211404       636      2750         0     68550      8329    564221     19.06   no data
2308.86/578.83	c  N dy  9837   2231429       636      2750         0     88385      8329   1127791     19.06     23.60
2341.18/586.98	c  N dy  9937   2251488       636      2750         0    108224      8329   1683578     19.07     20.14
2382.66/597.32	c  N dy 10048   2271542       636      2750         0    128069      8329   2247231     19.07     23.44
2408.59/603.80	c  N dy 10106   2291962       636      2750         0     82922      8329    929570     19.07     20.15
2441.70/612.16	c  N dy 10231   2312063       636      2750         0    102856      8329   1492380     19.08     20.09
2497.55/626.12	c  N dy 10314   2340386       636      2750         0    130747      8329   2255963     19.07     20.10
2522.68/632.45	c  N dy 10390   2360826       636      2750         0     84732      8329    978105     19.07     20.16
2558.19/641.32	c  N dy 10509   2383794       636      2750         0    107421      8329   1621338     19.08     20.12
2598.08/651.34	c  N dy 10607   2403903       636      2750         0    127316      8329   2186835     19.08     20.09
2629.99/659.32	c  N dy 10717   2423999       636      2750         0     79997      8329    818778     19.09     20.80
2659.51/666.77	c  N dy 10841   2444237       636      2750         0    100059      8329   1392792     19.10     20.18
2697.85/676.36	c  N dy 10964   2464270       636      2750         0    119899      8329   1960557     19.11     20.34
2737.34/686.29	c  N dy 11040   2484310       636      2750         0     71450      8329    562650     19.11     21.87
2762.43/692.50	c  N dy 11108   2504706       636      2750         0     91583      8329   1127319     19.10     20.14
2793.55/700.38	c  N dy 11151   2525205       636      2750         0    111765      8329   1692745     19.10     20.15
2833.88/710.45	c  N dy 11230   2545249       636      2750         0    131563      8329   2250287     19.10     20.26
2874.51/720.66	c  N dy 11373   2572637       636      2750         0     89487      8329   1043692     19.10     20.30
2904.43/728.12	c  N dy 11412   2592696       636      2750         0    109284      8329   1585629     19.10     22.01
2945.52/738.41	c  N dy 11517   2612848       636      2750         0    129228      8329   2153854     19.10     20.28
2982.65/747.74	c  N dy 11630   2632942       636      2750         0     78935      8329    731453     19.11     23.60
3010.14/754.68	c  N dy 11707   2653255       636      2750         0     98978      8329   1292447     19.11     20.21
3055.62/766.04	c  N dy 11827   2677984       636      2750         0    123390      8329   1978215     19.11     20.15
3100.70/777.40	c  N dy 11947   2698003       636      2750         0     72074      8329    513666     19.12     24.80
3118.26/781.70	c  S st 12016   2711405       636      2750         0     85338      8329    890131     19.12   no data
3118.69/781.90	c  S st 12016   2711913       636      2750         0     85846      8329    903990     19.12   no data
3119.09/781.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3119.09/781.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3119.09/781.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3119.09/781.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3119.09/781.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3119.09/781.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
3119.09/781.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3119.09/781.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3119.09/781.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3120.64/782.32	c lits-rem:        54  cl-subs:      595  v-elim:      0  v-fix:    0  time:  0.33 s
3120.64/782.33	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
3120.64/782.34	c vivif2 --  cl tried    85251 cl shrink        0 lits rem          0 time: 0.01
3121.04/782.42	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.08
3121.04/782.42	c calculated reachability. Time: 0.00
3121.04/782.42	c  N dy 12016   2711913       636      2750         0     85251      8329    885626     19.12   no data
3152.96/790.42	c  N dy 12115   2731922       636      2750         0    105062      8329   1452320     19.13     22.29
3195.24/801.04	c  N dy 12196   2753174       636      2750         0    126020      8329   2035945     19.13     20.17
3238.71/811.90	c  N dy 12269   2773194       636      2750         0     73635      8329    535358     19.13     20.14
3265.05/818.57	c  N dy 12387   2793730       636      2750         0     93986      8329   1122679     19.13     20.21
3299.75/827.23	c  N dy 12425   2816254       636      2750         0    116155      8329   1738843     19.12     20.20
3344.04/838.33	c  N dy 12532   2836318       636      2750         0    136005      8329   2297887     19.13     21.43
3379.54/847.25	c  N dy 12605   2856368       636      2750         0     82704      8329    777374     19.12     20.62
3412.26/855.42	c  N dy 12716   2877983       636      2750         0    104079      8329   1382580     19.13     20.19
3450.95/865.15	c  N dy 12819   2898042       636      2750         0    123911      8329   1944754     19.13     20.40
3499.62/877.36	c  N dy 12935   2918534       636      2750         0    144198      8329   2514954     19.14     20.29
3532.32/885.55	c  N dy 13017   2940388       636      2750         0     91635      8329   1004579     19.14     20.23
3565.83/893.90	c  N dy 13113   2960435       636      2750         0    111436      8329   1561763     19.14     21.22
3606.91/904.28	c  N dy 13233   2980533       636      2750         0    131321      8329   2126999     19.15     21.51
3653.20/915.83	c  N dy 13306   3000557       636      2750         0     75997      8329    540886     19.15     20.72
3691.90/925.51	c  N dy 13405   3029048       636      2750         0    104130      8329   1327939     19.14     20.37
3730.98/935.32	c  N dy 13522   3049053       636      2750         0    123900      8329   1889266     19.15     20.83
3776.46/946.80	c  N dy 13606   3069334       636      2750         0    143926      8329   2450551     19.15     20.27
3813.95/956.15	c  N dy 13657   3089506       636      2750         0     87771      8329    842119     19.15     20.21
3848.26/964.73	c  N dy 13771   3111093       636      2750         0    109154      8329   1446522     19.15     20.20
3888.15/974.79	c  N dy 13825   3131851       636      2750         0    129715      8329   2023421     19.15     20.28
3941.21/988.05	c  N dy 13903   3151965       636      2750         0    149576      8329   2577645     19.15     20.24
3978.32/997.39	c  N dy 14007   3172031       636      2750         0     92345      8329    968228     19.15     21.77
4012.22/1005.87	c  N dy 14111   3192223       636      2750         0    112340      8329   1538612     19.16     20.26
4054.10/1016.34	c  S st 14223   3211913       636      2750         0    131820      8329   2092848     19.16     16.97
4055.70/1016.76	c  S st 14223   3212416       636      2750         0    132322      8329   2107734     19.16   no data
4055.70/1016.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4056.10/1016.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
4056.10/1016.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4056.10/1016.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4056.10/1016.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4056.10/1016.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
4056.10/1016.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4056.10/1016.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4056.50/1016.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4066.07/1019.36	c lits-rem:       155  cl-subs:     2254  v-elim:      0  v-fix:    0  time:  2.41 s
4066.07/1019.36	c vivif2 --  cl tried     2750 cl shrink        0 lits rem          0 time: 0.00
4066.07/1019.40	c vivif2 --  cl tried   130068 cl shrink        0 lits rem          0 time: 0.03
4066.91/1019.54	c asymm  cl-useful: 0/2750/2750 lits-rem:0 time: 0.14
4066.91/1019.54	c calculated reachability. Time: 0.00
4066.91/1019.54	c  N dy 14223   3212416       636      2750         0    130068      8329   2039050     19.16   no data
4124.72/1034.03	c  N dy 14327   3235131       636      2750         0    152522      8329   2668670     19.16     20.26
4155.03/1041.66	c  N dy 14371   3255143       636      2750         0     94095      8329    982249     19.16     22.41
4188.55/1050.04	c  N dy 14462   3275211       636      2750         0    113922      8329   1539316     19.16     21.01
4230.82/1060.61	c  N dy 14556   3295301       636      2750         0    133820      8329   2102175     19.16     20.22
4287.47/1074.87	c  N dy 14640   3319629       636      2750         0    157831      8329   2781745     19.16     20.44
4316.64/1082.21	c  N dy 14771   3339702       636      2750         0     98632      8329   1100809     19.17     21.25
4351.30/1090.85	c  N dy 14835   3359718       636      2750         0    118373      8329   1649628     19.17     20.67
4400.01/1103.01	c  N dy 14895   3383209       636      2750         0    141497      8329   2289819     19.16     20.19
4453.81/1116.51	c  N dy 14995   3403345       636      2750         0     81404      8329    585354     19.16     20.23
4482.55/1123.79	c  N dy 15093   3423571       636      2750         0    101383      8329   1149640     19.17     20.41
4519.63/1133.04	c  N dy 15205   3443965       636      2750         0    121540      8329   1729007     19.17     20.19
4561.92/1143.67	c  N dy 15270   3464023       636      2750         0    141328      8329   2291352     19.17     22.58
4613.38/1156.56	c  N dy 15351   3484120       636      2750         0    161213      8329   2856129     19.17     20.20
4643.71/1164.19	c  N dy 15451   3504186       636      2750         0    100053      8329   1092901     19.17     20.71
4680.00/1173.28	c  N dy 15529   3524196       636      2750         0    119835      8329   1642721     19.17     20.19
4725.88/1184.71	c  N dy 15655   3544294       636      2750         0    139736      8329   2215979     19.18     22.41
4778.94/1198.07	c  N dy 15728   3565211       636      2750         0    160366      8329   2789470     19.18     20.36

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366637-1305410852/watcher-3366637-1305410852 -o /tmp/evaluation-result-3366637-1305410852/solver-3366637-1305410852 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366637-1305410852.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: 0.00 0.00 0.05 3/331 32087
/proc/meminfo: memFree=17856904/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=51168 CPUtime=0.02 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 412 0 0 0 2 0 0 0 22 0 4 0 652686105 52396032 352 33554432000 4194304 4580107 140733507867632 18446744073709551615 47930241852953 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 12792 352 302 95 0 7774 0
[pid=32087/tid=32088] ppid=32085 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 4 0 652686105 52396032 352 33554432000 4194304 4580107 140733507867632 18446744073709551615 47930241852953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652686105 52396032 352 33554432000 4194304 4580107 140733507867632 18446744073709551615 47930241853356 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652686105 52396032 352 33554432000 4194304 4580107 140733507867632 18446744073709551615 47930241852947 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.253945 s]
/proc/loadavg: 0.00 0.00 0.05 3/331 32087
/proc/meminfo: memFree=17856904/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=285884 CPUtime=3.62 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 5948 0 0 0 360 2 0 0 19 0 4 0 652686105 292745216 2802 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 71471 2802 377 95 0 66453 0
[pid=32087/tid=32088] ppid=32085 vsize=285884 CPUtime=0.9 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1430 0 0 0 90 0 0 0 19 0 4 0 652686105 292745216 2802 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=285884 CPUtime=0.89 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1372 0 0 0 89 0 0 0 19 0 4 0 652686105 292745216 2803 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=285884 CPUtime=0.9 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1310 0 0 0 90 0 0 0 19 0 4 0 652686105 292745216 2803 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 285884

[startup+1.01284 s]
/proc/loadavg: 0.00 0.00 0.05 3/331 32087
/proc/meminfo: memFree=17856904/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=285884 CPUtime=4.02 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 6204 0 0 0 400 2 0 0 19 0 4 0 652686105 292745216 3058 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 71471 3058 377 95 0 66453 0
[pid=32087/tid=32088] ppid=32085 vsize=285884 CPUtime=1 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1498 0 0 0 100 0 0 0 19 0 4 0 652686105 292745216 3058 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=285884 CPUtime=0.99 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1431 0 0 0 99 0 0 0 19 0 4 0 652686105 292745216 3058 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=285884 CPUtime=1 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1375 0 0 0 100 0 0 0 19 0 4 0 652686105 292745216 3058 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 285884

[startup+1.11282 s]
/proc/loadavg: 0.00 0.00 0.05 3/331 32087
/proc/meminfo: memFree=17856904/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=286016 CPUtime=4.42 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 6463 0 0 0 440 2 0 0 19 0 4 0 652686105 292880384 3317 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 71504 3318 377 95 0 66486 0
[pid=32087/tid=32088] ppid=32085 vsize=286016 CPUtime=1.1 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1568 0 0 0 110 0 0 0 19 0 4 0 652686105 292880384 3318 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=286016 CPUtime=1.09 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1487 0 0 0 109 0 0 0 19 0 4 0 652686105 292880384 3318 33554432000 4194304 4580107 140733507867632 18446744073709551615 4489437 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=286016 CPUtime=1.1 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1432 0 0 0 110 0 0 0 19 0 4 0 652686105 292880384 3318 33554432000 4194304 4580107 140733507867632 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 286016

[startup+1.2128 s]
/proc/loadavg: 0.00 0.00 0.05 3/331 32087
/proc/meminfo: memFree=17856904/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=286252 CPUtime=4.82 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 6798 0 0 0 480 2 0 0 19 0 4 0 652686105 293122048 3652 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 71563 3652 378 95 0 66545 0
[pid=32087/tid=32088] ppid=32085 vsize=286252 CPUtime=1.2 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1647 0 0 0 120 0 0 0 19 0 4 0 652686105 293122048 3652 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=286252 CPUtime=1.19 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1561 0 0 0 119 0 0 0 19 0 4 0 652686105 293122048 3652 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=286252 CPUtime=1.2 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1526 0 0 0 120 0 0 0 19 0 4 0 652686105 293122048 3652 33554432000 4194304 4580107 140733507867632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 286252

[startup+1.50075 s]
/proc/loadavg: 0.00 0.00 0.05 3/331 32087
/proc/meminfo: memFree=17856904/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=286628 CPUtime=5.97 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 8233 0 0 0 595 2 0 0 20 0 4 0 652686105 293507072 3495 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293755 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 71657 3495 378 95 0 66639 0
[pid=32087/tid=32088] ppid=32085 vsize=286628 CPUtime=1.49 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1994 0 0 0 149 0 0 0 20 0 4 0 652686105 293507072 3495 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=286628 CPUtime=1.48 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1927 0 0 0 148 0 0 0 20 0 4 0 652686105 293507072 3495 33554432000 4194304 4580107 140733507867632 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=286628 CPUtime=1.48 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 1882 0 0 0 148 0 0 0 20 0 4 0 652686105 293507072 3495 33554432000 4194304 4580107 140733507867632 18446744073709551615 4295727 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) 286628

[startup+3.11247 s]
/proc/loadavg: 0.64 0.13 0.09 9/343 32104
/proc/meminfo: memFree=17775316/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=277456 CPUtime=12.39 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 19249 0 0 0 1235 4 0 0 25 0 4 0 652686105 284114944 11118 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 69364 11118 379 95 0 64346 0
[pid=32087/tid=32088] ppid=32085 vsize=277456 CPUtime=3.1 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 4127 0 0 0 310 0 0 0 25 0 4 0 652686105 284114944 11118 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=277456 CPUtime=3.07 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 5366 0 0 0 306 1 0 0 25 0 4 0 652686105 284114944 11118 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=277456 CPUtime=3.09 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 4465 0 0 0 309 0 0 0 18 0 4 0 652686105 284114944 11118 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293700 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 277456

[startup+6.3009 s]
/proc/loadavg: 0.64 0.13 0.09 9/343 32104
/proc/meminfo: memFree=17751400/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=286732 CPUtime=25.16 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 27846 0 0 0 2510 6 0 0 25 0 4 0 652686105 293613568 13449 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 71683 13449 379 95 0 66665 0
[pid=32087/tid=32088] ppid=32085 vsize=286732 CPUtime=6.29 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 7226 0 0 0 629 0 0 0 25 0 4 0 652686105 293613568 13449 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=286732 CPUtime=6.23 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 7307 0 0 0 621 2 0 0 25 0 4 0 652686105 293613568 13449 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=286732 CPUtime=6.3 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 6725 0 0 0 629 1 0 0 25 0 4 0 652686105 293613568 13449 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 286732

[startup+12.7008 s]
/proc/loadavg: 1.23 0.26 0.13 9/343 32105
/proc/meminfo: memFree=17701860/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=292140 CPUtime=50.65 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 43886 0 0 0 5055 10 0 0 25 0 4 0 652686105 299151360 23575 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 73035 23575 379 95 0 68017 0
[pid=32087/tid=32088] ppid=32085 vsize=292140 CPUtime=12.69 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 9932 0 0 0 1267 2 0 0 25 0 4 0 652686105 299151360 23575 33554432000 4194304 4580107 140733507867632 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=292140 CPUtime=12.56 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 11372 0 0 0 1253 3 0 0 25 0 4 0 652686105 299151360 23575 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=292140 CPUtime=12.69 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 11926 0 0 0 1267 2 0 0 25 0 4 0 652686105 299151360 23575 33554432000 4194304 4580107 140733507867632 18446744073709551615 4322933 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 292140

[startup+25.5005 s]
/proc/loadavg: 2.81 0.66 0.27 9/343 32105
/proc/meminfo: memFree=17675152/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=283312 CPUtime=101.7 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 61019 0 0 0 10155 15 0 0 25 0 4 0 652686105 290111488 24501 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 70828 24501 379 95 0 65810 0
[pid=32087/tid=32088] ppid=32085 vsize=283312 CPUtime=25.49 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 13312 0 0 0 2546 3 0 0 25 0 4 0 652686105 290111488 24501 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=283312 CPUtime=25.21 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 16216 0 0 0 2517 4 0 0 25 0 4 0 652686105 290111488 24501 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=283312 CPUtime=25.48 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 17039 0 0 0 2545 3 0 0 25 0 4 0 652686105 290111488 24501 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 283312

[startup+51.101 s]
/proc/loadavg: 4.58 1.25 0.47 9/343 32106
/proc/meminfo: memFree=17634868/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=293144 CPUtime=203.83 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 87067 0 0 0 20360 23 0 0 25 0 4 0 652686105 300179456 28396 33554432000 4194304 4580107 140733507867632 18446744073709551615 4318774 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 73286 28396 379 95 0 68268 0
[pid=32087/tid=32088] ppid=32085 vsize=293144 CPUtime=51.09 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 18345 0 0 0 5105 4 0 0 25 0 4 0 652686105 300179456 28396 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=293144 CPUtime=50.54 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 23157 0 0 0 5048 6 0 0 25 0 4 0 652686105 300179456 28396 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=293144 CPUtime=51.09 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 24856 0 0 0 5103 6 0 0 25 0 4 0 652686105 300179456 28396 33554432000 4194304 4580107 140733507867632 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 293144

[startup+102.301 s]
/proc/loadavg: 6.57 2.30 0.87 9/343 32107
/proc/meminfo: memFree=17580540/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=295420 CPUtime=408.06 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 133379 0 0 0 40765 41 0 0 25 0 4 0 652686105 302510080 40363 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 73855 40363 379 95 0 68837 0
[pid=32087/tid=32088] ppid=32085 vsize=295420 CPUtime=102.29 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 29029 0 0 0 10221 8 0 0 25 0 4 0 652686105 302510080 40363 33554432000 4194304 4580107 140733507867632 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=295420 CPUtime=101.18 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 32266 0 0 0 10109 9 0 0 25 0 4 0 652686105 302510080 40363 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=295420 CPUtime=102.29 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 39145 0 0 0 10216 13 0 0 25 0 4 0 652686105 302510080 40363 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 295420

[startup+162.3 s]

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

[pid=32087] ppid=32085 vsize=424520 CPUtime=2562.18 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 316803 0 0 0 256079 139 0 0 25 0 4 0 652686105 434708480 83252 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 106130 83252 379 95 0 101112 0
[pid=32087/tid=32088] ppid=32085 vsize=424520 CPUtime=642.29 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 72885 0 0 0 64196 33 0 0 25 0 4 0 652686105 434708480 83252 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=424520 CPUtime=635.28 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 87129 0 0 0 63489 39 0 0 25 0 4 0 652686105 434708480 83252 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=424520 CPUtime=642.3 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 81129 0 0 0 64196 34 0 0 25 0 4 0 652686105 434708480 83252 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2562.18
Current children cumulated vsize (KiB) 424520

[startup+702.301 s]
/proc/loadavg: 8.20 7.35 4.30 9/343 32123
/proc/meminfo: memFree=17257860/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=490128 CPUtime=2801.52 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 329952 0 0 0 280004 148 0 0 25 0 4 0 652686105 501891072 82034 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 122532 82034 379 95 0 117514 0
[pid=32087/tid=32088] ppid=32085 vsize=490128 CPUtime=702.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 76105 0 0 0 70193 35 0 0 25 0 4 0 652686105 501891072 82034 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=490128 CPUtime=694.63 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 94384 0 0 0 69419 44 0 0 25 0 4 0 652686105 501891072 82034 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=490128 CPUtime=702.3 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 81662 0 0 0 70195 35 0 0 25 0 4 0 652686105 501891072 82034 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2801.52
Current children cumulated vsize (KiB) 490128

[startup+762.301 s]
/proc/loadavg: 8.12 7.48 4.54 9/343 32125
/proc/meminfo: memFree=17225528/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=411824 CPUtime=3040.86 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 346539 0 0 0 303928 158 0 0 25 0 4 0 652686105 421707776 82618 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 102956 82618 379 95 0 97938 0
[pid=32087/tid=32088] ppid=32085 vsize=411824 CPUtime=762.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 78738 0 0 0 76192 36 0 0 25 0 4 0 652686105 421707776 82618 33554432000 4194304 4580107 140733507867632 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=411824 CPUtime=753.96 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 101231 0 0 0 75349 47 0 0 25 0 4 0 652686105 421707776 82618 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=411824 CPUtime=762.3 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 84970 0 0 0 76193 37 0 0 25 0 4 0 652686105 421707776 82618 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.86
Current children cumulated vsize (KiB) 411824

[startup+822.3 s]
/proc/loadavg: 8.13 7.60 4.76 9/343 32126
/proc/meminfo: memFree=17213304/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=436564 CPUtime=3280.21 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 362596 0 0 0 327855 166 0 0 25 0 4 0 652686105 447041536 88689 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 109141 88689 380 95 0 104123 0
[pid=32087/tid=32088] ppid=32085 vsize=436564 CPUtime=822.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 81799 0 0 0 82190 38 0 0 25 0 4 0 652686105 447041536 88689 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=436564 CPUtime=813.31 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 107649 0 0 0 81281 50 0 0 25 0 4 0 652686105 447041536 88689 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=436564 CPUtime=822.3 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 88510 0 0 0 82191 39 0 0 25 0 4 0 652686105 447041536 88689 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.21
Current children cumulated vsize (KiB) 436564

[startup+882.301 s]
/proc/loadavg: 8.14 7.70 4.97 9/343 32128
/proc/meminfo: memFree=17181972/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=505164 CPUtime=3519.55 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 373492 0 0 0 351782 173 0 0 25 0 4 0 652686105 517287936 95045 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 126291 95045 380 95 0 121273 0
[pid=32087/tid=32088] ppid=32085 vsize=505164 CPUtime=882.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 87312 0 0 0 88187 41 0 0 25 0 4 0 652686105 517287936 95045 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=505164 CPUtime=872.65 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 111963 0 0 0 87212 53 0 0 25 0 4 0 652686105 517287936 95045 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=505164 CPUtime=882.31 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 89380 0 0 0 88191 40 0 0 25 0 4 0 652686105 517287936 95045 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3519.55
Current children cumulated vsize (KiB) 505164

[startup+942.301 s]
/proc/loadavg: 8.09 7.77 5.16 9/343 32129
/proc/meminfo: memFree=17140764/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=517208 CPUtime=3758.92 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 386188 0 0 0 375710 182 0 0 25 0 4 0 652686105 529620992 102663 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 129302 102663 380 95 0 124284 0
[pid=32087/tid=32088] ppid=32085 vsize=517208 CPUtime=942.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 92643 0 0 0 94183 45 0 0 25 0 4 0 652686105 529620992 102663 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=517208 CPUtime=932.01 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 116111 0 0 0 93145 56 0 0 25 0 4 0 652686105 529620992 102663 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=517208 CPUtime=942.3 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 92323 0 0 0 94189 41 0 0 25 0 4 0 652686105 529620992 102663 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.92
Current children cumulated vsize (KiB) 517208

[startup+1002.3 s]
/proc/loadavg: 8.07 7.82 5.34 9/343 32131
/proc/meminfo: memFree=17137468/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=581156 CPUtime=3998.26 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 404472 0 0 0 399633 193 0 0 25 0 4 0 652686105 595103744 98370 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 145289 98370 380 95 0 140271 0
[pid=32087/tid=32088] ppid=32085 vsize=581156 CPUtime=1002.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 94894 0 0 0 100181 47 0 0 25 0 4 0 652686105 595103744 98370 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293163 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=581156 CPUtime=991.35 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 126545 0 0 0 99075 60 0 0 25 0 4 0 652686105 595103744 98370 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=581156 CPUtime=1002.31 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 94742 0 0 0 100187 44 0 0 25 0 4 0 652686105 595103744 98370 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3998.26
Current children cumulated vsize (KiB) 581156

[startup+1062.3 s]
/proc/loadavg: 8.06 7.86 5.51 9/343 32133
/proc/meminfo: memFree=17097612/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=641424 CPUtime=4237.65 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 427655 0 0 0 423561 204 0 0 25 0 4 0 652686105 656818176 111677 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 160356 111677 380 95 0 155338 0
[pid=32087/tid=32088] ppid=32085 vsize=641424 CPUtime=1062.29 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 103060 0 0 0 106179 50 0 0 25 0 4 0 652686105 656818176 111677 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=641424 CPUtime=1050.71 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 133773 0 0 0 105007 64 0 0 25 0 4 0 652686105 656818176 111677 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=641424 CPUtime=1062.32 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 98551 0 0 0 106187 45 0 0 25 0 4 0 652686105 656818176 111677 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4237.65
Current children cumulated vsize (KiB) 641424

[startup+1122.3 s]
/proc/loadavg: 8.10 7.91 5.68 9/343 32134
/proc/meminfo: memFree=17099392/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=593920 CPUtime=4476.95 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 442104 0 0 0 447484 211 0 0 25 0 4 0 652686105 608174080 111041 33554432000 4194304 4580107 140733507867632 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 148480 111041 380 95 0 143462 0
[pid=32087/tid=32088] ppid=32085 vsize=593920 CPUtime=1122.28 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 106373 0 0 0 112175 53 0 0 25 0 4 0 652686105 608174080 111041 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=593920 CPUtime=1110.04 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 140727 0 0 0 110937 67 0 0 25 0 4 0 652686105 608174080 111041 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=593920 CPUtime=1122.31 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 100359 0 0 0 112185 46 0 0 25 0 4 0 652686105 608174080 111041 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.95
Current children cumulated vsize (KiB) 593920

[startup+1182.31 s]
/proc/loadavg: 8.19 7.97 5.83 9/343 32136
/proc/meminfo: memFree=17074408/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=696032 CPUtime=4716.35 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 455240 0 0 0 471414 221 0 0 25 0 4 0 652686105 712736768 116231 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 174008 116231 380 95 0 168990 0
[pid=32087/tid=32088] ppid=32085 vsize=696032 CPUtime=1182.29 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 109805 0 0 0 118174 55 0 0 25 0 4 0 652686105 712736768 116231 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=696032 CPUtime=1169.4 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 146144 0 0 0 116870 70 0 0 25 0 4 0 652686105 712736768 116231 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=696032 CPUtime=1182.32 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 102627 0 0 0 118183 49 0 0 25 0 4 0 652686105 712736768 116231 33554432000 4194304 4580107 140733507867632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.35
Current children cumulated vsize (KiB) 696032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.20 7.99 5.90 9/343 32136
/proc/meminfo: memFree=17095468/32951124 swapFree=67056804/67111528
[pid=32087] ppid=32085 vsize=603624 CPUtime=4800.11 cores=1,3,5,7
/proc/32087/stat : 32087 (strangenight2-m) R 32085 32087 32059 0 -1 4202496 459874 0 0 0 479788 223 0 0 25 0 4 0 652686105 618110976 110138 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293728 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32087/statm: 150906 110138 380 95 0 145888 0
[pid=32087/tid=32088] ppid=32085 vsize=603624 CPUtime=1203.29 cores=1,3,5,7
/proc/32087/task/32088/stat : 32088 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 110003 0 0 0 120274 55 0 0 25 0 4 0 652686105 618110976 110138 33554432000 4194304 4580107 140733507867632 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32087/tid=32089] ppid=32085 vsize=603624 CPUtime=1190.16 cores=1,3,5,7
/proc/32087/task/32089/stat : 32089 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 148802 0 0 0 118945 71 0 0 25 0 4 0 652686105 618110976 110138 33554432000 4194304 4580107 140733507867632 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32087/tid=32090] ppid=32085 vsize=603624 CPUtime=1203.32 cores=1,3,5,7
/proc/32087/task/32090/stat : 32090 (strangenight2-m) R 32085 32087 32059 0 -1 4202560 103751 0 0 0 120283 49 0 0 25 0 4 0 652686105 618110976 110138 33554432000 4194304 4580107 140733507867632 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 603624

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): 1203.34
CPU time (s): 4800.16
CPU user time (s): 4797.9
CPU system time (s): 2.25766
CPU usage (%): 398.903
Max. virtual memory (cumulated for all children) (KiB): 807580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.9
system time used= 2.25766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459874
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= 512
involuntary context switches= 34522

runsolver used 3.56346 second user time and 9.62954 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 00:07:32
IDJOB=3366637
IDBENCH=83046
IDSOLVER=1844
FILE ID=node108/3366637-1305410852
RUNJOBID= node108-1305410851-32078
PBS_JOBID= 13324535
Free space on /tmp= 73556 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S2065143904-035.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366637-1305410852/watcher-3366637-1305410852 -o /tmp/evaluation-result-3366637-1305410852/solver-3366637-1305410852 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366637-1305410852.cnf

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

MD5SUM BENCH= 8f7328be14ce714cebc5a66418b5924c
RANDOM SEED=1566319223

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:      17857184 kB
Buffers:        279328 kB
Cached:        4400760 kB
SwapCached:       8700 kB
Active:       11029268 kB
Inactive:      3753964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17857184 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:            5492 kB
Writeback:           0 kB
AnonPages:    10100292 kB
Mapped:          26300 kB
Slab:           207716 kB
PageTables:      38152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52247544 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= 73544 MiB
End job on node108 at 2011-05-15 00:27:37