Trace number 3366341

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1623694027-006.SATISFIABLE.cnf
MD5SUM6303d9fa9d32bd584c08fa1ce867474c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.481926
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366341-1305402125.cnf'
0.00/0.01	c -- header says num vars:             80
0.00/0.01	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.37/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.37/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.37/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.37/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.77/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.20	c calculated reachability. Time: 0.00
0.77/0.20	c Calc default polars -  time:   0.00 s pos:      34 undec:       0 neg:      46
0.77/0.20	c =========================================================================================
0.77/0.20	c types(t): F = full restart, N = normal restart
0.77/0.20	c types(t): S = simplification begin/end, E = solution found
0.77/0.20	c restart types(rt): st = static, dy = dynamic
0.77/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.20	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.17/0.34	c  N dy     9      4301        80      7120         0      3961     49840    107318     23.30     24.54
2.37/0.62	c  N dy    16     11819        80      7120         0      4650     49840    102263     22.72     24.02
3.57/0.92	c  N dy    25     18339        80      7120         0      5447     49840    110154     22.38     23.71
4.41/1.11	c  N dy    55     22344        80      7120         0      9128     49840    209528     22.73     24.97
4.77/1.24	c  F st    68     25001        80      7120         0     11581     49840    275799     22.85   no data
5.16/1.35	c  N st    72     27033        80      7120         0      7201     49840    141870     22.85   no data
5.56/1.49	c  S st    74     30000        80      7120         0      9921     49840    215224     22.85   no data
5.96/1.52	c  S st    74     30503        80      7120         0     10393     49840    228117     22.85   no data
5.96/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.53	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.96/1.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.96/1.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.73	c lits-rem:        94  cl-subs:      724  v-elim:      0  v-fix:    0  time:  0.19 s
7.96/2.00	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.28
7.96/2.00	c calculated reachability. Time: 0.00
7.96/2.00	c  N dy    74     30503        80      7120         0      9669     49840    207220     22.85   no data
8.80/2.25	c  N dy    83     34990        80      7120         0     13759     49840    316139     22.79     24.16
9.55/2.49	c  N dy   116     39028        80      7120         0     10285     49840    210441     22.99     24.80
10.75/2.78	c  N dy   128     43863        80      7120         0     14743     49840    330035     23.00     24.24
11.56/2.92	c  S st   139     45754        80      7120         0      8266     49840    140766     23.05     21.42
11.56/2.95	c  S st   139     46259        80      7120         0      8748     49840    154057     23.05   no data
11.56/2.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.56/2.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.56/2.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.56/2.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.56/2.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.56/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.00	c lits-rem:         1  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.04 s
11.96/3.00	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.96/3.00	c vivif2 --  cl tried     8692 cl shrink        0 lits rem          0 time: 0.00
12.77/3.27	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.26
12.77/3.27	c calculated reachability. Time: 0.00
12.77/3.27	c  N dy   139     46259        80      7120         0      8692     49840    152199     23.05   no data
14.74/3.73	c  N dy   145     54445        80      7120         0     16141     49840    348320     22.91     24.14
15.94/4.05	c  N dy   154     59625        80      7120         0     11730     49840    218930     22.89     24.10
17.57/4.49	c  N dy   175     66624        80      7120         0     18159     49840    389566     22.88     24.16
18.33/4.69	c  S st   176     69388        80      7120         0     10643     49840    175673     22.83     21.10
18.73/4.73	c  S st   176     69893        80      7120         0     11109     49840    188220     22.83   no data
18.73/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.73/4.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.73/4.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.73/4.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.73/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.73/4.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.73/4.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.73/4.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.73/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.13/4.81	c lits-rem:        10  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.06 s
19.13/4.81	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.13/4.81	c vivif2 --  cl tried    10939 cl shrink        0 lits rem          0 time: 0.00
20.32/5.11	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
20.32/5.11	c calculated reachability. Time: 0.00
20.32/5.11	c  N dy   176     69893        80      7120         0     10939     49840    183448     22.83   no data
21.96/5.53	c  N dy   198     76614        80      7120         0     17087     49840    348372     22.86     24.14
23.12/5.86	c  N dy   204     81588        80      7120         0     21608     49840    469455     22.84     24.08
24.71/6.21	c  N dy   230     87080        80      7120         0     15686     49840    298848     22.92     24.22
24.71/6.24	c  F st   235     87501        80      7120         0     16082     49840    309982     22.93   no data
25.94/6.59	c  N dy   241     92692        80      7120         0     20874     49840    439540     22.93   no data
27.91/7.09	c  N dy   268     98645        80      7120         0     14424     49840    247722     22.98     26.18
29.51/7.49	c  S st   278    104840        80      7120         0     20097     49840    399954     22.96     22.19
29.91/7.55	c  S st   278    105342        80      7120         0     20569     49840    412976     22.96   no data
29.91/7.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.91/7.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.91/7.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.91/7.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.91/7.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.91/7.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.91/7.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.91/7.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.91/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.30/8.11	c lits-rem:       226  cl-subs:     1732  v-elim:      0  v-fix:    0  time:  0.54 s
32.30/8.11	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
32.30/8.12	c vivif2 --  cl tried    18837 cl shrink        0 lits rem          0 time: 0.00
33.90/8.52	c asymm  cl-useful: 0/5821/7120 lits-rem:0 time: 0.40
33.90/8.52	c calculated reachability. Time: 0.00
33.90/8.52	c  N dy   278    105342        80      7120         0     18837     49840    364511     22.96   no data
41.48/10.50	c  N dy   304    130540        80      7120         0     15358     49840    245380     22.68     23.88
44.26/11.13	c  N dy   336    138931        80      7120         0     23049     49840    450862     22.72     25.55
47.46/11.93	c  N dy   373    147874        80      7120         0     16621     49840    262036     22.75     23.96
50.66/12.75	c  N dy   439    157316        80      7120         0     25326     49840    498308     22.84     25.33
51.06/12.81	c  S st   442    158015        80      7120         0     25972     49840    515427     22.84     22.67
51.06/12.88	c  S st   442    158519        80      7120         0     26435     49840    528069     22.84   no data
51.06/12.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.06/12.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.06/12.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.06/12.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.06/12.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.06/12.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
51.06/12.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.46/12.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.46/12.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.24/13.69	c lits-rem:       229  cl-subs:     1934  v-elim:      0  v-fix:    0  time:  0.77 s
54.24/13.69	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
54.64/13.70	c vivif2 --  cl tried    24501 cl shrink        0 lits rem          0 time: 0.00
55.04/13.81	c asymm  cl-useful: 0/1299/7120 lits-rem:0 time: 0.12
55.04/13.81	c calculated reachability. Time: 0.00
55.04/13.81	c  N dy   442    158519        80      7120         0     24501     49840    470529     22.84   no data
60.23/15.13	c  N dy   467    175066        80      7120         0     24127     49840    444658     22.78     24.09
64.62/16.25	c  N dy   513    186419        80      7120         0     18117     49840    272735     22.80     24.00
69.00/17.35	c  N dy   572    198360        80      7120         0     29086     49840    569829     22.86     24.16
73.80/18.53	c  N dy   582    211237        80      7120         0     23434     49840    397293     22.77     24.09
79.78/20.04	c  N dy   614    226600        80      7120         0     19200     49840    270038     22.74     23.96
83.76/21.09	c  S st   670    237778        80      7120         0     29464     49840    547028     22.78   no data
84.16/21.17	c  S st   670    238279        80      7120         0     29933     49840    559999     22.78   no data
84.16/21.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.16/21.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.16/21.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.16/21.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.16/21.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.16/21.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
84.16/21.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.16/21.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.56/21.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.15/22.10	c lits-rem:       208  cl-subs:     2053  v-elim:      0  v-fix:    0  time:  0.89 s
88.15/22.10	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
88.15/22.10	c vivif2 --  cl tried    27880 cl shrink        0 lits rem          0 time: 0.01
88.95/22.30	c asymm  cl-useful: 0/2264/7120 lits-rem:0 time: 0.20
88.95/22.30	c calculated reachability. Time: 0.00
88.95/22.30	c  N dy   670    238279        80      7120         0     27880     49840    500794     22.78   no data
95.74/24.04	c  N dy   758    253561        80      7120         0     22755     49840    350171     22.86     24.44
104.94/26.31	c  N dy   796    277446        80      7120         0     24448     49840    376908     22.75     24.19
112.89/28.33	c  N dy   861    295182        80      7120         0     40669     49840    809172     22.77     25.21
117.69/29.51	c  F st   919    306251        80      7120         0     29835     49840    513353     22.80   no data
121.27/30.48	c  N dy   926    315247        80      7120         0     38035     49840    732188     22.79     24.04
130.85/32.81	c  N dy   995    335272        80      7120         0     34453     49840    618797     22.80     26.59
140.82/35.36	c  N dy  1080    355492        80      7120         0     30090     49840    486708     22.84     24.05
141.62/35.58	c  S st  1089    357421        80      7120         0     31844     49840    533364     22.84     21.85
142.02/35.66	c  S st  1089    357926        80      7120         0     32315     49840    546383     22.84   no data
142.02/35.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.02/35.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.02/35.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.02/35.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.02/35.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.02/35.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
142.02/35.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.02/35.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.42/35.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.61/36.57	c lits-rem:       200  cl-subs:     1802  v-elim:      0  v-fix:    0  time:  0.87 s
145.61/36.57	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
145.61/36.58	c vivif2 --  cl tried    30513 cl shrink        0 lits rem          0 time: 0.01
146.41/36.78	c asymm  cl-useful: 0/1951/7120 lits-rem:0 time: 0.20
146.41/36.78	c calculated reachability. Time: 0.00
146.41/36.78	c  N dy  1089    357926        80      7120         0     30513     49840    494216     22.84   no data
157.60/39.53	c  N dy  1176    378008        80      7120         0     25180     49840    336539     22.88     25.54
168.35/42.25	c  N dy  1204    400502        80      7120         0     45788     49840    878720     22.82     24.09
179.55/45.05	c  N dy  1267    420535        80      7120         0     39455     49840    702282     22.83     24.85
190.70/47.81	c  N dy  1346    440692        80      7120         0     32273     49840    496260     22.85     24.08
200.27/50.28	c  N dy  1375    460735        80      7120         0     50562     49840    979432     22.81     24.09
210.27/52.76	c  N dy  1431    481354        80      7120         0     42958     49840    768353     22.82     24.02
221.42/55.58	c  N dy  1482    501378        80      7120         0     33792     49840    505904     22.81     24.53
236.61/59.39	c  N dy  1546    527604        80      7120         0     29456     49840    376056     22.81     24.07
241.40/60.54	c  S st  1597    536892        80      7120         0     37999     49840    607424     22.83     20.61
241.76/60.64	c  S st  1597    537395        80      7120         0     38472     49840    620203     22.83   no data
241.76/60.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.76/60.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.76/60.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.76/60.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.76/60.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.76/60.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
241.76/60.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.76/60.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.76/60.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.55/61.82	c lits-rem:       262  cl-subs:     1804  v-elim:      0  v-fix:    0  time:  1.13 s
246.55/61.82	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
246.55/61.83	c vivif2 --  cl tried    36668 cl shrink        0 lits rem          0 time: 0.01
247.35/62.06	c asymm  cl-useful: 0/1557/7120 lits-rem:0 time: 0.23
247.35/62.06	c calculated reachability. Time: 0.00
247.35/62.06	c  N dy  1597    537395        80      7120         0     36668     49840    568069     22.83   no data
260.93/65.47	c  N dy  1643    561062        80      7120         0     58165     49840   1135822     22.81     24.15
272.89/68.42	c  N dy  1755    581279        80      7120         0     47565     49840    849768     22.85     24.13
287.25/72.06	c  N dy  1848    602131        80      7120         0     36439     49840    527967     22.87     24.17
302.01/75.71	c  N dy  1955    624322        80      7120         0     56797     49840   1079665     22.90     24.15
314.78/78.99	c  N dy  2056    644456        80      7120         0     44205     49840    723417     22.92     24.20
328.35/82.40	c  N dy  2091    664679        80      7120         0     62569     49840   1210332     22.91     24.19
340.32/85.39	c  N dy  2171    684710        80      7120         0     48951     49840    834785     22.92     24.19
360.26/90.30	c  N dy  2191    716036        80      7120         0     44477     49840    687736     22.86     24.08
378.62/94.94	c  N dy  2276    740481        80      7120         0     66838     49840   1284907     22.86     24.10
392.18/98.37	c  N dy  2408    760847        80      7120         0     51758     49840    884928     22.89     24.20
410.14/102.86	c  N dy  2506    781624        80      7120         0     35992     49840    438092     22.91     24.12
424.11/106.32	c  N dy  2540    806092        80      7120         0     58184     49840   1012449     22.85     19.93
424.11/106.32	c  S st  2540    806092        80      7120         0     58184     49840   1012449     22.85     19.93
424.51/106.49	c  S st  2540    806597        80      7120         0     58660     49840   1025280     22.85   no data
424.51/106.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.91/106.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
424.91/106.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.91/106.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.91/106.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.91/106.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
424.91/106.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.91/106.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
424.91/106.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.05/111.86	c lits-rem:       548  cl-subs:     5694  v-elim:      0  v-fix:    0  time:  5.30 s
446.05/111.86	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
446.05/111.87	c vivif2 --  cl tried    52966 cl shrink        0 lits rem          0 time: 0.01
447.28/112.16	c asymm  cl-useful: 0/1119/7120 lits-rem:0 time: 0.28
447.28/112.16	c calculated reachability. Time: 0.00
447.28/112.16	c  N dy  2540    806597        80      7120         0     52966     49840    884184     22.85   no data
465.25/116.62	c  N dy  2626    826619        80      7120         0     35956     49840    425938     22.86     24.22
480.36/120.41	c  N dy  2719    849260        80      7120         0     56702     49840    983429     22.87     24.12
496.72/124.52	c  N dy  2768    869264        80      7120         0     38536     49840    477168     22.87     25.49
510.28/127.96	c  N dy  2846    890596        80      7120         0     58028     49840   1002724     22.88     24.13
531.07/133.19	c  N dy  2959    913795        80      7120         0     41821     49840    549003     22.90     24.12
543.82/136.35	c  N dy  2997    933806        80      7120         0     60125     49840   1039482     22.89     24.90
563.35/141.28	c  N dy  3099    954631        80      7120         0     40853     49840    505059     22.91     24.12
578.52/145.01	c  N dy  3216    974696        80      7120         0     59276     49840   1007665     22.93     25.21
598.07/149.93	c  N dy  3299    995702        80      7120         0     78580     49840   1528370     22.94     24.26
611.23/153.28	c  N dy  3346   1015829        80      7120         0     57502     49840    932859     22.94     24.26
627.98/157.44	c  N dy  3394   1035991        80      7120         0     75941     49840   1426536     22.94     24.15
643.55/161.36	c  N dy  3457   1056065        80      7120         0     53985     49840    820589     22.93     26.02
655.91/164.49	c  F st  3490   1071875        80      7120         0     68432     49840   1208551     22.93   no data
660.70/165.65	c  N dy  3496   1077070        80      7120         0     73207     49840   1339185     22.93   no data
679.06/170.26	c  N dy  3573   1097267        80      7120         0     50546     49840    716451     22.94     24.18
712.57/178.66	c  N dy  3651   1139058        80      7120         0     46533     49840    589611     22.91     24.19
727.74/182.49	c  N dy  3714   1159137        80      7120         0     64778     49840   1073555     22.90     25.58
746.88/187.25	c  N dy  3771   1179144        80      7120         0     83050     49840   1563289     22.90     24.73
763.27/191.32	c  N dy  3838   1200021        80      7120         0     59388     49840    924136     22.91     24.23
773.62/193.97	c  S st  3887   1209896        80      7120         0     68435     49840   1169297     22.91   no data
774.82/194.21	c  S st  3887   1210399        80      7120         0     68907     49840   1182554     22.91   no data
774.82/194.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
774.82/194.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
774.82/194.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.82/194.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.82/194.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.82/194.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
774.82/194.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
774.82/194.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
775.22/194.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.33/205.69	c lits-rem:       832  cl-subs:     5276  v-elim:      0  v-fix:    0  time: 11.38 s
820.33/205.69	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
820.75/205.71	c vivif2 --  cl tried    63631 cl shrink        0 lits rem          0 time: 0.02
822.30/206.15	c asymm  cl-useful: 0/1130/7120 lits-rem:0 time: 0.44
822.30/206.15	c calculated reachability. Time: 0.00
822.30/206.15	c  N dy  3887   1210399        80      7120         0     63631     49840   1034117     22.91   no data
847.07/212.32	c  N dy  3979   1230511        80      7120         0     82076     49840   1532090     22.92     24.41
863.79/216.60	c  N dy  4049   1250608        80      7120         0     56790     49840    838679     22.93     25.27
882.54/221.25	c  N dy  4134   1270724        80      7120         0     75242     49840   1338145     22.93     24.24
905.68/227.00	c  N dy  4228   1291166        80      7120         0     49249     49840    617871     22.95     24.21
938.83/235.39	c  N dy  4330   1330934        80      7120         0     85451     49840   1587465     22.94     24.15
963.94/241.67	c  N dy  4421   1354429        80      7120         0     61376     49840    930735     22.94     24.40
985.09/246.94	c  N dy  4492   1374465        80      7120         0     79687     49840   1426254     22.95     24.17
1005.42/252.03	c  N dy  4559   1394544        80      7120         0     51459     49840    651125     22.95     24.47
1022.62/256.39	c  N dy  4659   1414636        80      7120         0     69830     49840   1150548     22.96     24.18
1042.94/261.42	c  N dy  4708   1434800        80      7120         0     88142     49840   1639349     22.95     24.20
1061.71/266.14	c  N dy  4768   1454831        80      7120         0     59003     49840    838274     22.95     24.19
1080.44/270.83	c  N dy  4843   1474862        80      7120         0     77295     49840   1329469     22.95     24.25
1106.02/277.26	c  N dy  4912   1496802        80      7120         0     48948     49840    549002     22.95     24.18
1125.54/282.17	c  N dy  5011   1520822        80      7120         0     70957     49840   1146659     22.96     24.18
1149.50/288.12	c  N dy  5106   1540889        80      7120         0     89331     49840   1647208     22.97     24.19
1171.44/293.69	c  N dy  5203   1560913        80      7120         0     58253     49840    787343     22.98     25.69
1188.57/297.98	c  N dy  5246   1580920        80      7120         0     76464     49840   1274974     22.98     26.54
1218.89/305.59	c  N dy  5254   1615412        80      7120         0     57476     49840    741764     22.94     24.37
1238.04/310.38	c  N dy  5370   1635441        80      7120         0     75800     49840   1242044     22.95     26.70
1262.78/316.58	c  N dy  5435   1657552        80      7120         0     96023     49840   1788178     22.95     24.20
1283.54/321.77	c  N dy  5490   1677997        80      7120         0     63626     49840    899227     22.96     24.24
1304.68/327.04	c  N dy  5602   1698013        80      7120         0     81981     49840   1401060     22.97     26.11
1319.44/330.72	c  S st  5634   1710400        80      7120         0     93267     49840   1701916     22.97     20.73
1320.25/331.00	c  S st  5634   1710904        80      7120         0     93741     49840   1715174     22.97   no data
1320.25/331.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1320.67/331.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1320.67/331.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1320.67/331.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1320.67/331.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1320.67/331.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1320.67/331.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1320.67/331.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1321.08/331.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1383.27/346.79	c lits-rem:      1058  cl-subs:     8614  v-elim:      0  v-fix:    0  time: 15.66 s
1383.27/346.79	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1383.67/346.81	c vivif2 --  cl tried    85127 cl shrink        0 lits rem          0 time: 0.02
1385.27/347.26	c asymm  cl-useful: 0/768/7120 lits-rem:0 time: 0.45
1385.27/347.26	c calculated reachability. Time: 0.00
1385.27/347.26	c  N dy  5634   1710904        80      7120         0     85127     49840   1472903     22.97   no data
1422.77/356.63	c  N dy  5649   1741788        80      7120         0     61544     49840    822108     22.94     24.29
1442.33/361.58	c  N dy  5695   1763131        80      7120         0     80931     49840   1340683     22.94     24.21
1467.86/367.97	c  N dy  5776   1783370        80      7120         0     99394     49840   1839533     22.94     24.17
1494.20/374.57	c  N dy  5817   1812563        80      7120         0     73254     49840   1120061     22.93     24.20
1516.14/380.04	c  N dy  5884   1833149        80      7120         0     92043     49840   1627721     22.93     24.16
1547.26/387.89	c  N dy  5962   1855081        80      7120         0     58435     49840    710670     22.94     24.25
1567.61/392.97	c  N dy  6048   1875155        80      7120         0     76871     49840   1212792     22.94     26.74
1593.19/399.38	c  N dy  6143   1895205        80      7120         0     95167     49840   1707105     22.95     24.85
1622.68/406.79	c  N dy  6224   1918092        80      7120         0     61329     49840    771145     22.96     24.17
1643.82/412.06	c  N dy  6298   1939996        80      7120         0     81258     49840   1303176     22.95     24.17
1670.55/418.77	c  N dy  6386   1960655        80      7120         0    100154     49840   1816269     22.96     24.25
1698.11/425.71	c  N dy  6490   1981215        80      7120         0     63370     49840    814624     22.97     24.22
1718.43/430.71	c  N dy  6555   2001256        80      7120         0     81707     49840   1309578     22.97     25.78
1745.16/437.42	c  N dy  6648   2021331        80      7120         0    100117     49840   1809792     22.98     24.21
1774.29/444.76	c  N dy  6729   2043965        80      7120         0     64098     49840    813168     22.98     24.24
1797.03/450.43	c  N dy  6860   2063983        80      7120         0     82430     49840   1316156     23.00     25.62
1820.18/456.25	c  N dy  6905   2084044        80      7120         0    100685     49840   1803133     22.99     26.19
1848.10/463.24	c  N dy  6981   2104126        80      7120         0     61470     49840    730362     22.99     24.69
1868.86/468.42	c  N dy  7075   2126199        80      7120         0     81631     49840   1279448     23.00     24.21
1893.99/474.77	c  N dy  7154   2146227        80      7120         0     99943     49840   1774964     23.00     26.19
1923.11/482.07	c  N dy  7180   2171687        80      7120         0     64602     49840    792590     22.98     24.32
1944.30/487.36	c  N dy  7269   2191744        80      7120         0     83017     49840   1292124     22.99     24.28
1970.63/493.94	c  S st  7371   2210905        80      7120         0    100568     49840   1771874     22.99     22.54
1971.79/494.24	c  S st  7371   2211409        80      7120         0    101042     49840   1784980     22.99   no data
1971.79/494.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1972.19/494.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1972.19/494.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1972.19/494.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1972.19/494.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1972.19/494.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1972.19/494.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1972.19/494.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1972.19/494.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.26/506.69	c lits-rem:       916  cl-subs:     8725  v-elim:      0  v-fix:    0  time: 12.32 s
2021.26/506.69	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2021.66/506.72	c vivif2 --  cl tried    92317 cl shrink        0 lits rem          0 time: 0.02
2023.30/507.15	c asymm  cl-useful: 0/713/7120 lits-rem:0 time: 0.43
2023.30/507.15	c calculated reachability. Time: 0.00
2023.30/507.15	c  N dy  7371   2211409        80      7120         0     92317     49840   1543108     22.99   no data
2088.71/523.59	c  N dy  7386   2267372        80      7120         0     83774     49840   1281530     22.94     24.16
2117.82/530.82	c  N dy  7461   2288761        80      7120         0    103205     49840   1804171     22.94     24.18
2152.94/539.63	c  N dy  7571   2311693        80      7120         0     64423     49840    772497     22.95     24.32
2180.46/546.50	c  N dy  7650   2339881        80      7120         0     90112     49840   1465398     22.95     24.24
2211.20/554.25	c  N dy  7746   2360288        80      7120         0    108823     49840   1974369     22.95     24.18
2240.72/561.66	c  N dy  7830   2381201        80      7120         0     66994     49840    824471     22.96     24.21
2264.69/567.62	c  N dy  7958   2401275        80      7120         0     85359     49840   1329114     22.97     24.24
2291.38/574.32	c  N dy  8020   2422016        80      7120         0    104280     49840   1834879     22.97     24.27
2322.11/582.07	c  N dy  8079   2442379        80      7120         0    122916     49840   2337384     22.97     24.26
2346.05/588.03	c  N dy  8170   2463714        80      7120         0     80416     49840   1170502     22.97     24.19
2371.98/594.55	c  N dy  8240   2485035        80      7120         0     99912     49840   1696542     22.97     24.21
2405.49/602.91	c  N dy  8320   2505347        80      7120         0    118465     49840   2198316     22.98     24.26
2433.03/609.87	c  N dy  8415   2525440        80      7120         0     73823     49840    977735     22.98     24.66
2454.57/615.27	c  N dy  8449   2545518        80      7120         0     91971     49840   1455377     22.98     24.51
2481.70/622.07	c  N dy  8492   2565548        80      7120         0    110145     49840   1942185     22.97     25.02
2516.81/630.86	c  N dy  8584   2585646        80      7120         0     64757     49840    716478     22.98     25.03
2540.36/636.72	c  N dy  8725   2605737        80      7120         0     83198     49840   1223013     22.99     25.05
2567.53/643.51	c  N dy  8779   2626955        80      7120         0    102457     49840   1739913     22.99     24.31
2601.41/652.06	c  N dy  8883   2647311        80      7120         0    121058     49840   2245338     22.99     24.42
2635.31/660.51	c  N dy  8939   2673579        80      7120         0     80254     49840   1116557     22.99     24.34
2672.86/669.91	c  N dy  8982   2705458        80      7120         0    109050     49840   1863653     22.97     24.38
2684.39/672.84	c  S st  9014   2711409        80      7120         0    114479     49840   2011898     22.97   no data
2685.61/673.19	c  S st  9014   2711914        80      7120         0    114955     49840   2024993     22.97   no data
2685.61/673.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2686.03/673.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2686.03/673.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2686.03/673.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2686.03/673.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2686.03/673.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2686.03/673.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2686.03/673.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2686.38/673.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2770.58/694.43	c lits-rem:      2421  cl-subs:    12732  v-elim:      0  v-fix:    0  time: 21.08 s
2770.58/694.44	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2770.58/694.46	c vivif2 --  cl tried   102223 cl shrink        0 lits rem          0 time: 0.02
2772.18/694.84	c asymm  cl-useful: 0/642/7120 lits-rem:0 time: 0.38
2772.18/694.84	c calculated reachability. Time: 0.00
2772.18/694.84	c  N dy  9014   2711914        80      7120         0    102223     49840   1697044     22.97   no data
2808.09/703.84	c  N dy  9086   2732288        80      7120         0    120802     49840   2203043     22.98     24.25
2840.00/711.81	c  N dy  9113   2753273        80      7120         0     74899     49840    955516     22.97     24.20
2868.73/719.03	c  N dy  9201   2773860        80      7120         0     93715     49840   1467712     22.97     24.40
2899.86/726.84	c  N dy  9295   2793923        80      7120         0    112041     49840   1964883     22.98     24.41
2942.15/737.42	c  N dy  9421   2816165        80      7120         0    132391     49840   2520853     22.98     24.25
2965.69/743.37	c  N dy  9525   2836470        80      7120         0     84739     49840   1217403     22.99     24.29
2995.61/750.85	c  N dy  9647   2856731        80      7120         0    103369     49840   1727937     23.00     24.31
3033.52/760.37	c  N dy  9746   2879482        80      7120         0    124101     49840   2291203     23.00     24.35
3066.24/768.55	c  N dy  9848   2899549        80      7120         0     75053     49840    932725     23.01     24.80
3091.77/774.91	c  N dy  9907   2922043        80      7120         0     95501     49840   1482629     23.01     24.22
3120.90/782.23	c  N dy  9981   2942779        80      7120         0    114467     49840   1996041     23.01     24.27
3158.80/791.77	c  N dy 10073   2964212        80      7120         0    133980     49840   2528605     23.01     24.23
3188.73/799.28	c  N dy 10168   2987716        80      7120         0     87040     49840   1238076     23.01     24.36
3212.29/805.19	c  N dy 10206   3007812        80      7120         0    105302     49840   1727485     23.01     26.17
3243.01/812.87	c  N dy 10237   3030528        80      7120         0    125977     49840   2278796     23.00     24.32
3273.31/820.51	c  N dy 10274   3050600        80      7120         0     75006     49840    897842     22.99     24.26
3295.27/825.99	c  N dy 10325   3070631        80      7120         0     93161     49840   1384236     22.99     24.94
3325.98/833.70	c  N dy 10420   3090880        80      7120         0    111718     49840   1889520     23.00     24.34
3361.52/842.57	c  N dy 10509   3110952        80      7120         0    130042     49840   2387159     23.00     26.52
3400.19/852.29	c  N dy 10602   3136375        80      7120         0     83021     49840   1101427     23.00     24.30
3444.48/863.32	c  N dy 10628   3173819        80      7120         0    116897     49840   1986842     22.97     24.24
3491.56/875.10	c  N dy 10742   3193886        80      7120         0    135232     49840   2488636     22.98     25.54
3520.68/882.42	c  S st 10808   3211916        80      7120         0     80626     49840   1017769     22.98     20.98
3521.48/882.66	c  S st 10808   3212420        80      7120         0     81098     49840   1031062     22.98   no data
3521.48/882.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3521.88/882.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3521.88/882.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3521.88/882.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3521.88/882.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3521.88/882.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3521.88/882.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3521.88/882.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3521.88/882.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3531.86/885.23	c lits-rem:       209  cl-subs:     2269  v-elim:      0  v-fix:    0  time:  2.48 s
3531.86/885.23	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3531.86/885.24	c vivif2 --  cl tried    78829 cl shrink        0 lits rem          0 time: 0.01
3533.09/885.57	c asymm  cl-useful: 0/786/7120 lits-rem:0 time: 0.33
3533.09/885.57	c calculated reachability. Time: 0.00
3533.09/885.57	c  N dy 10808   3212420        80      7120         0     78829     49840    970390     22.98   no data
3559.78/892.25	c  N dy 10934   3232549        80      7120         0     97263     49840   1479650     22.99     24.33
3591.71/900.22	c  N dy 11031   3252982        80      7120         0    115999     49840   1989655     22.99     24.23
3635.60/911.25	c  N dy 11155   3273768        80      7120         0    135047     49840   2512280     23.00     24.22
3669.15/919.68	c  N dy 11228   3293863        80      7120         0     81335     49840   1021888     23.00     25.19
3707.82/929.39	c  N dy 11295   3323200        80      7120         0    107823     49840   1730451     23.00     24.24
3746.92/939.15	c  N dy 11383   3343275        80      7120         0    126198     49840   2229387     23.00     24.23
3807.56/954.32	c  N dy 11415   3391675        80      7120         0     97159     49840   1409544     22.97     24.29
3836.69/961.63	c  N dy 11484   3411751        80      7120         0    115429     49840   1901039     22.98     24.32
3882.97/973.25	c  N dy 11584   3438054        80      7120         0    139425     49840   2548125     22.98     24.37
3917.68/981.94	c  N dy 11685   3458406        80      7120         0     84398     49840   1083443     22.98     24.28
3945.25/988.87	c  N dy 11787   3478465        80      7120         0    102726     49840   1585361     22.99     25.89
3981.92/998.06	c  N dy 11911   3498476        80      7120         0    121060     49840   2087844     22.99     25.71
4018.63/1007.26	c  N dy 11976   3518684        80      7120         0    139398     49840   2581820     22.99     24.24
4057.34/1016.94	c  N dy 12106   3538974        80      7120         0     83365     49840   1041117     23.00     24.39
4087.26/1024.44	c  N dy 12156   3563614        80      7120         0    105761     49840   1641099     23.00     24.48
4123.16/1033.41	c  N dy 12227   3585553        80      7120         0    125716     49840   2179210     23.00     24.26
4166.65/1044.39	c  N dy 12344   3605610        80      7120         0    144025     49840   2683810     23.00     24.22
4202.17/1053.22	c  N dy 12426   3625671        80      7120         0     86625     49840   1105852     23.01     24.96
4230.53/1060.35	c  N dy 12502   3646179        80      7120         0    105390     49840   1613257     23.01     24.22
4266.80/1069.48	c  N dy 12627   3666196        80      7120         0    123686     49840   2116662     23.02     25.21
4302.71/1078.46	c  N dy 12671   3686294        80      7120         0    142025     49840   2612236     23.01     24.52
4349.43/1090.16	c  N dy 12766   3706345        80      7120         0     83709     49840   1013425     23.02     25.10
4358.58/1092.41	c  S st 12792   3712420        80      7120         0     89256     49840   1165422     23.02     23.01
4359.78/1092.71	c  S st 12792   3712923        80      7120         0     89725     49840   1178428     23.02   no data
4359.78/1092.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4359.78/1092.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4359.78/1092.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4359.78/1092.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4359.78/1092.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4359.78/1092.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4359.78/1092.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4359.78/1092.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4360.18/1092.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4376.93/1097.01	c lits-rem:       294  cl-subs:     2581  v-elim:      0  v-fix:    0  time:  4.18 s
4376.93/1097.01	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4376.93/1097.03	c vivif2 --  cl tried    87144 cl shrink        0 lits rem          0 time: 0.02
4378.13/1097.38	c asymm  cl-useful: 0/715/7120 lits-rem:0 time: 0.35
4378.13/1097.38	c calculated reachability. Time: 0.00
4378.13/1097.38	c  N dy 12792   3712923        80      7120         0     87144     49840   1105416     23.02   no data
4406.85/1104.55	c  N dy 12887   3732959        80      7120         0    105417     49840   1602395     23.02     25.63
4435.18/1111.64	c  F st 12941   3751562        80      7120         0    122385     49840   2061848     23.02     21.15
4437.97/1112.39	c  N st 12945   3753599        80      7120         0    124250     49840   2115303     23.02   no data
4480.70/1123.06	c  N dy 13033   3773685        80      7120         0    142592     49840   2615568     23.03     26.89
4522.56/1133.50	c  N dy 13146   3793761        80      7120         0     83480     49840    996260     23.03     25.33
4557.65/1142.30	c  N dy 13206   3820869        80      7120         0    108103     49840   1652991     23.03     24.30
4597.95/1152.45	c  N dy 13284   3843108        80      7120         0    128443     49840   2204047     23.03     24.25
4633.47/1161.36	c  N dy 13338   3863917        80      7120         0    147388     49840   2715095     23.03     24.27
4673.36/1171.31	c  N dy 13458   3883944        80      7120         0     87299     49840   1084288     23.04     24.28
4698.90/1177.75	c  N dy 13520   3904281        80      7120         0    105794     49840   1586676     23.04     24.50
4733.62/1186.46	c  N dy 13623   3924325        80      7120         0    124126     49840   2087743     23.04     24.28
4775.90/1197.04	c  N dy 13726   3944874        80      7120         0    142954     49840   2603487     23.05     24.26

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 0,2,4,6

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.47 7.98 8.05 6/309 18972
/proc/meminfo: memFree=18234644/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 407 0 0 0 1 0 0 0 21 0 4 0 651812163 52396032 347 33554432000 4194304 4580107 140734712920208 18446744073709551615 47751402055596 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 12792 347 299 95 0 7774 0
[pid=18972/tid=18973] ppid=18968 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651812163 52396032 347 33554432000 4194304 4580107 140734712920208 18446744073709551615 47751402055592 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 651812163 52396032 347 33554432000 4194304 4580107 140734712920208 18446744073709551615 47751402055602 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651812163 52396032 347 33554432000 4194304 4580107 140734712920208 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0593241 s]
/proc/loadavg: 7.47 7.98 8.05 6/309 18972
/proc/meminfo: memFree=18234644/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=273480 CPUtime=0.21 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 1426 0 0 0 21 0 0 0 23 0 4 0 651812163 280043520 1344 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 68370 1344 357 95 0 63352 0
[pid=18972/tid=18973] ppid=18968 vsize=273480 CPUtime=0.05 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 221 0 0 0 5 0 0 0 23 0 4 0 651812163 280043520 1344 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=273480 CPUtime=0.05 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 241 0 0 0 5 0 0 0 23 0 4 0 651812163 280043520 1344 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=273480 CPUtime=0.04 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 311 0 0 0 4 0 0 0 24 0 4 0 651812163 280043520 1344 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 273480

[startup+0.100317 s]
/proc/loadavg: 7.47 7.98 8.05 6/309 18972
/proc/meminfo: memFree=18234644/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=273480 CPUtime=0.37 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 1505 0 0 0 37 0 0 0 23 0 4 0 651812163 280043520 1423 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 68370 1423 358 95 0 63352 0
[pid=18972/tid=18973] ppid=18968 vsize=273480 CPUtime=0.09 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 228 0 0 0 9 0 0 0 23 0 4 0 651812163 280043520 1423 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=273480 CPUtime=0.09 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 250 0 0 0 9 0 0 0 23 0 4 0 651812163 280043520 1423 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=273480 CPUtime=0.08 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 369 0 0 0 8 0 0 0 24 0 4 0 651812163 280043520 1423 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 273480

[startup+0.300283 s]
/proc/loadavg: 7.47 7.98 8.05 6/309 18972
/proc/meminfo: memFree=18234644/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=274224 CPUtime=1.17 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 3704 0 0 0 117 0 0 0 23 0 4 0 651812163 280805376 3029 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 68556 3029 376 95 0 63538 0
[pid=18972/tid=18973] ppid=18968 vsize=274224 CPUtime=0.29 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 859 0 0 0 29 0 0 0 18 0 4 0 651812163 280805376 3029 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=274224 CPUtime=0.29 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 874 0 0 0 29 0 0 0 23 0 4 0 651812163 280805376 3029 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=274224 CPUtime=0.28 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 693 0 0 0 28 0 0 0 25 0 4 0 651812163 280805376 3029 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 274224

[startup+0.700212 s]
/proc/loadavg: 7.47 7.98 8.05 6/309 18972
/proc/meminfo: memFree=18234644/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=285232 CPUtime=2.77 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 6053 0 0 0 276 1 0 0 25 0 4 0 651812163 292077568 3816 33554432000 4194304 4580107 140734712920208 18446744073709551615 4320689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 71308 3816 376 95 0 66290 0
[pid=18972/tid=18973] ppid=18968 vsize=285232 CPUtime=0.69 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 1476 0 0 0 69 0 0 0 18 0 4 0 651812163 292077568 3816 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=285232 CPUtime=0.69 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 1450 0 0 0 69 0 0 0 25 0 4 0 651812163 292077568 3816 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=285232 CPUtime=0.68 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 1186 0 0 0 68 0 0 0 25 0 4 0 651812163 292077568 3816 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285232

[startup+1.50107 s]
/proc/loadavg: 7.51 7.98 8.04 10/314 18977
/proc/meminfo: memFree=18207696/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=286620 CPUtime=5.96 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 9746 0 0 0 595 1 0 0 25 0 4 0 651812163 293498880 4514 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 71655 4514 377 95 0 66637 0
[pid=18972/tid=18973] ppid=18968 vsize=286620 CPUtime=1.49 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 2396 0 0 0 149 0 0 0 19 0 4 0 651812163 293498880 4514 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=286620 CPUtime=1.49 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 2319 0 0 0 149 0 0 0 25 0 4 0 651812163 293498880 4515 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=286620 CPUtime=1.47 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 2147 0 0 0 147 0 0 0 25 0 4 0 651812163 293498880 4515 33554432000 4194304 4580107 140734712920208 18446744073709551615 4324699 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286620

[startup+3.10079 s]
/proc/loadavg: 7.51 7.98 8.04 10/314 18977
/proc/meminfo: memFree=18181284/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=296456 CPUtime=12.36 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 20171 0 0 0 1233 3 0 0 25 0 4 0 651812163 303570944 11221 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 74114 11221 378 95 0 69096 0
[pid=18972/tid=18973] ppid=18968 vsize=296456 CPUtime=3.09 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 4657 0 0 0 309 0 0 0 24 0 4 0 651812163 303570944 11221 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=296456 CPUtime=3.09 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 5098 0 0 0 309 0 0 0 25 0 4 0 651812163 303570944 11221 33554432000 4194304 4580107 140734712920208 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=296456 CPUtime=3.06 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 5152 0 0 0 305 1 0 0 25 0 4 0 651812163 303570944 11221 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 296456

[startup+6.30023 s]
/proc/loadavg: 7.51 7.98 8.04 10/314 18977
/proc/meminfo: memFree=18123936/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=287812 CPUtime=25.11 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 30117 0 0 0 2506 5 0 0 25 0 4 0 651812163 294719488 13374 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 71953 13374 378 95 0 66935 0
[pid=18972/tid=18973] ppid=18968 vsize=287812 CPUtime=6.29 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 7753 0 0 0 629 0 0 0 25 0 4 0 651812163 294719488 13374 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=287812 CPUtime=6.29 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 7452 0 0 0 628 1 0 0 25 0 4 0 651812163 294719488 13374 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=287812 CPUtime=6.22 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 7499 0 0 0 621 1 0 0 25 0 4 0 651812163 294719488 13374 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 287812

[startup+12.7011 s]
/proc/loadavg: 7.59 7.98 8.04 10/314 18977
/proc/meminfo: memFree=18072720/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=298168 CPUtime=50.66 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 47300 0 0 0 5058 8 0 0 25 0 4 0 651812163 305324032 18290 33554432000 4194304 4580107 140734712920208 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 74542 18290 378 95 0 69524 0
[pid=18972/tid=18973] ppid=18968 vsize=298168 CPUtime=12.69 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 12202 0 0 0 1268 1 0 0 25 0 4 0 651812163 305324032 18290 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=298168 CPUtime=12.69 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 11606 0 0 0 1267 2 0 0 25 0 4 0 651812163 305324032 18290 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=298168 CPUtime=12.56 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 11532 0 0 0 1254 2 0 0 25 0 4 0 651812163 305324032 18290 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 298168

[startup+25.5009 s]
/proc/loadavg: 7.65 7.98 8.04 10/314 18978
/proc/meminfo: memFree=18031688/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=299424 CPUtime=101.72 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 73513 0 0 0 10160 12 0 0 25 0 4 0 651812163 306610176 23493 33554432000 4194304 4580107 140734712920208 18446744073709551615 4489196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 74856 23493 378 95 0 69838 0
[pid=18972/tid=18973] ppid=18968 vsize=299424 CPUtime=25.49 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 18773 0 0 0 2547 2 0 0 25 0 4 0 651812163 306610176 23493 33554432000 4194304 4580107 140734712920208 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=299424 CPUtime=25.48 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 18672 0 0 0 2545 3 0 0 25 0 4 0 651812163 306610176 23493 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=299424 CPUtime=25.22 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 17045 0 0 0 2520 2 0 0 25 0 4 0 651812163 306610176 23493 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 299424

[startup+51.1004 s]
/proc/loadavg: 7.83 8.00 8.05 10/314 18978
/proc/meminfo: memFree=18013604/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=294704 CPUtime=203.86 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 110626 0 0 0 20364 22 0 0 25 0 4 0 651812163 301776896 25574 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 73676 25574 378 95 0 68658 0
[pid=18972/tid=18973] ppid=18968 vsize=294704 CPUtime=51.09 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 28878 0 0 0 5104 5 0 0 25 0 4 0 651812163 301776896 25574 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=294704 CPUtime=51.09 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 27728 0 0 0 5103 6 0 0 25 0 4 0 651812163 301776896 25574 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=294704 CPUtime=50.57 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 25715 0 0 0 5052 5 0 0 25 0 4 0 651812163 301776896 25574 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 294704

[startup+102.311 s]
/proc/loadavg: 8.07 8.03 8.05 10/314 18980
/proc/meminfo: memFree=17965716/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=306920 CPUtime=408.19 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 162232 0 0 0 40784 35 0 0 25 0 4 0 651812163 314286080 33582 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 76730 33582 378 95 0 71712 0
[pid=18972/tid=18973] ppid=18968 vsize=306920 CPUtime=102.3 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 43328 0 0 0 10222 8 0 0 25 0 4 0 651812163 314286080 33582 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=306920 CPUtime=102.3 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 41686 0 0 0 10221 9 0 0 25 0 4 0 651812163 314286080 33582 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=306920 CPUtime=101.26 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 36886 0 0 0 10118 8 0 0 25 0 4 0 651812163 314286080 33582 33554432000 4194304 4580107 140734712920208 18446744073709551615 4304874 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 306920

[startup+162.301 s]

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

[pid=18972] ppid=18968 vsize=456648 CPUtime=2802.1 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 507306 0 0 0 280055 155 0 0 25 0 4 0 651812163 467607552 74108 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 114162 74108 378 95 0 109144 0
[pid=18972/tid=18973] ppid=18968 vsize=456648 CPUtime=702.3 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 132036 0 0 0 70193 37 0 0 25 0 4 0 651812163 467607552 74108 33554432000 4194304 4580107 140734712920208 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=456648 CPUtime=702.29 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 134682 0 0 0 70185 44 0 0 25 0 4 0 651812163 467607552 74108 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=456648 CPUtime=695.17 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 122518 0 0 0 69478 39 0 0 25 0 4 0 651812163 467607552 74108 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.1
Current children cumulated vsize (KiB) 456648

[startup+762.312 s]
/proc/loadavg: 8.05 8.10 8.07 10/314 18997
/proc/meminfo: memFree=17515104/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=458524 CPUtime=3041.53 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 529398 0 0 0 303989 164 0 0 25 0 4 0 651812163 469528576 78948 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 114631 78948 378 95 0 109613 0
[pid=18972/tid=18973] ppid=18968 vsize=458524 CPUtime=762.32 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 137311 0 0 0 76192 40 0 0 25 0 4 0 651812163 469528576 78948 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=458524 CPUtime=762.31 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 141366 0 0 0 76184 47 0 0 25 0 4 0 651812163 469528576 78948 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=458524 CPUtime=754.57 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 128955 0 0 0 75416 41 0 0 25 0 4 0 651812163 469528576 78948 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.53
Current children cumulated vsize (KiB) 458524

[startup+822.301 s]
/proc/loadavg: 8.05 8.09 8.07 10/314 18999
/proc/meminfo: memFree=17549540/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=496268 CPUtime=3280.9 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 554891 0 0 0 327915 175 0 0 25 0 4 0 651812163 508178432 73887 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 124067 73887 378 95 0 119049 0
[pid=18972/tid=18973] ppid=18968 vsize=496268 CPUtime=822.31 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 144121 0 0 0 82189 42 0 0 25 0 4 0 651812163 508178432 73887 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=496268 CPUtime=822.29 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 148242 0 0 0 82179 50 0 0 25 0 4 0 651812163 508178432 73887 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=496268 CPUtime=813.96 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 136067 0 0 0 81352 44 0 0 25 0 4 0 651812163 508178432 73887 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.9
Current children cumulated vsize (KiB) 496268

[startup+882.301 s]
/proc/loadavg: 8.09 8.09 8.07 10/314 19001
/proc/meminfo: memFree=17486988/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=483292 CPUtime=3520.28 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 576207 0 0 0 351844 184 0 0 25 0 4 0 651812163 494891008 81644 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 120823 81644 378 95 0 115805 0
[pid=18972/tid=18973] ppid=18968 vsize=483292 CPUtime=882.31 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 148391 0 0 0 88187 44 0 0 25 0 4 0 651812163 494891008 81644 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=483292 CPUtime=882.29 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 154222 0 0 0 88176 53 0 0 25 0 4 0 651812163 494891008 81644 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=483292 CPUtime=873.34 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 142105 0 0 0 87289 45 0 0 25 0 4 0 651812163 494891008 81644 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.28
Current children cumulated vsize (KiB) 483292

[startup+942.301 s]
/proc/loadavg: 8.17 8.10 8.08 10/314 19002
/proc/meminfo: memFree=17466092/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=496592 CPUtime=3759.68 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 592219 0 0 0 375777 191 0 0 25 0 4 0 651812163 508510208 87093 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 124148 87093 378 95 0 119130 0
[pid=18972/tid=18973] ppid=18968 vsize=496592 CPUtime=942.31 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 151786 0 0 0 94185 46 0 0 25 0 4 0 651812163 508510208 87093 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=496592 CPUtime=942.3 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 160710 0 0 0 94175 55 0 0 25 0 4 0 651812163 508510208 87093 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=496592 CPUtime=932.74 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 148065 0 0 0 93226 48 0 0 25 0 4 0 651812163 508510208 87093 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.68
Current children cumulated vsize (KiB) 496592

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.08 10/314 19004
/proc/meminfo: memFree=17443244/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=496760 CPUtime=3999.08 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 612239 0 0 0 399707 201 0 0 25 0 4 0 651812163 508682240 87125 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 124190 87125 378 95 0 119172 0
[pid=18972/tid=18973] ppid=18968 vsize=496760 CPUtime=1002.31 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 155105 0 0 0 100183 48 0 0 25 0 4 0 651812163 508682240 87125 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=496760 CPUtime=1002.3 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 167279 0 0 0 100172 58 0 0 25 0 4 0 651812163 508682240 87125 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=496760 CPUtime=992.13 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 152211 0 0 0 99163 50 0 0 25 0 4 0 651812163 508682240 87125 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.08
Current children cumulated vsize (KiB) 496760

[startup+1062.3 s]
/proc/loadavg: 8.16 8.11 8.08 10/314 19005
/proc/meminfo: memFree=17429176/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=510460 CPUtime=4238.48 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 629910 0 0 0 423641 207 0 0 25 0 4 0 651812163 522711040 87819 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 127615 87819 378 95 0 122597 0
[pid=18972/tid=18973] ppid=18968 vsize=510460 CPUtime=1062.32 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 158108 0 0 0 106183 49 0 0 25 0 4 0 651812163 522711040 87819 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=510460 CPUtime=1062.3 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 173224 0 0 0 106171 59 0 0 25 0 4 0 651812163 522711040 87819 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=510460 CPUtime=1051.53 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 156997 0 0 0 105101 52 0 0 25 0 4 0 651812163 522711040 87819 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.48
Current children cumulated vsize (KiB) 510460

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.09 10/314 19007
/proc/meminfo: memFree=17398380/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=510664 CPUtime=4477.88 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 644082 0 0 0 447574 214 0 0 25 0 4 0 651812163 522919936 91366 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 127666 91366 378 95 0 122648 0
[pid=18972/tid=18973] ppid=18968 vsize=510664 CPUtime=1122.31 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 160282 0 0 0 112182 49 0 0 25 0 4 0 651812163 522919936 91366 33554432000 4194304 4580107 140734712920208 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=510664 CPUtime=1122.3 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 178276 0 0 0 112168 62 0 0 25 0 4 0 651812163 522919936 91366 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=510664 CPUtime=1110.91 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 160710 0 0 0 111038 53 0 0 25 0 4 0 651812163 522919936 91366 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.88
Current children cumulated vsize (KiB) 510664

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.09 10/314 19018
/proc/meminfo: memFree=17378644/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=510916 CPUtime=4717.25 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 666765 0 0 0 471502 223 0 0 25 0 4 0 651812163 523177984 95569 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 127729 95569 378 95 0 122711 0
[pid=18972/tid=18973] ppid=18968 vsize=510916 CPUtime=1182.31 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 165192 0 0 0 118180 51 0 0 25 0 4 0 651812163 523177984 95569 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=510916 CPUtime=1182.3 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 184892 0 0 0 118166 64 0 0 25 0 4 0 651812163 523177984 95569 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=510916 CPUtime=1170.31 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 165786 0 0 0 116975 56 0 0 25 0 4 0 651812163 523177984 95569 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.25
Current children cumulated vsize (KiB) 510916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.08 8.10 8.08 10/314 19018
/proc/meminfo: memFree=17402304/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=510984 CPUtime=4800.26 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 672051 0 0 0 479801 225 0 0 25 0 4 0 651812163 523247616 90627 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 127746 90627 378 95 0 122728 0
[pid=18972/tid=18973] ppid=18968 vsize=510984 CPUtime=1203.12 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 165436 0 0 0 120261 51 0 0 25 0 4 0 651812163 523247616 90628 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=510984 CPUtime=1203.12 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 186316 0 0 0 120247 65 0 0 25 0 4 0 651812163 523247616 90628 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=510984 CPUtime=1190.9 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 168294 0 0 0 119033 57 0 0 25 0 4 0 651812163 523247616 90628 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 510984

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

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

[startup+1203.1 s]
/proc/loadavg: 8.08 8.10 8.08 10/314 19018
/proc/meminfo: memFree=17402304/32950928 swapFree=67111348/67111528
[pid=18972] ppid=18968 vsize=510984 CPUtime=4800.26 cores=0,2,4,6
/proc/18972/stat : 18972 (strangenight2-m) R 18968 18972 18635 0 -1 4202496 672051 0 0 0 479801 225 0 0 25 0 4 0 651812163 523247616 90627 33554432000 4194304 4580107 140734712920208 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18972/statm: 127746 90627 378 95 0 122728 0
[pid=18972/tid=18973] ppid=18968 vsize=510984 CPUtime=1203.12 cores=0,2,4,6
/proc/18972/task/18973/stat : 18973 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 165436 0 0 0 120261 51 0 0 25 0 4 0 651812163 523247616 90628 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18972/tid=18974] ppid=18968 vsize=510984 CPUtime=1203.12 cores=0,2,4,6
/proc/18972/task/18974/stat : 18974 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 186316 0 0 0 120247 65 0 0 25 0 4 0 651812163 523247616 90628 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18972/tid=18975] ppid=18968 vsize=510984 CPUtime=1190.9 cores=0,2,4,6
/proc/18972/task/18975/stat : 18975 (strangenight2-m) R 18968 18972 18635 0 -1 4202560 168294 0 0 0 119033 57 0 0 25 0 4 0 651812163 523247616 90628 33554432000 4194304 4580107 140734712920208 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 510984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.32
CPU user time (s): 4798.05
CPU system time (s): 2.27665
CPU usage (%): 398.984
Max. virtual memory (cumulated for all children) (KiB): 630316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.05
system time used= 2.27665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 672053
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= 727
involuntary context switches= 32559

runsolver used 3.36249 second user time and 8.67368 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 21:42:05
IDJOB=3366341
IDBENCH=82750
IDSOLVER=1844
FILE ID=node125/3366341-1305402125
RUNJOBID= node125-1305402125-18950
PBS_JOBID= 13324489
Free space on /tmp= 73196 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1623694027-006.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366341-1305402125/watcher-3366341-1305402125 -o /tmp/evaluation-result-3366341-1305402125/solver-3366341-1305402125 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366341-1305402125.cnf

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

MD5SUM BENCH= 6303d9fa9d32bd584c08fa1ce867474c
RANDOM SEED=1085635424

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18234948 kB
Buffers:        253980 kB
Cached:        4032720 kB
SwapCached:          0 kB
Active:       11126792 kB
Inactive:      3215524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18234948 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11432 kB
Writeback:           0 kB
AnonPages:    10055196 kB
Mapped:          29384 kB
Slab:           274408 kB
PageTables:      36180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50999824 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= 73188 MiB
End job on node125 at 2011-05-14 22:02:10