Trace number 3289932

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.42 1201.74

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3289932-1304123905.cnf'
0.00/0.00	c -- header says num vars:           1192
0.00/0.00	c -- header says num clauses:       10656
0.00/0.01	c -- clauses added:            0 learnts,        10656 normals,            0 xors
0.00/0.01	c -- vars added       1192
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0      1192     10232       128         0     56444         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/9208/9208 lits-rem:0 time: 0.03
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  320 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.05	c Replacing      320 vars Replaced    18032 lits Time:     0.00 s 
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    608 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.14	c Finding non-binary XORs:     0.00 s (found:     336, avg size: 3.8)
0.00/0.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     80 locsubst:     0 time:   0.00
0.00/0.14	c calculated reachability. Time: 0.00
0.00/0.14	c Calc default polars -  time:   0.00 s pos:      10 undec:     664 neg:     518
0.00/0.14	c =========================================================================================
0.00/0.14	c types(t): F = full restart, N = normal restart
0.00/0.14	c types(t): S = simplification begin/end, E = solution found
0.00/0.14	c restart types(rt): st = static, dy = dynamic
0.00/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.14	c  B st     0         0       528      6328         0         0     41484         0   no data   no data
0.00/0.14	c  N dy    20      4048       528      6328        19      3628     41484     72212     12.69     15.54
0.00/0.24	c  N dy    40      8185       528      6328        30      5119     41484     77665     12.42     13.18
0.19/0.85	c  N dy    61     12196       528      6328        33      4917     41484     56343     12.17     14.83
0.19/0.85	c  N dy    80     16203       528      6328        38      8492     41484    134608     12.12     12.82
0.19/0.85	c  N dy   105     20284       528      6328        41      7101     41484     85852     12.19     14.87
0.19/0.85	c  N dy   117     24455       528      6328        42     10904     41484    158320     11.99     12.87
0.19/0.85	c  F st   119     25001       528      6328        46     11367     41484    164232     11.92      8.32
0.19/0.85	c  N dy   125     30000       528      6328        47      9754     41484    163418     11.92   no data
0.19/0.85	c  S st   125     30000       528      6328        47      9754     41484    163418     11.92   no data
0.19/0.85	c  S st   125     30503       528      6328        48     10195     41484    169771     11.92   no data
0.19/0.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     16 locsubst:     0 time:   0.00
0.19/0.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   21 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.19/0.85	c Replacing       21 vars Replaced    11117 lits Time:     0.01 s 
0.19/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    491 time:  0.00 s
0.19/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.19/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.19/0.85	c subs with bin:        4  lits-rem:         6  v-fix:    0  time:  0.00 s
0.19/0.85	c lits-rem:      1137  cl-subs:      444  v-elim:      0  v-fix:    0  time:  0.07 s
0.19/0.85	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.05
0.19/0.85	c calculated reachability. Time: 0.00
0.19/0.85	c  N dy   125     30503       491      6328         6      8459     41452    107620     11.92   no data
0.19/0.95	c  N dy   152     34680       491      6328        12     12239     41452    186776     12.14     12.97
3.97/1.05	c  N dy   173     38870       491      6328        15      9525     41452    117263     12.13     12.93
4.36/1.15	c  N dy   199     43194       491      6328        17     13428     41452    196937     12.24     13.63
4.77/1.25	c  S st   215     45755       491      6328        17      8009     41452     74980     12.37   no data
4.77/1.25	c  S st   215     46260       491      6328        17      8446     41452     81035     12.37   no data
4.77/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    7 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.77/1.25	c Replacing        7 vars Replaced      318 lits Time:     0.00 s 
4.77/1.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.77/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    484 time:  0.00 s
4.77/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.25	c subs with bin:        1  lits-rem:         3  v-fix:    0  time:  0.00 s
4.77/1.25	c lits-rem:       225  cl-subs:      138  v-elim:      0  v-fix:    0  time:  0.02 s
4.77/1.25	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
4.77/1.25	c vivif2 --  cl tried     8297 cl shrink        0 lits rem          0 time: 0.00
5.16/1.35	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.05
5.16/1.35	c calculated reachability. Time: 0.00
5.16/1.35	c  N dy   215     46260       484      6328         3      8297     41452     78915     12.37   no data
5.16/1.35	c  N dy   227     50339       484      6328         5     11884     41452    152828     12.23     13.17
5.97/1.55	c  N dy   245     54421       484      6328         5     15510     41452    222903     12.13     13.14
5.97/1.55	c Finding binary XORs  T:     0.00 s  found:       3
5.97/1.56	c  N dy   270     58438       484      6328         7     10397     41452    109292     12.16     13.14
6.37/1.65	c  N dy   295     62523       484      6328         8     14044     41452    178575     12.20     14.47
6.76/1.76	c  N dy   313     66536       484      6328         8     17665     41452    253128     12.17     13.04
7.18/1.85	c  S st   326     69390       484      6328         8     10492     41452     99212     12.16     11.58
7.18/1.87	c  S st   326     69893       484      6328         8     10943     41452    107028     12.16   no data
7.18/1.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.18/1.87	c Replacing        4 vars Replaced      143 lits Time:     0.00 s 
7.18/1.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.18/1.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.18/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/1.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
7.18/1.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.18/1.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.18/1.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.59/1.92	c lits-rem:       633  cl-subs:      250  v-elim:      0  v-fix:    0  time:  0.04 s
7.59/1.92	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
7.59/1.92	c vivif2 --  cl tried    10688 cl shrink        0 lits rem          0 time: 0.00
7.59/1.98	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.06
7.59/1.98	c calculated reachability. Time: 0.00
7.59/1.98	c  N dy   326     69893       480      6328         0     10688     41452    103588     12.16   no data
7.96/2.10	c  N dy   361     74551       480      6328         0     14885     41452    185577     12.23     13.20
8.76/2.25	c  N dy   366     80118       480      6328         0     19805     41452    286938     12.03     12.83
9.16/2.39	c  N dy   392     85283       480      6328         0     13779     41452    155295     12.03     15.30
9.56/2.46	c  F st   406     87500       480      6328         0     15776     41452    193558     12.04   no data
9.96/2.56	c  N st   411     90797       480      6328         0     18742     41452    262790     12.04   no data
10.75/2.76	c  N dy   436     96642       480      6328         0     12359     41452    115103     12.05     14.38
11.57/2.95	c  N dy   455    102835       480      6328         0     17888     41452    228370     11.96     12.63
11.98/3.01	c  S st   460    104839       480      6328         0     19686     41452    268033     11.94   no data
11.98/3.04	c  S st   460    105341       480      6328         0     20135     41452    274046     11.94   no data
11.98/3.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.98/3.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
11.98/3.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.98/3.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.98/3.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.98/3.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
11.98/3.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.98/3.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.98/3.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.26	c lits-rem:      1573  cl-subs:      777  v-elim:      0  v-fix:    0  time:  0.20 s
12.75/3.26	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
12.75/3.26	c vivif2 --  cl tried    19358 cl shrink        0 lits rem          0 time: 0.00
13.15/3.34	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.08
13.15/3.34	c calculated reachability. Time: 0.00
13.15/3.34	c  N dy   460    105341       480      6328         0     19358     41452    258313     11.94   no data
14.35/3.61	c  N dy   505    112304       480      6328         0     13175     41452    118761     12.01     12.65
15.15/3.81	c  N dy   541    120002       480      6328         0     20034     41452    257020     11.99     12.65
16.36/4.11	c  N dy   573    127673       480      6328         0     13494     41452    114099     11.94     16.51
17.15/4.36	c  N dy   632    135896       480      6328         0     20953     41452    269434     12.03     12.74
18.75/4.73	c  N dy   689    145187       480      6328         0     14952     41452    130361     12.10     12.92
19.94/5.00	c  N dy   706    154663       480      6328         0     23532     41452    303432     11.93     12.60
20.36/5.13	c  S st   721    158012       480      6328         0     26534     41452    365584     11.92      8.44
20.36/5.16	c  S st   721    158515       480      6328         0     26987     41452    374763     11.92   no data
20.36/5.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.36/5.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.36/5.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.36/5.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.36/5.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.36/5.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
20.36/5.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.36/5.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.36/5.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.94/5.50	c lits-rem:      2661  cl-subs:     1091  v-elim:      0  v-fix:    0  time:  0.31 s
21.94/5.50	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
21.94/5.51	c vivif2 --  cl tried    25896 cl shrink        0 lits rem          0 time: 0.00
22.34/5.61	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.10
22.34/5.61	c calculated reachability. Time: 0.00
22.34/5.61	c  N dy   721    158515       480      6328         0     25896     41452    355964     11.92   no data
23.53/5.99	c  N dy   772    168653       480      6328         0     19747     41452    216709     11.92     12.58
25.15/6.40	c  N dy   840    179654       480      6328         0     29635     41452    428294     11.99     12.72
27.14/6.86	c  N dy   917    191474       480      6328         0     24118     41452    299173     12.05     12.71
29.92/7.57	c  N dy   953    203713       480      6328         0     18146     41452    164101     11.97     16.61
31.93/8.07	c  N dy  1029    216774       480      6328         0     29916     41452    416816     12.00     13.07
34.72/8.71	c  N dy  1120    230671       480      6328         0     24412     41452    288433     12.08     12.85
35.92/9.02	c  S st  1156    237772       480      6328         0     30838     41452    427190     12.08   no data
35.92/9.06	c  S st  1156    238274       480      6328         0     31291     41452    433401     12.08   no data
35.92/9.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.92/9.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.92/9.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.92/9.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.92/9.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.92/9.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
35.92/9.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.92/9.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.92/9.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.94/9.54	c lits-rem:      3014  cl-subs:     1298  v-elim:      0  v-fix:    0  time:  0.44 s
37.94/9.54	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
37.94/9.55	c vivif2 --  cl tried    29993 cl shrink        0 lits rem          0 time: 0.00
38.34/9.66	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.12
38.34/9.66	c calculated reachability. Time: 0.00
38.34/9.66	c  N dy  1156    238274       480      6328         0     29993     41452    409072     12.08   no data
41.11/10.34	c  N dy  1247    253533       480      6328         0     24882     41452    283859     12.13     14.96
44.30/11.13	c  N dy  1357    269796       480      6328         0     39641     41452    603220     12.20     12.95
47.50/11.91	c  N dy  1439    287653       480      6328         0     35808     41452    489686     12.17     13.09
50.70/12.74	c  N dy  1545    306027       480      6328         0     31483     41452    386210     12.17     12.95
50.70/12.75	c  F st  1547    306251       480      6328         0     31665     41452    389031     12.16      8.26
54.69/13.78	c  N dy  1661    325636       480      6328         0     27542     41452    303507     12.23     15.40
59.09/14.87	c  N dy  1796    345666       480      6328         0     23115     41452    197727     12.31     13.16
61.48/15.40	c  S st  1848    357412       480      6328         0     33760     41452    422459     12.29     12.00
61.48/15.44	c  S st  1848    357915       480      6328         0     34217     41452    429648     12.29   no data
61.48/15.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.48/15.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
61.48/15.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.48/15.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.48/15.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.48/15.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
61.48/15.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.48/15.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
61.48/15.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.48/15.91	c lits-rem:      3228  cl-subs:     1287  v-elim:      0  v-fix:    0  time:  0.43 s
63.48/15.91	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
63.48/15.91	c vivif2 --  cl tried    32930 cl shrink        0 lits rem          0 time: 0.01
63.88/16.04	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.13
63.88/16.04	c calculated reachability. Time: 0.00
63.88/16.04	c  N dy  1848    357915       480      6328         0     32930     41452    408627     12.29   no data
68.28/17.16	c  N dy  1969    378161       480      6328         0     27795     41452    284315     12.33     13.40
73.09/18.36	c  N dy  2047    398174       480      6328         0     45998     41452    703876     12.32     13.34
77.48/19.50	c  N dy  2152    418493       480      6328         0     39807     41452    531042     12.31     12.99
82.66/20.75	c  N dy  2293    438602       480      6328         0     32834     41452    384868     12.40     13.17
88.25/22.14	c  N dy  2376    458676       480      6328         0     51066     41452    814825     12.39     13.99
93.04/23.31	c  N dy  2490    478732       480      6328         0     42986     41452    580680     12.41     16.96
98.64/24.75	c  N dy  2607    499380       480      6328         0     34576     41452    396587     12.44     13.26
104.62/26.21	c  N dy  2734    519424       480      6328         0     52806     41452    821383     12.49     13.26
109.02/27.31	c  S st  2854    536872       480      6328         0     40621     41452    523525     12.54   no data
109.02/27.36	c  S st  2854    537372       480      6328         0     41066     41452    531302     12.54   no data
109.02/27.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.02/27.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
109.02/27.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.02/27.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.02/27.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.02/27.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
109.02/27.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.02/27.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
109.42/27.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.22/28.14	c lits-rem:      4167  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  0.73 s
112.22/28.14	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
112.22/28.14	c vivif2 --  cl tried    39472 cl shrink        0 lits rem          0 time: 0.01
112.63/28.30	c asymm  cl-useful: 0/5340/6328 lits-rem:0 time: 0.16
113.03/28.30	c calculated reachability. Time: 0.00
113.03/28.30	c  N dy  2854    537372       480      6328         0     39472     41452    503188     12.54   no data
119.01/29.86	c  N dy  2991    557565       480      6328         0     57885     41452    936132     12.59     13.26
124.60/31.23	c  N dy  3093    577650       480      6328         0     46967     41452    638181     12.58     17.39
131.39/32.95	c  N dy  3228    597713       480      6328         0     35299     41452    368783     12.63     13.44
137.39/34.47	c  N dy  3358    617894       480      6328         0     53733     41452    811675     12.67     13.38
143.80/36.06	c  N dy  3488    637897       480      6328         0     41024     41452    499265     12.71     17.95
150.97/37.87	c  N dy  3603    657899       480      6328         0     59261     41452    932092     12.72     13.80
157.76/39.56	c  N dy  3700    678010       480      6328         0     46204     41452    599776     12.73     13.54
165.76/41.51	c  N dy  3842    698034       480      6328         0     64430     41452   1042187     12.77     16.38
172.54/43.29	c  N dy  3992    718104       480      6328         0     50362     41452    695693     12.83     19.39
180.92/45.37	c  N dy  4093    738202       480      6328         0     35714     41452    300136     12.85     18.40
187.73/47.09	c  N dy  4223    759860       480      6328         0     55547     41452    798673     12.87     13.61
196.53/49.26	c  N dy  4363    779880       480      6328         0     39731     41452    371138     12.91     15.89
203.69/51.05	c  N dy  4490    799913       480      6328         0     57945     41452    811951     12.94     14.91
206.49/51.77	c  S st  4531    806058       480      6328         0     63569     41452    951400     12.95   no data
206.89/51.85	c  S st  4531    806562       480      6328         0     64027     41452    959790     12.95   no data
206.89/51.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
206.89/51.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
206.89/51.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
206.89/51.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
206.89/51.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
206.89/51.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
206.89/51.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
207.29/51.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
207.29/51.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.09/54.69	c lits-rem:      8647  cl-subs:     2787  v-elim:      0  v-fix:    0  time:  2.76 s
218.09/54.69	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
218.49/54.71	c vivif2 --  cl tried    61240 cl shrink        0 lits rem          0 time: 0.01
218.49/54.73	c asymm  cl-useful: 0/988/6328 lits-rem:0 time: 0.03
218.49/54.73	c calculated reachability. Time: 0.00
218.49/54.73	c  N dy  4531    806562       480      6328         0     61240     41452    907867     12.95   no data
228.06/57.15	c  N dy  4670    826578       480      6328         0     44239     41452    467825     12.98     13.78
236.45/59.23	c  N dy  4808    846720       480      6328         0     62705     41452    942784     13.01     13.87
246.84/61.82	c  N dy  4951    867153       480      6328         0     45574     41452    460375     13.04     13.76
256.02/64.13	c  N dy  5103    887308       480      6328         0     63968     41452    960519     13.10     13.83
266.83/66.88	c  N dy  5256    907352       480      6328         0     46066     41452    449716     13.16     14.71
275.99/69.14	c  N dy  5380    927444       480      6328         0     64556     41452    944149     13.20     17.03
287.18/71.98	c  N dy  5524    947458       480      6328         0     45308     41452    400917     13.23     14.15
296.37/74.25	c  N dy  5657    967467       480      6328         0     63743     41452    896064     13.26     14.06
307.56/77.07	c  N dy  5783    987516       480      6328         0     81929     41452   1352999     13.28     14.14
317.94/79.61	c  N dy  5928   1007552       480      6328         0     61852     41452    808878     13.31     14.32
329.92/82.69	c  N dy  6086   1027647       480      6328         0     80311     41452   1309817     13.35     16.93
341.12/85.43	c  N dy  6239   1047916       480      6328         0     59875     41452    729215     13.39     14.23
352.69/88.35	c  N dy  6347   1067933       480      6328         0     78273     41452   1215287     13.40     16.70
355.09/88.98	c  F st  6370   1071875       480      6328         0     81845     41452   1302068     13.40   no data
365.87/91.65	c  N dy  6463   1088026       480      6328         0     56624     41452    600832     13.43     24.46
377.46/94.51	c  N dy  6618   1108087       480      6328         0     75114     41452   1124855     13.47     14.51
392.64/98.34	c  N dy  6769   1128196       480      6328         0     52657     41452    442606     13.52     14.38
405.03/101.47	c  N dy  6916   1148235       480      6328         0     71318     41452    981472     13.55     21.10
418.60/104.81	c  N dy  7039   1168236       480      6328         0     89737     41452   1477115     13.58     17.71
431.39/108.03	c  N dy  7189   1188471       480      6328         0     65996     41452    770885     13.61     14.60
444.17/111.24	c  N dy  7262   1208539       480      6328         0     84528     41452   1449256     13.61     19.55
444.97/111.49	c  S st  7275   1209846       480      6328         0     85717     41452   1481912     13.61   no data
445.77/111.62	c  S st  7275   1210348       480      6328         0     86180     41452   1491350     13.61   no data
445.77/111.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
445.77/111.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
445.77/111.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
445.77/111.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.77/111.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.77/111.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
445.77/111.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
445.77/111.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
446.17/111.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.53/118.34	c lits-rem:     19163  cl-subs:     3911  v-elim:      0  v-fix:    0  time:  6.61 s
472.53/118.35	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
472.53/118.37	c vivif2 --  cl tried    82269 cl shrink        0 lits rem          0 time: 0.02
473.35/118.56	c asymm  cl-useful: 0/2512/6328 lits-rem:0 time: 0.20
473.35/118.57	c calculated reachability. Time: 0.00
473.35/118.57	c  N dy  7275   1210348       480      6328         0     82269     41452   1413784     13.61   no data
489.71/122.69	c  N dy  7413   1230366       480      6328         0     55986     41452    480049     13.65     16.80
504.11/126.23	c  N dy  7565   1250460       480      6328         0     74733     41452   1038371     13.69     21.09
523.26/131.08	c  N dy  7685   1271109       480      6328         0     94004     41452   1639410     13.71     14.47
538.45/134.85	c  N dy  7825   1291401       480      6328         0     69008     41452    812330     13.74     14.57
555.62/139.11	c  N dy  7993   1311487       480      6328         0     87705     41452   1391434     13.79     14.54
581.59/145.65	c  N dy  8141   1345646       480      6328         0     73753     41452    812417     13.81     14.55
598.36/149.86	c  N dy  8252   1365876       480      6328         0     92543     41452   1348381     13.82     14.63
617.54/154.69	c  N dy  8316   1389804       480      6328         0     68936     41452    672482     13.79     14.59
634.32/158.86	c  N dy  8466   1410529       480      6328         0     88266     41452   1237311     13.82     14.57
654.29/163.82	c  N dy  8625   1430613       480      6328         0    106916     41452   1782636     13.86     17.02
670.69/168.00	c  N dy  8762   1450657       480      6328         0     78951     41452    999740     13.89     28.93
686.25/171.88	c  N dy  8904   1471165       480      6328         0     97937     41452   1545357     13.92     14.92
705.42/176.68	c  N dy  9041   1491307       480      6328         0     68845     41452    621940     13.95     14.79
722.60/180.93	c  N dy  9194   1511409       480      6328         0     87500     41452   1197619     13.98     14.99
746.96/187.01	c  N dy  9283   1534039       480      6328         0    108993     41452   1944099     13.98     14.83
764.94/191.51	c  N dy  9443   1554365       480      6328         0     78810     41452    846748     14.02     14.76
781.71/195.70	c  N dy  9574   1574461       480      6328         0     97508     41452   1410773     14.04     17.80
801.69/200.77	c  N dy  9739   1594590       480      6328         0    116252     41452   1977891     14.08     14.95
819.27/205.17	c  N dy  9863   1614623       480      6328         0     85307     41452   1016057     14.10     22.24
837.24/209.61	c  N dy  9995   1634997       480      6328         0    104373     41452   1654063     14.14     14.96
857.22/214.67	c  N dy 10159   1655023       480      6328         0    122885     41452   2247552     14.18     15.00
874.39/218.93	c  N dy 10334   1675038       480      6328         0     90261     41452   1153069     14.23     19.64
900.36/225.45	c  N dy 10367   1700598       480      6328         0    113605     41452   1755232     14.20     14.96
911.94/228.34	c  S st 10451   1710349       480      6328         0    122620     41452   2039666     14.23   no data
912.76/228.55	c  S st 10451   1710852       480      6328         0    123092     41452   2048874     14.23   no data
912.76/228.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
913.14/228.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
913.14/228.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
913.14/228.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
913.14/228.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
913.14/228.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
913.14/228.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
913.14/228.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
913.54/228.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
954.29/238.90	c lits-rem:     21888  cl-subs:     5097  v-elim:      0  v-fix:    0  time: 10.19 s
954.29/238.90	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
954.29/238.93	c vivif2 --  cl tried   117995 cl shrink        0 lits rem          0 time: 0.03
955.09/239.12	c asymm  cl-useful: 0/2459/6328 lits-rem:0 time: 0.19
955.09/239.12	c calculated reachability. Time: 0.00
955.09/239.12	c  N dy 10451   1710852       480      6328         0    117995     41452   1937607     14.23   no data
975.45/244.24	c  N dy 10619   1730890       480      6328         0     82834     41452    897458     14.27     15.97
995.43/249.28	c  N dy 10771   1750946       480      6328         0    101592     41452   1500856     14.30     18.05
1018.60/255.06	c  N dy 10946   1770967       480      6328         0    120297     41452   2111210     14.35     19.26
1041.37/260.72	c  N dy 11103   1791057       480      6328         0     86991     41452    988186     14.39     17.43
1059.35/265.23	c  N dy 11214   1811065       480      6328         0    105812     41452   1595639     14.40     24.51
1082.12/270.95	c  N dy 11374   1831106       480      6328         0    124465     41452   2205818     14.44     19.16
1100.10/275.40	c  N dy 11505   1851143       480      6328         0     89019     41452   1002405     14.47     22.81
1121.26/280.78	c  N dy 11678   1871211       480      6328         0    107847     41452   1646222     14.51     19.16
1138.04/284.91	c  N dy 11703   1893096       480      6328         0    128348     41452   2311275     14.49     15.30
1160.01/290.45	c  N dy 11787   1913122       480      6328         0     92137     41452   1031362     14.50     16.29
1182.78/296.16	c  N dy 11938   1935945       480      6328         0    113460     41452   1714759     14.53     15.30
1208.74/302.60	c  N dy 12123   1955987       480      6328         0    132242     41452   2368576     14.59     23.55
1230.32/308.10	c  N dy 12257   1977781       480      6328         0     96655     41452   1192531     14.62     15.98
1249.09/312.74	c  N dy 12379   1997792       480      6328         0    115470     41452   1820064     14.64     15.85
1272.27/318.60	c  N dy 12561   2017864       480      6328         0    134200     41452   2477790     14.69     19.93
1295.83/324.44	c  N dy 12698   2038176       480      6328         0     95621     41452   1063565     14.71     15.49
1316.62/329.62	c  N dy 12868   2059436       480      6328         0    115244     41452   1727613     14.76     15.56
1336.98/334.73	c  N dy 12971   2079463       480      6328         0    134108     41452   2300818     14.78     15.71
1361.34/340.87	c  N dy 13057   2099467       480      6328         0     95559     41452   1009908     14.77     19.57
1384.51/346.66	c  N dy 13211   2119479       480      6328         0    114277     41452   1644394     14.80     15.60
1411.68/353.43	c  N dy 13363   2139572       480      6328         0    133014     41452   2242551     14.83     22.44
1434.85/359.29	c  N dy 13455   2159652       480      6328         0     93575     41452    893076     14.84     15.67
1456.82/364.78	c  N dy 13587   2180613       480      6328         0    113259     41452   1521232     14.86     15.68
1484.78/371.73	c  N dy 13739   2200629       480      6328         0    132045     41452   2149176     14.89     20.64
1497.96/375.05	c  S st 13816   2210852       480      6328         0    141622     41452   2471727     14.91   no data
1498.76/375.25	c  S st 13816   2211355       480      6328         0    142090     41452   2481796     14.91   no data
1498.76/375.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1499.16/375.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1499.16/375.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1499.16/375.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1499.16/375.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1499.16/375.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
1499.16/375.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1499.16/375.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1499.56/375.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1549.10/387.81	c lits-rem:     22019  cl-subs:     3740  v-elim:      0  v-fix:    0  time: 12.36 s
1549.10/387.81	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
1549.10/387.84	c vivif2 --  cl tried   138350 cl shrink        0 lits rem          0 time: 0.04
1549.52/387.94	c asymm  cl-useful: 0/1357/6328 lits-rem:0 time: 0.10
1549.52/387.94	c calculated reachability. Time: 0.00
1549.52/387.94	c  N dy 13816   2211355       480      6328         0    138350     41452   2387143     14.91   no data
1573.86/394.06	c  N dy 13970   2231715       480      6328         0     96365     41452    967043     14.94     15.73
1597.03/399.86	c  N dy 14127   2251765       480      6328         0    115365     41452   1605689     14.96     15.96
1624.99/406.80	c  N dy 14294   2271850       480      6328         0    134283     41452   2248491     15.00     19.12
1652.95/413.82	c  N dy 14402   2293279       480      6328         0     93878     41452    818595     15.00     15.80
1686.13/422.14	c  N dy 14591   2325309       480      6328         0    123995     41452   1799618     15.04     15.99
1717.67/430.08	c  N dy 14716   2345719       480      6328         0    143319     41452   2456149     15.06     16.02
1751.23/438.41	c  N dy 14759   2365781       480      6328         0    100483     41452   1015166     15.04     16.19
1774.01/444.17	c  N dy 14907   2385822       480      6328         0    119373     41452   1637248     15.07     18.19
1815.14/454.48	c  N dy 15021   2416590       480      6328         0    148689     41452   2626914     15.07     15.91
1876.65/469.84	c  N dy 15029   2465719       480      6328         0    131187     41452   1645444     14.99     15.98
1907.42/477.60	c  N dy 15155   2485824       480      6328         0    150163     41452   2235684     15.01     15.80
1941.77/486.16	c  N dy 15321   2505916       480      6328         0    105545     41452   1045291     15.04     23.22
1965.34/492.10	c  N dy 15436   2526049       480      6328         0    124532     41452   1679718     15.05     15.85
2220.60/555.94	c  N dy 15545   2711355       480      6328         0    168593     41452   3384757     14.86     10.24
2220.60/555.94	c  S st 15545   2711355       480      6328         0    168593     41452   3384757     14.86     10.24
2221.81/556.23	c  S st 15545   2711857       480      6328         0    169056     41452   3393831     14.86   no data
2221.81/556.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2222.22/556.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
2222.22/556.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2222.22/556.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2222.22/556.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2222.22/556.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
2222.22/556.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2222.22/556.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2222.59/556.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2288.91/573.08	c lits-rem:     19684  cl-subs:     3495  v-elim:      0  v-fix:    0  time: 16.59 s
2288.91/573.08	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
2289.30/573.12	c vivif2 --  cl tried   165561 cl shrink        0 lits rem          0 time: 0.05
2290.10/573.35	c asymm  cl-useful: 0/1352/6328 lits-rem:0 time: 0.23
2290.10/573.36	c calculated reachability. Time: 0.00
2290.10/573.36	c  N dy 15545   2711857       480      6328         0    165561     41452   3297794     14.86   no data
2315.27/579.63	c  N dy 15736   2731871       480      6328         0    112393     41452   1303989     14.91     20.88
2342.84/586.55	c  N dy 15915   2751906       480      6328         0    131249     41452   1974072     14.94     25.76
2374.39/594.43	c  N dy 16072   2772619       480      6328         0    150946     41452   2664163     14.97     15.77
2407.95/602.84	c  N dy 16221   2792661       480      6328         0    102481     41452    861766     15.00     16.79
2431.12/608.65	c  N dy 16391   2812712       480      6328         0    121432     41452   1526108     15.03     19.06
2457.08/615.12	c  N dy 16502   2832804       480      6328         0    140384     41452   2116415     15.04     19.95
2489.44/623.28	c  N dy 16680   2854057       480      6328         0    160490     41452   2839161     15.08     15.90
2523.00/631.61	c  N dy 16848   2874375       480      6328         0    111106     41452   1084535     15.10     15.96
2548.96/638.15	c  N dy 17005   2894470       480      6328         0    129970     41452   1743154     15.13     21.42
2579.32/645.75	c  N dy 17181   2914478       480      6328         0    148885     41452   2411181     15.16     18.20
2616.47/655.00	c  N dy 17279   2934608       480      6328         0    167994     41452   3024216     15.17     15.99
2648.44/663.02	c  N dy 17432   2954694       480      6328         0    117980     41452   1263225     15.19     16.02
2677.19/670.20	c  N dy 17587   2974765       480      6328         0    137025     41452   1939064     15.22     24.05
2713.96/679.46	c  N dy 17663   2996501       480      6328         0    157740     41452   2738698     15.22     16.13
2752.69/689.16	c  N dy 17794   3016511       480      6328         0    176789     41452   3436758     15.24     23.84
2930.05/733.53	c  N dy 17883   3131272       480      6328         0    142067     41452   2123274     15.16     16.05
2975.18/744.89	c  N dy 18030   3158952       480      6328         0    168375     41452   3056607     15.17     15.99
3014.34/754.68	c  N dy 18160   3179003       480      6328         0    113178     41452    985779     15.19     16.02
3046.69/762.74	c  N dy 18290   3203167       480      6328         0    135952     41452   1746035     15.21     16.08
3059.48/765.97	c  S st 18369   3211858       480      6328         0    144202     41452   2043935     15.22   no data
3060.28/766.18	c  S st 18369   3212361       480      6328         0    144677     41452   2055552     15.22   no data
3060.28/766.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3060.68/766.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
3060.68/766.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3060.68/766.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3060.68/766.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3060.68/766.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
3060.68/766.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3060.68/766.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3061.10/766.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3094.22/774.63	c lits-rem:     13759  cl-subs:     3462  v-elim:      0  v-fix:    0  time:  8.28 s
3094.22/774.63	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
3094.22/774.66	c vivif2 --  cl tried   141215 cl shrink        0 lits rem          0 time: 0.03
3095.02/774.85	c asymm  cl-useful: 0/1476/6328 lits-rem:0 time: 0.18
3095.02/774.85	c calculated reachability. Time: 0.00
3095.02/774.85	c  N dy 18369   3212361       480      6328         0    141215     41452   1988067     15.22   no data
3127.40/782.91	c  N dy 18513   3232439       480      6328         0    160207     41452   2651374     15.24     16.27
3171.72/794.02	c  N dy 18683   3258598       480      6328         0    185015     41452   3508175     15.27     16.19
3198.89/800.85	c  N dy 18846   3278683       480      6328         0    128509     41452   1535582     15.30     16.20
3230.45/808.74	c  N dy 19018   3298734       480      6328         0    147555     41452   2230275     15.32     20.09
3263.22/816.95	c  N dy 19153   3318813       480      6328         0    166614     41452   2938743     15.34     28.37
3306.74/827.81	c  N dy 19284   3341260       480      6328         0    113492     41452    922850     15.36     16.24
3455.75/865.17	c  N dy 19288   3408073       480      6328         0    178923     41452   3614562     15.30     16.15
3497.29/875.53	c  N dy 19430   3430287       480      6328         0    121697     41452   1168850     15.31     16.15
3528.45/883.33	c  N dy 19535   3452652       480      6328         0    142747     41452   1839214     15.32     16.13
3560.81/891.46	c  N dy 19650   3472754       480      6328         0    162035     41452   2555240     15.33     16.18
3588.38/898.38	c  N dy 19705   3492917       480      6328         0    181093     41452   3229177     15.33     16.16
3626.32/907.81	c  N dy 19851   3513039       480      6328         0    123585     41452   1198825     15.35     16.42
3653.48/914.66	c  N dy 20008   3533122       480      6328         0    142655     41452   1869823     15.37     19.34
3695.02/925.00	c  N dy 20161   3556390       480      6328         0    164763     41452   2709186     15.39     16.23
3734.97/935.06	c  N dy 20258   3576469       480      6328         0    183837     41452   3363147     15.40     17.49
3775.32/945.16	c  N dy 20422   3596533       480      6328         0    125608     41452   1205147     15.42     16.40
3806.48/952.96	c  N dy 20592   3616562       480      6328         0    144636     41452   1909427     15.45     26.26
3843.25/962.11	c  N dy 20783   3636572       480      6328         0    163660     41452   2637911     15.48     21.71
3887.96/973.37	c  N dy 20949   3656586       480      6328         0    182647     41452   3315721     15.50     23.11
3929.91/983.84	c  N dy 21116   3677101       480      6328         0    123621     41452   1063074     15.53     16.45
3967.46/993.23	c  N dy 21175   3698634       480      6328         0    144405     41452   1826500     15.53     16.35
3991.03/999.16	c  S st 21263   3712361       480      6328         0    157495     41452   2275641     15.53   no data
3992.23/999.45	c  S st 21263   3712865       480      6328         0    157965     41452   2286879     15.53   no data
3992.23/999.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3992.64/999.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
3992.64/999.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3992.64/999.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3992.64/999.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3992.64/999.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    480 time:  0.00 s
3992.64/999.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3992.64/999.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3993.05/999.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4026.99/1008.13	c lits-rem:     12266  cl-subs:     2696  v-elim:      0  v-fix:    0  time:  8.48 s
4026.99/1008.13	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
4026.99/1008.17	c vivif2 --  cl tried   155269 cl shrink        0 lits rem          0 time: 0.03
4027.81/1008.36	c asymm  cl-useful: 0/1682/6328 lits-rem:0 time: 0.19
4027.81/1008.36	c calculated reachability. Time: 0.00
4027.81/1008.36	c  N dy 21263   3712865       480      6328         0    155269     41452   2228452     15.53   no data
4077.71/1020.83	c  N dy 21351   3739977       480      6328         0    180945     41452   3069986     15.53     16.61
4102.50/1027.06	c  F st 21457   3751565       480      6328         0    191930     41452   3489590     15.55   no data
4123.26/1032.25	c  N dy 21491   3760062       480      6328         0    199945     41452   3768796     15.55     21.44
4156.41/1040.58	c  N dy 21678   3780065       480      6328         0    137757     41452   1582423     15.58     26.70
4189.17/1048.71	c  N dy 21816   3805286       480      6328         0    161669     41452   2461621     15.59     16.47
4230.71/1059.16	c  N dy 21989   3825331       480      6328         0    180717     41452   3156853     15.61     18.50
4272.26/1069.52	c  N dy 22108   3845913       480      6328         0    200253     41452   3827093     15.62     16.88
4306.21/1078.09	c  N dy 22258   3865993       480      6328         0    139030     41452   1550602     15.64     22.31
4343.76/1087.49	c  N dy 22320   3886048       480      6328         0    158119     41452   2159437     15.64     17.29
4378.92/1096.25	c  N dy 22400   3907000       480      6328         0    178034     41452   2768782     15.64     16.53
4424.85/1107.74	c  N dy 22586   3927033       480      6328         0    197206     41452   3493695     15.67     28.07
4466.80/1118.23	c  N dy 22750   3947036       480      6328         0    134578     41452   1314307     15.69     19.39
4501.15/1126.86	c  N dy 22915   3967105       480      6328         0    153775     41452   2049690     15.71     21.97
4537.92/1136.09	c  N dy 23012   3987267       480      6328         0    173020     41452   2705857     15.72     16.61
4589.44/1148.90	c  N dy 23072   4014627       480      6328         0    199333     41452   3558830     15.71     16.62
4637.37/1160.96	c  N dy 23204   4034668       480      6328         0    135562     41452   1317861     15.72     16.66
4678.53/1171.27	c  N dy 23256   4063789       480      6328         0    163208     41452   2147010     15.72     16.55
4717.68/1181.05	c  N dy 23286   4086575       480      6328         0    185051     41452   2839916     15.70     16.56
4763.20/1192.48	c  N dy 23387   4106606       480      6328         0    203975     41452   3467058     15.71     28.75

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.88 7.63 3/174 5171
/proc/meminfo: memFree=28468400/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 602621200 52441088 347 33554432000 4194304 4627427 140737321895984 18446744073709551615 47835338549170 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 12803 347 299 106 0 7774 0
[pid=5171/tid=5172] ppid=5169 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 602621200 52441088 347 33554432000 4194304 4627427 140737321895984 18446744073709551615 47835338549170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 602621200 52441088 347 33554432000 4194304 4627427 140737321895984 18446744073709551615 47835338549168 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 602621200 52441088 347 33554432000 4194304 4627427 140737321895984 18446744073709551615 251367603185 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.055658 s]
/proc/loadavg: 7.45 7.88 7.63 3/174 5171
/proc/meminfo: memFree=28468400/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=284388 CPUtime=0.19 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 2862 0 0 0 19 0 0 0 18 0 4 0 602621200 291213312 2773 33554432000 4194304 4627427 140737321895984 18446744073709551615 251367207969 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 74429 4697 389 106 0 69400 0
[pid=5171/tid=5172] ppid=5169 vsize=298232 CPUtime=0.83 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) D 5169 5171 4254 0 -1 4202560 2590 0 0 0 82 1 0 0 19 0 4 0 602621200 305389568 5779 33554432000 4194304 4627427 140737321895984 18446744073709551615 251367590071 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=298232 CPUtime=0.82 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2605 0 0 0 82 0 0 0 18 0 4 0 602621200 305389568 5779 33554432000 4194304 4627427 140737321895984 18446744073709551615 4332706 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=298232 CPUtime=0.83 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2024 0 0 0 83 0 0 0 19 0 4 0 602621200 305389568 5779 33554432000 4194304 4627427 140737321895984 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 284388

[startup+0.958255 s]
/proc/loadavg: 7.45 7.88 7.63 3/174 5171
/proc/meminfo: memFree=28468400/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=280552 CPUtime=3.79 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 12140 0 0 0 376 3 0 0 19 0 4 0 602621200 287285248 6159 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 70138 6159 391 106 0 65109 0
[pid=5171/tid=5172] ppid=5169 vsize=280552 CPUtime=0.95 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 3340 0 0 0 94 1 0 0 19 0 4 0 602621200 287285248 6159 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=280552 CPUtime=0.93 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2690 0 0 0 93 0 0 0 19 0 4 0 602621200 287285248 6159 33554432000 4194304 4627427 140737321895984 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=280552 CPUtime=0.94 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2305 0 0 0 94 0 0 0 19 0 4 0 602621200 287285248 6159 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 280552

[startup+1.00125 s]
/proc/loadavg: 7.45 7.88 7.63 3/174 5171
/proc/meminfo: memFree=28468400/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=281012 CPUtime=3.97 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 12375 0 0 0 394 3 0 0 19 0 4 0 602621200 287756288 6394 33554432000 4194304 4627427 140737321895984 18446744073709551615 4333301 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 70253 6394 391 106 0 65224 0
[pid=5171/tid=5172] ppid=5169 vsize=281012 CPUtime=0.99 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 3377 0 0 0 98 1 0 0 19 0 4 0 602621200 287756288 6394 33554432000 4194304 4627427 140737321895984 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=281012 CPUtime=0.98 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2808 0 0 0 98 0 0 0 19 0 4 0 602621200 287756288 6394 33554432000 4194304 4627427 140737321895984 18446744073709551615 4467852 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=281012 CPUtime=0.98 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2340 0 0 0 98 0 0 0 19 0 4 0 602621200 287756288 6394 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 281012

[startup+1.10123 s]
/proc/loadavg: 7.45 7.88 7.63 3/174 5171
/proc/meminfo: memFree=28468400/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=286204 CPUtime=4.36 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 13885 0 0 0 433 3 0 0 19 0 4 0 602621200 293072896 7904 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 71551 7904 391 106 0 66522 0
[pid=5171/tid=5172] ppid=5169 vsize=286204 CPUtime=1.09 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 3468 0 0 0 108 1 0 0 19 0 4 0 602621200 293072896 7904 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=286204 CPUtime=1.08 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 4049 0 0 0 107 1 0 0 19 0 4 0 602621200 293072896 7904 33554432000 4194304 4627427 140737321895984 18446744073709551615 4427904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=286204 CPUtime=1.08 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 2425 0 0 0 108 0 0 0 19 0 4 0 602621200 293072896 7904 33554432000 4194304 4627427 140737321895984 18446744073709551615 4338549 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 286204

[startup+1.50116 s]
/proc/loadavg: 7.45 7.88 7.63 3/174 5171
/proc/meminfo: memFree=28468400/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=276788 CPUtime=5.97 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 17207 0 0 0 593 4 0 0 19 0 4 0 602621200 283430912 9940 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 69197 9940 391 106 0 64168 0
[pid=5171/tid=5172] ppid=5169 vsize=276788 CPUtime=1.49 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 4143 0 0 0 148 1 0 0 19 0 4 0 602621200 283430912 9940 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=276788 CPUtime=1.48 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 4317 0 0 0 147 1 0 0 19 0 4 0 602621200 283430912 9940 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309228 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=276788 CPUtime=1.48 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 4374 0 0 0 148 0 0 0 20 0 4 0 602621200 283430912 9940 33554432000 4194304 4627427 140737321895984 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 276788

[startup+3.10086 s]
/proc/loadavg: 7.49 7.88 7.63 9/184 5184
/proc/meminfo: memFree=28271408/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=295500 CPUtime=12.35 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 25596 0 0 0 1229 6 0 0 25 0 4 0 602621200 302592000 14999 33554432000 4194304 4627427 140737321895984 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 73875 14999 391 106 0 68846 0
[pid=5171/tid=5172] ppid=5169 vsize=295500 CPUtime=3.08 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 6592 0 0 0 307 1 0 0 25 0 4 0 602621200 302592000 14999 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=295500 CPUtime=3.08 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 5924 0 0 0 307 1 0 0 25 0 4 0 602621200 302592000 14999 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=295500 CPUtime=3.07 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 6241 0 0 0 306 1 0 0 25 0 4 0 602621200 302592000 14999 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309098 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) 295500

[startup+6.30627 s]
/proc/loadavg: 7.49 7.88 7.63 9/184 5185
/proc/meminfo: memFree=28237204/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=308560 CPUtime=25.15 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 36914 0 0 0 2507 8 0 0 25 0 4 0 602621200 315965440 19438 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 77140 19438 391 106 0 72111 0
[pid=5171/tid=5172] ppid=5169 vsize=308560 CPUtime=6.29 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 8413 0 0 0 627 2 0 0 25 0 4 0 602621200 315965440 19438 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=308560 CPUtime=6.29 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 8957 0 0 0 627 2 0 0 25 0 4 0 602621200 315965440 19438 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=308560 CPUtime=6.26 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 9960 0 0 0 624 2 0 0 25 0 4 0 602621200 315965440 19438 33554432000 4194304 4627427 140737321895984 18446744073709551615 4327647 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 308560

[startup+12.7011 s]
/proc/loadavg: 7.61 7.90 7.64 9/184 5185
/proc/meminfo: memFree=28183440/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=300804 CPUtime=50.7 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 52839 0 0 0 5058 12 0 0 25 0 4 0 602621200 308023296 22798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 75201 22798 391 106 0 70172 0
[pid=5171/tid=5172] ppid=5169 vsize=300804 CPUtime=12.69 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 12823 0 0 0 1266 3 0 0 25 0 4 0 602621200 308023296 22798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=300804 CPUtime=12.69 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 11712 0 0 0 1266 3 0 0 25 0 4 0 602621200 308023296 22798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=300804 CPUtime=12.63 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 13997 0 0 0 1260 3 0 0 25 0 4 0 602621200 308023296 22798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4227728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 300804

[startup+25.5007 s]
/proc/loadavg: 7.78 7.92 7.65 9/184 5187
/proc/meminfo: memFree=28152608/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=321592 CPUtime=101.83 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 76849 0 0 0 10167 16 0 0 25 0 4 0 602621200 329310208 27352 33554432000 4194304 4627427 140737321895984 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 80398 27352 391 106 0 75369 0
[pid=5171/tid=5172] ppid=5169 vsize=321592 CPUtime=25.48 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 17782 0 0 0 2545 3 0 0 25 0 4 0 602621200 329310208 27352 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=321592 CPUtime=25.48 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 18128 0 0 0 2544 4 0 0 25 0 4 0 602621200 329310208 27352 33554432000 4194304 4627427 140737321895984 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=321592 CPUtime=25.35 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 20249 0 0 0 2532 3 0 0 25 0 4 0 602621200 329310208 27352 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 321592

[startup+51.101 s]
/proc/loadavg: 8.14 7.99 7.67 10/185 5189
/proc/meminfo: memFree=28069452/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=304652 CPUtime=204.09 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 109497 0 0 0 20383 26 0 0 25 0 4 0 602621200 311963648 31017 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 76163 31017 391 106 0 71134 0
[pid=5171/tid=5172] ppid=5169 vsize=304652 CPUtime=51.09 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 25704 0 0 0 5103 6 0 0 25 0 4 0 602621200 311963648 31017 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=304652 CPUtime=51.09 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 22444 0 0 0 5103 6 0 0 25 0 4 0 602621200 311963648 31017 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=304652 CPUtime=50.81 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 32745 0 0 0 5074 7 0 0 25 0 4 0 602621200 311963648 31017 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 304652

[startup+102.301 s]
/proc/loadavg: 8.16 8.02 7.70 9/184 5190
/proc/meminfo: memFree=27990108/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=335912 CPUtime=408.62 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 155622 0 0 0 40819 43 0 0 25 0 4 0 602621200 343973888 44274 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 83978 44274 391 106 0 78949 0
[pid=5171/tid=5172] ppid=5169 vsize=335912 CPUtime=102.28 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 33681 0 0 0 10220 8 0 0 25 0 4 0 602621200 343973888 44275 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=335912 CPUtime=102.28 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 32224 0 0 0 10219 9 0 0 25 0 4 0 602621200 343973888 44275 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=335912 CPUtime=101.73 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 47846 0 0 0 10161 12 0 0 25 0 4 0 602621200 343973888 44275 33554432000 4194304 4627427 140737321895984 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 335912

[startup+162.3 s]

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

[pid=5171] ppid=5169 vsize=647864 CPUtime=2805.42 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 448124 0 0 0 280376 166 0 0 25 0 4 0 602621200 663412736 110798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 161966 110798 392 106 0 156937 0
[pid=5171/tid=5172] ppid=5169 vsize=647864 CPUtime=702.3 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 112161 0 0 0 70185 45 0 0 25 0 4 0 602621200 663412736 110798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=647864 CPUtime=702.31 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 67298 0 0 0 70207 24 0 0 25 0 4 0 602621200 663412736 110798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=647864 CPUtime=698.49 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 140040 0 0 0 69799 50 0 0 25 0 4 0 602621200 663412736 110798 33554432000 4194304 4627427 140737321895984 18446744073709551615 4322064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 647864

[startup+762.301 s]
/proc/loadavg: 8.18 8.11 7.90 9/184 5208
/proc/meminfo: memFree=27345320/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=594236 CPUtime=3045.09 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 473003 0 0 0 304332 177 0 0 25 0 4 0 602621200 608497664 115517 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 148559 115517 392 106 0 143530 0
[pid=5171/tid=5172] ppid=5169 vsize=594236 CPUtime=762.31 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 123009 0 0 0 76181 50 0 0 25 0 4 0 602621200 608497664 115517 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=594236 CPUtime=762.31 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 68458 0 0 0 76207 24 0 0 25 0 4 0 602621200 608497664 115517 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=594236 CPUtime=758.15 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 147147 0 0 0 75763 52 0 0 25 0 4 0 602621200 608497664 115517 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 594236

[startup+822.3 s]
/proc/loadavg: 8.11 8.11 7.91 9/184 5209
/proc/meminfo: memFree=27253744/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=774864 CPUtime=3284.77 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 490451 0 0 0 328291 186 0 0 25 0 4 0 602621200 793460736 126573 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 193716 126573 392 106 0 188687 0
[pid=5171/tid=5172] ppid=5169 vsize=774864 CPUtime=822.3 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 129235 0 0 0 82177 53 0 0 25 0 4 0 602621200 793460736 126573 33554432000 4194304 4627427 140737321895984 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=774864 CPUtime=822.31 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 69724 0 0 0 82206 25 0 0 25 0 4 0 602621200 793460736 126573 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=774864 CPUtime=817.84 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 152724 0 0 0 81728 56 0 0 25 0 4 0 602621200 793460736 126573 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 774864

[startup+882.3 s]
/proc/loadavg: 8.04 8.08 7.91 9/184 5211
/proc/meminfo: memFree=27193916/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=776276 CPUtime=3524.45 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 511875 0 0 0 352248 197 0 0 25 0 4 0 602621200 794906624 128585 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 194069 128585 392 106 0 189040 0
[pid=5171/tid=5172] ppid=5169 vsize=776276 CPUtime=882.31 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 137485 0 0 0 88173 58 0 0 25 0 4 0 602621200 794906624 128585 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=776276 CPUtime=882.31 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 70946 0 0 0 88205 26 0 0 25 0 4 0 602621200 794906624 128585 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=776276 CPUtime=877.51 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 159695 0 0 0 87692 59 0 0 25 0 4 0 602621200 794906624 128585 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 776276

[startup+942.3 s]
/proc/loadavg: 8.01 8.07 7.91 9/184 5212
/proc/meminfo: memFree=27133844/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=718952 CPUtime=3764.15 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 527224 0 0 0 376208 207 0 0 25 0 4 0 602621200 736206848 128833 33554432000 4194304 4627427 140737321895984 18446744073709551615 4324104 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 179738 128833 392 106 0 174709 0
[pid=5171/tid=5172] ppid=5169 vsize=718952 CPUtime=942.31 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 141615 0 0 0 94170 61 0 0 25 0 4 0 602621200 736206848 128833 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=718952 CPUtime=942.32 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 71805 0 0 0 94206 26 0 0 25 0 4 0 602621200 736206848 128833 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=718952 CPUtime=937.19 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 165124 0 0 0 93658 61 0 0 25 0 4 0 602621200 736206848 128833 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 718952

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 7.92 9/184 5214
/proc/meminfo: memFree=27094860/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=774412 CPUtime=4003.81 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 555077 0 0 0 400162 219 0 0 25 0 4 0 602621200 792997888 138104 33554432000 4194304 4627427 140737321895984 18446744073709551615 4428205 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 193603 138104 392 106 0 188574 0
[pid=5171/tid=5172] ppid=5169 vsize=774412 CPUtime=1002.31 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 146690 0 0 0 100166 65 0 0 25 0 4 0 602621200 792997888 138104 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=774412 CPUtime=1002.32 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 75713 0 0 0 100204 28 0 0 25 0 4 0 602621200 792997888 138104 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=774412 CPUtime=996.85 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 176732 0 0 0 99621 64 0 0 25 0 4 0 602621200 792997888 138104 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 774412

[startup+1062.31 s]
/proc/loadavg: 8.07 8.07 7.92 9/184 5216
/proc/meminfo: memFree=27041744/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=862748 CPUtime=4243.51 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 574967 0 0 0 424123 228 0 0 25 0 4 0 602621200 883453952 132615 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 215687 132615 392 106 0 210658 0
[pid=5171/tid=5172] ppid=5169 vsize=862748 CPUtime=1062.32 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 148933 0 0 0 106166 66 0 0 25 0 4 0 602621200 883453952 132615 33554432000 4194304 4627427 140737321895984 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=862748 CPUtime=1062.32 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 86136 0 0 0 106201 31 0 0 25 0 4 0 602621200 883453952 132615 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=862748 CPUtime=1056.54 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 181980 0 0 0 105586 68 0 0 25 0 4 0 602621200 883453952 132615 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 862748

[startup+1122.3 s]
/proc/loadavg: 8.07 8.07 7.93 9/184 5217
/proc/meminfo: memFree=26920788/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=945024 CPUtime=4483.18 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 601536 0 0 0 448078 240 0 0 25 0 4 0 602621200 967704576 150303 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 236256 150303 392 106 0 231227 0
[pid=5171/tid=5172] ppid=5169 vsize=945024 CPUtime=1122.32 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 156554 0 0 0 112162 70 0 0 25 0 4 0 602621200 967704576 150303 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=945024 CPUtime=1122.32 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 92177 0 0 0 112199 33 0 0 25 0 4 0 602621200 967704576 150304 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=945024 CPUtime=1116.21 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 187706 0 0 0 111550 71 0 0 25 0 4 0 602621200 967704576 150304 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 945024

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 7.93 9/184 5219
/proc/meminfo: memFree=26945160/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=773536 CPUtime=4722.85 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 618722 0 0 0 472035 250 0 0 25 0 4 0 602621200 792100864 140177 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 193384 140177 392 106 0 188355 0
[pid=5171/tid=5172] ppid=5169 vsize=773536 CPUtime=1182.31 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 159206 0 0 0 118160 71 0 0 25 0 4 0 602621200 792100864 140177 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=773536 CPUtime=1182.32 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 97518 0 0 0 118196 36 0 0 25 0 4 0 602621200 792100864 140177 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=773536 CPUtime=1175.88 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 194435 0 0 0 117513 75 0 0 25 0 4 0 602621200 792100864 140177 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 773536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.09 7.94 9/184 5219
/proc/meminfo: memFree=26907684/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=834360 CPUtime=4800.37 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 623547 0 0 0 479785 252 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4329682 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 208590 144315 392 106 0 203561 0
[pid=5171/tid=5172] ppid=5169 vsize=834360 CPUtime=1201.73 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 160298 0 0 0 120101 72 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=834360 CPUtime=1201.72 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 97518 0 0 0 120136 36 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=834360 CPUtime=1195.18 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 195758 0 0 0 119443 75 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 834360

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

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

[startup+1201.7 s]
/proc/loadavg: 8.19 8.09 7.94 9/184 5219
/proc/meminfo: memFree=26907684/32950928 swapFree=67111352/67111528
[pid=5171] ppid=5169 vsize=834360 CPUtime=4800.37 cores=1,3,5,7
/proc/5171/stat : 5171 (strangenight2-m) R 5169 5171 4254 0 -1 4202496 623547 0 0 0 479785 252 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4329682 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5171/statm: 208590 144315 392 106 0 203561 0
[pid=5171/tid=5172] ppid=5169 vsize=834360 CPUtime=1201.73 cores=1,3,5,7
/proc/5171/task/5172/stat : 5172 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 160298 0 0 0 120101 72 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5171/tid=5173] ppid=5169 vsize=834360 CPUtime=1201.72 cores=1,3,5,7
/proc/5171/task/5173/stat : 5173 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 97518 0 0 0 120136 36 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5171/tid=5174] ppid=5169 vsize=834360 CPUtime=1195.18 cores=1,3,5,7
/proc/5171/task/5174/stat : 5174 (strangenight2-m) R 5169 5171 4254 0 -1 4202560 195758 0 0 0 119443 75 0 0 25 0 4 0 602621200 854384640 144315 33554432000 4194304 4627427 140737321895984 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 834360

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.42
CPU user time (s): 4797.88
CPU system time (s): 2.54561
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 1037328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.88
system time used= 2.54561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 623547
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= 772
involuntary context switches= 32080

runsolver used 1.9657 second user time and 4.6083 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 02:38:25
IDJOB=3289932
IDBENCH=83412
IDSOLVER=1586
FILE ID=node113/3289932-1304123905
RUNJOBID= node113-1304123905-5158
PBS_JOBID= 13170715
Free space on /tmp= 71168 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289932-1304123905/watcher-3289932-1304123905 -o /tmp/evaluation-result-3289932-1304123905/solver-3289932-1304123905 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3289932-1304123905.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=850818338

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28468432 kB
Buffers:        734404 kB
Cached:        3163112 kB
SwapCached:         12 kB
Active:         161576 kB
Inactive:      3802780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28468432 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:       66968 kB
Mapped:          14480 kB
Slab:           453264 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191664 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= 71152 MiB
End job on node113 at 2011-04-30 02:58:29