Trace number 3173793

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.2 1201.77

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
MD5SUM6e345981a96012731da9bd2ce5420289
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173793-1304031220.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.40/0.17	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.40/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.40/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.40/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.77/0.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.77/0.48	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.48	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.77/0.48	c calculated reachability. Time: 0.00
0.77/0.48	c Calc default polars -  time:   0.00 s pos:     735 undec:      70 neg:     695
0.77/0.48	c =========================================================================================
0.77/0.48	c types(t): F = full restart, N = normal restart
0.77/0.48	c types(t): S = simplification begin/end, E = solution found
0.77/0.48	c restart types(rt): st = static, dy = dynamic
0.77/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.48	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.77/0.68	c  N dy    21      4172      1500     30000         0      4169    150000    667776    124.73    133.15
4.00/1.05	c  N dy    45      8237      1500     30000         0      5730    150000    656773    124.65    132.08
5.16/1.38	c  N dy    67     12457      1500     30000         0      5702    150000    428031    124.37    132.23
6.78/1.78	c  N dy    84     16529      1500     30000         0      9770    150000   1052932    123.03    131.51
8.35/2.19	c  N dy   105     20609      1500     30000         0      8230    150000    636650    122.68    152.65
10.36/2.61	c  N dy   133     24660      1500     30000         0     12280    150000   1268111    123.13    131.02
10.36/2.65	c  F st   136     25001      1500     30000         0     12621    150000   1321840    123.21   no data
12.35/3.19	c  N dy   142     30000      1500     30000         0     10803    150000    903056    123.21   no data
12.35/3.19	c  S st   142     30000      1500     30000         0     10803    150000    903056    123.21   no data
12.75/3.26	c  S st   142     30502      1500     30000         0     11305    150000    972245    123.21   no data
12.75/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.75/3.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.75/3.28	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.75/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.75/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.75/3.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.75/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.15/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.82	c lits-rem:       181  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.49 s
15.96/4.01	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.96/4.01	c calculated reachability. Time: 0.00
15.96/4.01	c  N dy   142     30502      1500     30000         0     11289    150000    966905    123.21   no data
17.54/4.48	c  N dy   166     34666      1500     30000         0     15449    150000   1607415    123.28    130.39
19.55/4.94	c  N dy   193     38735      1500     30000         0     11623    150000    845012    123.41    133.11
21.53/5.45	c  N dy   215     42940      1500     30000         0     15825    150000   1490542    123.16    132.04
23.14/5.81	c  S st   234     45754      1500     30000         0      9690    150000    393212    123.17   no data
23.14/5.88	c  S st   234     46256      1500     30000         0     10192    150000    463473    123.17   no data
23.14/5.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.14/5.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.54/5.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.54/5.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.54/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.54/5.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.54/5.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.54/5.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.54/5.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.94/6.06	c lits-rem:        21  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.13 s
23.94/6.06	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.94/6.06	c vivif2 --  cl tried    10191 cl shrink        0 lits rem          0 time: 0.01
24.75/6.25	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.75/6.26	c calculated reachability. Time: 0.00
24.75/6.26	c  N dy   234     46256      1500     30000         0     10191    150000    463090    123.17   no data
26.73/6.72	c  N dy   258     50289      1500     30000         0     14223    150000   1079767    123.05    131.49
28.75/7.22	c  N dy   280     54366      1500     30000         0     18300    150000   1702638    122.84    130.91
30.73/7.71	c  N dy   306     58385      1500     30000         0     12346    150000    651745    122.97    133.84
32.73/8.21	c  N dy   329     62665      1500     30000         0     16625    150000   1310571    122.97    129.58
34.72/8.72	c  N dy   351     66747      1500     30000         0     20704    150000   1940836    123.05    130.26
35.92/9.07	c  S st   366     69384      1500     30000         0     12356    150000    508576    122.98    131.23
36.32/9.15	c  S st   366     69886      1500     30000         0     12858    150000    568723    122.98   no data
36.32/9.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.32/9.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.32/9.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.32/9.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.32/9.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.32/9.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.32/9.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.32/9.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.72/9.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.53/9.41	c lits-rem:        15  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.20 s
37.53/9.41	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.53/9.42	c vivif2 --  cl tried    12856 cl shrink        0 lits rem          0 time: 0.01
38.31/9.62	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.31/9.63	c calculated reachability. Time: 0.00
38.31/9.63	c  N dy   366     69886      1500     30000         0     12856    150000    567963    122.98   no data
40.32/10.17	c  N dy   394     74478      1500     30000         0     17446    150000   1270685    123.00    130.26
43.11/10.81	c  N dy   424     79358      1500     30000         0     22325    150000   2023083    123.07    129.65
45.51/11.46	c  N dy   460     84505      1500     30000         0     15481    150000    843784    123.20    130.63
47.10/11.83	c  F st   478     87500      1500     30000         0     18475    150000   1298336    123.12   no data
48.70/12.25	c  N st   483     90797      1500     30000         0     21766    150000   1850997    123.12   no data
51.89/13.03	c  N dy   508     96713      1500     30000         0     14687    150000    582554    123.17    129.88
54.69/13.79	c  N dy   543    102885      1500     30000         0     20858    150000   1524504    123.15    131.97
55.89/14.04	c  S st   554    104831      1500     30000         0     22803    150000   1828724    123.17   no data
56.29/14.13	c  S st   554    105338      1500     30000         0     23310    150000   1891621    123.17   no data
56.29/14.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.29/14.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
56.29/14.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.29/14.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.29/14.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.29/14.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.29/14.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.29/14.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
56.69/14.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.27/18.10	c lits-rem:       138  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.84 s
72.27/18.10	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.27/18.12	c vivif2 --  cl tried    23305 cl shrink        0 lits rem          0 time: 0.02
73.46/18.45	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
73.46/18.45	c calculated reachability. Time: 0.00
73.46/18.45	c  N dy   554    105338      1500     30000         0     23305    150000   1890102    123.17   no data
77.48/19.44	c  N dy   599    112139      1500     30000         0     16111    150000    648873    123.29    133.27
81.05/20.36	c  N dy   641    119381      1500     30000         0     23352    150000   1752746    123.18    129.78
85.45/21.50	c  N dy   681    127186      1500     30000         0     16163    150000    510917    123.01    132.53
90.26/22.63	c  N dy   727    135430      1500     30000         0     24401    150000   1770011    122.97    130.45
95.44/23.94	c  N dy   778    144102      1500     30000         0     17082    150000    506307    122.94    130.19
100.63/25.21	c  N dy   841    153357      1500     30000         0     26333    150000   1950157    123.08    134.16
103.44/25.92	c  S st   872    158007      1500     30000         0     30981    150000   2667558    123.13    124.69
103.84/26.03	c  S st   872    158509      1500     30000         0     31483    150000   2731719    123.13   no data
103.84/26.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.84/26.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
103.84/26.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.84/26.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.84/26.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.84/26.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
103.84/26.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.22/26.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
104.62/26.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.37/35.46	c lits-rem:       183  cl-subs:       20  v-elim:      0  v-fix:    0  time:  9.25 s
141.37/35.46	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
141.37/35.49	c vivif2 --  cl tried    31463 cl shrink        0 lits rem          0 time: 0.03
142.98/35.88	c asymm  cl-useful: 0/27685/30000 lits-rem:0 time: 0.39
142.98/35.88	c calculated reachability. Time: 0.00
142.98/35.88	c  N dy   872    158509      1500     30000         0     31463    150000   2725351    123.13   no data
148.96/37.37	c  N dy   931    168626      1500     30000         0     24578    150000   1531804    123.20    129.77
155.75/39.09	c  N dy   998    179441      1500     30000         0     35389    150000   3202257    123.23    130.71
162.54/40.72	c  N dy  1062    190942      1500     30000         0     28893    150000   2035190    123.17    130.20
170.13/42.67	c  N dy  1137    203183      1500     30000         0     22135    150000    849762    123.18    130.01
178.14/44.62	c  N dy  1209    216312      1500     30000         0     35257    150000   2880182    123.18    133.13
186.51/46.72	c  N dy  1303    230328      1500     30000         0     29282    150000   1818015    123.29    129.81
191.32/47.91	c  S st  1354    237763      1500     30000         0     36716    150000   2978418    123.41   no data
191.72/48.02	c  S st  1354    238266      1500     30000         0     37219    150000   3039059    123.41   no data
191.72/48.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.72/48.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
191.72/48.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.72/48.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.72/48.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.72/48.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
191.72/48.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
192.10/48.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
192.10/48.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.46/57.74	c lits-rem:       197  cl-subs:       27  v-elim:      0  v-fix:    0  time:  9.54 s
230.46/57.74	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
230.46/57.78	c vivif2 --  cl tried    37192 cl shrink        0 lits rem          0 time: 0.04
230.87/57.81	c asymm  cl-useful: 0/2315/30000 lits-rem:0 time: 0.04
230.87/57.82	c calculated reachability. Time: 0.00
230.87/57.82	c  N dy  1354    238266      1500     30000         0     37192    150000   3030976    123.41   no data
240.05/60.16	c  N dy  1440    253631      1500     30000         0     31553    150000   2003880    123.34    129.91
250.82/62.82	c  N dy  1540    269874      1500     30000         0     25798    150000    991147    123.40    132.69
261.62/65.59	c  N dy  1641    287123      1500     30000         0     43039    150000   3647056    123.38    131.39
273.19/68.46	c  N dy  1748    305498      1500     30000         0     38406    150000   2778243    123.36    130.28
273.59/68.59	c  F st  1754    306250      1500     30000         0     39158    150000   2890296    123.36   no data
285.98/71.67	c  N dy  1842    325182      1500     30000         0     34091    150000   1968156    123.38    130.52
300.36/75.23	c  N dy  1969    345242      1500     30000         0     29163    150000   1076194    123.47    132.56
308.34/77.24	c  S st  2043    357399      1500     30000         0     41317    150000   2960538    123.50   no data
308.74/77.37	c  S st  2043    357904      1500     30000         0     41822    150000   3033056    123.50   no data
308.74/77.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
309.15/77.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
309.15/77.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.15/77.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.15/77.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.15/77.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
309.15/77.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
309.15/77.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
309.54/77.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.09/87.49	c lits-rem:       204  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.94 s
349.09/87.49	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
349.51/87.53	c vivif2 --  cl tried    41808 cl shrink        0 lits rem          0 time: 0.04
351.09/87.91	c asymm  cl-useful: 0/23997/30000 lits-rem:0 time: 0.38
351.09/87.91	c calculated reachability. Time: 0.00
351.09/87.91	c  N dy  2043    357904      1500     30000         0     41808    150000   3027694    123.50   no data
365.46/91.52	c  N dy  2166    377920      1500     30000         0     35831    150000   1953881    123.49    164.29
380.26/95.23	c  N dy  2278    398019      1500     30000         0     28930    150000    722804    123.43    130.40
394.23/98.71	c  N dy  2405    418051      1500     30000         0     48955    150000   3810653    123.45    130.12
408.21/102.28	c  N dy  2528    438118      1500     30000         0     41025    150000   2463690    123.47    132.66
424.21/106.21	c  N dy  2649    458362      1500     30000         0     32276    150000    959765    123.51    131.41
438.97/109.92	c  N dy  2777    478708      1500     30000         0     52614    150000   4112848    123.55    130.52
453.75/113.68	c  N dy  2900    498736      1500     30000         0     42649    150000   2419337    123.57    130.96
470.12/117.77	c  N dy  3015    518783      1500     30000         0     31701    150000    572996    123.52    130.84
482.90/120.91	c  S st  3118    536857      1500     30000         0     49766    150000   3361368    123.52    108.31
483.30/121.05	c  S st  3118    537362      1500     30000         0     50271    150000   3428257    123.52   no data
483.30/121.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
483.70/121.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
483.70/121.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
483.70/121.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
483.70/121.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
483.70/121.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
483.70/121.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
483.70/121.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
484.10/121.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
532.03/133.23	c lits-rem:       335  cl-subs:       19  v-elim:      0  v-fix:    0  time: 11.98 s
532.03/133.23	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
532.03/133.28	c vivif2 --  cl tried    50252 cl shrink        0 lits rem          0 time: 0.04
532.84/133.40	c asymm  cl-useful: 0/6003/30000 lits-rem:0 time: 0.12
532.84/133.40	c calculated reachability. Time: 0.00
532.84/133.40	c  N dy  3118    537362      1500     30000         0     50252    150000   3421758    123.52   no data
550.01/137.70	c  N dy  3235    557366      1500     30000         0     38252    150000   1436805    123.52    133.07
565.98/141.71	c  N dy  3351    577513      1500     30000         0     58393    150000   4545627    123.52    133.86
583.16/146.01	c  N dy  3465    597520      1500     30000         0     45399    150000   2406999    123.49    131.27
601.54/150.61	c  N dy  3580    617681      1500     30000         0     65551    150000   5515306    123.48    130.76
617.12/154.51	c  N dy  3696    637682      1500     30000         0     51554    150000   3202266    123.45    131.63
635.51/159.12	c  N dy  3821    657792      1500     30000         0     36674    150000    762986    123.46    130.63
651.07/163.08	c  N dy  3933    678194      1500     30000         0     57067    150000   3908828    123.43    130.43
669.04/167.57	c  N dy  4043    698199      1500     30000         0     41080    150000   1285250    123.42    131.43
685.02/171.52	c  N dy  4146    718261      1500     30000         0     61132    150000   4347102    123.37    131.86
702.20/175.88	c  N dy  4260    738339      1500     30000         0     44214    150000   1626686    123.37    132.78
719.38/180.19	c  N dy  4385    758659      1500     30000         0     64523    150000   4749232    123.38    131.01
737.35/184.68	c  N dy  4513    778773      1500     30000         0     46647    150000   1877872    123.42    131.05
755.33/189.17	c  N dy  4638    799138      1500     30000         0     67005    150000   5045959    123.45    130.86
762.94/191.03	c  S st  4678    806044      1500     30000         0     73907    150000   6109749    123.45   no data
763.72/191.24	c  S st  4678    806547      1500     30000         0     74410    150000   6173463    123.45   no data
763.72/191.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
764.11/191.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
764.11/191.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.11/191.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
764.11/191.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
764.11/191.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
764.11/191.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
764.51/191.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
765.31/191.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
899.93/225.31	c lits-rem:       552  cl-subs:       42  v-elim:      0  v-fix:    0  time: 33.71 s
899.93/225.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
899.93/225.39	c vivif2 --  cl tried    74368 cl shrink        0 lits rem          0 time: 0.08
901.92/225.82	c asymm  cl-useful: 0/17115/30000 lits-rem:0 time: 0.43
901.92/225.83	c calculated reachability. Time: 0.00
901.92/225.83	c  N dy  4678    806547      1500     30000         0     74368    150000   6158823    123.45   no data
918.70/230.09	c  N dy  4804    826950      1500     30000         0     55785    150000   3156799    123.48    132.08
937.87/234.88	c  N dy  4923    846966      1500     30000         0     75797    150000   6255764    123.50    130.42
955.05/239.10	c  N dy  5037    866976      1500     30000         0     55815    150000   2985532    123.49    139.25
973.84/243.84	c  N dy  5148    887122      1500     30000         0     75954    150000   6109745    123.49    130.92
991.42/248.28	c  N dy  5277    907234      1500     30000         0     55075    150000   2732133    123.51    130.27
1010.97/253.14	c  N dy  5412    927287      1500     30000         0     75116    150000   5879043    123.57    130.48
1029.75/257.84	c  N dy  5543    947318      1500     30000         0     53147    150000   2302024    123.61    149.85
1048.53/262.55	c  N dy  5666    967415      1500     30000         0     73235    150000   5443318    123.63    132.27
1068.49/267.52	c  N dy  5785    987521      1500     30000         0     50361    150000   1685008    123.64    134.26
1088.09/272.44	c  N dy  5908   1007639      1500     30000         0     70461    150000   4804163    123.64    131.37
1110.83/278.18	c  N dy  6023   1027699      1500     30000         0     46535    150000    968680    123.62    149.70
1130.01/282.91	c  N dy  6144   1047905      1500     30000         0     66738    150000   4100649    123.63    132.72
1153.59/288.82	c  N dy  6271   1067991      1500     30000         0     86815    150000   7212631    123.65    132.79
1158.76/290.10	c  F st  6295   1071875      1500     30000         0     45718    150000    691397    123.66    111.05
1172.35/293.58	c  N dy  6357   1088020      1500     30000         0     61846    150000   3274063    123.67    131.00
1193.54/298.82	c  N dy  6475   1108035      1500     30000         0     81850    150000   6354662    123.66    130.33
1213.89/303.96	c  N dy  6595   1128052      1500     30000         0     55875    150000   2119545    123.70    170.31
1233.47/308.84	c  N dy  6709   1148084      1500     30000         0     75897    150000   5240460    123.70    136.39
1256.63/314.65	c  N dy  6831   1168103      1500     30000         0     48935    150000    899279    123.73    142.24
1275.00/319.28	c  N dy  6961   1188350      1500     30000         0     69169    150000   4057005    123.75    132.59
1297.38/324.86	c  N dy  7078   1208380      1500     30000         0     89193    150000   7148742    123.76    131.03
1299.37/325.30	c  S st  7085   1209822      1500     30000         0     90634    150000   7369400    123.76   no data
1300.17/325.53	c  S st  7085   1210324      1500     30000         0     91136    150000   7442482    123.76   no data
1300.17/325.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1300.57/325.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1300.57/325.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1300.57/325.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1300.57/325.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1300.57/325.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1300.57/325.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1300.97/325.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1301.77/325.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1483.14/371.36	c lits-rem:       537  cl-subs:       57  v-elim:      0  v-fix:    0  time: 45.27 s
1483.14/371.37	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1483.54/371.46	c vivif2 --  cl tried    91079 cl shrink        0 lits rem          0 time: 0.09
1485.51/371.92	c asymm  cl-useful: 0/12885/30000 lits-rem:0 time: 0.46
1485.51/371.92	c calculated reachability. Time: 0.00
1485.51/371.92	c  N dy  7085   1210324      1500     30000         0     91079    150000   7423055    123.76   no data
1504.68/376.79	c  N dy  7200   1230538      1500     30000         0     63312    150000   2987721    123.76    130.37
1525.86/382.04	c  N dy  7327   1250618      1500     30000         0     83375    150000   6105430    123.79    132.84
1548.62/387.72	c  N dy  7449   1270756      1500     30000         0     54526    150000   1468304    123.78    130.95
1567.40/392.48	c  N dy  7570   1290844      1500     30000         0     74606    150000   4581572    123.78    130.90
1590.56/398.28	c  N dy  7687   1310905      1500     30000         0     94659    150000   7708242    123.80    131.91
1610.96/403.38	c  N dy  7818   1331139      1500     30000         0     64911    150000   2933467    123.84    131.98
1632.11/408.61	c  N dy  7938   1351160      1500     30000         0     84925    150000   6049969    123.85    131.08
1655.68/414.59	c  N dy  8057   1371321      1500     30000         0     54096    150000   1118500    123.85    131.28
1674.85/419.30	c  N dy  8174   1391410      1500     30000         0     74165    150000   4215712    123.84    131.46
1698.02/425.11	c  N dy  8303   1411577      1500     30000         0     94321    150000   7352587    123.87    130.63
1719.99/430.65	c  N dy  8430   1431618      1500     30000         0     62381    150000   2259209    123.89    130.94
1740.35/435.76	c  N dy  8539   1451711      1500     30000         0     82455    150000   5391186    123.88    132.03
1767.10/442.42	c  N dy  8665   1471841      1500     30000         0    102575    150000   8530938    123.90    137.24
1787.48/447.57	c  N dy  8789   1491889      1500     30000         0     69648    150000   3239519    123.92    134.50
1810.24/453.20	c  N dy  8910   1512036      1500     30000         0     89785    150000   6379764    123.92    133.15
1835.80/459.68	c  N dy  9034   1532325      1500     30000         0     56109    150000    980635    123.93    131.19
1855.38/464.55	c  N dy  9158   1552364      1500     30000         0     76139    150000   4118732    123.96    131.94
1880.15/470.70	c  N dy  9285   1572401      1500     30000         0     96166    150000   7222996    123.97    136.45
1904.93/476.95	c  N dy  9403   1592420      1500     30000         0     61193    150000   1625055    123.97    130.87
1925.29/482.09	c  N dy  9532   1612426      1500     30000         0     81188    150000   4723262    123.98    132.50
1950.84/488.46	c  N dy  9641   1632625      1500     30000         0    101379    150000   7871891    123.97    133.32
1976.81/494.94	c  N dy  9765   1652626      1500     30000         0     65397    150000   2133194    123.98    132.02
1999.58/500.67	c  N dy  9886   1672681      1500     30000         0     85443    150000   5220390    123.98    140.92
2027.54/507.69	c  N dy 10006   1692705      1500     30000         0    105453    150000   8314834    123.97    131.21
2049.93/513.25	c  S st 10119   1710324      1500     30000         0     66094    150000   2101960    123.98   no data
2050.71/513.43	c  S st 10119   1710827      1500     30000         0     66597    150000   2171105    123.98   no data
2050.71/513.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2050.71/513.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2050.71/513.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2050.71/513.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2050.71/513.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2050.71/513.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2050.71/513.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2051.11/513.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2051.51/513.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2091.46/523.65	c lits-rem:       136  cl-subs:        6  v-elim:      0  v-fix:    0  time: 10.05 s
2091.46/523.66	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2091.46/523.69	c vivif2 --  cl tried    66591 cl shrink        0 lits rem          0 time: 0.03
2093.45/524.10	c asymm  cl-useful: 0/18437/30000 lits-rem:0 time: 0.41
2093.45/524.10	c calculated reachability. Time: 0.00
2093.45/524.10	c  N dy 10119   1710827      1500     30000         0     66591    150000   2168829    123.98   no data
2115.43/529.62	c  N dy 10246   1731047      1500     30000         0     86794    150000   5323814    123.99    130.74
2141.39/536.16	c  N dy 10366   1751088      1500     30000         0    106824    150000   8443895    124.00    131.13
2165.35/542.16	c  N dy 10487   1771107      1500     30000         0     68866    150000   2388979    124.02    130.77
2187.73/547.76	c  N dy 10622   1791179      1500     30000         0     88926    150000   5504799    124.03    131.34
2214.08/554.36	c  N dy 10747   1811479      1500     30000         0    109205    150000   8689072    124.05    130.92
2237.66/560.29	c  N dy 10857   1831494      1500     30000         0     70249    150000   2435484    124.05    131.40
2260.03/565.82	c  N dy 10975   1851559      1500     30000         0     90306    150000   5563721    124.05    135.03
2286.79/572.54	c  N dy 11103   1871590      1500     30000         0    110326    150000   8684282    124.07    131.24
2310.75/578.51	c  N dy 11220   1891717      1500     30000         0     70474    150000   2330175    124.07    131.53
2332.32/583.98	c  N dy 11337   1911780      1500     30000         0     90524    150000   5430119    124.07    133.23
2359.48/590.77	c  N dy 11467   1931855      1500     30000         0    110590    150000   8563475    124.08    130.90
2385.05/597.16	c  N dy 11591   1951902      1500     30000         0     69659    150000   2055467    124.10    132.03
2407.81/602.82	c  N dy 11717   1972213      1500     30000         0     89957    150000   5216523    124.11    132.03
2434.17/609.48	c  N dy 11838   1992334      1500     30000         0    110065    150000   8358674    124.11    131.20
2461.74/616.32	c  N dy 11963   2012483      1500     30000         0     68251    150000   1714011    124.13    132.70
2484.93/622.13	c  N dy 12096   2032537      1500     30000         0     88285    150000   4857455    124.15    133.38
2511.29/628.76	c  N dy 12214   2052641      1500     30000         0    108379    150000   7980275    124.15    131.50
2540.83/636.18	c  N dy 12344   2072698      1500     30000         0     65461    150000   1107935    124.17    132.58
2562.00/641.44	c  N dy 12464   2092724      1500     30000         0     85472    150000   4253484    124.18    135.08
2587.56/647.87	c  N dy 12572   2112780      1500     30000         0    105516    150000   7371744    124.17    132.12
2617.92/655.40	c  N dy 12696   2132943      1500     30000         0    125663    150000  10505876    124.18    131.25
2639.89/660.92	c  N dy 12814   2153037      1500     30000         0     81787    150000   3492160    124.18    131.13
2664.26/667.07	c  N dy 12937   2173093      1500     30000         0    101832    150000   6629336    124.18    132.69
2693.41/674.35	c  N dy 13059   2193256      1500     30000         0    121981    150000   9764207    124.19    134.67
2715.78/679.97	c  S st 13165   2210827      1500     30000         0     74580    150000   2224652    124.19   no data
2716.58/680.16	c  S st 13165   2211333      1500     30000         0     75086    150000   2291878    124.19   no data
2716.58/680.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2716.98/680.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2716.98/680.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2716.98/680.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2716.98/680.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2716.98/680.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2716.98/680.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2716.98/680.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2717.38/680.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2750.94/688.75	c lits-rem:       131  cl-subs:       11  v-elim:      0  v-fix:    0  time:  8.40 s
2750.94/688.75	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2750.94/688.78	c vivif2 --  cl tried    75075 cl shrink        0 lits rem          0 time: 0.03
2752.54/689.11	c asymm  cl-useful: 0/11563/30000 lits-rem:0 time: 0.33
2752.54/689.12	c calculated reachability. Time: 0.00
2752.54/689.12	c  N dy 13165   2211333      1500     30000         0     75075    150000   2287790    124.19   no data
2776.10/695.01	c  N dy 13287   2231698      1500     30000         0     95428    150000   5472106    124.20    131.16
2803.66/701.93	c  N dy 13412   2251708      1500     30000         0    115429    150000   8597285    124.21    135.78
2834.82/709.71	c  N dy 13533   2271951      1500     30000         0     69704    150000   1328405    124.23    132.73
2858.41/715.63	c  N dy 13648   2292309      1500     30000         0     90051    150000   4506933    124.23    131.65
2886.75/722.72	c  N dy 13770   2312406      1500     30000         0    110144    150000   7623879    124.24    132.53
2917.50/730.44	c  N dy 13890   2332562      1500     30000         0    130283    150000  10753256    124.24    131.04
2941.89/736.53	c  N dy 14018   2352595      1500     30000         0     83342    150000   3317054    124.25    134.41
2967.83/743.03	c  N dy 14156   2372777      1500     30000         0    103511    150000   6494353    124.28    133.65
2997.00/750.39	c  N dy 14275   2392802      1500     30000         0    123529    150000   9616667    124.28    130.83
3026.15/757.60	c  N dy 14404   2412865      1500     30000         0     75615    150000   1965623    124.29    131.91
3049.72/763.51	c  N dy 14533   2432869      1500     30000         0     95609    150000   5123747    124.31    130.89
3077.69/770.53	c  N dy 14661   2452988      1500     30000         0    115720    150000   8280483    124.32    132.78
3110.03/778.60	c  N dy 14780   2473120      1500     30000         0    135846    150000  11413787    124.32    130.90
3133.20/784.42	c  N dy 14898   2493311      1500     30000         0     87061    150000   3595680    124.33    131.98
3158.76/790.82	c  N dy 15013   2513351      1500     30000         0    107092    150000   6698410    124.32    131.41
3189.12/798.44	c  N dy 15146   2533417      1500     30000         0    127140    150000   9863144    124.35    131.93
3217.88/805.68	c  N dy 15262   2553515      1500     30000         0     77262    150000   1922744    124.34    163.75
3243.85/812.14	c  N dy 15392   2573763      1500     30000         0     97501    150000   5070693    124.35    131.90
3273.01/819.40	c  N dy 15505   2593825      1500     30000         0    117549    150000   8182934    124.35    146.93
3306.98/827.94	c  N dy 15630   2614250      1500     30000         0    137965    150000  11363069    124.36    131.39
3332.94/834.48	c  N dy 15746   2634313      1500     30000         0     87057    150000   3299541    124.37    132.08
3358.90/840.91	c  N dy 15861   2654345      1500     30000         0    107078    150000   6419200    124.37    131.01
3388.85/848.48	c  N dy 15979   2674441      1500     30000         0    127167    150000   9551506    124.37    131.99
3421.22/856.55	c  N dy 16093   2694666      1500     30000         0     75419    150000   1326935    124.37    131.02
3439.98/861.26	c  S st 16195   2711333      1500     30000         0     92079    150000   3919642    124.38    117.88
3441.17/861.50	c  S st 16195   2711835      1500     30000         0     92581    150000   3988755    124.38   no data
3441.17/861.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3441.17/861.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3441.17/861.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3441.17/861.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3441.17/861.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3441.17/861.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3441.17/861.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3441.58/861.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3441.98/861.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3503.10/877.06	c lits-rem:       201  cl-subs:       23  v-elim:      0  v-fix:    0  time: 15.29 s
3503.10/877.06	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3503.50/877.11	c vivif2 --  cl tried    92558 cl shrink        0 lits rem          0 time: 0.05
3505.09/877.55	c asymm  cl-useful: 0/14799/30000 lits-rem:0 time: 0.43
3505.09/877.55	c calculated reachability. Time: 0.00
3505.09/877.55	c  N dy 16195   2711835      1500     30000         0     92558    150000   3980342    124.38   no data
3532.25/884.33	c  N dy 16323   2731902      1500     30000         0    112608    150000   7112716    124.39    160.60
3563.01/892.09	c  N dy 16442   2751960      1500     30000         0    132656    150000  10217145    124.38    131.17
3594.16/899.85	c  N dy 16568   2771977      1500     30000         0     79700    150000   1842812    124.39    145.85
3618.13/905.81	c  N dy 16684   2792046      1500     30000         0     99757    150000   4966569    124.39    132.08
3647.28/913.12	c  N dy 16812   2812543      1500     30000         0    120242    150000   8159170    124.39    132.01
3680.46/921.43	c  N dy 16928   2832757      1500     30000         0    140444    150000  11316295    124.39    133.07
3709.19/928.68	c  N dy 17049   2852927      1500     30000         0     86639    150000   2788260    124.40    133.22
3736.77/935.51	c  N dy 17171   2873066      1500     30000         0    106768    150000   5954307    124.41    132.01
3767.52/943.27	c  N dy 17291   2893171      1500     30000         0    126856    150000   9095731    124.42    135.97
3803.09/952.17	c  N dy 17414   2913336      1500     30000         0    147011    150000  12267861    124.43    131.52
3829.03/958.67	c  N dy 17540   2933484      1500     30000         0     92192    150000   3532012    124.43    131.90
3856.22/965.41	c  N dy 17660   2953530      1500     30000         0    112233    150000   6682594    124.44    131.07
3886.98/973.16	c  N dy 17779   2973706      1500     30000         0    132398    150000   9813881    124.44    131.28
3922.90/982.14	c  N dy 17899   2994005      1500     30000         0     76733    150000    962610    124.45    132.42
3945.67/987.89	c  N dy 18015   3014128      1500     30000         0     96848    150000   4098858    124.45    131.59
3973.64/994.84	c  N dy 18134   3034142      1500     30000         0    116857    150000   7233558    124.46    131.45
4005.61/1002.89	c  N dy 18251   3054362      1500     30000         0    137072    150000  10373604    124.46    131.73
4040.36/1011.50	c  N dy 18371   3074365      1500     30000         0     80097    150000   1331965    124.46    131.75
4064.31/1017.58	c  N dy 18507   3094551      1500     30000         0    100273    150000   4484579    124.47    131.50
4092.67/1024.66	c  N dy 18623   3114676      1500     30000         0    120389    150000   7602048    124.46    131.19
4128.24/1033.51	c  N dy 18733   3134844      1500     30000         0    140548    150000  10735840    124.46    131.66
4166.97/1043.21	c  N dy 18866   3154854      1500     30000         0     82582    150000   1584471    124.47    147.52
4195.72/1050.41	c  N dy 18990   3175492      1500     30000         0    103205    150000   4828221    124.48    133.03
4228.88/1058.80	c  N dy 19115   3195590      1500     30000         0    123292    150000   7978582    124.49    134.68
4260.46/1066.68	c  S st 19215   3211836      1500     30000         0    139528    150000  10519487    124.49   no data
4262.04/1067.07	c  S st 19215   3212339      1500     30000         0    140031    150000  10587496    124.49   no data
4262.44/1067.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4262.84/1067.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4262.84/1067.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4262.84/1067.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4262.84/1067.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4262.84/1067.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4262.84/1067.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4263.24/1067.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
4264.85/1067.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4483.74/1122.56	c lits-rem:       457  cl-subs:       76  v-elim:      0  v-fix:    0  time: 54.84 s
4483.74/1122.57	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4484.56/1122.70	c vivif2 --  cl tried   139955 cl shrink        0 lits rem          0 time: 0.13
4486.13/1123.20	c asymm  cl-useful: 0/9433/30000 lits-rem:0 time: 0.49
4486.53/1123.20	c calculated reachability. Time: 0.00
4486.53/1123.20	c  N dy 19215   3212339      1500     30000         0    139955    150000  10561871    124.49   no data
4523.71/1132.56	c  N dy 19355   3232353      1500     30000         0     81002    150000   1194338    124.51    131.71
4548.05/1138.67	c  N dy 19478   3252570      1500     30000         0    101208    150000   4364079    124.52    131.97
4576.82/1145.86	c  N dy 19597   3272659      1500     30000         0    121288    150000   7511523    124.52    139.17
4610.76/1154.34	c  N dy 19731   3292703      1500     30000         0    141320    150000  10657461    124.53    131.85
4647.90/1163.66	c  N dy 19833   3312724      1500     30000         0     81374    150000   1095783    124.53    140.93
4674.28/1170.27	c  N dy 19963   3332769      1500     30000         0    101413    150000   4228864    124.54    134.46
4705.83/1178.12	c  N dy 20087   3352958      1500     30000         0    121592    150000   7374438    124.53    131.34
4740.98/1186.99	c  N dy 20202   3373071      1500     30000         0    141696    150000  10505338    124.53    133.83
4782.12/1197.30	c  N dy 20321   3393167      1500     30000         0    161772    150000  13619051    124.53    132.15

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.74 7.99 7.49 5/180 26018
/proc/meminfo: memFree=22899124/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 514719726 52441088 353 33554432000 4194304 4627427 140733218076384 18446744073709551615 47770781292057 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 12803 353 303 106 0 7774 0
[pid=26018/tid=26019] ppid=26016 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514719726 52441088 353 33554432000 4194304 4627427 140733218076384 18446744073709551615 47770781292466 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514719726 52441088 353 33554432000 4194304 4627427 140733218076384 18446744073709551615 47770781292061 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514719726 52441088 353 33554432000 4194304 4627427 140733218076384 18446744073709551615 47770781292051 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.058847 s]
/proc/loadavg: 7.74 7.99 7.49 5/180 26018
/proc/meminfo: memFree=22899124/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=285532 CPUtime=0.2 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 4048 0 0 0 20 0 0 0 18 0 4 0 514719726 292384768 3950 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 71383 3950 363 106 0 66354 0
[pid=26018/tid=26019] ppid=26016 vsize=285532 CPUtime=0.04 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 910 0 0 0 4 0 0 0 25 0 4 0 514719726 292384768 3950 33554432000 4194304 4627427 140733218076384 18446744073709551615 212687718583 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=285532 CPUtime=0.05 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 881 0 0 0 5 0 0 0 18 0 4 0 514719726 292384768 3950 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=285532 CPUtime=0.05 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 960 0 0 0 5 0 0 0 18 0 4 0 514719726 292384768 3950 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 285532

[startup+0.107447 s]
/proc/loadavg: 7.74 7.99 7.49 5/180 26018
/proc/meminfo: memFree=22899124/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=285796 CPUtime=0.4 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 4287 0 0 0 40 0 0 0 18 0 4 0 514719726 292655104 4189 33554432000 4194304 4627427 140733218076384 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 71449 4189 363 106 0 66420 0
[pid=26018/tid=26019] ppid=26016 vsize=285796 CPUtime=0.09 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 951 0 0 0 9 0 0 0 25 0 4 0 514719726 292655104 4189 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=285796 CPUtime=0.1 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 922 0 0 0 10 0 0 0 18 0 4 0 514719726 292655104 4189 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=285796 CPUtime=0.1 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 1075 0 0 0 10 0 0 0 18 0 4 0 514719726 292655104 4189 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 285796

[startup+0.694013 s]
/proc/loadavg: 7.74 7.99 7.49 5/180 26018
/proc/meminfo: memFree=22899124/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=300496 CPUtime=4 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 17088 0 0 0 396 4 0 0 18 0 4 0 514719726 307707904 11309 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309186 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 75124 11309 385 106 0 70095 0
[pid=26018/tid=26019] ppid=26016 vsize=300496 CPUtime=0.99 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 4535 0 0 0 98 1 0 0 19 0 4 0 514719726 307707904 11309 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=300496 CPUtime=0.99 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 4478 0 0 0 98 1 0 0 19 0 4 0 514719726 307707904 11310 33554432000 4194304 4627427 140733218076384 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=300496 CPUtime=0.99 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 3207 0 0 0 99 0 0 0 18 0 4 0 514719726 307707904 11310 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 300496

[startup+1.11027 s]
/proc/loadavg: 7.74 7.99 7.49 5/180 26018
/proc/meminfo: memFree=22899124/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=300772 CPUtime=4.4 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 18201 0 0 0 436 4 0 0 19 0 4 0 514719726 307990528 11119 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 75193 11119 385 106 0 70164 0
[pid=26018/tid=26019] ppid=26016 vsize=300772 CPUtime=1.09 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 4693 0 0 0 108 1 0 0 19 0 4 0 514719726 307990528 11119 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309176 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=300772 CPUtime=1.09 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 4633 0 0 0 108 1 0 0 19 0 4 0 514719726 307990528 11120 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=300772 CPUtime=1.09 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 3844 0 0 0 109 0 0 0 19 0 4 0 514719726 307990528 11120 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 300772

[startup+1.5002 s]
/proc/loadavg: 7.74 7.99 7.49 5/180 26018
/proc/meminfo: memFree=22899124/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=301896 CPUtime=5.96 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 22146 0 0 0 591 5 0 0 19 0 4 0 514719726 309141504 11121 33554432000 4194304 4627427 140733218076384 18446744073709551615 4330926 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 75474 11122 385 106 0 70445 0
[pid=26018/tid=26019] ppid=26016 vsize=301896 CPUtime=1.48 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 5797 0 0 0 147 1 0 0 19 0 4 0 514719726 309141504 11122 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=301896 CPUtime=1.48 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 5732 0 0 0 147 1 0 0 19 0 4 0 514719726 309141504 11122 33554432000 4194304 4627427 140733218076384 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=301896 CPUtime=1.49 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 4468 0 0 0 148 1 0 0 19 0 4 0 514719726 309141504 11123 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 301896

[startup+3.1009 s]
/proc/loadavg: 7.74 7.99 7.49 9/184 26022
/proc/meminfo: memFree=22833000/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=303300 CPUtime=12.35 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 36219 0 0 0 1227 8 0 0 24 0 4 0 514719726 310579200 12200 33554432000 4194304 4627427 140733218076384 18446744073709551615 4330127 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 75825 12200 386 106 0 70796 0
[pid=26018/tid=26019] ppid=26016 vsize=303300 CPUtime=3.07 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 9311 0 0 0 306 1 0 0 24 0 4 0 514719726 310579200 12200 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=303300 CPUtime=3.09 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 9244 0 0 0 306 3 0 0 25 0 4 0 514719726 310579200 12200 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=303300 CPUtime=3.09 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 7991 0 0 0 307 2 0 0 24 0 4 0 514719726 310579200 12200 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303300

[startup+6.30032 s]
/proc/loadavg: 7.84 8.01 7.50 9/184 26022
/proc/meminfo: memFree=22719160/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=326412 CPUtime=25.13 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 75365 0 0 0 2497 16 0 0 25 0 4 0 514719726 334245888 36790 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 81603 36790 389 106 0 76574 0
[pid=26018/tid=26019] ppid=26016 vsize=326412 CPUtime=6.25 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 16940 0 0 0 622 3 0 0 19 0 4 0 514719726 334245888 36790 33554432000 4194304 4627427 140733218076384 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=326412 CPUtime=6.28 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 20378 0 0 0 623 5 0 0 25 0 4 0 514719726 334245888 36790 33554432000 4194304 4627427 140733218076384 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=326412 CPUtime=6.29 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 19209 0 0 0 625 4 0 0 25 0 4 0 514719726 334245888 36790 33554432000 4194304 4627427 140733218076384 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 326412

[startup+12.7012 s]
/proc/loadavg: 7.85 8.01 7.50 9/184 26022
/proc/meminfo: memFree=22700304/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=329700 CPUtime=50.72 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 112147 0 0 0 5048 24 0 0 25 0 4 0 514719726 337612800 49910 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 82425 49910 389 106 0 77396 0
[pid=26018/tid=26019] ppid=26016 vsize=329700 CPUtime=12.62 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 28695 0 0 0 1257 5 0 0 25 0 4 0 514719726 337612800 49910 33554432000 4194304 4627427 140733218076384 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=329700 CPUtime=12.68 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 27537 0 0 0 1262 6 0 0 25 0 4 0 514719726 337612800 49910 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=329700 CPUtime=12.69 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 27353 0 0 0 1264 5 0 0 25 0 4 0 514719726 337612800 49910 33554432000 4194304 4627427 140733218076384 18446744073709551615 4327262 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 329700

[startup+25.5008 s]
/proc/loadavg: 7.88 8.00 7.51 9/184 26022
/proc/meminfo: memFree=22698192/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=474976 CPUtime=101.83 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 164523 0 0 0 10147 36 0 0 25 0 4 0 514719726 486375424 72150 33554432000 4194304 4627427 140733218076384 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 118744 72150 389 106 0 113715 0
[pid=26018/tid=26019] ppid=26016 vsize=474976 CPUtime=25.34 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 40441 0 0 0 2526 8 0 0 25 0 4 0 514719726 486375424 72150 33554432000 4194304 4627427 140733218076384 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=474976 CPUtime=25.47 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 43619 0 0 0 2537 10 0 0 25 0 4 0 514719726 486375424 72150 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=474976 CPUtime=25.49 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 42071 0 0 0 2540 9 0 0 25 0 4 0 514719726 486375424 72150 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 474976

[startup+51.1011 s]
/proc/loadavg: 7.92 8.00 7.52 9/184 26023
/proc/meminfo: memFree=22516044/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=639120 CPUtime=204.09 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 248504 0 0 0 20351 58 0 0 25 0 4 0 514719726 654458880 93521 33554432000 4194304 4627427 140733218076384 18446744073709551615 4428390 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 159780 93521 389 106 0 154751 0
[pid=26018/tid=26019] ppid=26016 vsize=639120 CPUtime=50.81 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 58614 0 0 0 5067 14 0 0 25 0 4 0 514719726 654458880 93521 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=639120 CPUtime=51.08 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 66061 0 0 0 5092 16 0 0 25 0 4 0 514719726 654458880 93521 33554432000 4194304 4627427 140733218076384 18446744073709551615 4311293 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=639120 CPUtime=51.09 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 72656 0 0 0 5092 17 0 0 25 0 4 0 514719726 654458880 93521 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 639120

[startup+102.301 s]
/proc/loadavg: 8.08 8.03 7.56 9/184 26024
/proc/meminfo: memFree=22431088/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=594188 CPUtime=408.6 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 400284 0 0 0 40762 98 0 0 25 0 4 0 514719726 608448512 100927 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26018/statm: 148547 100928 389 106 0 143518 0
[pid=26018/tid=26019] ppid=26016 vsize=594188 CPUtime=101.73 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 98862 0 0 0 10147 26 0 0 25 0 4 0 514719726 608448512 100928 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=594188 CPUtime=102.27 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 108147 0 0 0 10201 26 0 0 25 0 4 0 514719726 608448512 100928 33554432000 4194304 4627427 140733218076384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=594188 CPUtime=102.28 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 120665 0 0 0 10199 29 0 0 25 0 4 0 514719726 608448512 100928 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 594188

[startup+162.301 s]

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

[pid=26018] ppid=26016 vsize=1212320 CPUtime=2565.59 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 1530762 0 0 0 256083 476 0 0 25 0 4 0 514719726 1241415680 214420 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 303080 214420 395 106 0 298051 0
[pid=26018/tid=26019] ppid=26016 vsize=1212320 CPUtime=640.55 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 405637 0 0 0 63929 126 0 0 25 0 4 0 514719726 1241415680 214420 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1212320 CPUtime=642.24 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 408887 0 0 0 64100 124 0 0 25 0 4 0 514719726 1241415680 214420 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1212320 CPUtime=640.69 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 438160 0 0 0 63936 133 0 0 25 0 4 0 514719726 1241415680 214420 33554432000 4194304 4627427 140733218076384 18446744073709551615 4467909 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.59
Current children cumulated vsize (KiB) 1212320

[startup+702.3 s]
/proc/loadavg: 8.13 8.09 7.79 9/184 26083
/proc/meminfo: memFree=22808676/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1231488 CPUtime=2805.26 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 1648279 0 0 0 280011 515 0 0 25 0 4 0 514719726 1261043712 222735 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 307872 222735 395 106 0 302843 0
[pid=26018/tid=26019] ppid=26016 vsize=1231488 CPUtime=700.54 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 437669 0 0 0 69918 136 0 0 25 0 4 0 514719726 1261043712 222735 33554432000 4194304 4627427 140733218076384 18446744073709551615 4299634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1231488 CPUtime=702.24 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 440947 0 0 0 70090 134 0 0 25 0 4 0 514719726 1261043712 222735 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309405 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1231488 CPUtime=700.38 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 464995 0 0 0 69896 142 0 0 25 0 4 0 514719726 1261043712 222735 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 1231488

[startup+762.3 s]
/proc/loadavg: 8.13 8.10 7.82 10/184 26085
/proc/meminfo: memFree=22775676/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1164384 CPUtime=3044.92 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 1737971 0 0 0 303942 550 0 0 25 0 4 0 514719726 1192329216 226464 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 291096 226464 395 106 0 286067 0
[pid=26018/tid=26019] ppid=26016 vsize=1164384 CPUtime=760.54 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 466716 0 0 0 75907 147 0 0 25 0 4 0 514719726 1192329216 226464 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1164384 CPUtime=762.25 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 452419 0 0 0 76088 137 0 0 25 0 4 0 514719726 1192329216 226464 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1164384 CPUtime=760.04 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 493502 0 0 0 75850 154 0 0 25 0 4 0 514719726 1192329216 226464 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 1164384

[startup+822.3 s]
/proc/loadavg: 8.16 8.11 7.83 10/184 26087
/proc/meminfo: memFree=22791864/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1222576 CPUtime=3284.61 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 1844612 0 0 0 327870 591 0 0 25 0 4 0 514719726 1251917824 232682 33554432000 4194304 4627427 140733218076384 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 305644 232682 395 106 0 300615 0
[pid=26018/tid=26019] ppid=26016 vsize=1222576 CPUtime=820.53 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 494921 0 0 0 81899 154 0 0 25 0 4 0 514719726 1251917824 232682 33554432000 4194304 4627427 140733218076384 18446744073709551615 4427146 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1222576 CPUtime=822.25 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 478738 0 0 0 82077 148 0 0 25 0 4 0 514719726 1251917824 232682 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1222576 CPUtime=819.71 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 523464 0 0 0 81804 167 0 0 25 0 4 0 514719726 1251917824 232682 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 1222576

[startup+882.301 s]
/proc/loadavg: 8.20 8.12 7.85 10/184 26088
/proc/meminfo: memFree=22714104/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1270708 CPUtime=3524.26 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 1929823 0 0 0 351801 625 0 0 25 0 4 0 514719726 1301204992 232231 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 317677 232231 395 106 0 312648 0
[pid=26018/tid=26019] ppid=26016 vsize=1270708 CPUtime=880.53 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 515645 0 0 0 87891 162 0 0 25 0 4 0 514719726 1301204992 232231 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1270708 CPUtime=882.25 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 506739 0 0 0 88064 161 0 0 25 0 4 0 514719726 1301204992 232231 33554432000 4194304 4627427 140733218076384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1270708 CPUtime=879.39 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 541647 0 0 0 87766 173 0 0 25 0 4 0 514719726 1301204992 232231 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 1270708

[startup+942.307 s]
/proc/loadavg: 8.14 8.11 7.86 10/184 26090
/proc/meminfo: memFree=22761692/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1286556 CPUtime=3763.94 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 2027900 0 0 0 375734 660 0 0 25 0 4 0 514719726 1317433344 233948 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 321639 233948 395 106 0 316610 0
[pid=26018/tid=26019] ppid=26016 vsize=1286556 CPUtime=940.53 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 543976 0 0 0 93882 171 0 0 25 0 4 0 514719726 1317433344 233948 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1286556 CPUtime=942.25 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 524390 0 0 0 94057 168 0 0 25 0 4 0 514719726 1317433344 233948 33554432000 4194304 4627427 140733218076384 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1286556 CPUtime=939.07 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 569287 0 0 0 93723 184 0 0 25 0 4 0 514719726 1317433344 233948 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 1286556

[startup+1002.3 s]
/proc/loadavg: 8.18 8.12 7.88 9/184 26091
/proc/meminfo: memFree=22706120/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1345868 CPUtime=4003.59 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 2122074 0 0 0 399662 697 0 0 25 0 4 0 514719726 1378168832 245510 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 336467 245511 395 106 0 331438 0
[pid=26018/tid=26019] ppid=26016 vsize=1345868 CPUtime=1000.53 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 571682 0 0 0 99871 182 0 0 25 0 4 0 514719726 1378168832 245511 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1345868 CPUtime=1002.24 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 542615 0 0 0 100050 174 0 0 25 0 4 0 514719726 1378168832 245511 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1345868 CPUtime=998.74 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 596907 0 0 0 99679 195 0 0 25 0 4 0 514719726 1378168832 245511 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 1345868

[startup+1062.3 s]
/proc/loadavg: 8.13 8.11 7.89 10/184 26093
/proc/meminfo: memFree=22461444/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1544948 CPUtime=4243.26 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 2250658 0 0 0 423590 736 0 0 25 0 4 0 514719726 1582026752 310440 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 386237 310440 389 106 0 381208 0
[pid=26018/tid=26019] ppid=26016 vsize=1544948 CPUtime=1060.53 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 616502 0 0 0 105863 190 0 0 25 0 4 0 514719726 1582026752 310440 33554432000 4194304 4627427 140733218076384 18446744073709551615 4468007 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1544948 CPUtime=1062.24 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 565047 0 0 0 106039 185 0 0 25 0 4 0 514719726 1582026752 310440 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1544948 CPUtime=1058.4 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 635920 0 0 0 105636 204 0 0 25 0 4 0 514719726 1582026752 310440 33554432000 4194304 4627427 140733218076384 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 1544948

[startup+1122.3 s]
/proc/loadavg: 8.18 8.12 7.91 10/184 26095
/proc/meminfo: memFree=22474428/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1546256 CPUtime=4482.94 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 2304437 0 0 0 447533 761 0 0 25 0 4 0 514719726 1583366144 304771 33554432000 4194304 4627427 140733218076384 18446744073709551615 4428403 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 386564 304771 389 106 0 381535 0
[pid=26018/tid=26019] ppid=26016 vsize=1546256 CPUtime=1120.53 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 625007 0 0 0 111860 193 0 0 25 0 4 0 514719726 1583366144 304771 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1546256 CPUtime=1122.24 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 590079 0 0 0 112023 201 0 0 25 0 4 0 514719726 1583366144 304771 33554432000 4194304 4627427 140733218076384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1546256 CPUtime=1118.08 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 643700 0 0 0 111601 207 0 0 25 0 4 0 514719726 1583366144 304771 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 1546256

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 7.91 10/184 26096
/proc/meminfo: memFree=22087520/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1628876 CPUtime=4722.6 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 2413490 0 0 0 471459 801 0 0 25 0 4 0 514719726 1667969024 319600 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 407219 319600 389 106 0 402190 0
[pid=26018/tid=26019] ppid=26016 vsize=1628876 CPUtime=1180.52 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 651152 0 0 0 117849 203 0 0 25 0 4 0 514719726 1667969024 319600 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1628876 CPUtime=1182.24 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 620805 0 0 0 118016 208 0 0 25 0 4 0 514719726 1667969024 319600 33554432000 4194304 4627427 140733218076384 18446744073709551615 4468024 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1628876 CPUtime=1177.75 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 669746 0 0 0 117557 218 0 0 25 0 4 0 514719726 1667969024 319600 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 1628876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.11 7.91 9/184 26097
/proc/meminfo: memFree=22033328/32951124 swapFree=67111524/67111528
[pid=26018] ppid=26016 vsize=1570604 CPUtime=4800.11 cores=1,3,5,7
/proc/26018/stat : 26018 (strangenight2-m) R 26016 26018 25696 0 -1 4202496 2435113 0 0 0 479199 812 0 0 25 0 4 0 514719726 1608298496 327192 33554432000 4194304 4627427 140733218076384 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26018/statm: 392651 327192 389 106 0 387622 0
[pid=26018/tid=26019] ppid=26016 vsize=1570604 CPUtime=1199.93 cores=1,3,5,7
/proc/26018/task/26019/stat : 26019 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 657703 0 0 0 119787 206 0 0 25 0 4 0 514719726 1608298496 327193 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26018/tid=26020] ppid=26016 vsize=1570604 CPUtime=1201.64 cores=1,3,5,7
/proc/26018/task/26020/stat : 26020 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 620805 0 0 0 119956 208 0 0 25 0 4 0 514719726 1608298496 327193 33554432000 4194304 4627427 140733218076384 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26018/tid=26021] ppid=26016 vsize=1570604 CPUtime=1197.05 cores=1,3,5,7
/proc/26018/task/26021/stat : 26021 (strangenight2-m) R 26016 26018 25696 0 -1 4202560 676809 0 0 0 119483 222 0 0 25 0 4 0 514719726 1608298496 327193 33554432000 4194304 4627427 140733218076384 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1570604

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.2
CPU user time (s): 4792.02
CPU system time (s): 8.18375
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 1642884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.02
system time used= 8.18375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2435118
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= 2329
involuntary context switches= 32107

runsolver used 1.9937 second user time and 4.55931 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 00:53:40
IDJOB=3173793
IDBENCH=82611
IDSOLVER=1586
FILE ID=node139/3173793-1304031220
RUNJOBID= node139-1304028687-25715
PBS_JOBID= 13170313
Free space on /tmp= 72544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173793-1304031220/watcher-3173793-1304031220 -o /tmp/evaluation-result-3173793-1304031220/solver-3173793-1304031220 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173793-1304031220.cnf

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=1131982993

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22899404 kB
Buffers:       2013604 kB
Cached:        5843232 kB
SwapCached:          4 kB
Active:        2319736 kB
Inactive:      7213048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22899404 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:     1675116 kB
Mapped:          15560 kB
Slab:           451892 kB
PageTables:       7988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2084784 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= 72540 MiB
End job on node139 at 2011-04-29 01:13:44