Trace number 3173813

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S269694958-008-UNKNOWN.cnf
MD5SUM320e47ec6251e96728575b0221aebaa2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.7973
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173813-1304031315.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.14	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.14	c -- vars added       1250
0.00/0.14	c Parsing time:  0.01 s
0.00/0.14	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.00/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.56/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.56/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.56/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.56/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.56/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.56/0.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.56/0.41	c Finding binary XORs  T:     0.00 s  found:       0
0.56/0.41	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.56/0.41	c calculated reachability. Time: 0.00
0.56/0.41	c Calc default polars -  time:   0.00 s pos:     596 undec:      65 neg:     589
0.56/0.41	c =========================================================================================
0.56/0.41	c types(t): F = full restart, N = normal restart
0.56/0.41	c types(t): S = simplification begin/end, E = solution found
0.56/0.41	c restart types(rt): st = static, dy = dynamic
0.56/0.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.56/0.41	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
3.65/0.95	c  N dy    17      4013      1250     25000         0      4007    125000    577376    108.63    120.24
3.65/0.95	c  N dy    44      8036      1250     25000         0      5533    125000    566745    109.63    116.55
4.77/1.25	c  N dy    70     12082      1250     25000         0      5329    125000    351301    109.79    117.69
5.96/1.51	c  N dy    94     16097      1250     25000         0      9339    125000    887637    109.00    115.16
7.18/1.88	c  N dy   120     20098      1250     25000         0      7720    125000    516897    109.82    116.53
8.75/2.25	c  N dy   145     24135      1250     25000         0     11753    125000   1066400    109.86    117.67
9.15/2.33	c  F st   150     25000      1250     25000         0     12617    125000   1178382    109.69    105.77
10.36/2.65	c  N st   155     28299      1250     25000         0      9102    125000    597650    109.69   no data
11.17/2.81	c  S st   156     30000      1250     25000         0     10799    125000    863189    109.69   no data
11.17/2.87	c  S st   156     30507      1250     25000         0     11306    125000    922009    109.69   no data
11.17/2.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.17/2.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.17/2.89	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.17/2.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.17/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.17/2.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.17/2.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.57/2.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.57/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.38	c lits-rem:       184  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.43 s
13.95/3.53	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.95/3.53	c calculated reachability. Time: 0.00
13.95/3.53	c  N dy   156     30507      1250     25000         0     11277    125000    912870    109.69   no data
15.56/3.95	c  N dy   180     34598      1250     25000         0     15361    125000   1469071    109.75    126.26
17.14/4.38	c  N dy   209     38926      1250     25000         0     11795    125000    788941    109.97    117.57
19.54/4.90	c  N dy   231     43731      1250     25000         0     16595    125000   1445896    109.81    116.52
20.35/5.14	c  S st   245     45760      1250     25000         0      9684    125000    370848    110.09   no data
20.73/5.21	c  S st   245     46264      1250     25000         0     10188    125000    431174    110.09   no data
20.73/5.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.73/5.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.73/5.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.73/5.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.73/5.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.73/5.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.73/5.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.73/5.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.73/5.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.14/5.37	c lits-rem:        17  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.12 s
21.14/5.37	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.14/5.38	c vivif2 --  cl tried    10186 cl shrink        0 lits rem          0 time: 0.00
21.93/5.53	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.93/5.53	c calculated reachability. Time: 0.00
21.93/5.53	c  N dy   245     46264      1250     25000         0     10186    125000    430568    110.09   no data
23.53/5.96	c  N dy   267     50419      1250     25000         0     14334    125000    993584    109.93    118.01
25.53/6.44	c  N dy   292     54783      1250     25000         0     18697    125000   1594863    109.96    116.84
27.12/6.89	c  N dy   313     58874      1250     25000         0     12820    125000    659451    109.76    115.86
29.14/7.34	c  N dy   341     62995      1250     25000         0     16939    125000   1228440    109.95    117.28
31.12/7.81	c  N dy   363     67089      1250     25000         0     21031    125000   1800880    110.03    115.87
32.32/8.10	c  S st   381     69396      1250     25000         0     12353    125000    473655    110.14   no data
32.32/8.17	c  S st   381     69900      1250     25000         0     12857    125000    528453    110.14   no data
32.32/8.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.32/8.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.32/8.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.32/8.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.32/8.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.32/8.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.32/8.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.72/8.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.72/8.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.54/8.40	c lits-rem:        18  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.18 s
33.54/8.41	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.54/8.41	c vivif2 --  cl tried    12855 cl shrink        0 lits rem          0 time: 0.01
33.91/8.59	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.91/8.59	c calculated reachability. Time: 0.00
33.91/8.59	c  N dy   381     69900      1250     25000         0     12855    125000    528094    110.14   no data
35.91/9.08	c  N dy   409     74405      1250     25000         0     17360    125000   1142212    110.15    117.29
38.31/9.67	c  N dy   438     79404      1250     25000         0     22354    125000   1832033    110.19    117.37
40.71/10.29	c  N dy   464     84740      1250     25000         0     15696    125000    795065    110.16    116.11
41.92/10.60	c  F st   481     87500      1250     25000         0     18454    125000   1171903    110.21   no data
43.50/10.99	c  N st   486     90801      1250     25000         0     21742    125000   1672677    110.21   no data
46.72/11.71	c  N dy   511     96667      1250     25000         0     14615    125000    521413    110.18    117.85
49.49/12.41	c  N dy   545    103013      1250     25000         0     20960    125000   1384472    110.10    116.82
50.29/12.62	c  S st   557    104850      1250     25000         0     22794    125000   1639550    110.17   no data
50.71/12.70	c  S st   557    105351      1250     25000         0     23295    125000   1695590    110.17   no data
50.71/12.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.71/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.71/12.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.71/12.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.71/12.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.71/12.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.71/12.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.11/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.29/16.18	c lits-rem:       132  cl-subs:       13  v-elim:      0  v-fix:    0  time:  3.36 s
64.29/16.18	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
64.67/16.20	c vivif2 --  cl tried    23282 cl shrink        0 lits rem          0 time: 0.02
65.47/16.49	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.29
65.47/16.49	c calculated reachability. Time: 0.00
65.47/16.49	c  N dy   557    105351      1250     25000         0     23282    125000   1691691    110.17   no data
69.07/17.37	c  N dy   591    112100      1250     25000         0     16040    125000    585569    110.03    116.15
72.68/18.25	c  N dy   637    119287      1250     25000         0     23219    125000   1570259    110.10    116.07
77.08/19.31	c  N dy   678    126942      1250     25000         0     15885    125000    435556    110.05    117.02
81.05/20.33	c  N dy   720    135187      1250     25000         0     24122    125000   1559755    110.00    118.69
85.86/21.56	c  N dy   777    143946      1250     25000         0     16892    125000    448138    110.05    116.29
90.66/22.75	c  N dy   837    153312      1250     25000         0     26250    125000   1736903    110.13    116.25
93.43/23.40	c  S st   870    158026      1250     25000         0     30958    125000   2389750    110.20   no data
93.84/23.50	c  S st   870    158530      1250     25000         0     31462    125000   2452172    110.20   no data
93.84/23.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.84/23.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
93.84/23.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.84/23.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.84/23.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.84/23.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.84/23.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
93.84/23.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
94.24/23.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.20/32.65	c lits-rem:       188  cl-subs:       44  v-elim:      0  v-fix:    0  time:  9.00 s
130.20/32.65	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
130.20/32.68	c vivif2 --  cl tried    31418 cl shrink        0 lits rem          0 time: 0.03
131.77/33.06	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.37
131.77/33.06	c calculated reachability. Time: 0.00
131.77/33.06	c  N dy   870    158530      1250     25000         0     31418    125000   2439090    110.20   no data
137.36/34.45	c  N dy   925    168709      1250     25000         0     24593    125000   1368082    110.07    118.18
143.38/35.99	c  N dy   984    179492      1250     25000         0     35368    125000   2836695    110.00    116.42
149.35/37.47	c  N dy  1047    190989      1250     25000         0     28876    125000   1814868    109.96    116.43
156.56/39.28	c  N dy  1116    203451      1250     25000         0     22340    125000    812740    110.01    116.99
164.13/41.11	c  N dy  1193    216476      1250     25000         0     35353    125000   2608519    110.09    118.16
172.12/43.13	c  N dy  1275    230487      1250     25000         0     29377    125000   1653820    110.08    116.93
176.51/44.24	c  S st  1316    237796      1250     25000         0     36675    125000   2653291    110.04    111.20
176.91/44.35	c  S st  1316    238305      1250     25000         0     37184    125000   2713548    110.04   no data
176.91/44.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
176.91/44.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
176.91/44.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
176.91/44.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
176.91/44.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
176.91/44.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
176.91/44.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.31/44.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
177.71/44.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.45/56.24	c lits-rem:       268  cl-subs:       29  v-elim:      0  v-fix:    0  time: 11.73 s
224.45/56.25	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
224.45/56.28	c vivif2 --  cl tried    37155 cl shrink        0 lits rem          0 time: 0.03
226.05/56.62	c asymm  cl-useful: 0/22986/25000 lits-rem:0 time: 0.34
226.05/56.62	c calculated reachability. Time: 0.00
226.05/56.62	c  N dy  1316    238305      1250     25000         0     37155    125000   2704997    110.04   no data
234.84/58.80	c  N dy  1405    253672      1250     25000         0     31528    125000   1815591    110.05    116.24
244.44/61.25	c  N dy  1499    269958      1250     25000         0     25819    125000    902633    110.04    116.92
254.80/63.87	c  N dy  1614    287219      1250     25000         0     43066    125000   3285443    110.18    141.11
266.01/66.60	c  N dy  1723    305700      1250     25000         0     38555    125000   2534318    110.22    118.66
266.01/66.70	c  F st  1728    306250      1250     25000         0     39104    125000   2610745    110.23   no data
277.57/69.60	c  N dy  1819    325312      1250     25000         0     34169    125000   1782766    110.26    116.76
290.75/72.83	c  N dy  1939    345454      1250     25000         0     29317    125000   1004115    110.29    118.74
297.95/74.67	c  S st  2012    357457      1250     25000         0     41313    125000   2673881    110.32   no data
298.35/74.79	c  S st  2012    357962      1250     25000         0     41818    125000   2732270    110.32   no data
298.35/74.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
298.75/74.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
298.75/74.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
298.75/74.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.75/74.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.75/74.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
298.75/74.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
298.75/74.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
299.15/74.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.67/87.86	c lits-rem:       257  cl-subs:       31  v-elim:      0  v-fix:    0  time: 12.91 s
350.67/87.86	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
350.67/87.89	c vivif2 --  cl tried    41787 cl shrink        0 lits rem          0 time: 0.03
351.07/87.93	c asymm  cl-useful: 0/2014/25000 lits-rem:0 time: 0.04
351.07/87.94	c calculated reachability. Time: 0.00
351.07/87.94	c  N dy  2012    357962      1250     25000         0     41787    125000   2722651    110.32   no data
364.65/91.32	c  N dy  2132    378158      1250     25000         0     35992    125000   1782051    110.36    118.18
378.64/94.83	c  N dy  2261    398188      1250     25000         0     29024    125000    697441    110.46    119.70
391.42/98.10	c  N dy  2380    418235      1250     25000         0     49054    125000   3431746    110.43    118.23
404.99/101.45	c  N dy  2498    438281      1250     25000         0     41099    125000   2226407    110.44    116.91
419.80/105.18	c  N dy  2622    458709      1250     25000         0     32534    125000    923618    110.49    116.79
433.38/108.57	c  N dy  2745    478732      1250     25000         0     52532    125000   3664825    110.50    117.24
447.33/112.06	c  N dy  2863    498775      1250     25000         0     42592    125000   2172822    110.51    116.84
463.32/116.03	c  N dy  2999    518865      1250     25000         0     31693    125000    546496    110.57    117.72
475.30/119.03	c  S st  3104    536944      1250     25000         0     49760    125000   3024126    110.55   no data
475.70/119.17	c  S st  3104    537452      1250     25000         0     50268    125000   3087212    110.55   no data
475.70/119.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
476.10/119.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
476.10/119.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
476.10/119.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
476.10/119.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
476.10/119.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
476.10/119.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
476.10/119.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
476.51/119.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
523.64/131.17	c lits-rem:       305  cl-subs:       36  v-elim:      0  v-fix:    0  time: 11.81 s
523.64/131.17	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
524.04/131.21	c vivif2 --  cl tried    50232 cl shrink        0 lits rem          0 time: 0.04
525.65/131.63	c asymm  cl-useful: 0/19302/25000 lits-rem:0 time: 0.42
525.65/131.63	c calculated reachability. Time: 0.00
525.65/131.63	c  N dy  3104    537452      1250     25000         0     50232    125000   3076401    110.55   no data
542.82/135.93	c  N dy  3220    557582      1250     25000         0     38368    125000   1321054    110.54    117.08
558.78/139.98	c  N dy  3342    577642      1250     25000         0     58410    125000   4084388    110.56    119.00
574.37/143.87	c  N dy  3456    597742      1250     25000         0     45528    125000   2185992    110.55    118.24
591.56/148.19	c  N dy  3581    617795      1250     25000         0     65560    125000   4965419    110.61    116.64
606.32/151.89	c  N dy  3690    637909      1250     25000         0     51685    125000   2889818    110.56    117.00
623.89/156.30	c  N dy  3816    658127      1250     25000         0     36916    125000    745167    110.59    116.62
638.28/159.88	c  N dy  3926    678150      1250     25000         0     56921    125000   3507863    110.58    120.62
655.45/164.16	c  N dy  4045    698369      1250     25000         0     41155    125000   1196172    110.57    116.80
671.03/168.01	c  N dy  4163    718513      1250     25000         0     61277    125000   3978158    110.60    117.80
687.83/172.27	c  N dy  4283    738602      1250     25000         0     44392    125000   1509607    110.59    118.46
703.78/176.25	c  N dy  4395    758657      1250     25000         0     64435    125000   4265161    110.58    131.22
720.96/180.56	c  N dy  4509    778778      1250     25000         0     46568    125000   1681726    110.57    117.76
738.53/184.95	c  N dy  4627    798924      1250     25000         0     66700    125000   4462343    110.59    117.07
746.12/186.83	c  S st  4670    806179      1250     25000         0     73948    125000   5453295    110.58   no data
746.92/187.03	c  S st  4670    806682      1250     25000         0     74451    125000   5508965    110.58   no data
746.92/187.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
746.92/187.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
747.32/187.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
747.32/187.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
747.32/187.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
747.32/187.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
747.32/187.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
747.32/187.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
748.12/187.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
869.95/217.84	c lits-rem:       647  cl-subs:       64  v-elim:      0  v-fix:    0  time: 30.49 s
869.95/217.84	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
870.34/217.91	c vivif2 --  cl tried    74387 cl shrink        0 lits rem          0 time: 0.07
871.15/218.10	c asymm  cl-useful: 0/5698/25000 lits-rem:0 time: 0.19
871.15/218.10	c calculated reachability. Time: 0.00
871.15/218.10	c  N dy  4670    806682      1250     25000         0     74387    125000   5489648    110.58   no data
886.73/222.07	c  N dy  4788    826776      1250     25000         0     55494    125000   2782008    110.61    140.10
905.10/226.64	c  N dy  4900    846927      1250     25000         0     75622    125000   5572000    110.61    117.89
921.48/230.76	c  N dy  5026    867018      1250     25000         0     55725    125000   2700222    110.65    116.63
939.85/235.38	c  N dy  5145    887128      1250     25000         0     75821    125000   5478618    110.66    117.59
956.62/239.54	c  N dy  5255    907137      1250     25000         0     54854    125000   2422552    110.65    121.21
975.01/244.19	c  N dy  5386    927280      1250     25000         0     74979    125000   5194578    110.68    117.18
992.98/248.63	c  N dy  5500    947359      1250     25000         0     53079    125000   2052708    110.68    119.60
1011.36/253.20	c  N dy  5623    967569      1250     25000         0     73266    125000   4828904    110.69    116.52
1030.54/258.02	c  N dy  5746    987571      1250     25000         0     50287    125000   1563992    110.72    117.28
1048.12/262.42	c  N dy  5863   1007631      1250     25000         0     70324    125000   4330448    110.73    117.47
1070.87/268.11	c  N dy  5982   1027781      1250     25000         0     46495    125000    887598    110.72    117.00
1088.85/272.68	c  N dy  6106   1047882      1250     25000         0     66583    125000   3657614    110.75    118.43
1112.02/278.46	c  N dy  6233   1067938      1250     25000         0     86627    125000   6428744    110.76    120.52
1116.81/279.69	c  F st  6254   1071875      1250     25000         0     45595    125000    643711    110.75   no data
1129.99/282.96	c  N dy  6321   1088230      1250     25000         0     61923    125000   2964764    110.76    117.12
1150.36/288.06	c  N dy  6448   1108243      1250     25000         0     81919    125000   5743928    110.78    117.23
1170.34/293.06	c  N dy  6579   1128314      1250     25000         0     56022    125000   1967857    110.82    116.83
1189.90/297.95	c  N dy  6703   1149044      1250     25000         0     76735    125000   4813858    110.81    118.28
1212.27/303.57	c  N dy  6825   1169169      1250     25000         0     49882    125000    973300    110.84    119.52
1230.25/308.00	c  N dy  6945   1189501      1250     25000         0     70205    125000   3771816    110.85    116.89
1251.43/313.39	c  N dy  7063   1209539      1250     25000         0     90234    125000   6545771    110.87    116.86
1252.22/313.53	c  S st  7065   1210025      1250     25000         0     90719    125000   6613649    110.87   no data
1253.02/313.76	c  S st  7065   1210530      1250     25000         0     91224    125000   6678878    110.87   no data
1253.02/313.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1253.42/313.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1253.42/313.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1253.42/313.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1253.42/313.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1253.42/313.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1253.42/313.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1253.82/313.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1254.63/314.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1427.97/357.54	c lits-rem:       744  cl-subs:       89  v-elim:      0  v-fix:    0  time: 43.40 s
1427.97/357.54	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1428.37/357.62	c vivif2 --  cl tried    91135 cl shrink        0 lits rem          0 time: 0.08
1429.98/358.06	c asymm  cl-useful: 0/13046/25000 lits-rem:0 time: 0.44
1429.98/358.07	c calculated reachability. Time: 0.00
1429.98/358.07	c  N dy  7065   1210530      1250     25000         0     91135    125000   6652239    110.87   no data
1448.75/362.73	c  N dy  7183   1230549      1250     25000         0     63160    125000   2676838    110.88    125.09
1468.72/367.74	c  N dy  7294   1250689      1250     25000         0     83284    125000   5461037    110.88    117.57
1490.29/373.13	c  N dy  7409   1270742      1250     25000         0     54364    125000   1327726    110.87    117.08
1508.27/377.69	c  N dy  7528   1290816      1250     25000         0     74418    125000   4104932    110.87    118.65
1531.04/383.34	c  N dy  7640   1310856      1250     25000         0     94436    125000   6849489    110.87    116.75
1550.21/388.16	c  N dy  7753   1331040      1250     25000         0     64652    125000   2625865    110.88    117.70
1571.00/393.36	c  N dy  7882   1351272      1250     25000         0     84862    125000   5432630    110.90    116.85
1594.15/399.13	c  N dy  7990   1371331      1250     25000         0     53952    125000   1017739    110.90    121.46
1611.73/403.57	c  N dy  8103   1391377      1250     25000         0     73977    125000   3768764    110.89    119.49
1634.49/409.20	c  N dy  8228   1411397      1250     25000         0     93978    125000   6551774    110.92    118.21
1655.66/414.51	c  N dy  8343   1431414      1250     25000         0     62025    125000   2010998    110.93    116.96
1676.85/419.81	c  N dy  8460   1451559      1250     25000         0     82154    125000   4795009    110.94    117.11
1702.00/426.15	c  N dy  8590   1471650      1250     25000         0    102220    125000   7585243    110.96    118.01
1721.57/431.09	c  N dy  8709   1491800      1250     25000         0     69399    125000   2903909    110.97    118.00
1743.14/436.49	c  N dy  8839   1511862      1250     25000         0     89446    125000   5701492    111.00    119.29
1768.72/442.87	c  N dy  8965   1531911      1250     25000         0     55526    125000    853967    111.02    118.62
1787.88/447.62	c  N dy  9087   1551972      1250     25000         0     75568    125000   3640898    111.03    119.17
1811.05/453.42	c  N dy  9205   1572226      1250     25000         0     95800    125000   6444511    111.04    119.12
1835.41/459.51	c  N dy  9331   1592381      1250     25000         0     60990    125000   1486520    111.06    117.70
1854.59/464.31	c  N dy  9445   1612434      1250     25000         0     81024    125000   4253242    111.06    118.37
1879.35/470.57	c  N dy  9571   1632691      1250     25000         0    101261    125000   7057722    111.07    118.79
1904.52/476.80	c  N dy  9688   1652786      1250     25000         0     65392    125000   1956465    111.08    117.49
1926.48/482.39	c  N dy  9810   1672802      1250     25000         0     85389    125000   4750276    111.10    117.88
1953.67/489.11	c  N dy  9925   1692829      1250     25000         0    105402    125000   7518177    111.10    118.27
1976.02/494.76	c  S st 10039   1710531      1250     25000         0     66141    125000   1936344    111.11    104.42
1976.81/494.93	c  S st 10039   1711038      1250     25000         0     66648    125000   2000410    111.11   no data
1976.81/494.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1976.81/494.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1976.81/494.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1976.81/494.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1976.81/494.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1976.81/494.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1976.81/494.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1977.21/495.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1977.21/495.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2013.56/504.17	c lits-rem:       140  cl-subs:       18  v-elim:      0  v-fix:    0  time:  9.08 s
2013.56/504.17	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2013.56/504.20	c vivif2 --  cl tried    66630 cl shrink        0 lits rem          0 time: 0.03
2015.18/504.53	c asymm  cl-useful: 0/11954/25000 lits-rem:0 time: 0.34
2015.18/504.54	c calculated reachability. Time: 0.00
2015.18/504.54	c  N dy 10039   1711038      1250     25000         0     66630    125000   1995153    111.11   no data
2036.33/509.84	c  N dy 10156   1731174      1250     25000         0     86755    125000   4773004    111.11    119.29
2061.90/516.24	c  N dy 10280   1751244      1250     25000         0    106804    125000   7562598    111.13    118.97
2085.48/522.18	c  N dy 10409   1771319      1250     25000         0     68917    125000   2179618    111.14    121.96
2107.46/527.62	c  N dy 10545   1791384      1250     25000         0     88967    125000   4979958    111.17    133.39
2133.01/534.06	c  N dy 10660   1811451      1250     25000         0    109024    125000   7756523    111.18    117.62
2156.16/539.86	c  N dy 10775   1831489      1250     25000         0     70088    125000   2225984    111.18    117.77
2177.36/545.19	c  N dy 10893   1851682      1250     25000         0     90264    125000   5022680    111.18    121.44
2203.72/551.75	c  N dy 11020   1871754      1250     25000         0    110323    125000   7809628    111.20    117.09
2227.27/557.67	c  N dy 11139   1891812      1250     25000         0     70409    125000   2115994    111.20    118.14
2248.83/563.06	c  N dy 11255   1911855      1250     25000         0     90439    125000   4893065    111.20    120.45
2274.43/569.48	c  N dy 11365   1931887      1250     25000         0    110455    125000   7678778    111.20    117.24
2298.77/575.51	c  N dy 11475   1951906      1250     25000         0     69503    125000   1888004    111.21    125.50
2320.34/580.93	c  N dy 11598   1972122      1250     25000         0     89698    125000   4700770    111.22    117.21
2346.71/587.51	c  N dy 11720   1992212      1250     25000         0    109771    125000   7491649    111.23    117.17
2374.26/594.44	c  N dy 11841   2012239      1250     25000         0     67833    125000   1521602    111.24    118.97
2395.43/599.75	c  N dy 11965   2032348      1250     25000         0     87925    125000   4325624    111.25    118.04
2421.40/606.22	c  N dy 12084   2052499      1250     25000         0    108063    125000   7114158    111.25    119.16
2450.56/613.55	c  N dy 12215   2072504      1250     25000         0     65103    125000   1000347    111.27    117.42
2471.75/618.85	c  N dy 12347   2092820      1250     25000         0     85404    125000   3855423    111.29    117.30
2496.89/625.11	c  N dy 12466   2112903      1250     25000         0    105469    125000   6640670    111.29    118.59
2526.45/632.50	c  N dy 12589   2133061      1250     25000         0    125612    125000   9437804    111.30    117.72
2547.62/637.88	c  N dy 12710   2153404      1250     25000         0     81999    125000   3232279    111.32    120.43
2572.39/644.03	c  N dy 12833   2173794      1250     25000         0    102382    125000   6058329    111.32    117.81
2601.54/651.31	c  N dy 12952   2193981      1250     25000         0    122554    125000   8871723    111.33    117.35
2622.71/656.61	c  S st 13052   2211038      1250     25000         0     74641    125000   2063529    111.33   no data
2623.51/656.80	c  S st 13052   2211544      1250     25000         0     75147    125000   2131078    111.33   no data
2623.51/656.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2623.51/656.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2623.51/656.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2623.51/656.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2623.51/656.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2623.51/656.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2623.51/656.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2623.91/656.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2623.91/656.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2654.27/664.56	c lits-rem:       241  cl-subs:       23  v-elim:      0  v-fix:    0  time:  7.60 s
2654.27/664.57	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2654.67/664.60	c vivif2 --  cl tried    75124 cl shrink        0 lits rem          0 time: 0.03
2655.87/665.00	c asymm  cl-useful: 0/14953/25000 lits-rem:0 time: 0.40
2655.87/665.00	c calculated reachability. Time: 0.00
2655.87/665.00	c  N dy 13052   2211544      1250     25000         0     75124    125000   2124470    111.33   no data
2679.04/670.75	c  N dy 13183   2231564      1250     25000         0     95127    125000   4911465    111.35    120.60
2706.19/677.57	c  N dy 13313   2251703      1250     25000         0    115251    125000   7699873    111.36    117.66
2736.15/685.02	c  N dy 13428   2271777      1250     25000         0     69353    125000   1195552    111.35    118.35
2758.12/690.50	c  N dy 13541   2291813      1250     25000         0     89370    125000   3958445    111.35    118.41
2785.68/697.47	c  N dy 13665   2311946      1250     25000         0    109486    125000   6759695    111.36    117.90
2817.24/705.30	c  N dy 13776   2332019      1250     25000         0    129545    125000   9541843    111.36    117.44
2841.23/711.33	c  N dy 13901   2352075      1250     25000         0     82638    125000   2930621    111.37    118.12
2865.58/717.46	c  N dy 14013   2372121      1250     25000         0    102661    125000   5692547    111.36    118.06
2894.34/724.61	c  N dy 14127   2392190      1250     25000         0    122709    125000   8464276    111.36    119.63
2922.69/731.78	c  N dy 14252   2412264      1250     25000         0     74833    125000   1713511    111.37    118.29
2945.87/737.50	c  N dy 14381   2432270      1250     25000         0     94824    125000   4508537    111.38    119.78
2972.64/744.27	c  N dy 14510   2452372      1250     25000         0    114915    125000   7326887    111.40    118.35
3004.58/752.27	c  N dy 14643   2472387      1250     25000         0    134922    125000  10126815    111.41    117.52
3028.15/758.15	c  N dy 14773   2492468      1250     25000         0     86027    125000   3143218    111.42    117.73
3053.71/764.54	c  N dy 14900   2512750      1250     25000         0    106288    125000   5957155    111.43    118.69
3083.27/771.96	c  N dy 15025   2532917      1250     25000         0    126434    125000   8776800    111.44    117.56
3114.03/779.66	c  N dy 15140   2553171      1250     25000         0     76733    125000   1718416    111.45    117.32
3138.40/785.75	c  N dy 15254   2573259      1250     25000         0     96799    125000   4523323    111.45    117.47
3165.98/792.67	c  N dy 15374   2593290      1250     25000         0    116814    125000   7327636    111.47    118.45
3198.31/800.79	c  N dy 15498   2613332      1250     25000         0    136836    125000  10129266    111.48    119.28
3225.08/807.48	c  N dy 15626   2633376      1250     25000         0     85923    125000   2871124    111.50    118.03
3250.64/813.86	c  N dy 15747   2653381      1250     25000         0    105908    125000   5640235    111.50    118.11
3280.63/821.34	c  N dy 15866   2673409      1250     25000         0    125922    125000   8417026    111.50    118.33
3313.35/829.54	c  N dy 15982   2693528      1250     25000         0     74092    125000   1089979    111.50    117.79
3332.95/834.44	c  S st 16092   2711545      1250     25000         0     92094    125000   3599979    111.51   no data
3333.73/834.66	c  S st 16092   2712051      1250     25000         0     92600    125000   3658181    111.51   no data
3333.73/834.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3334.12/834.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3334.12/834.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3334.12/834.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3334.12/834.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3334.12/834.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3334.12/834.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3334.52/834.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3334.93/834.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3392.84/849.45	c lits-rem:       328  cl-subs:       46  v-elim:      0  v-fix:    0  time: 14.54 s
3392.84/849.45	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3393.24/849.50	c vivif2 --  cl tried    92554 cl shrink        0 lits rem          0 time: 0.05
3394.45/849.89	c asymm  cl-useful: 0/10047/25000 lits-rem:0 time: 0.39
3394.45/849.89	c calculated reachability. Time: 0.00
3394.45/849.89	c  N dy 16092   2712051      1250     25000         0     92554    125000   3644489    111.51   no data
3420.82/856.45	c  N dy 16210   2732080      1250     25000         0    112558    125000   6444183    111.51    118.85
3451.16/864.10	c  N dy 16317   2752120      1250     25000         0    132582    125000   9223962    111.51    127.67
3482.33/871.81	c  N dy 16433   2772946      1250     25000         0     80453    125000   1840355    111.51    119.24
3506.28/877.82	c  N dy 16560   2793061      1250     25000         0    100549    125000   4639430    111.52    118.91
3534.64/884.90	c  N dy 16685   2813066      1250     25000         0    120540    125000   7425976    111.53    119.87
3567.00/893.01	c  N dy 16797   2833143      1250     25000         0    140600    125000  10193836    111.52    118.32
3594.15/899.87	c  N dy 16924   2853250      1250     25000         0     86760    125000   2610704    111.54    117.69
3620.91/906.50	c  N dy 17041   2873370      1250     25000         0    106861    125000   5417339    111.54    119.26
3652.47/914.42	c  N dy 17151   2893529      1250     25000         0    127009    125000   8195858    111.54    118.89
3687.23/923.11	c  N dy 17268   2913737      1250     25000         0    147203    125000  10988393    111.53    118.14
3712.39/929.43	c  N dy 17396   2934113      1250     25000         0     92619    125000   3282467    111.55    119.05
3739.16/936.11	c  N dy 17517   2954247      1250     25000         0    112740    125000   6085820    111.55    117.60
3769.11/943.69	c  N dy 17625   2974258      1250     25000         0    132726    125000   8854793    111.55    119.95
3805.46/952.71	c  N dy 17753   2994465      1250     25000         0     76984    125000    971072    111.56    118.48
3827.83/958.32	c  N dy 17869   3014603      1250     25000         0     97103    125000   3782873    111.55    118.61
3854.60/965.04	c  N dy 17979   3034688      1250     25000         0    117173    125000   6549385    111.55    117.95
3886.15/972.96	c  N dy 18085   3054921      1250     25000         0    137391    125000   9359465    111.55    117.74
3920.50/981.50	c  N dy 18205   3075128      1250     25000         0     80639    125000   1347956    111.55    118.33
3943.68/987.34	c  N dy 18319   3095262      1250     25000         0    100760    125000   4153577    111.55    118.56
3973.62/994.81	c  N dy 18432   3115798      1250     25000         0    121283    125000   6983646    111.55    117.97
4009.18/1003.70	c  N dy 18547   3135801      1250     25000         0    141255    125000   9754944    111.55    117.70
4047.12/1013.21	c  N dy 18677   3155832      1250     25000         0     83340    125000   1583903    111.56    120.60
4075.09/1020.23	c  N dy 18808   3175936      1250     25000         0    103428    125000   4372019    111.57    118.84
4108.24/1028.57	c  N dy 18930   3196006      1250     25000         0    123481    125000   7174839    111.58    117.94
4139.81/1036.40	c  S st 19031   3212051      1250     25000         0    139515    125000   9421259    111.58   no data
4141.42/1036.81	c  S st 19031   3212551      1250     25000         0    140015    125000   9477723    111.58   no data
4141.42/1036.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4141.82/1036.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.12
4141.82/1036.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4141.82/1036.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4141.82/1036.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4141.82/1036.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4141.82/1036.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4142.20/1037.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4143.80/1037.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4426.61/1108.23	c lits-rem:       653  cl-subs:      111  v-elim:      0  v-fix:    0  time: 70.81 s
4426.61/1108.23	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4427.03/1108.35	c vivif2 --  cl tried   139904 cl shrink        0 lits rem          0 time: 0.12
4429.00/1108.83	c asymm  cl-useful: 0/9513/25000 lits-rem:0 time: 0.47
4429.00/1108.83	c calculated reachability. Time: 0.00
4429.00/1108.83	c  N dy 19031   3212551      1250     25000         0    139904    125000   9444458    111.58   no data
4464.95/1117.86	c  N dy 19151   3232607      1250     25000         0     81005    125000   1135782    111.59    128.86
4488.94/1123.89	c  N dy 19284   3252723      1250     25000         0    101109    125000   3950300    111.60    118.05
4517.68/1131.03	c  N dy 19409   3272791      1250     25000         0    121156    125000   6751424    111.60    117.50
4552.03/1139.69	c  N dy 19526   3292886      1250     25000         0    141234    125000   9558353    111.61    119.54
4591.58/1149.58	c  N dy 19645   3312912      1250     25000         0     81306    125000   1050769    111.62    117.57
4617.54/1156.01	c  N dy 19767   3332930      1250     25000         0    101310    125000   3846049    111.62    117.69
4648.30/1163.70	c  N dy 19885   3353044      1250     25000         0    121401    125000   6634378    111.62    117.57
4684.25/1172.70	c  N dy 20007   3373117      1250     25000         0    141458    125000   9459027    111.63    118.60
4722.99/1182.40	c  N dy 20135   3393252      1250     25000         0    161575    125000  12258450    111.64    118.54
4747.78/1188.64	c  N dy 20263   3413435      1250     25000         0    100803    125000   3659082    111.65    119.62
4775.73/1195.69	c  N dy 20382   3433438      1250     25000         0    120786    125000   6448720    111.66    121.05

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173813-1304031315/watcher-3173813-1304031315 -o /tmp/evaluation-result-3173813-1304031315/solver-3173813-1304031315 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173813-1304031315.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: 8.15 8.17 7.67 5/180 13628
/proc/meminfo: memFree=24304016/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 4 0 495547776 52441088 354 33554432000 4194304 4627427 140735996841568 18446744073709551615 212039655355 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 12803 354 303 106 0 7774 0
[pid=13628/tid=13629] ppid=13626 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495547776 52441088 354 33554432000 4194304 4627427 140735996841568 18446744073709551615 47097364039606 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495547776 52441088 354 33554432000 4194304 4627427 140735996841568 18446744073709551615 212034702422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495547776 52441088 354 33554432000 4194304 4627427 140735996841568 18446744073709551615 212034702422 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.148135 s]
/proc/loadavg: 8.15 8.17 7.67 5/180 13628
/proc/meminfo: memFree=24304016/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=287048 CPUtime=0.56 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 4622 0 0 0 56 0 0 0 18 0 4 0 495547776 293937152 4530 33554432000 4194304 4627427 140735996841568 18446744073709551615 212039698615 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 71795 4632 370 106 0 66766 0
[pid=13628/tid=13629] ppid=13626 vsize=287408 CPUtime=0.14 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) D 13626 13628 13269 0 -1 4202560 1295 0 0 0 14 0 0 0 18 0 4 0 495547776 294305792 4806 33554432000 4194304 4627427 140735996841568 18446744073709551615 212039316165 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=287540 CPUtime=0.14 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) D 13626 13628 13269 0 -1 4202560 1068 0 0 0 14 0 0 0 18 0 4 0 495547776 294440960 4842 33554432000 4194304 4627427 140735996841568 18446744073709551615 212039316513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=287672 CPUtime=0.14 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 1054 0 0 0 14 0 0 0 18 0 4 0 495547776 294576128 4932 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 287048

[startup+0.41702 s]
/proc/loadavg: 8.15 8.17 7.67 5/180 13628
/proc/meminfo: memFree=24304016/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=300520 CPUtime=1.63 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) D 13626 13628 13269 0 -1 4202496 10587 0 0 0 161 2 0 0 18 0 4 0 495547776 307732480 8421 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 73079 8421 385 106 0 68050 0
[pid=13628/tid=13629] ppid=13626 vsize=321916 CPUtime=0.57 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) D 13626 13628 13269 0 -1 4202560 3282 0 0 0 57 0 0 0 18 0 4 0 495547776 329641984 10063 33554432000 4194304 4627427 140735996841568 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=321916 CPUtime=0.57 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 3375 0 0 0 57 0 0 0 18 0 4 0 495547776 329641984 10063 33554432000 4194304 4627427 140735996841568 18446744073709551615 212039698567 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=321916 CPUtime=0.57 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 2262 0 0 0 57 0 0 0 18 0 4 0 495547776 329641984 10063 33554432000 4194304 4627427 140735996841568 18446744073709551615 4332317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 300520

[startup+0.922435 s]
/proc/loadavg: 8.15 8.17 7.67 5/180 13628
/proc/meminfo: memFree=24304016/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=307432 CPUtime=3.65 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 15459 0 0 0 363 2 0 0 18 0 4 0 495547776 314810368 10141 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 76858 10141 385 106 0 71829 0
[pid=13628/tid=13629] ppid=13626 vsize=307432 CPUtime=0.9 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) D 13626 13628 13269 0 -1 4202560 3881 0 0 0 90 0 0 0 18 0 4 0 495547776 314810368 9629 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=307432 CPUtime=0.9 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 3924 0 0 0 90 0 0 0 18 0 4 0 495547776 314810368 9629 33554432000 4194304 4627427 140735996841568 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=307432 CPUtime=0.91 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 3275 0 0 0 91 0 0 0 19 0 4 0 495547776 314810368 9629 33554432000 4194304 4627427 140735996841568 18446744073709551615 212039698567 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 307432

[startup+1.00027 s]
/proc/loadavg: 8.15 8.17 7.67 5/180 13628
/proc/meminfo: memFree=24304016/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=297556 CPUtime=3.96 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 15962 0 0 0 394 2 0 0 18 0 4 0 495547776 304697344 9946 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 74389 9946 385 106 0 69360 0
[pid=13628/tid=13629] ppid=13626 vsize=297556 CPUtime=0.98 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 4004 0 0 0 98 0 0 0 19 0 4 0 495547776 304697344 9946 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=297556 CPUtime=0.98 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 4048 0 0 0 98 0 0 0 19 0 4 0 495547776 304697344 9946 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=297556 CPUtime=0.98 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 3406 0 0 0 98 0 0 0 19 0 4 0 495547776 304697344 9947 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 297556

[startup+1.50018 s]
/proc/loadavg: 8.15 8.17 7.67 5/180 13628
/proc/meminfo: memFree=24304016/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=298356 CPUtime=5.96 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 20414 0 0 0 593 3 0 0 19 0 4 0 495547776 305516544 10899 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 74589 10899 385 106 0 69560 0
[pid=13628/tid=13629] ppid=13626 vsize=298356 CPUtime=1.48 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 5201 0 0 0 148 0 0 0 19 0 4 0 495547776 305516544 10899 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=298356 CPUtime=1.49 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 5276 0 0 0 148 1 0 0 19 0 4 0 495547776 305516544 10899 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=298356 CPUtime=1.48 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 4211 0 0 0 148 0 0 0 20 0 4 0 495547776 305516544 10899 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 298356

[startup+3.10089 s]
/proc/loadavg: 8.22 8.18 7.68 9/184 13632
/proc/meminfo: memFree=24255604/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=300060 CPUtime=12.35 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 38346 0 0 0 1228 7 0 0 24 0 4 0 495547776 307261440 17292 33554432000 4194304 4627427 140735996841568 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 75015 17293 389 106 0 69986 0
[pid=13628/tid=13629] ppid=13626 vsize=300060 CPUtime=3.07 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 8529 0 0 0 306 1 0 0 24 0 4 0 495547776 307261440 17293 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=300060 CPUtime=3.08 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 8618 0 0 0 307 1 0 0 24 0 4 0 495547776 307261440 17293 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=300060 CPUtime=3.08 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 7571 0 0 0 307 1 0 0 25 0 4 0 495547776 307261440 17293 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 300060

[startup+6.30032 s]
/proc/loadavg: 8.20 8.18 7.68 9/184 13632
/proc/meminfo: memFree=24155700/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=323184 CPUtime=25.13 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 69434 0 0 0 2500 13 0 0 25 0 4 0 495547776 330940416 35348 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 80796 35348 389 106 0 75767 0
[pid=13628/tid=13629] ppid=13626 vsize=323184 CPUtime=6.25 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 15961 0 0 0 623 2 0 0 25 0 4 0 495547776 330940416 35348 33554432000 4194304 4627427 140735996841568 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=323184 CPUtime=6.28 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 18174 0 0 0 624 4 0 0 25 0 4 0 495547776 330940416 35348 33554432000 4194304 4627427 140735996841568 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=323184 CPUtime=6.29 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 17001 0 0 0 626 3 0 0 25 0 4 0 495547776 330940416 35348 33554432000 4194304 4627427 140735996841568 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 323184

[startup+12.7012 s]
/proc/loadavg: 8.18 8.17 7.68 9/184 13633
/proc/meminfo: memFree=24107124/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=334080 CPUtime=50.71 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 106270 0 0 0 5049 22 0 0 25 0 4 0 495547776 342097920 43439 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 83520 43439 389 106 0 78491 0
[pid=13628/tid=13629] ppid=13626 vsize=334080 CPUtime=12.62 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 25383 0 0 0 1258 4 0 0 25 0 4 0 495547776 342097920 43439 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=334080 CPUtime=12.68 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 26127 0 0 0 1262 6 0 0 25 0 4 0 495547776 342097920 43439 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=334080 CPUtime=12.69 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 26321 0 0 0 1264 5 0 0 25 0 4 0 495547776 342097920 43439 33554432000 4194304 4627427 140735996841568 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 334080

[startup+25.5009 s]
/proc/loadavg: 8.16 8.17 7.68 9/184 13633
/proc/meminfo: memFree=23999576/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=445628 CPUtime=101.82 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 157692 0 0 0 10148 34 0 0 25 0 4 0 495547776 456323072 74438 33554432000 4194304 4627427 140735996841568 18446744073709551615 4427418 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 111407 74438 389 106 0 106378 0
[pid=13628/tid=13629] ppid=13626 vsize=445628 CPUtime=25.35 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 31167 0 0 0 2530 5 0 0 25 0 4 0 495547776 456323072 74438 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=445628 CPUtime=25.48 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 38677 0 0 0 2539 9 0 0 25 0 4 0 495547776 456323072 74438 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=445628 CPUtime=25.49 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 40335 0 0 0 2540 9 0 0 25 0 4 0 495547776 456323072 74438 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 445628

[startup+51.1003 s]
/proc/loadavg: 8.16 8.17 7.70 9/184 13634
/proc/meminfo: memFree=23988804/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=522708 CPUtime=204.07 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 231084 0 0 0 20354 53 0 0 25 0 4 0 495547776 535252992 82521 33554432000 4194304 4627427 140735996841568 18446744073709551615 4427670 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 130677 82521 389 106 0 125648 0
[pid=13628/tid=13629] ppid=13626 vsize=522708 CPUtime=50.8 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 51683 0 0 0 5070 10 0 0 25 0 4 0 495547776 535252992 82521 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=522708 CPUtime=51.07 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 55727 0 0 0 5095 12 0 0 25 0 4 0 495547776 535252992 82521 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=522708 CPUtime=51.08 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 67371 0 0 0 5092 16 0 0 25 0 4 0 495547776 535252992 82521 33554432000 4194304 4627427 140735996841568 18446744073709551615 4302453 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 522708

[startup+102.301 s]
/proc/loadavg: 8.06 8.14 7.71 9/184 13635
/proc/meminfo: memFree=23887804/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=618984 CPUtime=408.59 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 380512 0 0 0 40768 91 0 0 25 0 4 0 495547776 633839616 96276 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 154746 96276 389 106 0 149717 0
[pid=13628/tid=13629] ppid=13626 vsize=618984 CPUtime=101.73 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 96532 0 0 0 10151 22 0 0 25 0 4 0 495547776 633839616 96276 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=618984 CPUtime=102.27 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 87695 0 0 0 10206 21 0 0 25 0 4 0 495547776 633839616 96276 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=618984 CPUtime=102.28 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 114981 0 0 0 10200 28 0 0 25 0 4 0 495547776 633839616 96276 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 618984

[startup+162.3 s]

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

[pid=13628] ppid=13626 vsize=1149732 CPUtime=2565.6 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1420810 0 0 0 256149 411 0 0 25 0 4 0 495547776 1177325568 209174 33554432000 4194304 4627427 140735996841568 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 287433 209174 389 106 0 282404 0
[pid=13628/tid=13629] ppid=13626 vsize=1149732 CPUtime=640.05 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 354925 0 0 0 63906 99 0 0 25 0 4 0 495547776 1177325568 209174 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1149732 CPUtime=641 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 372823 0 0 0 63992 108 0 0 25 0 4 0 495547776 1177325568 209174 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1149732 CPUtime=642.25 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 388508 0 0 0 64111 114 0 0 25 0 4 0 495547776 1177325568 209174 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.6
Current children cumulated vsize (KiB) 1149732

[startup+702.301 s]
/proc/loadavg: 8.22 8.14 7.89 9/184 13691
/proc/meminfo: memFree=23440744/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1166112 CPUtime=2805.26 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1515251 0 0 0 280082 444 0 0 25 0 4 0 495547776 1194098688 211631 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 291528 211631 389 106 0 286499 0
[pid=13628/tid=13629] ppid=13626 vsize=1166112 CPUtime=700.05 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 380290 0 0 0 69897 108 0 0 25 0 4 0 495547776 1194098688 211631 33554432000 4194304 4627427 140735996841568 18446744073709551615 4327897 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1166112 CPUtime=700.67 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 396135 0 0 0 69952 115 0 0 25 0 4 0 495547776 1194098688 211631 33554432000 4194304 4627427 140735996841568 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1166112 CPUtime=702.25 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 417202 0 0 0 70099 126 0 0 25 0 4 0 495547776 1194098688 211631 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.26
Current children cumulated vsize (KiB) 1166112

[startup+762.301 s]
/proc/loadavg: 8.21 8.14 7.90 9/184 13693
/proc/meminfo: memFree=23383652/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1100728 CPUtime=3044.93 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1600175 0 0 0 304016 477 0 0 25 0 4 0 495547776 1127145472 215355 33554432000 4194304 4627427 140735996841568 18446744073709551615 4330936 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 275182 215355 389 106 0 270153 0
[pid=13628/tid=13629] ppid=13626 vsize=1100728 CPUtime=760.04 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 399361 0 0 0 75890 114 0 0 25 0 4 0 495547776 1127145472 215355 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1100728 CPUtime=760.35 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 413436 0 0 0 75914 121 0 0 25 0 4 0 495547776 1127145472 215355 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1100728 CPUtime=762.24 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 443806 0 0 0 76087 137 0 0 25 0 4 0 495547776 1127145472 215355 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 1100728

[startup+822.3 s]
/proc/loadavg: 8.13 8.13 7.91 9/184 13694
/proc/meminfo: memFree=23368984/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1144804 CPUtime=3284.62 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1679631 0 0 0 327957 505 0 0 25 0 4 0 495547776 1172279296 215346 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 286201 215346 389 106 0 281172 0
[pid=13628/tid=13629] ppid=13626 vsize=1144804 CPUtime=820.05 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 410634 0 0 0 81888 117 0 0 25 0 4 0 495547776 1172279296 215347 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1144804 CPUtime=820.01 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 439753 0 0 0 81871 130 0 0 25 0 4 0 495547776 1172279296 215347 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1144804 CPUtime=822.25 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 462960 0 0 0 82080 145 0 0 25 0 4 0 495547776 1172279296 215347 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 1144804

[startup+882.301 s]
/proc/loadavg: 8.10 8.12 7.92 9/184 13696
/proc/meminfo: memFree=23378004/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1169560 CPUtime=3524.25 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1777405 0 0 0 351889 536 0 0 25 0 4 0 495547776 1197629440 213141 33554432000 4194304 4627427 140735996841568 18446744073709551615 4332291 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 292390 213141 389 106 0 287361 0
[pid=13628/tid=13629] ppid=13626 vsize=1169560 CPUtime=880.03 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 436665 0 0 0 87879 124 0 0 25 0 4 0 495547776 1197629440 213141 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1169560 CPUtime=879.68 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 465398 0 0 0 87830 138 0 0 25 0 4 0 495547776 1197629440 213141 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1169560 CPUtime=882.24 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 488829 0 0 0 88071 153 0 0 25 0 4 0 495547776 1197629440 213141 33554432000 4194304 4627427 140735996841568 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 1169560

[startup+942.307 s]
/proc/loadavg: 8.04 8.09 7.92 9/184 13697
/proc/meminfo: memFree=23272812/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1185060 CPUtime=3763.95 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1861501 0 0 0 375828 567 0 0 25 0 4 0 495547776 1213501440 220964 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 296265 220964 389 106 0 291236 0
[pid=13628/tid=13629] ppid=13626 vsize=1185060 CPUtime=940.04 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 458079 0 0 0 93871 133 0 0 25 0 4 0 495547776 1213501440 220964 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1185060 CPUtime=939.35 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 477882 0 0 0 93792 143 0 0 25 0 4 0 495547776 1213501440 220964 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1185060 CPUtime=942.24 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 513795 0 0 0 94063 161 0 0 25 0 4 0 495547776 1213501440 220964 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 1185060

[startup+1002.3 s]
/proc/loadavg: 8.01 8.07 7.92 9/184 13699
/proc/meminfo: memFree=23090972/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1296932 CPUtime=4003.59 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 1968025 0 0 0 399755 604 0 0 25 0 4 0 495547776 1328058368 253713 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 324233 253713 389 106 0 319204 0
[pid=13628/tid=13629] ppid=13626 vsize=1296932 CPUtime=1000.03 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 493556 0 0 0 99861 142 0 0 25 0 4 0 495547776 1328058368 253713 33554432000 4194304 4627427 140735996841568 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1296932 CPUtime=999.02 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 502866 0 0 0 99750 152 0 0 25 0 4 0 495547776 1328058368 253713 33554432000 4194304 4627427 140735996841568 18446744073709551615 4325084 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1296932 CPUtime=1002.23 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 538478 0 0 0 100052 171 0 0 25 0 4 0 495547776 1328058368 253713 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 1296932

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 7.92 9/184 13701
/proc/meminfo: memFree=22897876/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1509672 CPUtime=4243.26 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 2038547 0 0 0 423700 626 0 0 25 0 4 0 495547776 1545904128 291267 33554432000 4194304 4627427 140735996841568 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 377418 291267 389 106 0 372389 0
[pid=13628/tid=13629] ppid=13626 vsize=1509672 CPUtime=1060.03 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 493556 0 0 0 105861 142 0 0 25 0 4 0 495547776 1545904128 291267 33554432000 4194304 4627427 140735996841568 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1509672 CPUtime=1058.69 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 525368 0 0 0 105706 163 0 0 25 0 4 0 495547776 1545904128 291267 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1509672 CPUtime=1062.23 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 561380 0 0 0 106049 174 0 0 25 0 4 0 495547776 1545904128 291267 33554432000 4194304 4627427 140735996841568 18446744073709551615 4427700 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 1509672

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 7.92 9/184 13702
/proc/meminfo: memFree=22998528/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1497240 CPUtime=4482.93 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 2110161 0 0 0 447640 653 0 0 25 0 4 0 495547776 1533173760 277127 33554432000 4194304 4627427 140735996841568 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 374310 277127 389 106 0 369281 0
[pid=13628/tid=13629] ppid=13626 vsize=1497240 CPUtime=1120.04 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 514018 0 0 0 111853 151 0 0 25 0 4 0 495547776 1533173760 277127 33554432000 4194304 4627427 140735996841568 18446744073709551615 4507174 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1497240 CPUtime=1118.37 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 549430 0 0 0 111664 173 0 0 25 0 4 0 495547776 1533173760 277127 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1497240 CPUtime=1122.22 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 582165 0 0 0 112041 181 0 0 25 0 4 0 495547776 1533173760 277127 33554432000 4194304 4627427 140735996841568 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 1497240

[startup+1182.3 s]
/proc/loadavg: 8.00 8.03 7.92 9/184 13704
/proc/meminfo: memFree=22859840/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1578996 CPUtime=4722.59 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 2190557 0 0 0 471576 683 0 0 25 0 4 0 495547776 1616891904 297234 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 394749 297234 398 106 0 389720 0
[pid=13628/tid=13629] ppid=13626 vsize=1578996 CPUtime=1180.03 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 537353 0 0 0 117843 160 0 0 25 0 4 0 495547776 1616891904 297234 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1578996 CPUtime=1178.04 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 565681 0 0 0 117628 176 0 0 25 0 4 0 495547776 1616891904 297234 33554432000 4194304 4627427 140735996841568 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1578996 CPUtime=1182.23 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 605031 0 0 0 118032 191 0 0 25 0 4 0 495547776 1616891904 297234 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 1578996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.03 7.92 9/184 13704
/proc/meminfo: memFree=22853496/32951124 swapFree=67111524/67111528
[pid=13628] ppid=13626 vsize=1493576 CPUtime=4800.1 cores=0,2,4,6
/proc/13628/stat : 13628 (strangenight2-m) R 13626 13628 13269 0 -1 4202496 2214450 0 0 0 479318 692 0 0 25 0 4 0 495547776 1529421824 285443 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13628/statm: 373394 285443 398 106 0 368365 0
[pid=13628/tid=13629] ppid=13626 vsize=1493576 CPUtime=1199.44 cores=0,2,4,6
/proc/13628/task/13629/stat : 13629 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 541677 0 0 0 119782 162 0 0 25 0 4 0 495547776 1529421824 285443 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13628/tid=13630] ppid=13626 vsize=1493576 CPUtime=1197.34 cores=0,2,4,6
/proc/13628/task/13630/stat : 13630 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 569373 0 0 0 119557 177 0 0 25 0 4 0 495547776 1529421824 285443 33554432000 4194304 4627427 140735996841568 18446744073709551615 4332830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13628/tid=13631] ppid=13626 vsize=1493576 CPUtime=1201.63 cores=0,2,4,6
/proc/13628/task/13631/stat : 13631 (strangenight2-m) R 13626 13628 13269 0 -1 4202560 611805 0 0 0 119969 194 0 0 25 0 4 0 495547776 1529421824 285443 33554432000 4194304 4627427 140735996841568 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1493576

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.2
CPU user time (s): 4793.21
CPU system time (s): 6.98494
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 1579236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.21
system time used= 6.98494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2214457
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= 2185
involuntary context switches= 21190

runsolver used 1.9867 second user time and 4.56531 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 00:55:15
IDJOB=3173813
IDBENCH=82631
IDSOLVER=1586
FILE ID=node146/3173813-1304031315
RUNJOBID= node146-1304028687-13287
PBS_JOBID= 13170306
Free space on /tmp= 72988 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S269694958-008-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173813-1304031315/watcher-3173813-1304031315 -o /tmp/evaluation-result-3173813-1304031315/solver-3173813-1304031315 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173813-1304031315.cnf

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

MD5SUM BENCH= 320e47ec6251e96728575b0221aebaa2
RANDOM SEED=786931175

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      24304420 kB
Buffers:       1629512 kB
Cached:        5914820 kB
SwapCached:          4 kB
Active:        1728272 kB
Inactive:      6399876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24304420 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      583112 kB
Mapped:          15504 kB
Slab:           452664 kB
PageTables:       5864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   909352 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= 72984 MiB
End job on node146 at 2011-04-29 01:15:19