Trace number 3366202

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366202-1305398558.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	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.00/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.00/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.73/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.73/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.73/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.73/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.73/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.32/0.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2.32/0.69	c Finding binary XORs  T:     0.00 s  found:       0
2.32/0.69	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
2.32/0.69	c calculated reachability. Time: 0.00
2.32/0.69	c Calc default polars -  time:   0.00 s pos:     735 undec:      70 neg:     695
2.32/0.69	c =========================================================================================
2.32/0.69	c types(t): F = full restart, N = normal restart
2.32/0.69	c types(t): S = simplification begin/end, E = solution found
2.32/0.69	c restart types(rt): st = static, dy = dynamic
2.32/0.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.32/0.69	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
2.32/0.69	c  N dy    21      4172      1500     30000         0      4169    150000    667776    124.73    133.15
3.92/1.01	c  N dy    45      8237      1500     30000         0      5730    150000    656773    124.65    132.08
5.11/1.38	c  N dy    67     12457      1500     30000         0      5702    150000    428031    124.37    132.23
6.71/1.78	c  N dy    84     16529      1500     30000         0      9770    150000   1052932    123.03    131.51
8.31/2.18	c  N dy   105     20609      1500     30000         0      8230    150000    636650    122.68    152.65
10.30/2.62	c  N dy   133     24660      1500     30000         0     12280    150000   1268111    123.13    131.02
10.30/2.66	c  F st   136     25001      1500     30000         0     12621    150000   1321840    123.21   no data
12.30/3.19	c  N dy   142     30000      1500     30000         0     10803    150000    903056    123.21   no data
12.30/3.19	c  S st   142     30000      1500     30000         0     10803    150000    903056    123.21   no data
12.70/3.25	c  S st   142     30502      1500     30000         0     11305    150000    972245    123.21   no data
12.70/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.70/3.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.70/3.28	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.70/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.70/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.70/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.70/3.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.70/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.12/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.09/3.83	c lits-rem:       181  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.48 s
15.89/4.02	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
15.89/4.02	c calculated reachability. Time: 0.00
15.89/4.02	c  N dy   142     30502      1500     30000         0     11289    150000    966905    123.21   no data
17.51/4.50	c  N dy   166     34666      1500     30000         0     15449    150000   1607415    123.28    130.39
19.47/4.96	c  N dy   193     38735      1500     30000         0     11623    150000    845012    123.41    133.11
21.48/5.46	c  N dy   215     42940      1500     30000         0     15825    150000   1490542    123.16    132.04
23.06/5.82	c  S st   234     45754      1500     30000         0      9690    150000    393212    123.17   no data
23.06/5.89	c  S st   234     46256      1500     30000         0     10192    150000    463473    123.17   no data
23.06/5.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.46/5.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.46/5.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.46/5.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.46/5.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.46/5.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.46/5.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.46/5.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.46/5.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.86/6.06	c lits-rem:        21  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.12 s
23.86/6.06	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.86/6.07	c vivif2 --  cl tried    10191 cl shrink        0 lits rem          0 time: 0.01
24.66/6.26	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.66/6.26	c calculated reachability. Time: 0.00
24.66/6.26	c  N dy   234     46256      1500     30000         0     10191    150000    463090    123.17   no data
26.70/6.73	c  N dy   258     50289      1500     30000         0     14223    150000   1079767    123.05    131.49
28.65/7.23	c  N dy   280     54366      1500     30000         0     18300    150000   1702638    122.84    130.91
30.67/7.73	c  N dy   306     58385      1500     30000         0     12346    150000    651745    122.97    133.84
32.65/8.22	c  N dy   329     62665      1500     30000         0     16625    150000   1310571    122.97    129.58
34.65/8.74	c  N dy   351     66747      1500     30000         0     20704    150000   1940836    123.05    130.26
35.83/9.10	c  S st   366     69384      1500     30000         0     12356    150000    508576    122.98    131.23
36.23/9.17	c  S st   366     69886      1500     30000         0     12858    150000    568723    122.98   no data
36.23/9.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.23/9.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.23/9.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.23/9.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.23/9.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.23/9.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.23/9.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.63/9.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.63/9.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.43/9.42	c lits-rem:        15  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.19 s
37.43/9.42	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.43/9.43	c vivif2 --  cl tried    12856 cl shrink        0 lits rem          0 time: 0.01
38.23/9.64	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.23/9.64	c calculated reachability. Time: 0.00
38.23/9.64	c  N dy   366     69886      1500     30000         0     12856    150000    567963    122.98   no data
40.22/10.19	c  N dy   394     74478      1500     30000         0     17446    150000   1270685    123.00    130.26
43.02/10.83	c  N dy   424     79358      1500     30000         0     22325    150000   2023083    123.07    129.65
45.41/11.48	c  N dy   460     84505      1500     30000         0     15481    150000    843784    123.20    130.63
47.01/11.85	c  F st   478     87500      1500     30000         0     18475    150000   1298336    123.12   no data
48.64/12.28	c  N st   483     90797      1500     30000         0     21766    150000   1850997    123.12   no data
51.80/13.05	c  N dy   508     96713      1500     30000         0     14687    150000    582554    123.17    129.88
54.99/13.80	c  N dy   543    102885      1500     30000         0     20858    150000   1524504    123.15    131.97
55.79/14.06	c  S st   554    104831      1500     30000         0     22803    150000   1828724    123.17   no data
56.19/14.14	c  S st   554    105338      1500     30000         0     23310    150000   1891621    123.17   no data
56.19/14.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.19/14.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
56.19/14.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.19/14.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.19/14.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.19/14.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.19/14.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.58/14.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
56.58/14.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.74/18.09	c lits-rem:       138  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.78 s
71.74/18.09	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.14/18.12	c vivif2 --  cl tried    23305 cl shrink        0 lits rem          0 time: 0.02
73.34/18.44	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
73.34/18.44	c calculated reachability. Time: 0.00
73.34/18.44	c  N dy   554    105338      1500     30000         0     23305    150000   1890102    123.17   no data
77.34/19.43	c  N dy   599    112139      1500     30000         0     16111    150000    648873    123.29    133.27
80.92/20.36	c  N dy   641    119381      1500     30000         0     23352    150000   1752746    123.18    129.78
85.71/21.53	c  N dy   681    127186      1500     30000         0     16163    150000    510917    123.01    132.53
90.11/22.65	c  N dy   727    135430      1500     30000         0     24401    150000   1770011    122.97    130.45
95.30/23.97	c  N dy   778    144102      1500     30000         0     17082    150000    506307    122.94    130.19
100.48/25.23	c  N dy   841    153357      1500     30000         0     26333    150000   1950157    123.08    134.16
103.28/25.96	c  S st   872    158007      1500     30000         0     30981    150000   2667558    123.13    124.69
103.68/26.07	c  S st   872    158509      1500     30000         0     31483    150000   2731719    123.13   no data
103.68/26.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.08/26.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
104.08/26.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.08/26.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.08/26.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.08/26.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
104.08/26.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.08/26.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
104.48/26.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.99/35.63	c lits-rem:       183  cl-subs:       20  v-elim:      0  v-fix:    0  time:  9.30 s
141.99/35.63	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
141.99/35.67	c vivif2 --  cl tried    31463 cl shrink        0 lits rem          0 time: 0.03
143.59/36.05	c asymm  cl-useful: 0/27685/30000 lits-rem:0 time: 0.39
143.59/36.06	c calculated reachability. Time: 0.00
143.59/36.06	c  N dy   872    158509      1500     30000         0     31463    150000   2725351    123.13   no data
149.61/37.52	c  N dy   931    168626      1500     30000         0     24578    150000   1531804    123.20    129.77
156.35/39.23	c  N dy   998    179441      1500     30000         0     35389    150000   3202257    123.23    130.71
162.77/40.87	c  N dy  1062    190942      1500     30000         0     28893    150000   2035190    123.17    130.20
170.71/42.83	c  N dy  1137    203183      1500     30000         0     22135    150000    849762    123.18    130.01
178.29/44.75	c  N dy  1209    216312      1500     30000         0     35257    150000   2880182    123.18    133.13
186.68/46.87	c  N dy  1303    230328      1500     30000         0     29282    150000   1818015    123.29    129.81
191.47/48.05	c  S st  1354    237763      1500     30000         0     36716    150000   2978418    123.41   no data
191.87/48.17	c  S st  1354    238266      1500     30000         0     37219    150000   3039059    123.41   no data
191.87/48.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
192.27/48.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
192.27/48.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
192.27/48.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.27/48.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.27/48.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
192.27/48.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
192.27/48.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
192.67/48.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.18/57.71	c lits-rem:       197  cl-subs:       27  v-elim:      0  v-fix:    0  time:  9.28 s
230.18/57.71	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
230.18/57.75	c vivif2 --  cl tried    37192 cl shrink        0 lits rem          0 time: 0.03
230.18/57.78	c asymm  cl-useful: 0/2315/30000 lits-rem:0 time: 0.04
230.18/57.79	c calculated reachability. Time: 0.00
230.18/57.79	c  N dy  1354    238266      1500     30000         0     37192    150000   3030976    123.41   no data
239.75/60.13	c  N dy  1440    253631      1500     30000         0     31553    150000   2003880    123.34    129.91
250.15/62.81	c  N dy  1540    269874      1500     30000         0     25798    150000    991147    123.40    132.69
261.30/65.58	c  N dy  1641    287123      1500     30000         0     43039    150000   3647056    123.38    131.39
272.87/68.46	c  N dy  1748    305498      1500     30000         0     38406    150000   2778243    123.36    130.28
273.27/68.59	c  F st  1754    306250      1500     30000         0     39158    150000   2890296    123.36   no data
285.68/71.68	c  N dy  1842    325182      1500     30000         0     34091    150000   1968156    123.38    130.52
300.01/75.25	c  N dy  1969    345242      1500     30000         0     29163    150000   1076194    123.47    132.56
307.99/77.25	c  S st  2043    357399      1500     30000         0     41317    150000   2960538    123.50   no data
308.39/77.38	c  S st  2043    357904      1500     30000         0     41822    150000   3033056    123.50   no data
308.39/77.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
308.79/77.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
308.79/77.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
308.79/77.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.79/77.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.79/77.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
308.79/77.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
308.79/77.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
309.19/77.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.69/87.46	c lits-rem:       204  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.82 s
348.69/87.46	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
349.09/87.50	c vivif2 --  cl tried    41808 cl shrink        0 lits rem          0 time: 0.04
350.29/87.88	c asymm  cl-useful: 0/23997/30000 lits-rem:0 time: 0.38
350.29/87.88	c calculated reachability. Time: 0.00
350.29/87.88	c  N dy  2043    357904      1500     30000         0     41808    150000   3027694    123.50   no data
365.04/91.50	c  N dy  2166    377920      1500     30000         0     35831    150000   1953881    123.49    164.29
379.42/95.18	c  N dy  2278    398019      1500     30000         0     28930    150000    722804    123.43    130.40
393.38/98.66	c  N dy  2405    418051      1500     30000         0     48955    150000   3810653    123.45    130.12
407.76/102.22	c  N dy  2528    438118      1500     30000         0     41025    150000   2463690    123.47    132.66
423.32/106.17	c  N dy  2649    458362      1500     30000         0     32276    150000    959765    123.51    131.41
438.09/109.90	c  N dy  2777    478708      1500     30000         0     52614    150000   4112848    123.55    130.52
453.24/113.65	c  N dy  2900    498736      1500     30000         0     42649    150000   2419337    123.57    130.96
469.64/117.75	c  N dy  3015    518783      1500     30000         0     31701    150000    572996    123.52    130.84
481.99/120.88	c  S st  3118    536857      1500     30000         0     49766    150000   3361368    123.52    108.31
482.81/121.03	c  S st  3118    537362      1500     30000         0     50271    150000   3428257    123.52   no data
482.81/121.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
482.81/121.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
482.81/121.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
482.81/121.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
482.81/121.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
482.81/121.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
482.81/121.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
483.22/121.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
483.57/121.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.09/133.20	c lits-rem:       335  cl-subs:       19  v-elim:      0  v-fix:    0  time: 11.87 s
531.50/133.21	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
531.50/133.25	c vivif2 --  cl tried    50252 cl shrink        0 lits rem          0 time: 0.04
531.86/133.39	c asymm  cl-useful: 0/6003/30000 lits-rem:0 time: 0.14
531.86/133.39	c calculated reachability. Time: 0.00
531.86/133.39	c  N dy  3118    537362      1500     30000         0     50252    150000   3421758    123.52   no data
549.06/137.66	c  N dy  3235    557366      1500     30000         0     38252    150000   1436805    123.52    133.07
566.21/141.91	c  N dy  3351    577513      1500     30000         0     58393    150000   4545627    123.52    133.86
583.35/146.21	c  N dy  3465    597520      1500     30000         0     45399    150000   2406999    123.49    131.27
600.91/150.67	c  N dy  3580    617681      1500     30000         0     65551    150000   5515306    123.48    130.76
616.87/154.60	c  N dy  3696    637682      1500     30000         0     51554    150000   3202266    123.45    131.63
635.23/159.25	c  N dy  3821    657792      1500     30000         0     36674    150000    762986    123.46    130.63
651.19/163.25	c  N dy  3933    678194      1500     30000         0     57067    150000   3908828    123.43    130.43
668.75/167.67	c  N dy  4043    698199      1500     30000         0     41080    150000   1285250    123.42    131.43
684.74/171.64	c  N dy  4146    718261      1500     30000         0     61132    150000   4347102    123.37    131.86
702.30/176.02	c  N dy  4260    738339      1500     30000         0     44214    150000   1626686    123.37    132.78
719.43/180.34	c  N dy  4385    758659      1500     30000         0     64523    150000   4749232    123.38    131.01
737.41/184.87	c  N dy  4513    778773      1500     30000         0     46647    150000   1877872    123.42    131.05
756.15/189.55	c  N dy  4638    799138      1500     30000         0     67005    150000   5045959    123.45    130.86
763.75/191.41	c  S st  4678    806044      1500     30000         0     73907    150000   6109749    123.45   no data
764.52/191.61	c  S st  4678    806547      1500     30000         0     74410    150000   6173463    123.45   no data
764.52/191.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
764.52/191.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
764.52/191.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.52/191.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
764.52/191.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
764.52/191.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
764.52/191.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
764.92/191.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
765.73/191.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.25/225.66	c lits-rem:       552  cl-subs:       42  v-elim:      0  v-fix:    0  time: 33.40 s
900.25/225.67	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
900.61/225.74	c vivif2 --  cl tried    74368 cl shrink        0 lits rem          0 time: 0.08
902.20/226.18	c asymm  cl-useful: 0/17115/30000 lits-rem:0 time: 0.43
902.20/226.18	c calculated reachability. Time: 0.00
902.20/226.18	c  N dy  4678    806547      1500     30000         0     74368    150000   6158823    123.45   no data
919.36/230.46	c  N dy  4804    826950      1500     30000         0     55785    150000   3156799    123.48    132.08
938.53/235.27	c  N dy  4923    846966      1500     30000         0     75797    150000   6255764    123.50    130.42
955.68/239.51	c  N dy  5037    866976      1500     30000         0     55815    150000   2985532    123.49    139.25
974.47/244.28	c  N dy  5148    887122      1500     30000         0     75954    150000   6109745    123.49    130.92
992.02/248.68	c  N dy  5277    907234      1500     30000         0     55075    150000   2732133    123.51    130.27
1011.15/253.49	c  N dy  5412    927287      1500     30000         0     75116    150000   5879043    123.57    130.48
1029.91/258.14	c  N dy  5543    947318      1500     30000         0     53147    150000   2302024    123.61    149.85
1048.67/262.82	c  N dy  5666    967415      1500     30000         0     73235    150000   5443318    123.63    132.27
1069.41/268.02	c  N dy  5785    987521      1500     30000         0     50361    150000   1685008    123.64    134.26
1089.01/272.99	c  N dy  5908   1007639      1500     30000         0     70461    150000   4804163    123.64    131.37
1111.71/278.68	c  N dy  6023   1027699      1500     30000         0     46535    150000    968680    123.62    149.70
1130.87/283.42	c  N dy  6144   1047905      1500     30000         0     66738    150000   4100649    123.63    132.72
1154.44/289.32	c  N dy  6271   1067991      1500     30000         0     86815    150000   7212631    123.65    132.79
1158.83/290.49	c  F st  6295   1071875      1500     30000         0     45718    150000    691397    123.66    111.05
1172.41/293.83	c  N dy  6357   1088020      1500     30000         0     61846    150000   3274063    123.67    131.00
1193.13/299.03	c  N dy  6475   1108035      1500     30000         0     81850    150000   6354662    123.66    130.33
1213.48/304.17	c  N dy  6595   1128052      1500     30000         0     55875    150000   2119545    123.70    170.31
1233.04/309.00	c  N dy  6709   1148084      1500     30000         0     75897    150000   5240460    123.70    136.39
1256.18/314.80	c  N dy  6831   1168103      1500     30000         0     48935    150000    899279    123.73    142.24
1273.74/319.29	c  N dy  6961   1188350      1500     30000         0     69169    150000   4057005    123.75    132.59
1295.69/324.73	c  N dy  7078   1208380      1500     30000         0     89193    150000   7148742    123.76    131.03
1297.29/325.16	c  S st  7085   1209822      1500     30000         0     90634    150000   7369400    123.76   no data
1298.48/325.40	c  S st  7085   1210324      1500     30000         0     91136    150000   7442482    123.76   no data
1298.48/325.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1298.48/325.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1298.48/325.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1298.48/325.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1298.48/325.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1298.48/325.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1298.48/325.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1298.88/325.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1299.72/325.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1477.67/370.33	c lits-rem:       537  cl-subs:       57  v-elim:      0  v-fix:    0  time: 44.53 s
1477.67/370.33	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1478.07/370.42	c vivif2 --  cl tried    91079 cl shrink        0 lits rem          0 time: 0.09
1479.70/370.88	c asymm  cl-useful: 0/12885/30000 lits-rem:0 time: 0.46
1479.70/370.88	c calculated reachability. Time: 0.00
1479.70/370.88	c  N dy  7085   1210324      1500     30000         0     91079    150000   7423055    123.76   no data
1499.22/375.73	c  N dy  7200   1230538      1500     30000         0     63312    150000   2987721    123.76    130.37
1519.97/380.92	c  N dy  7327   1250618      1500     30000         0     83375    150000   6105430    123.79    132.84
1542.32/386.56	c  N dy  7449   1270756      1500     30000         0     54526    150000   1468304    123.78    130.95
1561.08/391.28	c  N dy  7570   1290844      1500     30000         0     74606    150000   4581572    123.78    130.90
1584.23/397.02	c  N dy  7687   1310905      1500     30000         0     94659    150000   7708242    123.80    131.91
1604.17/402.09	c  N dy  7818   1331139      1500     30000         0     64911    150000   2933467    123.84    131.98
1624.92/407.26	c  N dy  7938   1351160      1500     30000         0     84925    150000   6049969    123.85    131.08
1648.47/413.15	c  N dy  8057   1371321      1500     30000         0     54096    150000   1118500    123.85    131.28
1667.23/417.83	c  N dy  8174   1391410      1500     30000         0     74165    150000   4215712    123.84    131.46
1690.00/423.59	c  N dy  8303   1411577      1500     30000         0     94321    150000   7352587    123.87    130.63
1711.95/429.06	c  N dy  8430   1431618      1500     30000         0     62381    150000   2259209    123.89    130.94
1733.08/434.30	c  N dy  8539   1451711      1500     30000         0     82455    150000   5391186    123.88    132.03
1759.02/440.85	c  N dy  8665   1471841      1500     30000         0    102575    150000   8530938    123.90    137.24
1779.36/445.93	c  N dy  8789   1491889      1500     30000         0     69648    150000   3239519    123.92    134.50
1801.71/451.52	c  N dy  8910   1512036      1500     30000         0     89785    150000   6379764    123.92    133.15
1827.25/457.93	c  N dy  9034   1532325      1500     30000         0     56109    150000    980635    123.93    131.19
1846.81/462.89	c  N dy  9158   1552364      1500     30000         0     76139    150000   4118732    123.96    131.94
1871.15/468.90	c  N dy  9285   1572401      1500     30000         0     96166    150000   7222996    123.97    136.45
1895.50/475.09	c  N dy  9403   1592420      1500     30000         0     61193    150000   1625055    123.97    130.87
1915.85/480.14	c  N dy  9532   1612426      1500     30000         0     81188    150000   4723262    123.98    132.50
1940.62/486.36	c  N dy  9641   1632625      1500     30000         0    101379    150000   7871891    123.97    133.32
1966.13/492.75	c  N dy  9765   1652626      1500     30000         0     65397    150000   2133194    123.98    132.02
1988.91/498.47	c  N dy  9886   1672681      1500     30000         0     85443    150000   5220390    123.98    140.92
2016.81/505.41	c  N dy 10006   1692705      1500     30000         0    105453    150000   8314834    123.97    131.21
2039.15/511.03	c  S st 10119   1710324      1500     30000         0     66094    150000   2101960    123.98   no data
2039.95/511.20	c  S st 10119   1710827      1500     30000         0     66597    150000   2171105    123.98   no data
2039.95/511.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2039.95/511.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2039.95/511.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2039.95/511.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2039.95/511.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2039.95/511.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2039.95/511.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2040.36/511.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2040.36/511.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2079.87/521.20	c lits-rem:       136  cl-subs:        6  v-elim:      0  v-fix:    0  time:  9.83 s
2079.87/521.20	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2079.87/521.23	c vivif2 --  cl tried    66591 cl shrink        0 lits rem          0 time: 0.03
2081.46/521.64	c asymm  cl-useful: 0/18437/30000 lits-rem:0 time: 0.41
2081.46/521.64	c calculated reachability. Time: 0.00
2081.46/521.64	c  N dy 10119   1710827      1500     30000         0     66591    150000   2168829    123.98   no data
2103.40/527.11	c  N dy 10246   1731047      1500     30000         0     86794    150000   5323814    123.99    130.74
2129.40/533.61	c  N dy 10366   1751088      1500     30000         0    106824    150000   8443895    124.00    131.13
2153.29/539.60	c  N dy 10487   1771107      1500     30000         0     68866    150000   2388979    124.02    130.77
2175.25/545.19	c  N dy 10622   1791179      1500     30000         0     88926    150000   5504799    124.03    131.34
2201.59/551.75	c  N dy 10747   1811479      1500     30000         0    109205    150000   8689072    124.05    130.92
2225.14/557.64	c  N dy 10857   1831494      1500     30000         0     70249    150000   2435484    124.05    131.40
2247.09/563.11	c  N dy 10975   1851559      1500     30000         0     90306    150000   5563721    124.05    135.03
2273.42/569.76	c  N dy 11103   1871590      1500     30000         0    110326    150000   8684282    124.07    131.24
2296.96/575.68	c  N dy 11220   1891717      1500     30000         0     70474    150000   2330175    124.07    131.53
2318.91/581.15	c  N dy 11337   1911780      1500     30000         0     90524    150000   5430119    124.07    133.23
2345.64/587.88	c  N dy 11467   1931855      1500     30000         0    110590    150000   8563475    124.08    130.90
2371.19/594.20	c  N dy 11591   1951902      1500     30000         0     69659    150000   2055467    124.10    132.03
2393.54/599.83	c  N dy 11717   1972213      1500     30000         0     89957    150000   5216523    124.11    132.03
2419.87/606.42	c  N dy 11838   1992334      1500     30000         0    110065    150000   8358674    124.11    131.20
2448.21/613.51	c  N dy 11963   2012483      1500     30000         0     68251    150000   1714011    124.13    132.70
2470.16/619.07	c  N dy 12096   2032537      1500     30000         0     88285    150000   4857455    124.15    133.38
2496.49/625.68	c  N dy 12214   2052641      1500     30000         0    108379    150000   7980275    124.15    131.50
2526.43/633.11	c  N dy 12344   2072698      1500     30000         0     65461    150000   1107935    124.17    132.58
2547.18/638.36	c  N dy 12464   2092724      1500     30000         0     85472    150000   4253484    124.18    135.08
2571.93/644.60	c  N dy 12572   2112780      1500     30000         0    105516    150000   7371744    124.17    132.12
2602.25/652.10	c  N dy 12696   2132943      1500     30000         0    125663    150000  10505876    124.18    131.25
2623.80/657.55	c  N dy 12814   2153037      1500     30000         0     81787    150000   3492160    124.18    131.13
2648.14/663.61	c  N dy 12937   2173093      1500     30000         0    101832    150000   6629336    124.18    132.69
2676.87/670.82	c  N dy 13059   2193256      1500     30000         0    121981    150000   9764207    124.19    134.67
2699.22/676.41	c  S st 13165   2210827      1500     30000         0     74580    150000   2224652    124.19   no data
2700.05/676.61	c  S st 13165   2211333      1500     30000         0     75086    150000   2291878    124.19   no data
2700.05/676.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2700.05/676.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2700.05/676.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2700.05/676.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2700.05/676.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2700.05/676.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2700.05/676.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2700.41/676.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2700.41/676.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2733.54/685.00	c lits-rem:       131  cl-subs:       11  v-elim:      0  v-fix:    0  time:  8.22 s
2733.54/685.01	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2733.54/685.04	c vivif2 --  cl tried    75075 cl shrink        0 lits rem          0 time: 0.03
2734.76/685.36	c asymm  cl-useful: 0/11563/30000 lits-rem:0 time: 0.32
2734.76/685.37	c calculated reachability. Time: 0.00
2734.76/685.37	c  N dy 13165   2211333      1500     30000         0     75075    150000   2287790    124.19   no data
2758.27/691.20	c  N dy 13287   2231698      1500     30000         0     95428    150000   5472106    124.20    131.16
2785.81/698.15	c  N dy 13412   2251708      1500     30000         0    115429    150000   8597285    124.21    135.78
2815.74/705.67	c  N dy 13533   2271951      1500     30000         0     69704    150000   1328405    124.23    132.73
2838.89/711.42	c  N dy 13648   2292309      1500     30000         0     90051    150000   4506933    124.23    131.65
2867.21/718.50	c  N dy 13770   2312406      1500     30000         0    110144    150000   7623879    124.24    132.53
2898.75/726.47	c  N dy 13890   2332562      1500     30000         0    130283    150000  10753256    124.24    131.04
2922.69/732.49	c  N dy 14018   2352595      1500     30000         0     83342    150000   3317054    124.25    134.41
2948.63/738.92	c  N dy 14156   2372777      1500     30000         0    103511    150000   6494353    124.28    133.65
2978.17/746.30	c  N dy 14275   2392802      1500     30000         0    123529    150000   9616667    124.28    130.83
3006.51/753.46	c  N dy 14404   2412865      1500     30000         0     75615    150000   1965623    124.29    131.91
3030.05/759.31	c  N dy 14533   2432869      1500     30000         0     95609    150000   5123747    124.31    130.89
3057.58/766.29	c  N dy 14661   2452988      1500     30000         0    115720    150000   8280483    124.32    132.78
3089.91/774.35	c  N dy 14780   2473120      1500     30000         0    135846    150000  11413787    124.32    130.90
3113.05/780.11	c  N dy 14898   2493311      1500     30000         0     87061    150000   3595680    124.33    131.98
3138.19/786.46	c  N dy 15013   2513351      1500     30000         0    107092    150000   6698410    124.32    131.41
3168.53/794.04	c  N dy 15146   2533417      1500     30000         0    127140    150000   9863144    124.35    131.93
3198.46/801.51	c  N dy 15262   2553515      1500     30000         0     77262    150000   1922744    124.34    163.75
3223.99/807.97	c  N dy 15392   2573763      1500     30000         0     97501    150000   5070693    124.35    131.90
3253.16/815.24	c  N dy 15505   2593825      1500     30000         0    117549    150000   8182934    124.35    146.93
3287.45/823.89	c  N dy 15630   2614250      1500     30000         0    137965    150000  11363069    124.36    131.39
3312.59/830.18	c  N dy 15746   2634313      1500     30000         0     87057    150000   3299541    124.37    132.08
3337.73/836.49	c  N dy 15861   2654345      1500     30000         0    107078    150000   6419200    124.37    131.01
3367.67/843.90	c  N dy 15979   2674441      1500     30000         0    127167    150000   9551506    124.37    131.99
3399.58/851.91	c  N dy 16093   2694666      1500     30000         0     75419    150000   1326935    124.37    131.02
3417.95/856.59	c  S st 16195   2711333      1500     30000         0     92079    150000   3919642    124.38    117.88
3419.14/856.83	c  S st 16195   2711835      1500     30000         0     92581    150000   3988755    124.38   no data
3419.14/856.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3419.56/856.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3419.56/856.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3419.56/856.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3419.56/856.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3419.56/856.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3419.56/856.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3419.56/856.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3419.97/857.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3480.20/872.11	c lits-rem:       201  cl-subs:       23  v-elim:      0  v-fix:    0  time: 15.03 s
3480.20/872.12	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3480.20/872.17	c vivif2 --  cl tried    92558 cl shrink        0 lits rem          0 time: 0.05
3482.19/872.60	c asymm  cl-useful: 0/14799/30000 lits-rem:0 time: 0.44
3482.19/872.61	c calculated reachability. Time: 0.00
3482.19/872.61	c  N dy 16195   2711835      1500     30000         0     92558    150000   3980342    124.38   no data
3508.93/879.35	c  N dy 16323   2731902      1500     30000         0    112608    150000   7112716    124.39    160.60
3539.66/887.09	c  N dy 16442   2751960      1500     30000         0    132656    150000  10217145    124.38    131.17
3570.39/894.79	c  N dy 16568   2771977      1500     30000         0     79700    150000   1842812    124.39    145.85
3594.33/900.73	c  N dy 16684   2792046      1500     30000         0     99757    150000   4966569    124.39    132.08
3623.05/907.97	c  N dy 16812   2812543      1500     30000         0    120242    150000   8159170    124.39    132.01
3656.18/916.23	c  N dy 16928   2832757      1500     30000         0    140444    150000  11316295    124.39    133.07
3683.71/923.14	c  N dy 17049   2852927      1500     30000         0     86639    150000   2788260    124.40    133.22
3709.69/929.69	c  N dy 17171   2873066      1500     30000         0    106768    150000   5954307    124.41    132.01
3741.99/937.73	c  N dy 17291   2893171      1500     30000         0    126856    150000   9095731    124.42    135.97
3777.89/946.71	c  N dy 17414   2913336      1500     30000         0    147011    150000  12267861    124.43    131.52
3803.83/953.21	c  N dy 17540   2933484      1500     30000         0     92192    150000   3532012    124.43    131.90
3830.97/960.01	c  N dy 17660   2953530      1500     30000         0    112233    150000   6682594    124.44    131.07
3861.70/967.74	c  N dy 17779   2973706      1500     30000         0    132398    150000   9813881    124.44    131.28
3897.22/976.65	c  N dy 17899   2994005      1500     30000         0     76733    150000    962610    124.45    132.42
3919.99/982.40	c  N dy 18015   3014128      1500     30000         0     96848    150000   4098858    124.45    131.59
3947.89/989.31	c  N dy 18134   3034142      1500     30000         0    116857    150000   7233558    124.46    131.45
3979.43/997.28	c  N dy 18251   3054362      1500     30000         0    137072    150000  10373604    124.46    131.73
4013.74/1005.83	c  N dy 18371   3074365      1500     30000         0     80097    150000   1331965    124.46    131.75
4037.70/1011.88	c  N dy 18507   3094551      1500     30000         0    100273    150000   4484579    124.47    131.50
4066.42/1019.05	c  N dy 18623   3114676      1500     30000         0    120389    150000   7602048    124.46    131.19
4104.37/1028.60	c  N dy 18733   3134844      1500     30000         0    140548    150000  10735840    124.46    131.66
4144.28/1038.56	c  N dy 18866   3154854      1500     30000         0     82582    150000   1584471    124.47    147.52
4172.98/1045.79	c  N dy 18990   3175492      1500     30000         0    103205    150000   4828221    124.48    133.03
4206.90/1054.20	c  N dy 19115   3195590      1500     30000         0    123292    150000   7978582    124.49    134.68
4238.83/1062.28	c  S st 19215   3211836      1500     30000         0    139528    150000  10519487    124.49   no data
4240.45/1062.65	c  S st 19215   3212339      1500     30000         0    140031    150000  10587496    124.49   no data
4240.45/1062.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4240.86/1062.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
4240.86/1062.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4240.86/1062.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4240.86/1062.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4240.86/1062.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4240.86/1062.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4241.62/1062.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4242.82/1063.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4457.91/1117.12	c lits-rem:       457  cl-subs:       76  v-elim:      0  v-fix:    0  time: 53.85 s
4457.91/1117.12	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4458.31/1117.25	c vivif2 --  cl tried   139955 cl shrink        0 lits rem          0 time: 0.13
4460.34/1117.75	c asymm  cl-useful: 0/9433/30000 lits-rem:0 time: 0.49
4460.34/1117.75	c calculated reachability. Time: 0.00
4460.34/1117.75	c  N dy 19215   3212339      1500     30000         0    139955    150000  10561871    124.49   no data
4497.81/1127.11	c  N dy 19355   3232353      1500     30000         0     81002    150000   1194338    124.51    131.71
4521.79/1133.14	c  N dy 19478   3252570      1500     30000         0    101208    150000   4364079    124.52    131.97
4550.49/1140.30	c  N dy 19597   3272659      1500     30000         0    121288    150000   7511523    124.52    139.17
4584.01/1148.75	c  N dy 19731   3292703      1500     30000         0    141320    150000  10657461    124.53    131.85
4619.92/1157.78	c  N dy 19833   3312724      1500     30000         0     81374    150000   1095783    124.53    140.93
4644.29/1163.81	c  N dy 19963   3332769      1500     30000         0    101413    150000   4228864    124.54    134.46
4675.02/1171.54	c  N dy 20087   3352958      1500     30000         0    121592    150000   7374438    124.53    131.34
4710.14/1180.33	c  N dy 20202   3373071      1500     30000         0    141696    150000  10505338    124.53    133.83
4750.82/1190.50	c  N dy 20321   3393167      1500     30000         0    161772    150000  13619051    124.53    132.15
4777.55/1197.22	c  N dy 20439   3413250      1500     30000         0    100885    150000   3997238    124.53    133.91

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.92 7.84 7.80 3/288 27216
/proc/meminfo: memFree=24429304/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=20352 CPUtime=0 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4194304 237 0 0 0 0 0 0 0 24 0 1 0 632271688 20840448 189 33554432000 4194304 4580107 140734208796288 18446744073709551615 220811274129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27216/statm: 5088 190 157 95 0 57 0
[pid=27216/tid=27217] ppid=27214 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632271689 52396032 347 33554432000 4194304 4580107 140734208796288 18446744073709551615 47965452515250 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632271689 52396032 347 33554432000 4194304 4580107 140734208796288 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632271689 52396032 347 33554432000 4194304 4580107 140734208796288 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.188645 s]
/proc/loadavg: 6.92 7.84 7.80 3/288 27216
/proc/meminfo: memFree=24429304/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=286896 CPUtime=0.69 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 4675 0 0 0 68 1 0 0 18 0 4 0 632271688 293781504 4581 33554432000 4194304 4580107 140734208796288 18446744073709551615 4443169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27216/statm: 71724 4581 363 95 0 66706 0
[pid=27216/tid=27217] ppid=27214 vsize=286896 CPUtime=0.17 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 990 0 0 0 17 0 0 0 18 0 4 0 632271689 293781504 4581 33554432000 4194304 4580107 140734208796288 18446744073709551615 220815898982 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=286896 CPUtime=0.17 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) D 27214 27216 27184 0 -1 4202560 1017 0 0 0 17 0 0 0 18 0 4 0 632271689 293781504 4581 33554432000 4194304 4580107 140734208796288 18446744073709551615 220816279735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=286896 CPUtime=0.16 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 1242 0 0 0 16 0 0 0 25 0 4 0 632271689 293781504 4581 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 286896

[startup+0.200539 s]
/proc/loadavg: 6.92 7.84 7.80 3/288 27216
/proc/meminfo: memFree=24429304/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=288180 CPUtime=0.73 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) D 27214 27216 27184 0 -1 4202496 6939 0 0 0 71 2 0 0 18 0 4 0 632271688 295096320 6845 33554432000 4194304 4580107 140734208796288 18446744073709551615 220815897633 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27216/statm: 72045 6845 363 95 0 67027 0
[pid=27216/tid=27217] ppid=27214 vsize=288180 CPUtime=0.17 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 1678 0 0 0 17 0 0 0 18 0 4 0 632271689 295096320 6845 33554432000 4194304 4580107 140734208796288 18446744073709551615 220815897633 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=288180 CPUtime=0.17 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) D 27214 27216 27184 0 -1 4202560 1815 0 0 0 17 0 0 0 18 0 4 0 632271689 295096320 6845 33554432000 4194304 4580107 140734208796288 18446744073709551615 220816279735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=288180 CPUtime=0.18 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 1260 0 0 0 18 0 0 0 18 0 4 0 632271689 295096320 6845 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 288180

[startup+0.300505 s]
/proc/loadavg: 6.92 7.84 7.80 3/288 27216
/proc/meminfo: memFree=24429304/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=288960 CPUtime=1.13 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 10445 0 0 0 110 3 0 0 18 0 4 0 632271688 295895040 8684 33554432000 4194304 4580107 140734208796288 18446744073709551615 4295828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27216/statm: 72240 8685 376 95 0 67222 0
[pid=27216/tid=27217] ppid=27214 vsize=288960 CPUtime=0.27 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 2839 0 0 0 27 0 0 0 18 0 4 0 632271689 295895040 8685 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=288960 CPUtime=0.27 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 2859 0 0 0 27 0 0 0 18 0 4 0 632271689 295895040 8685 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=288960 CPUtime=0.28 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 1453 0 0 0 28 0 0 0 18 0 4 0 632271689 295895040 8685 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 288960

[startup+0.700431 s]
/proc/loadavg: 6.92 7.84 7.80 3/288 27216
/proc/meminfo: memFree=24429304/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=294740 CPUtime=2.72 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 14646 0 0 0 268 4 0 0 18 0 4 0 632271688 301813760 9724 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 76218 9728 377 95 0 71200 0
[pid=27216/tid=27217] ppid=27214 vsize=304872 CPUtime=0.67 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 3574 0 0 0 66 1 0 0 18 0 4 0 632271689 312188928 9730 33554432000 4194304 4580107 140734208796288 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=304872 CPUtime=0.67 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 3985 0 0 0 67 0 0 0 18 0 4 0 632271689 312188928 9733 33554432000 4194304 4580107 140734208796288 18446744073709551615 220815885516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=304872 CPUtime=0.67 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 2669 0 0 0 67 0 0 0 18 0 4 0 632271689 312188928 9737 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 294740

[startup+1.50028 s]
/proc/loadavg: 6.92 7.84 7.80 12/298 27229
/proc/meminfo: memFree=24337588/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=298156 CPUtime=5.91 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 22418 0 0 0 586 5 0 0 19 0 4 0 632271688 305311744 11167 33554432000 4194304 4580107 140734208796288 18446744073709551615 4320708 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 74539 11168 377 95 0 69521 0
[pid=27216/tid=27217] ppid=27214 vsize=298156 CPUtime=1.47 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 5783 0 0 0 146 1 0 0 19 0 4 0 632271689 305311744 11168 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=298156 CPUtime=1.47 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 5852 0 0 0 146 1 0 0 19 0 4 0 632271689 305311744 11168 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=298156 CPUtime=1.47 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 4495 0 0 0 147 0 0 0 19 0 4 0 632271689 305311744 11168 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 298156

[startup+3.10099 s]
/proc/loadavg: 7.01 7.85 7.81 9/298 27229
/proc/meminfo: memFree=24336740/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=299588 CPUtime=12.3 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 36645 0 0 0 1222 8 0 0 24 0 4 0 632271688 306778112 12408 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 74897 12408 378 95 0 69879 0
[pid=27216/tid=27217] ppid=27214 vsize=299588 CPUtime=3.07 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 9353 0 0 0 305 2 0 0 24 0 4 0 632271689 306778112 12408 33554432000 4194304 4580107 140734208796288 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=299588 CPUtime=3.08 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 9410 0 0 0 306 2 0 0 23 0 4 0 632271689 306778112 12408 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=299588 CPUtime=3.08 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 8060 0 0 0 307 1 0 0 24 0 4 0 632271689 306778112 12409 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 299588

[startup+6.3004 s]
/proc/loadavg: 7.01 7.85 7.81 9/298 27229
/proc/meminfo: memFree=24149772/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=327904 CPUtime=25.06 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 75311 0 0 0 2492 14 0 0 25 0 4 0 632271688 335773696 36622 33554432000 4194304 4580107 140734208796288 18446744073709551615 4321079 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 81976 36622 379 95 0 76958 0
[pid=27216/tid=27217] ppid=27214 vsize=327904 CPUtime=6.27 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 17029 0 0 0 624 3 0 0 25 0 4 0 632271689 335773696 36622 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=327904 CPUtime=6.27 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 20442 0 0 0 624 3 0 0 25 0 4 0 632271689 335773696 36622 33554432000 4194304 4580107 140734208796288 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=327904 CPUtime=6.27 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 18644 0 0 0 625 2 0 0 25 0 4 0 632271689 335773696 36622 33554432000 4194304 4580107 140734208796288 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 327904

[startup+12.7002 s]
/proc/loadavg: 7.09 7.85 7.81 9/298 27230
/proc/meminfo: memFree=24038324/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=327776 CPUtime=50.6 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 112184 0 0 0 5038 22 0 0 25 0 4 0 632271688 335642624 50049 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 81944 50049 379 95 0 76926 0
[pid=27216/tid=27217] ppid=27214 vsize=327776 CPUtime=12.67 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 28542 0 0 0 1262 5 0 0 25 0 4 0 632271689 335642624 50049 33554432000 4194304 4580107 140734208796288 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=327776 CPUtime=12.67 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 27543 0 0 0 1262 5 0 0 25 0 4 0 632271689 335642624 50049 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=327776 CPUtime=12.67 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 27035 0 0 0 1263 4 0 0 25 0 4 0 632271689 335642624 50049 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 327776

[startup+25.5009 s]
/proc/loadavg: 7.29 7.85 7.81 9/298 27230
/proc/meminfo: memFree=23823144/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=479284 CPUtime=101.67 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 166586 0 0 0 10135 32 0 0 25 0 4 0 632271688 490786816 74475 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 119821 74475 379 95 0 114803 0
[pid=27216/tid=27217] ppid=27214 vsize=479284 CPUtime=25.47 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 37882 0 0 0 2539 8 0 0 25 0 4 0 632271689 490786816 74475 33554432000 4194304 4580107 140734208796288 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=479284 CPUtime=25.47 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 43990 0 0 0 2539 8 0 0 25 0 4 0 632271689 490786816 74475 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=479284 CPUtime=25.47 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 37937 0 0 0 2541 6 0 0 25 0 4 0 632271689 490786816 74475 33554432000 4194304 4580107 140734208796288 18446744073709551615 4318437 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 479284

[startup+51.1011 s]
/proc/loadavg: 7.53 7.86 7.81 9/298 27231
/proc/meminfo: memFree=23718196/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=569996 CPUtime=203.84 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 256851 0 0 0 20330 54 0 0 25 0 4 0 632271688 583675904 90495 33554432000 4194304 4580107 140734208796288 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 142499 90495 380 95 0 137481 0
[pid=27216/tid=27217] ppid=27214 vsize=569996 CPUtime=51.07 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 60958 0 0 0 5094 13 0 0 25 0 4 0 632271689 583675904 90495 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=569996 CPUtime=51.06 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 70020 0 0 0 5092 14 0 0 25 0 4 0 632271689 583675904 90496 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=569996 CPUtime=51.07 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 57274 0 0 0 5096 11 0 0 25 0 4 0 632271689 583675904 90496 33554432000 4194304 4580107 140734208796288 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 569996

[startup+102.301 s]
/proc/loadavg: 7.86 7.90 7.83 9/298 27232
/proc/meminfo: memFree=23581148/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=643868 CPUtime=408.18 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 425325 0 0 0 40727 91 0 0 25 0 4 0 632271688 659320832 105240 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27216/statm: 160967 105240 379 95 0 155949 0
[pid=27216/tid=27217] ppid=27214 vsize=643868 CPUtime=102.28 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 109821 0 0 0 10203 25 0 0 25 0 4 0 632271689 659320832 105245 33554432000 4194304 4580107 140734208796288 18446744073709551615 4302118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=643868 CPUtime=102.26 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 111937 0 0 0 10202 24 0 0 25 0 4 0 632271689 659320832 105245 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=643868 CPUtime=102.28 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 104151 0 0 0 10208 20 0 0 25 0 4 0 632271689 659320832 105245 33554432000 4194304 4580107 140734208796288 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 643868

[startup+162.301 s]

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

[pid=27216] ppid=27214 vsize=1195196 CPUtime=2563.14 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 1621003 0 0 0 255894 420 0 0 25 0 4 0 632271688 1223880704 219690 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 298799 219690 382 95 0 293781 0
[pid=27216/tid=27217] ppid=27214 vsize=1195196 CPUtime=642.26 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 426167 0 0 0 64111 115 0 0 25 0 4 0 632271689 1223880704 219690 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1195196 CPUtime=638.62 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 434738 0 0 0 63753 109 0 0 25 0 4 0 632271689 1223880704 219690 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1195196 CPUtime=642.27 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 390367 0 0 0 64127 100 0 0 25 0 4 0 632271689 1223880704 219690 33554432000 4194304 4580107 140734208796288 18446744073709551615 4324379 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2563.14
Current children cumulated vsize (KiB) 1195196

[startup+702.301 s]
/proc/loadavg: 8.03 8.02 7.91 9/298 27248
/proc/meminfo: memFree=22592660/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1318132 CPUtime=2802.57 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 1727122 0 0 0 279804 453 0 0 25 0 4 0 632271688 1349767168 235395 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 329533 235395 382 95 0 324515 0
[pid=27216/tid=27217] ppid=27214 vsize=1318132 CPUtime=702.25 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 457285 0 0 0 70100 125 0 0 25 0 4 0 632271689 1349767168 235395 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1318132 CPUtime=698.06 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 456513 0 0 0 69690 116 0 0 25 0 4 0 632271689 1349767168 235395 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1318132 CPUtime=702.26 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 417069 0 0 0 70118 108 0 0 25 0 4 0 632271689 1349767168 235395 33554432000 4194304 4580107 140734208796288 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.57
Current children cumulated vsize (KiB) 1318132

[startup+762.301 s]
/proc/loadavg: 8.06 8.03 7.92 9/298 27250
/proc/meminfo: memFree=22587048/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1222824 CPUtime=3042.04 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 1827431 0 0 0 303721 483 0 0 25 0 4 0 632271688 1252171776 225311 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 305706 225311 382 95 0 300688 0
[pid=27216/tid=27217] ppid=27214 vsize=1222824 CPUtime=762.26 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 487113 0 0 0 76091 135 0 0 25 0 4 0 632271689 1252171776 225318 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1222824 CPUtime=757.53 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 467892 0 0 0 75633 120 0 0 25 0 4 0 632271689 1252171776 225318 33554432000 4194304 4580107 140734208796288 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1222824 CPUtime=762.27 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 448212 0 0 0 76111 116 0 0 25 0 4 0 632271689 1252171776 225318 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.04
Current children cumulated vsize (KiB) 1222824

[startup+822.301 s]
/proc/loadavg: 8.02 8.02 7.92 9/298 27251
/proc/meminfo: memFree=22496012/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1336372 CPUtime=3281.46 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 1925557 0 0 0 327632 514 0 0 25 0 4 0 632271688 1368444928 247952 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 334093 247952 379 95 0 329075 0
[pid=27216/tid=27217] ppid=27214 vsize=1336372 CPUtime=822.25 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 511067 0 0 0 82085 140 0 0 25 0 4 0 632271689 1368444928 247952 33554432000 4194304 4580107 140734208796288 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1336372 CPUtime=816.98 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 496968 0 0 0 81569 129 0 0 25 0 4 0 632271689 1368444928 247952 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1336372 CPUtime=822.26 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 468262 0 0 0 82104 122 0 0 25 0 4 0 632271689 1368444928 247952 33554432000 4194304 4580107 140734208796288 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.46
Current children cumulated vsize (KiB) 1336372

[startup+882.311 s]
/proc/loadavg: 8.01 8.02 7.92 9/298 27253
/proc/meminfo: memFree=22584768/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1216064 CPUtime=3520.94 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2018083 0 0 0 351548 546 0 0 25 0 4 0 632271688 1245249536 239412 33554432000 4194304 4580107 140734208796288 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 304016 239412 379 95 0 298998 0
[pid=27216/tid=27217] ppid=27214 vsize=1216064 CPUtime=882.25 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 536490 0 0 0 88076 149 0 0 25 0 4 0 632271689 1245249536 239412 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1216064 CPUtime=876.44 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 521623 0 0 0 87506 138 0 0 25 0 4 0 632271689 1245249536 239412 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1216064 CPUtime=882.27 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 488245 0 0 0 88097 130 0 0 25 0 4 0 632271689 1245249536 239412 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.94
Current children cumulated vsize (KiB) 1216064

[startup+942.301 s]
/proc/loadavg: 8.05 8.03 7.93 9/298 27254
/proc/meminfo: memFree=22555352/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1289320 CPUtime=3760.33 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2117991 0 0 0 375453 580 0 0 25 0 4 0 632271688 1320263680 239229 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 322330 239229 379 95 0 317312 0
[pid=27216/tid=27217] ppid=27214 vsize=1289320 CPUtime=942.24 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 564483 0 0 0 94065 159 0 0 25 0 4 0 632271689 1320263680 239229 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1289320 CPUtime=935.88 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 541024 0 0 0 93444 144 0 0 25 0 4 0 632271689 1320263680 239229 33554432000 4194304 4580107 140734208796288 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1289320 CPUtime=942.26 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 512839 0 0 0 94088 138 0 0 25 0 4 0 632271689 1320263680 239229 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.33
Current children cumulated vsize (KiB) 1289320

[startup+1002.3 s]
/proc/loadavg: 8.05 8.03 7.93 9/298 27256
/proc/meminfo: memFree=22528152/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1292460 CPUtime=3999.78 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2211901 0 0 0 399365 613 0 0 25 0 4 0 632271688 1323479040 245935 33554432000 4194304 4580107 140734208796288 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 323115 245935 379 95 0 318097 0
[pid=27216/tid=27217] ppid=27214 vsize=1292460 CPUtime=1002.24 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 592041 0 0 0 100054 170 0 0 25 0 4 0 632271689 1323479040 245935 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1292460 CPUtime=995.33 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 555428 0 0 0 99384 149 0 0 25 0 4 0 632271689 1323479040 245935 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1292460 CPUtime=1002.25 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 537079 0 0 0 100080 145 0 0 25 0 4 0 632271689 1323479040 245935 33554432000 4194304 4580107 140734208796288 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.78
Current children cumulated vsize (KiB) 1292460

[startup+1062.3 s]
/proc/loadavg: 8.06 8.04 7.94 9/298 27258
/proc/meminfo: memFree=21949920/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1521072 CPUtime=4239.23 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2324267 0 0 0 423276 647 0 0 25 0 4 0 632271688 1557577728 311786 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 380268 311786 379 95 0 375250 0
[pid=27216/tid=27217] ppid=27214 vsize=1521072 CPUtime=1062.24 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 633047 0 0 0 106048 176 0 0 25 0 4 0 632271689 1557577728 311786 33554432000 4194304 4580107 140734208796288 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1521072 CPUtime=1054.79 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 577036 0 0 0 105319 160 0 0 25 0 4 0 632271689 1557577728 311786 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1521072 CPUtime=1062.26 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 561504 0 0 0 106076 150 0 0 25 0 4 0 632271689 1557577728 311786 33554432000 4194304 4580107 140734208796288 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.23
Current children cumulated vsize (KiB) 1521072

[startup+1122.3 s]
/proc/loadavg: 8.02 8.03 7.94 9/298 27268
/proc/meminfo: memFree=21847844/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1589024 CPUtime=4478.65 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2389973 0 0 0 447195 670 0 0 25 0 4 0 632271688 1627160576 324239 33554432000 4194304 4580107 140734208796288 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 397256 324239 379 95 0 392238 0
[pid=27216/tid=27217] ppid=27214 vsize=1589024 CPUtime=1122.23 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 645457 0 0 0 112042 181 0 0 25 0 4 0 632271689 1627160576 324239 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1589024 CPUtime=1114.24 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 602620 0 0 0 111253 171 0 0 25 0 4 0 632271689 1627160576 324239 33554432000 4194304 4580107 140734208796288 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1589024 CPUtime=1122.25 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 573162 0 0 0 112071 154 0 0 25 0 4 0 632271689 1627160576 324239 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.65
Current children cumulated vsize (KiB) 1589024

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 7.94 9/298 27270
/proc/meminfo: memFree=21764096/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1657076 CPUtime=4718.09 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2494794 0 0 0 471105 704 0 0 25 0 4 0 632271688 1696845824 334837 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 414269 334837 386 95 0 409251 0
[pid=27216/tid=27217] ppid=27214 vsize=1657076 CPUtime=1182.23 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 671911 0 0 0 118032 191 0 0 25 0 4 0 632271689 1696845824 334837 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1657076 CPUtime=1173.69 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 630921 0 0 0 117192 177 0 0 25 0 4 0 632271689 1696845824 334837 33554432000 4194304 4580107 140734208796288 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1657076 CPUtime=1182.25 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 596281 0 0 0 118062 163 0 0 25 0 4 0 632271689 1696845824 334837 33554432000 4194304 4580107 140734208796288 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.09
Current children cumulated vsize (KiB) 1657076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.00 8.02 7.94 6/297 27271
/proc/meminfo: memFree=22641144/32951124 swapFree=63485424/67111528
[pid=27216] ppid=27214 vsize=1672564 CPUtime=4800.33 cores=0,2,4,6
/proc/27216/stat : 27216 (strangenight2-m) R 27214 27216 27184 0 -1 4202496 2522275 0 0 0 479317 716 0 0 25 0 4 0 632271688 1712705536 323434 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27216/statm: 418141 323434 386 95 0 413123 0
[pid=27216/tid=27217] ppid=27214 vsize=1672564 CPUtime=1202.84 cores=0,2,4,6
/proc/27216/task/27217/stat : 27217 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 680694 0 0 0 120089 195 0 0 25 0 4 0 632271689 1712705536 323437 33554432000 4194304 4580107 140734208796288 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27216/tid=27218] ppid=27214 vsize=1672564 CPUtime=1194.1 cores=0,2,4,6
/proc/27216/task/27218/stat : 27218 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 630921 0 0 0 119233 177 0 0 25 0 4 0 632271689 1712705536 323437 33554432000 4194304 4580107 140734208796288 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27216/tid=27219] ppid=27214 vsize=1672564 CPUtime=1202.86 cores=0,2,4,6
/proc/27216/task/27219/stat : 27219 (strangenight2-m) R 27214 27216 27184 0 -1 4202560 605600 0 0 0 120119 167 0 0 25 0 4 0 632271689 1712705536 323437 33554432000 4194304 4580107 140734208796288 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1672564

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): 1202.97
CPU time (s): 4800.41
CPU user time (s): 4793.2
CPU system time (s): 7.2159
CPU usage (%): 399.047
Max. virtual memory (cumulated for all children) (KiB): 1672564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.2
system time used= 7.2159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2522284
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= 3188
involuntary context switches= 23047

runsolver used 3.13452 second user time and 7.82681 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-14 20:42:38
IDJOB=3366202
IDBENCH=82611
IDSOLVER=1844
FILE ID=node147/3366202-1305398558
RUNJOBID= node147-1305398558-27202
PBS_JOBID= 13324491
Free space on /tmp= 73108 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366202-1305398558/watcher-3366202-1305398558 -o /tmp/evaluation-result-3366202-1305398558/solver-3366202-1305398558 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366202-1305398558.cnf

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=1441999485

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24430204 kB
Buffers:        286108 kB
Cached:        4969300 kB
SwapCached:      13132 kB
Active:        1626420 kB
Inactive:      6660720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24430204 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            6440 kB
Writeback:           0 kB
AnonPages:     3027108 kB
Mapped:          14416 kB
Slab:           140812 kB
PageTables:      28720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44828612 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= 73096 MiB
End job on node147 at 2011-05-14 21:02:43