Trace number 3366483

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.08 1203.03

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
MD5SUM80aa82e62b454f2871f6471d9559597d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.939
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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-3366483-1305405272.cnf'
0.00/0.01	c -- header says num vars:             50
0.00/0.01	c -- header says num clauses:        4450
0.38/0.11	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.38/0.11	c -- vars added         50
0.38/0.11	c Parsing time:  0.00 s
0.38/0.11	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.38/0.11	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.38/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.77/0.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.77/0.72	c Finding binary XORs  T:     0.00 s  found:       0
2.77/0.72	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.77/0.72	c calculated reachability. Time: 0.00
2.77/0.72	c Calc default polars -  time:   0.00 s pos:      26 undec:       2 neg:      22
2.77/0.72	c =========================================================================================
2.77/0.72	c types(t): F = full restart, N = normal restart
2.77/0.72	c types(t): S = simplification begin/end, E = solution found
2.77/0.72	c restart types(rt): st = static, dy = dynamic
2.77/0.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.77/0.72	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
2.77/0.72	c  N dy     8      4829        50      4450         0      4153     31150     76368     15.49     16.40
2.77/0.72	c  N dy    18     10038        50      4450         0      6470     31150    111740     15.19     16.10
2.77/0.72	c  N dy    42     14066        50      4450         0      6360     31150    106894     15.50     16.57
3.17/0.80	c  N dy    61     18073        50      4450         0      4964     31150     75340     15.67     17.92
3.57/1.00	c  F st    73     25000        50      4450         0     10939     31150    183414     15.50     15.54
3.57/1.00	c  N st    73     25000        50      4450         0     10939     31150    183414     15.50     15.54
4.76/1.21	c  N dy    79     30001        50      4450         0      9394     31150    150478     15.50   no data
4.76/1.21	c  S st    79     30001        50      4450         0      9394     31150    150478     15.50   no data
4.76/1.24	c  S st    79     30505        50      4450         0      9841     31150    158960     15.50   no data
4.76/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.25	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.76/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.76/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.45	c lits-rem:       157  cl-subs:     1517  v-elim:      0  v-fix:    0  time:  0.20 s
6.36/1.64	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.36/1.64	c calculated reachability. Time: 0.00
6.36/1.64	c  N dy    79     30505        50      4450         0      8324     31150    133663     15.50   no data
7.56/1.92	c  N dy    86     36600        50      4450         0      6827     31150     97114     15.22     16.02
7.95/2.11	c  N dy   105     40788        50      4450         0     10485     31150    163520     15.26     16.15
9.15/2.37	c  N dy   132     45174        50      4450         0     14307     31150    234388     15.39     16.21
9.55/2.40	c  S st   133     45758        50      4450         0     14822     31150    243484     15.38     14.48
9.55/2.45	c  S st   133     46260        50      4450         0     15268     31150    252043     15.38   no data
9.55/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.55/2.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.55/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.83	c lits-rem:       255  cl-subs:     2530  v-elim:      0  v-fix:    0  time:  0.36 s
11.15/2.83	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.15/2.83	c vivif2 --  cl tried    12738 cl shrink        0 lits rem          0 time: 0.00
12.35/3.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
12.35/3.10	c calculated reachability. Time: 0.00
12.35/3.10	c  N dy   133     46260        50      4450         0     12738     31150    207381     15.38   no data
13.93/3.52	c  N dy   134     54693        50      4450         0     12406     31150    188035     15.14     15.94
15.13/3.86	c  N dy   148     60413        50      4450         0      8846     31150    120029     15.12     16.05
15.93/4.08	c  N dy   183     64473        50      4450         0     12401     31150    186554     15.23     16.13
17.15/4.36	c  N dy   219     68637        50      4450         0     16058     31150    255412     15.33     16.37
17.57/4.42	c  S st   227     69392        50      4450         0     16705     31150    267781     15.36   no data
17.57/4.47	c  S st   227     69893        50      4450         0     17152     31150    276430     15.36   no data
17.57/4.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.57/4.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.57/4.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.13/4.87	c lits-rem:       238  cl-subs:     2082  v-elim:      0  v-fix:    0  time:  0.38 s
19.13/4.87	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.13/4.87	c vivif2 --  cl tried    15070 cl shrink        0 lits rem          0 time: 0.00
20.33/5.19	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.32
20.33/5.19	c calculated reachability. Time: 0.00
20.33/5.19	c  N dy   227     69893        50      4450         0     15070     31150    236967     15.36   no data
21.96/5.54	c  N dy   253     74474        50      4450         0      9690     31150    128102     15.40     16.22
25.11/6.32	c  F st   270     87501        50      4450         0     10588     31150    139091     15.26     14.06
25.11/6.32	c  N st   270     87501        50      4450         0     10588     31150    139091     15.26     14.06
26.34/6.62	c  N dy   278     93157        50      4450         0     15507     31150    228779     15.27     17.55
27.91/7.08	c  N dy   322     99168        50      4450         0     20746     31150    326153     15.35     17.37
29.90/7.51	c  S st   362    104839        50      4450         0     14438     31150    203295     15.41   no data
29.90/7.55	c  S st   362    105342        50      4450         0     14891     31150    212014     15.41   no data
29.90/7.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.90/7.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
29.90/7.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.90/7.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.90/7.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.90/7.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
29.90/7.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.90/7.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.90/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.74/7.74	c lits-rem:       112  cl-subs:      904  v-elim:      0  v-fix:    0  time:  0.18 s
30.74/7.74	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.74/7.75	c vivif2 --  cl tried    13987 cl shrink        0 lits rem          0 time: 0.00
31.89/8.05	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.30
31.89/8.05	c calculated reachability. Time: 0.00
31.89/8.05	c  N dy   362    105342        50      4450         0     13987     31150    195169     15.41   no data
33.89/8.55	c  N dy   397    112082        50      4450         0     19852     31150    302479     15.44     17.33
36.68/9.20	c  N dy   420    120611        50      4450         0     15160     31150    203207     15.39     16.28
38.68/9.80	c  N dy   456    128605        50      4450         0     22135     31150    331495     15.43     16.29
43.91/11.04	c  N dy   459    147546        50      4450         0     25272     31150    364122     15.10     15.90
47.46/11.95	c  N dy   539    158013        50      4450         0     20683     31150    298129     15.20     14.59
47.46/11.95	c  S st   539    158013        50      4450         0     20683     31150    298129     15.20     14.59
47.88/12.01	c  S st   539    158515        50      4450         0     21122     31150    306475     15.20   no data
47.88/12.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.88/12.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
47.88/12.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.88/12.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.88/12.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.88/12.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
47.88/12.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.88/12.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.88/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.45/12.48	c lits-rem:       207  cl-subs:     2203  v-elim:      0  v-fix:    0  time:  0.45 s
49.45/12.48	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
49.45/12.49	c vivif2 --  cl tried    18919 cl shrink        0 lits rem          0 time: 0.00
51.04/12.83	c asymm  cl-useful: 0/4216/4450 lits-rem:0 time: 0.34
51.04/12.83	c calculated reachability. Time: 0.00
51.04/12.83	c  N dy   539    158515        50      4450         0     18919     31150    268046     15.20   no data
55.04/13.86	c  N dy   623    168665        50      4450         0     27756     31150    434293     15.30     16.38
58.62/14.79	c  N dy   691    179466        50      4450         0     22617     31150    327209     15.35     17.27
66.60/16.74	c  N dy   751    200303        50      4450         0     25014     31150    352088     15.30     16.22
72.20/18.15	c  N dy   850    213149        50      4450         0     19810     31150    258493     15.39     17.71
78.18/19.66	c  N dy   948    226756        50      4450         0     31634     31150    478820     15.46     16.60
82.57/20.80	c  S st  1004    237772        50      4450         0     23816     31150    323024     15.49   no data
82.99/20.86	c  S st  1004    238275        50      4450         0     24266     31150    331896     15.49   no data
82.99/20.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.99/20.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
82.99/20.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.99/20.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.99/20.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.99/20.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
82.99/20.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.99/20.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.99/20.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.96/21.35	c lits-rem:       194  cl-subs:     2087  v-elim:      0  v-fix:    0  time:  0.47 s
84.96/21.35	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
84.96/21.35	c vivif2 --  cl tried    22179 cl shrink        0 lits rem          0 time: 0.00
86.56/21.70	c asymm  cl-useful: 0/3665/4450 lits-rem:0 time: 0.35
86.56/21.70	c calculated reachability. Time: 0.00
86.56/21.70	c  N dy  1004    238275        50      4450         0     22179     31150    294962     15.49   no data
92.94/23.36	c  N dy  1094    253593        50      4450         0     35406     31150    539685     15.53     16.38
99.33/24.99	c  N dy  1182    269798        50      4450         0     31502     31150    458970     15.56     17.62
108.90/27.36	c  N dy  1255    292806        50      4450         0     32364     31150    460643     15.54     16.44
114.48/28.76	c  F st  1277    306250        50      4450         0     24041     31150    297649     15.49     11.92
116.48/29.25	c  N dy  1284    311545        50      4450         0     28626     31150    381789     15.49     17.32
126.88/31.84	c  N dy  1353    334685        50      4450         0     27904     31150    366338     15.47     16.41
137.23/34.48	c  N dy  1426    356685        50      4450         0     25363     31150    313510     15.48     16.32
137.63/34.55	c  S st  1428    357412        50      4450         0     25997     31150    325243     15.48     15.41
138.03/34.62	c  S st  1428    357916        50      4450         0     26453     31150    333819     15.48   no data
138.03/34.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.03/34.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.03/34.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.03/34.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.03/34.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.03/34.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
138.03/34.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.03/34.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
138.03/34.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.63/35.11	c lits-rem:       138  cl-subs:     1772  v-elim:      0  v-fix:    0  time:  0.46 s
139.63/35.11	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
140.05/35.11	c vivif2 --  cl tried    24681 cl shrink        0 lits rem          0 time: 0.00
140.05/35.20	c asymm  cl-useful: 0/785/4450 lits-rem:0 time: 0.09
140.05/35.20	c calculated reachability. Time: 0.00
140.05/35.20	c  N dy  1428    357916        50      4450         0     24681     31150    304197     15.48   no data
149.59/37.52	c  N dy  1500    377953        50      4450         0     41944     31150    621115     15.48     17.96
158.37/39.79	c  N dy  1539    398724        50      4450         0     37333     31150    511784     15.43     16.29
181.12/45.46	c  N dy  1613    442265        50      4450         0     27451     31150    322121     15.31     16.27
192.29/48.27	c  N dy  1732    462284        50      4450         0     44722     31150    639859     15.34     16.49
203.46/51.03	c  N dy  1815    482675        50      4450         0     37392     31150    501288     15.35     16.19
217.43/54.54	c  N dy  1974    502949        50      4450         0     29147     31150    347149     15.41     16.24
229.39/57.50	c  N dy  2109    523020        50      4450         0     46604     31150    675461     15.45     17.58
239.37/60.01	c  S st  2215    536878        50      4450         0     31843     31150    388926     15.49   no data
239.77/60.10	c  S st  2215    537381        50      4450         0     32287     31150    397662     15.49   no data
239.77/60.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.77/60.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.77/60.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.77/60.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.77/60.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.77/60.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
239.77/60.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.77/60.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.77/60.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.17/60.73	c lits-rem:       156  cl-subs:     1529  v-elim:      0  v-fix:    0  time:  0.60 s
242.17/60.73	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
242.17/60.73	c vivif2 --  cl tried    30758 cl shrink        0 lits rem          0 time: 0.00
243.76/61.11	c asymm  cl-useful: 0/2925/4450 lits-rem:0 time: 0.37
243.76/61.11	c calculated reachability. Time: 0.00
243.76/61.11	c  N dy  2215    537381        50      4450         0     30758     31150    370005     15.49   no data
256.93/64.44	c  N dy  2300    560888        50      4450         0     50859     31150    733812     15.48     16.36
287.65/72.18	c  N dy  2389    618865        50      4450         0     44652     31150    589223     15.37     16.30
301.22/75.58	c  N dy  2437    640756        50      4450         0     34354     31150    407585     15.34     16.25
318.77/79.92	c  N dy  2561    666558        50      4450         0     56607     31150    813444     15.35     16.26
331.94/83.23	c  N dy  2678    686578        50      4450         0     43856     31150    584472     15.38     16.56
350.30/87.86	c  N dy  2800    708010        50      4450         0     31361     31150    345538     15.40     16.26
366.66/91.93	c  N dy  2940    733179        50      4450         0     53063     31150    744399     15.41     16.29
382.61/95.91	c  N dy  3031    753267        50      4450         0     38509     31150    468807     15.42     16.74
397.78/99.73	c  N dy  3156    773473        50      4450         0     55919     31150    792064     15.45     16.27
414.53/103.95	c  N dy  3202    798244        50      4450         0     44315     31150    555844     15.42     16.42
419.73/105.29	c  S st  3239    806071        50      4450         0     51090     31150    680795     15.43     13.90
420.52/105.44	c  S st  3239    806573        50      4450         0     51528     31150    689503     15.43   no data
420.52/105.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
420.52/105.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
420.52/105.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
420.52/105.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
420.52/105.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
420.52/105.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
420.52/105.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
420.52/105.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
420.52/105.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.89/108.53	c lits-rem:       576  cl-subs:     7212  v-elim:      0  v-fix:    0  time:  3.03 s
432.89/108.53	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
432.89/108.53	c vivif2 --  cl tried    44316 cl shrink        0 lits rem          0 time: 0.01
433.69/108.77	c asymm  cl-useful: 0/867/4450 lits-rem:0 time: 0.24
433.69/108.78	c calculated reachability. Time: 0.00
433.69/108.78	c  N dy  3239    806573        50      4450         0     44316     31150    572515     15.43   no data
450.45/112.94	c  N dy  3343    826574        50      4450         0     61592     31150    887664     15.43     16.67
466.00/116.87	c  N dy  3414    849605        50      4450         0     48236     31150    627244     15.43     16.24
485.16/121.66	c  N dy  3548    869644        50      4450         0     65522     31150    950326     15.45     16.46
501.12/125.68	c  N dy  3692    889653        50      4450         0     48623     31150    638463     15.47     18.41
518.67/130.08	c  N dy  3802    909681        50      4450         0     66004     31150    962802     15.49     17.93
535.83/134.38	c  N dy  3921    930992        50      4450         0     49186     31150    635461     15.50     16.36
553.78/138.85	c  N dy  4032    951062        50      4450         0     66370     31150    951571     15.51     16.99
578.95/145.17	c  N dy  4115    987638        50      4450         0     61532     31150    835528     15.49     16.62
600.08/150.40	c  N dy  4271   1007681        50      4450         0     41955     31150    489779     15.52     18.16
618.46/155.09	c  N dy  4359   1034157        50      4450         0     64610     31150    898346     15.51     16.33
639.58/160.35	c  N dy  4472   1055116        50      4450         0     44905     31150    533250     15.52     16.55
652.75/163.65	c  F st  4542   1071876        50      4450         0     59280     31150    798034     15.52   no data
655.14/164.29	c  N st  4547   1075171        50      4450         0     62110     31150    850689     15.52   no data
678.28/170.04	c  N dy  4663   1096369        50      4450         0     41725     31150    467897     15.54     16.39
691.84/173.49	c  N dy  4732   1116404        50      4450         0     58961     31150    784290     15.54     18.39
718.58/180.11	c  N dy  4832   1142431        50      4450         0     41712     31150    457998     15.54     16.48
734.54/184.13	c  N dy  4958   1162474        50      4450         0     58992     31150    781803     15.55     17.45
756.88/189.77	c  N dy  5035   1185210        50      4450         0     78453     31150   1136592     15.55     16.45
774.44/194.12	c  N dy  5162   1205223        50      4450         0     55260     31150    707859     15.57     16.96
779.63/195.42	c  S st  5201   1209861        50      4450         0     59286     31150    784487     15.57   no data
780.43/195.63	c  S st  5201   1210363        50      4450         0     59727     31150    792911     15.57   no data
780.43/195.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
780.43/195.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
780.43/195.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
780.43/195.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
780.43/195.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.43/195.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
780.43/195.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
780.43/195.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
780.43/195.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
799.17/200.36	c lits-rem:       557  cl-subs:     5661  v-elim:      0  v-fix:    0  time:  4.67 s
799.17/200.37	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
799.17/200.38	c vivif2 --  cl tried    54066 cl shrink        0 lits rem          0 time: 0.01
800.37/200.69	c asymm  cl-useful: 0/658/4450 lits-rem:0 time: 0.31
800.37/200.69	c calculated reachability. Time: 0.00
800.37/200.69	c  N dy  5201   1210363        50      4450         0     54066     31150    689079     15.57   no data
837.49/209.93	c  N dy  5331   1241588        50      4450         0     80764     31150   1172393     15.57     16.41
855.04/214.40	c  N dy  5389   1264749        50      4450         0     59909     31150    778184     15.56     16.51
878.58/220.20	c  N dy  5536   1284781        50      4450         0     77186     31150   1105290     15.58     17.53
921.71/231.04	c  N dy  5611   1337959        50      4450         0     80484     31150   1109967     15.52     16.53
941.22/235.99	c  N dy  5712   1357994        50      4450         0     55116     31150    681205     15.53     18.29
964.36/241.73	c  N dy  5822   1379060        50      4450         0     73189     31150   1018519     15.54     16.37
991.10/248.47	c  N dy  5908   1399151        50      4450         0     46764     31150    522464     15.54     17.65
1021.03/255.91	c  N dy  6043   1433571        50      4450         0     76111     31150   1054346     15.54     16.42
1046.56/262.38	c  N dy  6176   1454372        50      4450         0     49502     31150    564656     15.55     16.56
1065.72/267.17	c  N dy  6322   1474453        50      4450         0     66755     31150    890026     15.57     16.49
1090.45/273.35	c  N dy  6450   1494682        50      4450         0     84213     31150   1217774     15.58     16.48
1111.60/278.63	c  N dy  6480   1520161        50      4450         0     60391     31150    747072     15.57     16.41
1131.15/283.59	c  N dy  6545   1540829        50      4450         0     78055     31150   1065950     15.56     16.43
1166.26/292.35	c  N dy  6682   1571686        50      4450         0     58170     31150    700356     15.57     16.40
1188.62/297.95	c  N dy  6825   1591729        50      4450         0     75369     31150   1023923     15.58     16.41
1214.55/304.45	c  N dy  6858   1614814        50      4450         0     48044     31150    515872     15.57     16.40
1232.92/309.06	c  N dy  6958   1636017        50      4450         0     66298     31150    853416     15.57     16.41
1259.25/315.65	c  N dy  7114   1656022        50      4450         0     83588     31150   1182597     15.59     17.10
1283.97/321.86	c  N dy  7153   1679098        50      4450         0     55251     31150    637208     15.58     16.41
1307.11/327.65	c  N dy  7282   1701334        50      4450         0     74266     31150    991161     15.59     16.47
1319.49/330.70	c  S st  7342   1710364        50      4450         0     82034     31150   1136961     15.60   no data
1320.29/330.96	c  S st  7342   1710864        50      4450         0     82478     31150   1145644     15.60   no data
1320.29/330.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1320.29/331.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1320.29/331.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1320.29/331.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1320.29/331.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1320.29/331.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1320.29/331.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1320.71/331.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1320.71/331.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1360.20/341.00	c lits-rem:       906  cl-subs:    11298  v-elim:      0  v-fix:    0  time:  9.95 s
1360.20/341.00	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1360.62/341.02	c vivif2 --  cl tried    71180 cl shrink        0 lits rem          0 time: 0.01
1361.77/341.38	c asymm  cl-useful: 0/805/4450 lits-rem:0 time: 0.36
1361.77/341.38	c calculated reachability. Time: 0.00
1361.77/341.38	c  N dy  7342   1710864        50      4450         0     71180     31150    946049     15.60   no data
1398.08/350.43	c  N dy  7464   1730890        50      4450         0     88397     31150   1267687     15.61     17.75
1428.00/357.92	c  N dy  7539   1750979        50      4450         0     57522     31150    675536     15.61     17.23
1451.15/363.71	c  N dy  7679   1771037        50      4450         0     74760     31150   1000480     15.62     17.47
1481.87/371.42	c  N dy  7688   1800847        50      4450         0     50909     31150    547203     15.59     16.55
1500.65/376.17	c  N dy  7813   1820873        50      4450         0     68095     31150    869046     15.60     17.70
1527.75/382.95	c  N dy  7895   1843251        50      4450         0     87296     31150   1222332     15.60     16.46
1553.31/389.37	c  N dy  7913   1867093        50      4450         0     57250     31150    648520     15.59     16.41
1578.03/395.52	c  N dy  8066   1887127        50      4450         0     74438     31150    974660     15.60     17.54
1691.35/423.97	c  N dy  8107   2014698        50      4450         0     78952     31150    975030     15.42     16.27
1722.87/431.86	c  N dy  8275   2034785        50      4450         0     96272     31150   1305229     15.43     16.60
1749.21/438.46	c  N dy  8381   2054927        50      4450         0     61069     31150    710030     15.44     16.39
1773.55/444.59	c  N dy  8549   2075287        50      4450         0     78570     31150   1043033     15.45     16.53
1807.46/453.02	c  N dy  8720   2096053        50      4450         0     96479     31150   1383924     15.47     16.32
1842.18/461.78	c  N dy  8813   2121340        50      4450         0     64271     31150    743000     15.47     16.28
1868.12/468.24	c  N dy  8988   2141405        50      4450         0     81602     31150   1074112     15.48     16.38
1900.06/476.23	c  N dy  9144   2161477        50      4450         0     98844     31150   1402072     15.49     16.31
1930.36/483.85	c  N dy  9276   2181523        50      4450         0     61351     31150    700171     15.50     16.81
1952.73/489.48	c  N dy  9349   2203488        50      4450         0     80127     31150   1044116     15.50     16.40
1963.87/492.28	c  S st  9403   2210864        50      4450         0     86494     31150   1164909     15.51   no data
1965.07/492.55	c  S st  9403   2211368        50      4450         0     86937     31150   1173472     15.51   no data
1965.07/492.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1965.07/492.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1965.07/492.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1965.07/492.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1965.07/492.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1965.07/492.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1965.07/492.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1965.47/492.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1965.47/492.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2000.18/501.34	c lits-rem:       874  cl-subs:    10530  v-elim:      0  v-fix:    0  time:  8.70 s
2000.18/501.34	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2000.18/501.36	c vivif2 --  cl tried    76407 cl shrink        0 lits rem          0 time: 0.01
2001.41/501.66	c asymm  cl-useful: 0/576/4450 lits-rem:0 time: 0.31
2001.41/501.67	c calculated reachability. Time: 0.00
2001.41/501.67	c  N dy  9403   2211368        50      4450         0     76407     31150    989484     15.51   no data
2030.11/508.89	c  N dy  9503   2232301        50      4450         0     94311     31150   1319712     15.51     16.39
2070.01/518.88	c  N dy  9667   2252381        50      4450         0     56666     31150    609300     15.52     18.06
2094.34/524.92	c  N dy  9736   2272389        50      4450         0     73675     31150    912363     15.52     16.40
2130.66/534.08	c  N dy  9915   2292467        50      4450         0     90973     31150   1243146     15.53     17.09
2167.37/543.23	c  N dy 10065   2312529        50      4450         0    108247     31150   1571141     15.55     18.21
2193.30/549.77	c  N dy 10169   2332768        50      4450         0     69433     31150    836345     15.55     16.40
2218.44/556.09	c  N dy 10281   2352845        50      4450         0     86678     31150   1157780     15.56     16.89
2241.98/561.94	c  N dy 10310   2372888        50      4450         0    103604     31150   1456914     15.55     16.42
2275.10/570.22	c  N dy 10435   2392968        50      4450         0     63643     31150    720194     15.55     17.52
2299.04/576.28	c  N dy 10560   2413033        50      4450         0     80945     31150   1043331     15.56     18.74
2325.37/582.86	c  N dy 10643   2433092        50      4450         0     97933     31150   1350945     15.56     17.52
2366.46/593.10	c  N dy 10814   2453184        50      4450         0    115202     31150   1680928     15.57     17.71
2390.41/599.17	c  N dy 10928   2473206        50      4450         0     74255     31150    910350     15.58     17.43
2419.13/606.33	c  N dy 11062   2493215        50      4450         0     91426     31150   1234541     15.59     16.84
2467.81/618.59	c  N dy 11169   2523244        50      4450         0    116899     31150   1694941     15.58     16.47
2492.58/624.76	c  N dy 11298   2543297        50      4450         0     75152     31150    923797     15.59     16.73
2520.48/631.75	c  N dy 11417   2563372        50      4450         0     92402     31150   1248498     15.60     18.17
2554.02/640.15	c  N dy 11514   2583434        50      4450         0    109510     31150   1563209     15.60     17.16
2588.71/648.83	c  N dy 11589   2606463        50      4450         0     69279     31150    793300     15.59     16.42
2614.66/655.32	c  N dy 11698   2626531        50      4450         0     86440     31150   1112809     15.60     16.98
2651.76/664.61	c  N dy 11815   2648933        50      4450         0    105608     31150   1469476     15.60     16.65
2692.86/674.93	c  N dy 11974   2668966        50      4450         0     62088     31150    663627     15.61     18.24
2717.60/681.18	c  N dy 12082   2691760        50      4450         0     81436     31150   1018259     15.61     16.80
2749.92/689.23	c  S st 12229   2711368        50      4450         0     98256     31150   1338248     15.62   no data
2751.12/689.53	c  S st 12229   2711871        50      4450         0     98686     31150   1346838     15.62   no data
2751.12/689.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2751.12/689.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2751.12/689.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2751.12/689.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2751.12/689.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2751.12/689.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2751.12/689.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2751.12/689.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2751.54/689.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2798.19/701.35	c lits-rem:       975  cl-subs:    12027  v-elim:      0  v-fix:    0  time: 11.71 s
2798.19/701.35	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2798.19/701.37	c vivif2 --  cl tried    86659 cl shrink        0 lits rem          0 time: 0.02
2799.39/701.69	c asymm  cl-useful: 0/523/4450 lits-rem:0 time: 0.32
2799.39/701.70	c calculated reachability. Time: 0.00
2799.39/701.70	c  N dy 12229   2711871        50      4450         0     86659     31150   1132759     15.62   no data
2834.50/710.49	c  N dy 12360   2733263        50      4450         0    104958     31150   1474598     15.63     16.48
2889.56/724.27	c  N dy 12461   2754676        50      4450         0     62622     31150    667595     15.63     16.62
2919.08/731.60	c  N dy 12559   2774749        50      4450         0     79793     31150    984481     15.63     16.54
2947.81/738.89	c  N dy 12652   2794808        50      4450         0     97011     31150   1304098     15.64     16.97
2982.93/747.63	c  N dy 12749   2814879        50      4450         0    114164     31150   1622894     15.64     16.52
3012.44/755.08	c  N dy 12786   2837163        50      4450         0     71076     31150    810932     15.63     16.57
3041.20/762.30	c  N dy 12835   2863464        50      4450         0     93446     31150   1208677     15.63     16.47
3077.49/771.36	c  N dy 12966   2883961        50      4450         0    111075     31150   1540680     15.63     16.47
3118.99/781.79	c  N dy 13104   2903974        50      4450         0     65289     31150    702551     15.64     16.73
3144.12/788.07	c  N dy 13228   2923998        50      4450         0     82374     31150   1020877     15.64     16.55
3173.29/795.34	c  N dy 13323   2944018        50      4450         0     99475     31150   1338449     15.65     18.30
3210.36/804.62	c  N dy 13432   2964086        50      4450         0    116548     31150   1657691     15.65     17.37
3249.06/814.34	c  N dy 13543   2985098        50      4450         0     70571     31150    790087     15.65     16.52
3291.37/824.94	c  N dy 13593   3022773        50      4450         0    102476     31150   1357591     15.64     16.49
3363.18/842.97	c  N dy 13690   3075294        50      4450         0     82340     31150    976690     15.62     16.54
3391.91/850.16	c  N dy 13782   3095476        50      4450         0     99601     31150   1297638     15.62     16.47
3430.21/859.79	c  N dy 13897   3115572        50      4450         0    116802     31150   1619786     15.62     17.64
3471.34/870.05	c  N dy 13994   3136075        50      4450         0     68704     31150    739602     15.63     16.52
3497.67/876.65	c  N dy 14045   3161572        50      4450         0     90298     31150   1116902     15.62     16.56
3527.18/884.09	c  N dy 14126   3181725        50      4450         0    107509     31150   1434622     15.62     16.50
3574.26/895.88	c  N dy 14276   3204066        50      4450         0    126648     31150   1795781     15.63     16.45
3594.65/900.91	c  S st 14329   3211871        50      4450         0     66889     31150    702868     15.63   no data
3595.40/901.11	c  S st 14329   3212377        50      4450         0     67334     31150    711616     15.63   no data
3595.40/901.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3595.40/901.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3595.40/901.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3595.40/901.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3595.40/901.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3595.40/901.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3595.40/901.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3595.40/901.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3595.40/901.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3598.62/902.00	c lits-rem:        17  cl-subs:      431  v-elim:      0  v-fix:    0  time:  0.82 s
3598.62/902.00	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3599.04/902.01	c vivif2 --  cl tried    66903 cl shrink        0 lits rem          0 time: 0.01
3599.79/902.29	c asymm  cl-useful: 0/639/4450 lits-rem:0 time: 0.28
3599.79/902.29	c calculated reachability. Time: 0.00
3599.79/902.29	c  N dy 14329   3212377        50      4450         0     66903     31150    705097     15.63   no data
3624.95/908.54	c  N dy 14447   3232449        50      4450         0     84058     31150   1026475     15.63     17.75
3665.62/918.78	c  N dy 14549   3259410        50      4450         0    107034     31150   1450279     15.63     16.51
3705.92/928.86	c  N dy 14669   3279490        50      4450         0    124104     31150   1769390     15.64     17.47
3751.41/940.27	c  N dy 14749   3306606        50      4450         0     79784     31150    918889     15.63     16.54
3782.14/947.95	c  N dy 14836   3328813        50      4450         0     98747     31150   1265122     15.63     16.50
3820.05/957.49	c  N dy 14974   3348857        50      4450         0    115932     31150   1590786     15.64     17.54
3867.92/969.48	c  N dy 15098   3368893        50      4450         0    133106     31150   1913906     15.65     17.38
3901.46/977.86	c  N dy 15240   3388915        50      4450         0     82118     31150    977333     15.65     18.69
3932.96/985.73	c  N dy 15365   3409013        50      4450         0     99367     31150   1303696     15.66     18.86
3996.81/1001.74	c  N dy 15475   3446457        50      4450         0    131167     31150   1881855     15.65     16.56
4033.90/1011.06	c  N dy 15588   3467155        50      4450         0     79734     31150    921993     15.66     16.55
4062.64/1018.24	c  N dy 15678   3487212        50      4450         0     96897     31150   1240832     15.66     17.03
4097.36/1026.93	c  N dy 15773   3507265        50      4450         0    114046     31150   1557687     15.66     17.02
4138.89/1037.37	c  N dy 15859   3528080        50      4450         0    131812     31150   1885638     15.66     16.52
4179.94/1047.64	c  N dy 16012   3548159        50      4450         0     78982     31150    903389     15.67     16.52
4211.08/1055.42	c  N dy 16168   3568189        50      4450         0     96154     31150   1232603     15.68     17.93
4245.78/1064.16	c  N dy 16276   3588262        50      4450         0    113334     31150   1551808     15.68     17.15
4290.07/1075.28	c  N dy 16395   3608520        50      4450         0    130703     31150   1878600     15.68     16.51
4375.49/1096.70	c  N dy 16417   3679944        50      4450         0    119376     31150   1546277     15.64     16.63
4419.79/1107.78	c  N dy 16558   3699991        50      4450         0    136641     31150   1873186     15.64     16.81
4446.13/1114.35	c  S st 16627   3712378        50      4450         0     75975     31150    831922     15.64   no data
4446.88/1114.58	c  S st 16627   3712879        50      4450         0     76414     31150    840568     15.64   no data
4446.88/1114.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4447.28/1114.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
4447.28/1114.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4447.28/1114.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4447.28/1114.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4447.28/1114.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4447.28/1114.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4447.28/1114.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4447.28/1114.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4453.67/1116.28	c lits-rem:       112  cl-subs:     1762  v-elim:      0  v-fix:    0  time:  1.62 s
4453.67/1116.28	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4453.67/1116.29	c vivif2 --  cl tried    74652 cl shrink        0 lits rem          0 time: 0.01
4455.26/1116.60	c asymm  cl-useful: 0/553/4450 lits-rem:0 time: 0.31
4455.26/1116.61	c calculated reachability. Time: 0.00
4455.26/1116.61	c  N dy 16627   3712879        50      4450         0     74652     31150    810843     15.64   no data
4493.99/1126.39	c  N dy 16646   3748394        50      4450         0    104515     31150   1326290     15.63     16.50
4500.35/1127.94	c  F st 16666   3751562        50      4450         0    107216     31150   1376680     15.63   no data
4533.90/1136.35	c  N dy 16745   3768478        50      4450         0    121632     31150   1646741     15.63     16.47
4580.96/1148.11	c  N dy 16864   3788628        50      4450         0    138882     31150   1968389     15.64     16.51
4618.86/1157.63	c  N dy 16996   3808716        50      4450         0     84169     31150    981415     15.64     16.72
4646.79/1164.65	c  N dy 17038   3828963        50      4450         0    101305     31150   1290001     15.64     16.49
4685.89/1174.43	c  N dy 17163   3848964        50      4450         0    118406     31150   1611070     15.64     16.57
4726.61/1184.63	c  N dy 17207   3872418        50      4450         0    138080     31150   1960417     15.64     16.65
4766.53/1194.69	c  N dy 17296   3893254        50      4450         0     82871     31150    946839     15.64     16.55
4798.41/1202.69	c  N dy 17422   3913296        50      4450         0     99978     31150   1269447     15.64     16.48

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

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

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


[startup+0 s]
/proc/loadavg: 6.60 7.72 7.49 6/319 8326
/proc/meminfo: memFree=27333616/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 384718425 52396032 347 33554432000 4194304 4580107 140735017296912 18446744073709551615 47529355847592 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 12792 347 299 95 0 7774 0
[pid=8326/tid=8327] ppid=8324 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 384718425 52396032 347 33554432000 4194304 4580107 140735017296912 18446744073709551615 47529355847602 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 384718425 52396032 347 33554432000 4194304 4580107 140735017296912 18446744073709551615 47529355847602 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 384718425 52396032 347 33554432000 4194304 4580107 140735017296912 18446744073709551615 268660718577 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.037827 s]
/proc/loadavg: 6.60 7.72 7.49 6/319 8326
/proc/meminfo: memFree=27333616/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=281856 CPUtime=0.12 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 1090 0 0 0 12 0 0 0 18 0 4 0 384718425 288620544 1009 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 70464 1009 357 95 0 65446 0
[pid=8326/tid=8327] ppid=8324 vsize=281856 CPUtime=0.03 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 150 0 0 0 3 0 0 0 18 0 4 0 384718425 288620544 1009 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=281856 CPUtime=0.03 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 167 0 0 0 3 0 0 0 18 0 4 0 384718425 288620544 1009 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=281856 CPUtime=0.02 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 215 0 0 0 2 0 0 0 25 0 4 0 384718425 288620544 1009 33554432000 4194304 4580107 140735017296912 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 281856

[startup+0.100815 s]
/proc/loadavg: 6.60 7.72 7.49 6/319 8326
/proc/meminfo: memFree=27333616/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=282000 CPUtime=0.38 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 1201 0 0 0 38 0 0 0 18 0 4 0 384718425 288768000 1120 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 70500 1120 358 95 0 65482 0
[pid=8326/tid=8327] ppid=8324 vsize=282000 CPUtime=0.09 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 160 0 0 0 9 0 0 0 18 0 4 0 384718425 288768000 1120 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=282000 CPUtime=0.09 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 178 0 0 0 9 0 0 0 18 0 4 0 384718425 288768000 1120 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=282000 CPUtime=0.08 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 297 0 0 0 8 0 0 0 25 0 4 0 384718425 288768000 1120 33554432000 4194304 4580107 140735017296912 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282000

[startup+0.300781 s]
/proc/loadavg: 6.60 7.72 7.49 6/319 8326
/proc/meminfo: memFree=27333616/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=284888 CPUtime=1.17 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 3117 0 0 0 117 0 0 0 18 0 4 0 384718425 291725312 2352 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 71222 2352 376 95 0 66204 0
[pid=8326/tid=8327] ppid=8324 vsize=284888 CPUtime=0.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 726 0 0 0 29 0 0 0 18 0 4 0 384718425 291725312 2352 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=284888 CPUtime=0.29 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 739 0 0 0 29 0 0 0 18 0 4 0 384718425 291725312 2352 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=284888 CPUtime=0.28 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 508 0 0 0 28 0 0 0 25 0 4 0 384718425 291725312 2352 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284888

[startup+0.700712 s]
/proc/loadavg: 6.60 7.72 7.49 6/319 8326
/proc/meminfo: memFree=27333616/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=286276 CPUtime=2.77 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 4875 0 0 0 277 0 0 0 18 0 4 0 384718425 293146624 3098 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 71569 3098 376 95 0 66551 0
[pid=8326/tid=8327] ppid=8324 vsize=286276 CPUtime=0.69 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1174 0 0 0 69 0 0 0 18 0 4 0 384718425 293146624 3098 33554432000 4194304 4580107 140735017296912 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=286276 CPUtime=0.69 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1134 0 0 0 69 0 0 0 18 0 4 0 384718425 293146624 3098 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=286276 CPUtime=0.68 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1023 0 0 0 68 0 0 0 25 0 4 0 384718425 293146624 3098 33554432000 4194304 4580107 140735017296912 18446744073709551615 4298942 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286276

[startup+1.50057 s]
/proc/loadavg: 6.60 7.72 7.49 10/323 8330
/proc/meminfo: memFree=27309860/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=291700 CPUtime=5.96 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 8602 0 0 0 595 1 0 0 20 0 4 0 384718425 298700800 4694 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 72925 4694 378 95 0 67907 0
[pid=8326/tid=8327] ppid=8324 vsize=291700 CPUtime=1.49 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1868 0 0 0 149 0 0 0 19 0 4 0 384718425 298700800 4694 33554432000 4194304 4580107 140735017296912 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=291700 CPUtime=1.49 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1864 0 0 0 149 0 0 0 20 0 4 0 384718425 298700800 4694 33554432000 4194304 4580107 140735017296912 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=291700 CPUtime=1.47 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 1691 0 0 0 147 0 0 0 25 0 4 0 384718425 298700800 4694 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291700

[startup+3.10029 s]
/proc/loadavg: 6.60 7.72 7.49 10/323 8330
/proc/meminfo: memFree=27276628/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=300740 CPUtime=12.35 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 15802 0 0 0 1233 2 0 0 25 0 4 0 384718425 307957760 9304 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 75185 9304 378 95 0 70167 0
[pid=8326/tid=8327] ppid=8324 vsize=300740 CPUtime=3.08 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 3794 0 0 0 308 0 0 0 25 0 4 0 384718425 307957760 9304 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=300740 CPUtime=3.08 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 4132 0 0 0 308 0 0 0 25 0 4 0 384718425 307957760 9304 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=300740 CPUtime=3.06 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 3707 0 0 0 306 0 0 0 25 0 4 0 384718425 307957760 9304 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 300740

[startup+6.30073 s]
/proc/loadavg: 6.71 7.73 7.49 10/323 8330
/proc/meminfo: memFree=27246608/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=301240 CPUtime=25.11 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 23337 0 0 0 2508 3 0 0 25 0 4 0 384718425 308469760 12169 33554432000 4194304 4580107 140735017296912 18446744073709551615 4305176 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 75310 12169 379 95 0 70292 0
[pid=8326/tid=8327] ppid=8324 vsize=301240 CPUtime=6.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 6107 0 0 0 628 1 0 0 25 0 4 0 384718425 308469760 12169 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=301240 CPUtime=6.29 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 6170 0 0 0 628 1 0 0 25 0 4 0 384718425 308469760 12169 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=301240 CPUtime=6.22 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 5401 0 0 0 622 0 0 0 25 0 4 0 384718425 308469760 12169 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 301240

[startup+12.7006 s]
/proc/loadavg: 6.81 7.73 7.49 10/323 8330
/proc/meminfo: memFree=27212920/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=311336 CPUtime=50.64 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 34687 0 0 0 5058 6 0 0 25 0 4 0 384718425 318808064 14692 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 77834 14692 379 95 0 72816 0
[pid=8326/tid=8327] ppid=8324 vsize=311336 CPUtime=12.68 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 8781 0 0 0 1267 1 0 0 25 0 4 0 384718425 318808064 14692 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=311336 CPUtime=12.69 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 8822 0 0 0 1267 2 0 0 25 0 4 0 384718425 318808064 14692 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=311336 CPUtime=12.56 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 8714 0 0 0 1255 1 0 0 25 0 4 0 384718425 318808064 14692 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 311336

[startup+25.5004 s]
/proc/loadavg: 7.07 7.74 7.50 10/323 8330
/proc/meminfo: memFree=27186088/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=302796 CPUtime=101.71 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 52257 0 0 0 10160 11 0 0 25 0 4 0 384718425 310063104 17230 33554432000 4194304 4580107 140735017296912 18446744073709551615 4320915 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 75699 17230 379 95 0 70681 0
[pid=8326/tid=8327] ppid=8324 vsize=302796 CPUtime=25.49 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 13889 0 0 0 2546 3 0 0 25 0 4 0 384718425 310063104 17230 33554432000 4194304 4580107 140735017296912 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=302796 CPUtime=25.49 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 13593 0 0 0 2546 3 0 0 25 0 4 0 384718425 310063104 17230 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=302796 CPUtime=25.23 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 12757 0 0 0 2521 2 0 0 25 0 4 0 384718425 310063104 17230 33554432000 4194304 4580107 140735017296912 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 302796

[startup+51.1009 s]
/proc/loadavg: 7.39 7.76 7.51 10/323 8331
/proc/meminfo: memFree=27159232/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=305212 CPUtime=203.86 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 78806 0 0 0 20370 16 0 0 25 0 4 0 384718425 312537088 21051 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 76303 21051 378 95 0 71285 0
[pid=8326/tid=8327] ppid=8324 vsize=305212 CPUtime=51.08 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 20876 0 0 0 5104 4 0 0 25 0 4 0 384718425 312537088 21051 33554432000 4194304 4580107 140735017296912 18446744073709551615 4342192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=305212 CPUtime=51.09 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 20682 0 0 0 5105 4 0 0 25 0 4 0 384718425 312537088 21051 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=305212 CPUtime=50.57 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 18406 0 0 0 5054 3 0 0 25 0 4 0 384718425 312537088 21051 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 305212

[startup+102.312 s]
/proc/loadavg: 7.77 7.81 7.54 10/323 8332
/proc/meminfo: memFree=27130768/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=329520 CPUtime=408.19 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 119290 0 0 0 40789 30 0 0 25 0 4 0 384718425 337428480 24226 33554432000 4194304 4580107 140735017296912 18446744073709551615 4305310 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 82380 24226 378 95 0 77362 0
[pid=8326/tid=8327] ppid=8324 vsize=329520 CPUtime=102.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 30937 0 0 0 10222 7 0 0 25 0 4 0 384718425 337428480 24226 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=329520 CPUtime=102.3 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 30044 0 0 0 10222 8 0 0 25 0 4 0 384718425 337428480 24226 33554432000 4194304 4580107 140735017296912 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=329520 CPUtime=101.27 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 29529 0 0 0 10120 7 0 0 25 0 4 0 384718425 337428480 24226 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 329520

[startup+162.3 s]

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

[pid=8326] ppid=8324 vsize=411972 CPUtime=2562.8 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 358804 0 0 0 256150 130 0 0 25 0 4 0 384718425 421859328 57556 33554432000 4194304 4580107 140735017296912 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 102993 57556 378 95 0 97975 0
[pid=8326/tid=8327] ppid=8324 vsize=411972 CPUtime=642.3 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 94234 0 0 0 64198 32 0 0 25 0 4 0 384718425 421859328 57556 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=411972 CPUtime=642.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 92615 0 0 0 64198 33 0 0 25 0 4 0 384718425 421859328 57556 33554432000 4194304 4580107 140735017296912 18446744073709551615 4305296 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=411972 CPUtime=635.86 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 83739 0 0 0 63556 30 0 0 25 0 4 0 384718425 421859328 57556 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2562.8
Current children cumulated vsize (KiB) 411972

[startup+702.301 s]
/proc/loadavg: 8.09 8.08 7.81 10/323 8348
/proc/meminfo: memFree=26866548/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=398012 CPUtime=2802.18 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 378515 0 0 0 280078 140 0 0 25 0 4 0 384718425 407564288 53793 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 99503 53793 381 95 0 94485 0
[pid=8326/tid=8327] ppid=8324 vsize=398012 CPUtime=702.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 98683 0 0 0 70194 35 0 0 25 0 4 0 384718425 407564288 53793 33554432000 4194304 4580107 140735017296912 18446744073709551615 4318383 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=398012 CPUtime=702.3 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 98115 0 0 0 70194 36 0 0 25 0 4 0 384718425 407564288 53793 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=398012 CPUtime=695.25 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 87481 0 0 0 69493 32 0 0 25 0 4 0 384718425 407564288 53793 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.18
Current children cumulated vsize (KiB) 398012

[startup+762.312 s]
/proc/loadavg: 8.08 8.08 7.82 10/323 8350
/proc/meminfo: memFree=26829048/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=441072 CPUtime=3041.62 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 395472 0 0 0 304014 148 0 0 25 0 4 0 384718425 451657728 58718 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 110268 58718 381 95 0 105250 0
[pid=8326/tid=8327] ppid=8324 vsize=441072 CPUtime=762.3 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 103245 0 0 0 76194 36 0 0 25 0 4 0 384718425 451657728 58718 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=441072 CPUtime=762.32 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 102909 0 0 0 76194 38 0 0 25 0 4 0 384718425 451657728 58718 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=441072 CPUtime=754.66 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 90666 0 0 0 75432 34 0 0 25 0 4 0 384718425 451657728 58718 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.62
Current children cumulated vsize (KiB) 441072

[startup+822.301 s]
/proc/loadavg: 8.07 8.08 7.83 9/323 8352
/proc/meminfo: memFree=26831748/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=461256 CPUtime=3280.98 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 410960 0 0 0 327942 156 0 0 25 0 4 0 384718425 472326144 60853 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 115314 60853 381 95 0 110296 0
[pid=8326/tid=8327] ppid=8324 vsize=461256 CPUtime=822.3 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 105636 0 0 0 82192 38 0 0 25 0 4 0 384718425 472326144 60853 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=461256 CPUtime=822.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 108117 0 0 0 82190 41 0 0 25 0 4 0 384718425 472326144 60853 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=461256 CPUtime=814.05 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 94081 0 0 0 81369 36 0 0 25 0 4 0 384718425 472326144 60853 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.98
Current children cumulated vsize (KiB) 461256

[startup+882.3 s]
/proc/loadavg: 8.06 8.08 7.84 10/323 8353
/proc/meminfo: memFree=26823028/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=473972 CPUtime=3520.39 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 423576 0 0 0 351877 162 0 0 25 0 4 0 384718425 485347328 62110 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 118493 62110 381 95 0 113475 0
[pid=8326/tid=8327] ppid=8324 vsize=473972 CPUtime=882.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 108350 0 0 0 88190 39 0 0 25 0 4 0 384718425 485347328 62110 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=473972 CPUtime=882.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 112707 0 0 0 88188 43 0 0 25 0 4 0 384718425 485347328 62110 33554432000 4194304 4580107 140735017296912 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=473972 CPUtime=873.44 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 96940 0 0 0 87308 36 0 0 25 0 4 0 384718425 485347328 62110 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.39
Current children cumulated vsize (KiB) 473972

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 7.85 10/323 8355
/proc/meminfo: memFree=26796688/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=409064 CPUtime=3759.79 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 434198 0 0 0 375812 167 0 0 25 0 4 0 384718425 418881536 59700 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 102266 59700 378 95 0 97248 0
[pid=8326/tid=8327] ppid=8324 vsize=409064 CPUtime=942.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 110783 0 0 0 94189 40 0 0 25 0 4 0 384718425 418881536 59700 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=409064 CPUtime=942.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 116334 0 0 0 94186 45 0 0 25 0 4 0 384718425 418881536 59700 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=409064 CPUtime=932.85 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 98497 0 0 0 93248 37 0 0 25 0 4 0 384718425 418881536 59700 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.79
Current children cumulated vsize (KiB) 409064

[startup+1002.3 s]
/proc/loadavg: 8.24 8.12 7.88 10/323 8356
/proc/meminfo: memFree=26772596/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=397752 CPUtime=3999.19 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 450448 0 0 0 399742 177 0 0 25 0 4 0 384718425 407298048 60498 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 99438 60498 378 95 0 94420 0
[pid=8326/tid=8327] ppid=8324 vsize=397752 CPUtime=1002.3 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 114900 0 0 0 100187 43 0 0 25 0 4 0 384718425 407298048 60498 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=397752 CPUtime=1002.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 122547 0 0 0 100184 47 0 0 25 0 4 0 384718425 407298048 60498 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=397752 CPUtime=992.25 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 101822 0 0 0 99186 39 0 0 25 0 4 0 384718425 407298048 60498 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.19
Current children cumulated vsize (KiB) 397752

[startup+1062.3 s]
/proc/loadavg: 8.23 8.13 7.90 9/323 8358
/proc/meminfo: memFree=26809128/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=398956 CPUtime=4238.6 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 466055 0 0 0 423676 184 0 0 25 0 4 0 384718425 408530944 58647 33554432000 4194304 4580107 140735017296912 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 99739 58647 378 95 0 94721 0
[pid=8326/tid=8327] ppid=8324 vsize=398956 CPUtime=1062.3 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 119536 0 0 0 106186 44 0 0 25 0 4 0 384718425 408530944 58647 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=398956 CPUtime=1062.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 126214 0 0 0 106182 49 0 0 25 0 4 0 384718425 408530944 58647 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=398956 CPUtime=1051.66 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 104417 0 0 0 105125 41 0 0 25 0 4 0 384718425 408530944 58647 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.6
Current children cumulated vsize (KiB) 398956

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 7.91 10/323 8360
/proc/meminfo: memFree=26806484/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=413720 CPUtime=4478.01 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 483379 0 0 0 447608 193 0 0 25 0 4 0 384718425 423649280 61004 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 103430 61004 378 95 0 98412 0
[pid=8326/tid=8327] ppid=8324 vsize=413720 CPUtime=1122.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 123272 0 0 0 112183 46 0 0 25 0 4 0 384718425 423649280 61004 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=413720 CPUtime=1122.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 130905 0 0 0 112180 51 0 0 25 0 4 0 384718425 423649280 61004 33554432000 4194304 4580107 140735017296912 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=413720 CPUtime=1111.05 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 108781 0 0 0 111063 42 0 0 25 0 4 0 384718425 423649280 61004 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.01
Current children cumulated vsize (KiB) 413720

[startup+1182.3 s]
/proc/loadavg: 8.05 8.09 7.91 10/323 8361
/proc/meminfo: memFree=26808280/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=413880 CPUtime=4717.42 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 496243 0 0 0 471542 200 0 0 25 0 4 0 384718425 423813120 63113 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 103470 63113 378 95 0 98452 0
[pid=8326/tid=8327] ppid=8324 vsize=413880 CPUtime=1182.29 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 128265 0 0 0 118181 48 0 0 25 0 4 0 384718425 423813120 63113 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=413880 CPUtime=1182.31 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 134306 0 0 0 118178 53 0 0 25 0 4 0 384718425 423813120 63113 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=413880 CPUtime=1170.46 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 112157 0 0 0 117002 44 0 0 25 0 4 0 384718425 423813120 63113 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.42
Current children cumulated vsize (KiB) 413880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.03 8.08 7.91 9/323 8362
/proc/meminfo: memFree=26800452/32951124 swapFree=46575252/67111528
[pid=8326] ppid=8324 vsize=427044 CPUtime=4800.03 cores=1,3,5,7
/proc/8326/stat : 8326 (strangenight2-m) R 8324 8326 7660 0 -1 4202496 503441 0 0 0 479800 203 0 0 25 0 4 0 384718425 437293056 64550 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8326/statm: 106761 64550 378 95 0 101743 0
[pid=8326/tid=8327] ppid=8324 vsize=427044 CPUtime=1203.01 cores=1,3,5,7
/proc/8326/task/8327/stat : 8327 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 129230 0 0 0 120252 49 0 0 25 0 4 0 384718425 437293056 64551 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8326/tid=8328] ppid=8324 vsize=427044 CPUtime=1203.03 cores=1,3,5,7
/proc/8326/task/8328/stat : 8328 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 136929 0 0 0 120248 55 0 0 25 0 4 0 384718425 437293056 64551 33554432000 4194304 4580107 140735017296912 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8326/tid=8329] ppid=8324 vsize=427044 CPUtime=1190.96 cores=1,3,5,7
/proc/8326/task/8329/stat : 8329 (strangenight2-m) R 8324 8326 7660 0 -1 4202560 114108 0 0 0 119051 45 0 0 25 0 4 0 384718425 437293056 64551 33554432000 4194304 4580107 140735017296912 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 427044

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.03
CPU time (s): 4800.08
CPU user time (s): 4798.04
CPU system time (s): 2.04269
CPU usage (%): 399
Max. virtual memory (cumulated for all children) (KiB): 486572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.04
system time used= 2.04269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503443
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= 395
involuntary context switches= 32461

runsolver used 3.36849 second user time and 8.72567 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 22:34:32
IDJOB=3366483
IDBENCH=82892
IDSOLVER=1844
FILE ID=node107/3366483-1305405272
RUNJOBID= node107-1305405271-8304
PBS_JOBID= 13324475
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366483-1305405272/watcher-3366483-1305405272 -o /tmp/evaluation-result-3366483-1305405272/solver-3366483-1305405272 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366483-1305405272.cnf

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

MD5SUM BENCH= 80aa82e62b454f2871f6471d9559597d
RANDOM SEED=2077623479

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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	: 5359.47
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.829
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.829
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:      27334144 kB
Buffers:        128264 kB
Cached:         923284 kB
SwapCached:       9832 kB
Active:        5265240 kB
Inactive:        72084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27334144 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           11264 kB
Writeback:           0 kB
AnonPages:     4282952 kB
Mapped:          19512 kB
Slab:           146640 kB
PageTables:      69224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64999428 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= 73424 MiB
End job on node107 at 2011-05-14 22:54:37