Trace number 3366222

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366222-1305399216.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.05/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.05/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.05/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.05/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.05/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.05/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.05/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.05/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.05/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.05/0.21	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.05/0.21	c calculated reachability. Time: 0.00
0.05/0.21	c Calc default polars -  time:   0.00 s pos:     596 undec:      65 neg:     589
0.05/0.21	c =========================================================================================
0.05/0.21	c types(t): F = full restart, N = normal restart
0.05/0.21	c types(t): S = simplification begin/end, E = solution found
0.05/0.21	c restart types(rt): st = static, dy = dynamic
0.05/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.05/0.21	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
0.05/0.50	c  N dy    17      4013      1250     25000         0      4007    125000    577376    108.63    120.24
0.58/0.82	c  N dy    44      8036      1250     25000         0      5533    125000    566745    109.63    116.55
4.34/1.17	c  N dy    70     12082      1250     25000         0      5329    125000    351301    109.79    117.69
5.94/1.51	c  N dy    94     16097      1250     25000         0      9339    125000    887637    109.00    115.16
7.16/1.88	c  N dy   120     20098      1250     25000         0      7720    125000    516897    109.82    116.53
8.73/2.25	c  N dy   145     24135      1250     25000         0     11753    125000   1066400    109.86    117.67
9.12/2.33	c  F st   150     25000      1250     25000         0     12617    125000   1178382    109.69    105.77
10.33/2.65	c  N st   155     28299      1250     25000         0      9102    125000    597650    109.69   no data
11.13/2.81	c  S st   156     30000      1250     25000         0     10799    125000    863189    109.69   no data
11.13/2.87	c  S st   156     30507      1250     25000         0     11306    125000    922009    109.69   no data
11.13/2.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.13/2.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.13/2.89	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.13/2.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.13/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.13/2.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.13/2.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.13/2.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.55/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.11/3.36	c lits-rem:       184  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.42 s
13.92/3.51	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.92/3.51	c calculated reachability. Time: 0.00
13.92/3.51	c  N dy   156     30507      1250     25000         0     11277    125000    912870    109.69   no data
15.52/3.93	c  N dy   180     34598      1250     25000         0     15361    125000   1469071    109.75    126.26
17.10/4.37	c  N dy   209     38926      1250     25000         0     11795    125000    788941    109.97    117.57
19.11/4.88	c  N dy   231     43731      1250     25000         0     16595    125000   1445896    109.81    116.52
20.32/5.12	c  S st   245     45760      1250     25000         0      9684    125000    370848    110.09   no data
20.32/5.19	c  S st   245     46264      1250     25000         0     10188    125000    431174    110.09   no data
20.32/5.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.32/5.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.32/5.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.32/5.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.32/5.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.32/5.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.32/5.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.73/5.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.73/5.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.09/5.35	c lits-rem:        17  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.12 s
21.09/5.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.09/5.36	c vivif2 --  cl tried    10186 cl shrink        0 lits rem          0 time: 0.01
21.89/5.51	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.89/5.51	c calculated reachability. Time: 0.00
21.89/5.51	c  N dy   245     46264      1250     25000         0     10186    125000    430568    110.09   no data
23.49/5.94	c  N dy   267     50419      1250     25000         0     14334    125000    993584    109.93    118.01
25.48/6.42	c  N dy   292     54783      1250     25000         0     18697    125000   1594863    109.96    116.84
27.08/6.87	c  N dy   313     58874      1250     25000         0     12820    125000    659451    109.76    115.86
29.09/7.32	c  N dy   341     62995      1250     25000         0     16939    125000   1228440    109.95    117.28
31.07/7.81	c  N dy   363     67089      1250     25000         0     21031    125000   1800880    110.03    115.87
31.87/8.09	c  S st   381     69396      1250     25000         0     12353    125000    473655    110.14   no data
32.27/8.16	c  S st   381     69900      1250     25000         0     12857    125000    528453    110.14   no data
32.27/8.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.27/8.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.27/8.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.27/8.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.27/8.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.27/8.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.27/8.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.27/8.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.67/8.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.07/8.39	c lits-rem:        18  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.18 s
33.07/8.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.07/8.40	c vivif2 --  cl tried    12855 cl shrink        0 lits rem          0 time: 0.01
33.90/8.58	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.90/8.58	c calculated reachability. Time: 0.00
33.90/8.58	c  N dy   381     69900      1250     25000         0     12855    125000    528094    110.14   no data
35.86/9.07	c  N dy   409     74405      1250     25000         0     17360    125000   1142212    110.15    117.29
38.29/9.66	c  N dy   438     79404      1250     25000         0     22354    125000   1832033    110.19    117.37
40.64/10.28	c  N dy   464     84740      1250     25000         0     15696    125000    795065    110.16    116.11
41.85/10.59	c  F st   481     87500      1250     25000         0     18454    125000   1171903    110.21   no data
43.43/10.98	c  N st   486     90801      1250     25000         0     21742    125000   1672677    110.21   no data
46.23/11.70	c  N dy   511     96667      1250     25000         0     14615    125000    521413    110.18    117.85
49.03/12.39	c  N dy   545    103013      1250     25000         0     20960    125000   1384472    110.10    116.82
50.22/12.61	c  S st   557    104850      1250     25000         0     22794    125000   1639550    110.17   no data
50.22/12.69	c  S st   557    105351      1250     25000         0     23295    125000   1695590    110.17   no data
50.62/12.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.62/12.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.62/12.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.62/12.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.62/12.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.62/12.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.62/12.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.62/12.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
50.62/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.78/16.08	c lits-rem:       132  cl-subs:       13  v-elim:      0  v-fix:    0  time:  3.28 s
63.78/16.08	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
63.78/16.10	c vivif2 --  cl tried    23282 cl shrink        0 lits rem          0 time: 0.02
65.37/16.40	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.30
65.37/16.40	c calculated reachability. Time: 0.00
65.37/16.40	c  N dy   557    105351      1250     25000         0     23282    125000   1691691    110.17   no data
68.59/17.29	c  N dy   591    112100      1250     25000         0     16040    125000    585569    110.03    116.15
72.17/18.16	c  N dy   637    119287      1250     25000         0     23219    125000   1570259    110.10    116.07
76.56/19.24	c  N dy   678    126942      1250     25000         0     15885    125000    435556    110.05    117.02
80.55/20.25	c  N dy   720    135187      1250     25000         0     24122    125000   1559755    110.00    118.69
85.34/21.48	c  N dy   777    143946      1250     25000         0     16892    125000    448138    110.05    116.29
90.12/22.66	c  N dy   837    153312      1250     25000         0     26250    125000   1736903    110.13    116.25
92.91/23.32	c  S st   870    158026      1250     25000         0     30958    125000   2389750    110.20   no data
93.31/23.42	c  S st   870    158530      1250     25000         0     31462    125000   2452172    110.20   no data
93.31/23.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.31/23.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
93.31/23.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.31/23.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.31/23.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.31/23.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.31/23.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
93.31/23.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
93.71/23.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.82/32.34	c lits-rem:       188  cl-subs:       44  v-elim:      0  v-fix:    0  time:  8.78 s
128.82/32.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
128.82/32.37	c vivif2 --  cl tried    31418 cl shrink        0 lits rem          0 time: 0.03
130.46/32.74	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.36
130.46/32.74	c calculated reachability. Time: 0.00
130.46/32.74	c  N dy   870    158530      1250     25000         0     31418    125000   2439090    110.20   no data
136.00/34.14	c  N dy   925    168709      1250     25000         0     24593    125000   1368082    110.07    118.18
141.98/35.67	c  N dy   984    179492      1250     25000         0     35368    125000   2836695    110.00    116.42
148.01/37.15	c  N dy  1047    190989      1250     25000         0     28876    125000   1814868    109.96    116.43
155.16/38.95	c  N dy  1116    203451      1250     25000         0     22340    125000    812740    110.01    116.99
162.33/40.79	c  N dy  1193    216476      1250     25000         0     35353    125000   2608519    110.09    118.16
170.71/42.80	c  N dy  1275    230487      1250     25000         0     29377    125000   1653820    110.08    116.93
175.10/43.91	c  S st  1316    237796      1250     25000         0     36675    125000   2653291    110.04    111.20
175.50/44.02	c  S st  1316    238305      1250     25000         0     37184    125000   2713548    110.04   no data
175.50/44.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
175.50/44.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
175.50/44.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.50/44.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.50/44.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.50/44.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
175.50/44.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
175.50/44.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
175.90/44.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.98/55.90	c lits-rem:       268  cl-subs:       29  v-elim:      0  v-fix:    0  time: 11.72 s
222.98/55.90	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
222.98/55.93	c vivif2 --  cl tried    37155 cl shrink        0 lits rem          0 time: 0.03
224.18/56.27	c asymm  cl-useful: 0/22986/25000 lits-rem:0 time: 0.34
224.18/56.27	c calculated reachability. Time: 0.00
224.18/56.27	c  N dy  1316    238305      1250     25000         0     37155    125000   2704997    110.04   no data
232.95/58.44	c  N dy  1405    253672      1250     25000         0     31528    125000   1815591    110.05    116.24
242.93/60.90	c  N dy  1499    269958      1250     25000         0     25819    125000    902633    110.04    116.92
253.34/63.52	c  N dy  1614    287219      1250     25000         0     43066    125000   3285443    110.18    141.11
264.07/66.24	c  N dy  1723    305700      1250     25000         0     38555    125000   2534318    110.22    118.66
264.47/66.34	c  F st  1728    306250      1250     25000         0     39104    125000   2610745    110.23   no data
276.04/69.25	c  N dy  1819    325312      1250     25000         0     34169    125000   1782766    110.26    116.76
288.81/72.48	c  N dy  1939    345454      1250     25000         0     29317    125000   1004115    110.29    118.74
296.40/74.32	c  S st  2012    357457      1250     25000         0     41313    125000   2673881    110.32   no data
296.82/74.44	c  S st  2012    357962      1250     25000         0     41818    125000   2732270    110.32   no data
296.82/74.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
296.82/74.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
296.82/74.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
296.82/74.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.82/74.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.82/74.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
296.82/74.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.23/74.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
297.23/74.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.07/87.55	c lits-rem:       257  cl-subs:       31  v-elim:      0  v-fix:    0  time: 12.96 s
349.07/87.56	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
349.07/87.59	c vivif2 --  cl tried    41787 cl shrink        0 lits rem          0 time: 0.03
349.49/87.63	c asymm  cl-useful: 0/2014/25000 lits-rem:0 time: 0.04
349.49/87.63	c calculated reachability. Time: 0.00
349.49/87.63	c  N dy  2012    357962      1250     25000         0     41787    125000   2722651    110.32   no data
363.07/91.03	c  N dy  2132    378158      1250     25000         0     35992    125000   1782051    110.36    118.18
376.99/94.53	c  N dy  2261    398188      1250     25000         0     29024    125000    697441    110.46    119.70
389.75/97.77	c  N dy  2380    418235      1250     25000         0     49054    125000   3431746    110.43    118.23
403.33/101.15	c  N dy  2498    438281      1250     25000         0     41099    125000   2226407    110.44    116.91
418.09/104.89	c  N dy  2622    458709      1250     25000         0     32534    125000    923618    110.49    116.79
431.66/108.29	c  N dy  2745    478732      1250     25000         0     52532    125000   3664825    110.50    117.24
445.62/111.79	c  N dy  2863    498775      1250     25000         0     42592    125000   2172822    110.51    116.84
461.57/115.77	c  N dy  2999    518865      1250     25000         0     31693    125000    546496    110.57    117.72
473.55/118.74	c  S st  3104    536944      1250     25000         0     49760    125000   3024126    110.55   no data
473.95/118.89	c  S st  3104    537452      1250     25000         0     50268    125000   3087212    110.55   no data
473.95/118.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
474.34/118.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
474.34/118.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
474.34/118.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
474.34/118.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
474.34/118.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
474.34/118.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
474.34/118.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
474.74/119.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
522.22/130.99	c lits-rem:       305  cl-subs:       36  v-elim:      0  v-fix:    0  time: 11.93 s
522.22/130.99	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
522.62/131.03	c vivif2 --  cl tried    50232 cl shrink        0 lits rem          0 time: 0.04
524.22/131.46	c asymm  cl-useful: 0/19302/25000 lits-rem:0 time: 0.43
524.22/131.46	c calculated reachability. Time: 0.00
524.22/131.46	c  N dy  3104    537452      1250     25000         0     50232    125000   3076401    110.55   no data
541.38/135.75	c  N dy  3220    557582      1250     25000         0     38368    125000   1321054    110.54    117.08
557.33/139.76	c  N dy  3342    577642      1250     25000         0     58410    125000   4084388    110.56    119.00
572.90/143.66	c  N dy  3456    597742      1250     25000         0     45528    125000   2185992    110.55    118.24
590.06/148.00	c  N dy  3581    617795      1250     25000         0     65560    125000   4965419    110.61    116.64
604.82/151.69	c  N dy  3690    637909      1250     25000         0     51685    125000   2889818    110.56    117.00
622.37/156.07	c  N dy  3816    658127      1250     25000         0     36916    125000    745167    110.59    116.62
636.73/159.67	c  N dy  3926    678150      1250     25000         0     56921    125000   3507863    110.58    120.62
653.89/163.93	c  N dy  4045    698369      1250     25000         0     41155    125000   1196172    110.57    116.80
669.06/167.78	c  N dy  4163    718513      1250     25000         0     61277    125000   3978158    110.60    117.80
686.21/172.02	c  N dy  4283    738602      1250     25000         0     44392    125000   1509607    110.59    118.46
702.17/176.00	c  N dy  4395    758657      1250     25000         0     64435    125000   4265161    110.58    131.22
719.32/180.30	c  N dy  4509    778778      1250     25000         0     46568    125000   1681726    110.57    117.76
736.88/184.70	c  N dy  4627    798924      1250     25000         0     66700    125000   4462343    110.59    117.07
744.07/186.58	c  S st  4670    806179      1250     25000         0     73948    125000   5453295    110.58   no data
744.91/186.78	c  S st  4670    806682      1250     25000         0     74451    125000   5508965    110.58   no data
744.91/186.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
745.26/186.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
745.26/186.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
745.26/186.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
745.26/186.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
745.26/186.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
745.26/186.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
745.66/186.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
746.06/187.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
868.15/217.61	c lits-rem:       647  cl-subs:       64  v-elim:      0  v-fix:    0  time: 30.53 s
868.15/217.61	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
868.15/217.67	c vivif2 --  cl tried    74387 cl shrink        0 lits rem          0 time: 0.06
868.95/217.86	c asymm  cl-useful: 0/5698/25000 lits-rem:0 time: 0.19
868.95/217.87	c calculated reachability. Time: 0.00
868.95/217.87	c  N dy  4670    806682      1250     25000         0     74387    125000   5489648    110.58   no data
884.94/221.81	c  N dy  4788    826776      1250     25000         0     55494    125000   2782008    110.61    140.10
902.91/226.39	c  N dy  4900    846927      1250     25000         0     75622    125000   5572000    110.61    117.89
919.63/230.52	c  N dy  5026    867018      1250     25000         0     55725    125000   2700222    110.65    116.63
938.03/235.14	c  N dy  5145    887128      1250     25000         0     75821    125000   5478618    110.66    117.59
954.74/239.33	c  N dy  5255    907137      1250     25000         0     54854    125000   2422552    110.65    121.21
973.13/243.98	c  N dy  5386    927280      1250     25000         0     74979    125000   5194578    110.68    117.18
991.04/248.41	c  N dy  5500    947359      1250     25000         0     53079    125000   2052708    110.68    119.60
1009.40/253.00	c  N dy  5623    967569      1250     25000         0     73266    125000   4828904    110.69    116.52
1028.15/257.78	c  N dy  5746    987571      1250     25000         0     50287    125000   1563992    110.72    117.28
1045.71/262.10	c  N dy  5863   1007631      1250     25000         0     70324    125000   4330448    110.73    117.47
1067.66/267.66	c  N dy  5982   1027781      1250     25000         0     46495    125000    887598    110.72    117.00
1086.02/272.25	c  N dy  6106   1047882      1250     25000         0     66583    125000   3657614    110.75    118.43
1108.78/277.99	c  N dy  6233   1067938      1250     25000         0     86627    125000   6428744    110.76    120.52
1113.58/279.19	c  F st  6254   1071875      1250     25000         0     45595    125000    643711    110.75   no data
1127.51/282.65	c  N dy  6321   1088230      1250     25000         0     61923    125000   2964764    110.76    117.12
1148.28/287.81	c  N dy  6448   1108243      1250     25000         0     81919    125000   5743928    110.78    117.23
1168.20/292.83	c  N dy  6579   1128314      1250     25000         0     56022    125000   1967857    110.82    116.83
1187.78/297.77	c  N dy  6703   1149044      1250     25000         0     76735    125000   4813858    110.81    118.28
1210.50/303.40	c  N dy  6825   1169169      1250     25000         0     49882    125000    973300    110.84    119.52
1228.05/307.89	c  N dy  6945   1189501      1250     25000         0     70205    125000   3771816    110.85    116.89
1250.00/313.34	c  N dy  7063   1209539      1250     25000         0     90234    125000   6545771    110.87    116.86
1250.40/313.48	c  S st  7065   1210025      1250     25000         0     90719    125000   6613649    110.87   no data
1251.60/313.71	c  S st  7065   1210530      1250     25000         0     91224    125000   6678878    110.87   no data
1251.60/313.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1251.60/313.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1252.00/313.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1252.00/313.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1252.00/313.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1252.00/313.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1252.00/313.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1252.00/313.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1252.79/314.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1424.78/357.18	c lits-rem:       744  cl-subs:       89  v-elim:      0  v-fix:    0  time: 43.12 s
1424.78/357.19	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1425.20/357.27	c vivif2 --  cl tried    91135 cl shrink        0 lits rem          0 time: 0.08
1427.15/357.71	c asymm  cl-useful: 0/13046/25000 lits-rem:0 time: 0.44
1427.15/357.71	c calculated reachability. Time: 0.00
1427.15/357.71	c  N dy  7065   1210530      1250     25000         0     91135    125000   6652239    110.87   no data
1445.51/362.36	c  N dy  7183   1230549      1250     25000         0     63160    125000   2676838    110.88    125.09
1465.85/367.42	c  N dy  7294   1250689      1250     25000         0     83284    125000   5461037    110.88    117.57
1487.40/372.81	c  N dy  7409   1270742      1250     25000         0     54364    125000   1327726    110.87    117.08
1505.36/377.34	c  N dy  7528   1290816      1250     25000         0     74418    125000   4104932    110.87    118.65
1527.70/382.99	c  N dy  7640   1310856      1250     25000         0     94436    125000   6849489    110.87    116.75
1546.85/387.79	c  N dy  7753   1331040      1250     25000         0     64652    125000   2625865    110.88    117.70
1567.60/392.98	c  N dy  7882   1351272      1250     25000         0     84862    125000   5432630    110.90    116.85
1590.74/398.79	c  N dy  7990   1371331      1250     25000         0     53952    125000   1017739    110.90    121.46
1608.70/403.24	c  N dy  8103   1391377      1250     25000         0     73977    125000   3768764    110.89    119.49
1631.07/408.88	c  N dy  8228   1411397      1250     25000         0     93978    125000   6551774    110.92    118.21
1653.00/414.33	c  N dy  8343   1431414      1250     25000         0     62025    125000   2010998    110.93    116.96
1673.73/419.60	c  N dy  8460   1451559      1250     25000         0     82154    125000   4795009    110.94    117.11
1699.27/425.93	c  N dy  8590   1471650      1250     25000         0    102220    125000   7585243    110.96    118.01
1718.84/430.88	c  N dy  8709   1491800      1250     25000         0     69399    125000   2903909    110.97    118.00
1740.37/436.25	c  N dy  8839   1511862      1250     25000         0     89446    125000   5701492    111.00    119.29
1765.90/442.63	c  N dy  8965   1531911      1250     25000         0     55526    125000    853967    111.02    118.62
1784.25/447.28	c  N dy  9087   1551972      1250     25000         0     75568    125000   3640898    111.03    119.17
1807.78/453.18	c  N dy  9205   1572226      1250     25000         0     95800    125000   6444511    111.04    119.12
1832.13/459.29	c  N dy  9331   1592381      1250     25000         0     60990    125000   1486520    111.06    117.70
1851.67/464.12	c  N dy  9445   1612434      1250     25000         0     81024    125000   4253242    111.06    118.37
1876.84/470.46	c  N dy  9571   1632691      1250     25000         0    101261    125000   7057722    111.07    118.79
1901.95/476.70	c  N dy  9688   1652786      1250     25000         0     65392    125000   1956465    111.08    117.49
1924.30/482.31	c  N dy  9810   1672802      1250     25000         0     85389    125000   4750276    111.10    117.88
1951.04/489.05	c  N dy  9925   1692829      1250     25000         0    105402    125000   7518177    111.10    118.27
1973.39/494.62	c  S st 10039   1710531      1250     25000         0     66141    125000   1936344    111.11    104.42
1973.80/494.79	c  S st 10039   1711038      1250     25000         0     66648    125000   2000410    111.11   no data
1974.16/494.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1974.16/494.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1974.16/494.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1974.16/494.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1974.16/494.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1974.16/494.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1974.16/494.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1974.16/494.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1974.57/494.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2010.47/503.99	c lits-rem:       140  cl-subs:       18  v-elim:      0  v-fix:    0  time:  9.04 s
2010.47/503.99	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2010.87/504.02	c vivif2 --  cl tried    66630 cl shrink        0 lits rem          0 time: 0.02
2012.07/504.36	c asymm  cl-useful: 0/11954/25000 lits-rem:0 time: 0.34
2012.07/504.36	c calculated reachability. Time: 0.00
2012.07/504.36	c  N dy 10039   1711038      1250     25000         0     66630    125000   1995153    111.11   no data
2033.23/509.67	c  N dy 10156   1731174      1250     25000         0     86755    125000   4773004    111.11    119.29
2058.76/516.09	c  N dy 10280   1751244      1250     25000         0    106804    125000   7562598    111.13    118.97
2082.70/522.01	c  N dy 10409   1771319      1250     25000         0     68917    125000   2179618    111.14    121.96
2104.25/527.44	c  N dy 10545   1791384      1250     25000         0     88967    125000   4979958    111.17    133.39
2129.78/533.90	c  N dy 10660   1811451      1250     25000         0    109024    125000   7756523    111.18    117.62
2152.92/539.68	c  N dy 10775   1831489      1250     25000         0     70088    125000   2225984    111.18    117.77
2174.47/545.00	c  N dy 10893   1851682      1250     25000         0     90264    125000   5022680    111.18    121.44
2200.40/551.57	c  N dy 11020   1871754      1250     25000         0    110323    125000   7809628    111.20    117.09
2223.99/557.48	c  N dy 11139   1891812      1250     25000         0     70409    125000   2115994    111.20    118.14
2245.51/562.88	c  N dy 11255   1911855      1250     25000         0     90439    125000   4893065    111.20    120.45
2271.43/569.31	c  N dy 11365   1931887      1250     25000         0    110455    125000   7678778    111.20    117.24
2295.36/575.34	c  N dy 11475   1951906      1250     25000         0     69503    125000   1888004    111.21    125.50
2316.90/580.77	c  N dy 11598   1972122      1250     25000         0     89698    125000   4700770    111.22    117.21
2343.23/587.35	c  N dy 11720   1992212      1250     25000         0    109771    125000   7491649    111.23    117.17
2371.17/594.30	c  N dy 11841   2012239      1250     25000         0     67833    125000   1521602    111.24    118.97
2392.31/599.61	c  N dy 11965   2032348      1250     25000         0     87925    125000   4325624    111.25    118.04
2418.24/606.11	c  N dy 12084   2052499      1250     25000         0    108063    125000   7114158    111.25    119.16
2447.39/613.44	c  N dy 12215   2072504      1250     25000         0     65103    125000   1000347    111.27    117.42
2468.52/618.73	c  N dy 12347   2092820      1250     25000         0     85404    125000   3855423    111.29    117.30
2493.66/625.07	c  N dy 12466   2112903      1250     25000         0    105469    125000   6640670    111.29    118.59
2523.58/632.52	c  N dy 12589   2133061      1250     25000         0    125612    125000   9437804    111.30    117.72
2544.72/637.89	c  N dy 12710   2153404      1250     25000         0     81999    125000   3232279    111.32    120.43
2569.47/644.04	c  N dy 12833   2173794      1250     25000         0    102382    125000   6058329    111.32    117.81
2598.60/651.31	c  N dy 12952   2193981      1250     25000         0    122554    125000   8871723    111.33    117.35
2619.33/656.59	c  S st 13052   2211038      1250     25000         0     74641    125000   2063529    111.33   no data
2620.14/656.78	c  S st 13052   2211544      1250     25000         0     75147    125000   2131078    111.33   no data
2620.14/656.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2620.54/656.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2620.54/656.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2620.54/656.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2620.54/656.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2620.54/656.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2620.54/656.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2620.54/656.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2620.93/656.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2650.86/664.49	c lits-rem:       241  cl-subs:       23  v-elim:      0  v-fix:    0  time:  7.55 s
2650.86/664.49	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2651.26/664.52	c vivif2 --  cl tried    75124 cl shrink        0 lits rem          0 time: 0.03
2652.86/664.93	c asymm  cl-useful: 0/14953/25000 lits-rem:0 time: 0.40
2652.86/664.93	c calculated reachability. Time: 0.00
2652.86/664.93	c  N dy 13052   2211544      1250     25000         0     75124    125000   2124470    111.33   no data
2676.03/670.71	c  N dy 13183   2231564      1250     25000         0     95127    125000   4911465    111.35    120.60
2703.13/677.53	c  N dy 13313   2251703      1250     25000         0    115251    125000   7699873    111.36    117.66
2733.10/685.06	c  N dy 13428   2271777      1250     25000         0     69353    125000   1195552    111.35    118.35
2755.79/690.76	c  N dy 13541   2291813      1250     25000         0     89370    125000   3958445    111.35    118.41
2784.13/697.83	c  N dy 13665   2311946      1250     25000         0    109486    125000   6759695    111.36    117.90
2814.45/705.46	c  N dy 13776   2332019      1250     25000         0    129545    125000   9541843    111.36    117.44
2838.43/711.49	c  N dy 13901   2352075      1250     25000         0     82638    125000   2930621    111.37    118.12
2863.12/717.63	c  N dy 14013   2372121      1250     25000         0    102661    125000   5692547    111.36    118.06
2891.45/724.75	c  N dy 14127   2392190      1250     25000         0    122709    125000   8464276    111.36    119.63
2919.79/731.89	c  N dy 14252   2412264      1250     25000         0     74833    125000   1713511    111.37    118.29
2942.53/737.59	c  N dy 14381   2432270      1250     25000         0     94824    125000   4508537    111.38    119.78
2969.68/744.39	c  N dy 14510   2452372      1250     25000         0    114915    125000   7326887    111.40    118.35
3001.98/752.42	c  N dy 14643   2472387      1250     25000         0    134922    125000  10126815    111.41    117.52
3025.12/758.29	c  N dy 14773   2492468      1250     25000         0     86027    125000   3143218    111.42    117.73
3050.66/764.68	c  N dy 14900   2512750      1250     25000         0    106288    125000   5957155    111.43    118.69
3080.57/772.15	c  N dy 15025   2532917      1250     25000         0    126434    125000   8776800    111.44    117.56
3110.54/779.62	c  N dy 15140   2553171      1250     25000         0     76733    125000   1718416    111.45    117.32
3134.84/785.71	c  N dy 15254   2573259      1250     25000         0     96799    125000   4523323    111.45    117.47
3163.21/792.81	c  N dy 15374   2593290      1250     25000         0    116814    125000   7327636    111.47    118.45
3195.49/800.91	c  N dy 15498   2613332      1250     25000         0    136836    125000  10129266    111.48    119.28
3222.23/807.66	c  N dy 15626   2633376      1250     25000         0     85923    125000   2871124    111.50    118.03
3247.75/814.05	c  N dy 15747   2653381      1250     25000         0    105908    125000   5640235    111.50    118.11
3277.68/821.58	c  N dy 15866   2673409      1250     25000         0    125922    125000   8417026    111.50    118.33
3310.41/829.78	c  N dy 15982   2693528      1250     25000         0     74092    125000   1089979    111.50    117.79
3329.99/834.67	c  S st 16092   2711545      1250     25000         0     92094    125000   3599979    111.51   no data
3330.74/834.89	c  S st 16092   2712051      1250     25000         0     92600    125000   3658181    111.51   no data
3331.15/834.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3331.15/834.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3331.15/834.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3331.15/834.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3331.15/834.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3331.15/834.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3331.15/834.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3331.55/835.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3331.95/835.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3389.41/849.55	c lits-rem:       328  cl-subs:       46  v-elim:      0  v-fix:    0  time: 14.42 s
3389.41/849.55	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3389.81/849.60	c vivif2 --  cl tried    92554 cl shrink        0 lits rem          0 time: 0.05
3391.02/849.99	c asymm  cl-useful: 0/10047/25000 lits-rem:0 time: 0.39
3391.02/850.00	c calculated reachability. Time: 0.00
3391.02/850.00	c  N dy 16092   2712051      1250     25000         0     92554    125000   3644489    111.51   no data
3417.36/856.59	c  N dy 16210   2732080      1250     25000         0    112558    125000   6444183    111.51    118.85
3448.08/864.25	c  N dy 16317   2752120      1250     25000         0    132582    125000   9223962    111.51    127.67
3478.80/871.97	c  N dy 16433   2772946      1250     25000         0     80453    125000   1840355    111.51    119.24
3502.71/877.99	c  N dy 16560   2793061      1250     25000         0    100549    125000   4639430    111.52    118.91
3531.05/885.06	c  N dy 16685   2813066      1250     25000         0    120540    125000   7425976    111.53    119.87
3563.37/893.12	c  N dy 16797   2833143      1250     25000         0    140600    125000  10193836    111.52    118.32
3591.70/900.20	c  N dy 16924   2853250      1250     25000         0     86760    125000   2610704    111.54    117.69
3618.43/906.97	c  N dy 17041   2873370      1250     25000         0    106861    125000   5417339    111.54    119.26
3649.15/914.61	c  N dy 17151   2893529      1250     25000         0    127009    125000   8195858    111.54    118.89
3683.86/923.32	c  N dy 17268   2913737      1250     25000         0    147203    125000  10988393    111.53    118.14
3709.00/929.61	c  N dy 17396   2934113      1250     25000         0     92619    125000   3282467    111.55    119.05
3735.34/936.23	c  N dy 17517   2954247      1250     25000         0    112740    125000   6085820    111.55    117.60
3765.25/943.79	c  N dy 17625   2974258      1250     25000         0    132726    125000   8854793    111.55    119.95
3801.15/952.74	c  N dy 17753   2994465      1250     25000         0     76984    125000    971072    111.56    118.48
3823.50/958.35	c  N dy 17869   3014603      1250     25000         0     97103    125000   3782873    111.55    118.61
3850.24/965.10	c  N dy 17979   3034688      1250     25000         0    117173    125000   6549385    111.55    117.95
3882.16/973.05	c  N dy 18085   3054921      1250     25000         0    137391    125000   9359465    111.55    117.74
3916.07/981.54	c  N dy 18205   3075128      1250     25000         0     80639    125000   1347956    111.55    118.33
3939.21/987.35	c  N dy 18319   3095262      1250     25000         0    100760    125000   4153577    111.55    118.56
3967.54/994.43	c  N dy 18432   3115798      1250     25000         0    121283    125000   6983646    111.55    117.97
4002.25/1003.17	c  N dy 18547   3135801      1250     25000         0    141255    125000   9754944    111.55    117.70
4039.76/1012.59	c  N dy 18677   3155832      1250     25000         0     83340    125000   1583903    111.56    120.60
4068.09/1019.61	c  N dy 18808   3175936      1250     25000         0    103428    125000   4372019    111.57    118.84
4101.21/1027.95	c  N dy 18930   3196006      1250     25000         0    123481    125000   7174839    111.58    117.94
4131.93/1035.65	c  S st 19031   3212051      1250     25000         0    139515    125000   9421259    111.58   no data
4133.52/1036.04	c  S st 19031   3212551      1250     25000         0    140015    125000   9477723    111.58   no data
4133.52/1036.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4133.92/1036.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4133.92/1036.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4133.92/1036.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4133.92/1036.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4133.92/1036.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4133.92/1036.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4134.32/1036.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4135.92/1036.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4419.61/1107.72	c lits-rem:       653  cl-subs:      111  v-elim:      0  v-fix:    0  time: 71.12 s
4419.61/1107.72	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4420.01/1107.84	c vivif2 --  cl tried   139904 cl shrink        0 lits rem          0 time: 0.12
4422.00/1108.32	c asymm  cl-useful: 0/9513/25000 lits-rem:0 time: 0.47
4422.00/1108.32	c calculated reachability. Time: 0.00
4422.00/1108.32	c  N dy 19031   3212551      1250     25000         0    139904    125000   9444458    111.58   no data
4457.94/1117.33	c  N dy 19151   3232607      1250     25000         0     81005    125000   1135782    111.59    128.86
4481.85/1123.35	c  N dy 19284   3252723      1250     25000         0    101109    125000   3950300    111.60    118.05
4511.37/1130.75	c  N dy 19409   3272791      1250     25000         0    121156    125000   6751424    111.60    117.50
4546.88/1139.64	c  N dy 19526   3292886      1250     25000         0    141234    125000   9558353    111.61    119.54
4586.37/1149.52	c  N dy 19645   3312912      1250     25000         0     81306    125000   1050769    111.62    117.57
4611.91/1155.99	c  N dy 19767   3332930      1250     25000         0    101310    125000   3846049    111.62    117.69
4643.44/1163.84	c  N dy 19885   3353044      1250     25000         0    121401    125000   6634378    111.62    117.57
4677.39/1172.33	c  N dy 20007   3373117      1250     25000         0    141458    125000   9459027    111.63    118.60
4716.06/1182.04	c  N dy 20135   3393252      1250     25000         0    161575    125000  12258450    111.64    118.54
4740.79/1188.20	c  N dy 20263   3413435      1250     25000         0    100803    125000   3659082    111.65    119.62
4768.32/1195.16	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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.39 7.94 7.94 1/311 7782
/proc/meminfo: memFree=27351728/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 417 0 0 0 0 0 0 0 19 0 4 0 384112913 52396032 357 33554432000 4194304 4580107 140735225155840 18446744073709551615 4284112 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 12792 361 308 95 0 7774 0
[pid=7782/tid=7783] ppid=7780 vsize=274496 CPUtime=0 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 393 0 0 0 0 0 0 0 18 0 4 0 384112913 281083904 1749 33554432000 4194304 4580107 140735225155840 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=274496 CPUtime=0 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 365 0 0 0 0 0 0 0 18 0 4 0 384112913 281083904 1753 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=274496 CPUtime=0 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 231 0 0 0 0 0 0 0 20 0 4 0 384112913 281083904 1753 33554432000 4194304 4580107 140735225155840 18446744073709551615 268660767263 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0225011 s]
/proc/loadavg: 7.39 7.94 7.94 1/311 7782
/proc/meminfo: memFree=27351728/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=284408 CPUtime=0.05 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 3116 0 0 0 5 0 0 0 18 0 4 0 384112913 291233792 3035 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 71102 3036 352 95 0 66084 0
[pid=7782/tid=7783] ppid=7780 vsize=284408 CPUtime=0.01 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 687 0 0 0 1 0 0 0 18 0 4 0 384112913 291233792 3036 33554432000 4194304 4580107 140735225155840 18446744073709551615 268660705463 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=284408 CPUtime=0.01 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 681 0 0 0 1 0 0 0 18 0 4 0 384112913 291233792 3038 33554432000 4194304 4580107 140735225155840 18446744073709551615 268660323361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=284408 CPUtime=0 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 622 0 0 0 0 0 0 0 21 0 4 0 384112913 291233792 3038 33554432000 4194304 4580107 140735225155840 18446744073709551615 268660767263 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 284408

[startup+0.153021 s]
/proc/loadavg: 7.39 7.94 7.94 1/311 7782
/proc/meminfo: memFree=27351728/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=290408 CPUtime=0.58 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 6623 0 0 0 57 1 0 0 18 0 4 0 384112913 297377792 6542 33554432000 4194304 4580107 140735225155840 18446744073709551615 268660767263 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 75688 8942 377 95 0 70670 0
[pid=7782/tid=7783] ppid=7780 vsize=302752 CPUtime=0.56 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 2977 0 0 0 55 1 0 0 18 0 4 0 384112913 310018048 8942 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=304428 CPUtime=0.56 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) D 7780 7782 7660 0 -1 4202560 3362 0 0 0 56 0 0 0 18 0 4 0 384112913 311734272 8802 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=304428 CPUtime=0.57 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) D 7780 7782 7660 0 -1 4202560 2302 0 0 0 57 0 0 0 18 0 4 0 384112913 311734272 8802 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 290408

[startup+1.09211 s]
/proc/loadavg: 7.39 7.94 7.94 1/311 7782
/proc/meminfo: memFree=27351728/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=318660 CPUtime=4.31 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 17826 0 0 0 427 4 0 0 19 0 4 0 384112913 326307840 9894 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 79665 9894 377 95 0 74647 0
[pid=7782/tid=7783] ppid=7780 vsize=318660 CPUtime=1.07 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 4614 0 0 0 106 1 0 0 19 0 4 0 384112913 326307840 9894 33554432000 4194304 4580107 140735225155840 18446744073709551615 268660705415 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=318660 CPUtime=1.07 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 4620 0 0 0 106 1 0 0 19 0 4 0 384112913 326307840 9588 33554432000 4194304 4580107 140735225155840 18446744073709551615 4484503 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=318660 CPUtime=1.07 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) D 7780 7782 7660 0 -1 4202560 3593 0 0 0 107 0 0 0 19 0 4 0 384112913 326307840 9446 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 318660

[startup+1.10031 s]
/proc/loadavg: 7.39 7.94 7.94 1/311 7782
/proc/meminfo: memFree=27351728/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=298940 CPUtime=4.34 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 17879 0 0 0 430 4 0 0 19 0 4 0 384112913 306114560 8331 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 74735 8332 377 95 0 69717 0
[pid=7782/tid=7783] ppid=7780 vsize=298940 CPUtime=1.08 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 4628 0 0 0 107 1 0 0 19 0 4 0 384112913 306114560 8332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=298940 CPUtime=1.08 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 4632 0 0 0 107 1 0 0 19 0 4 0 384112913 306114560 8332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=298940 CPUtime=1.08 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 3607 0 0 0 108 0 0 0 19 0 4 0 384112913 306114560 8332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4324343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 298940

[startup+1.50024 s]
/proc/loadavg: 7.39 7.94 7.94 1/311 7782
/proc/meminfo: memFree=27351728/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=298940 CPUtime=5.94 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 20455 0 0 0 590 4 0 0 19 0 4 0 384112913 306114560 10907 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 74735 10907 377 95 0 69717 0
[pid=7782/tid=7783] ppid=7780 vsize=298940 CPUtime=1.48 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 5280 0 0 0 147 1 0 0 19 0 4 0 384112913 306114560 10907 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=298940 CPUtime=1.48 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 5289 0 0 0 147 1 0 0 19 0 4 0 384112913 306114560 10907 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=298940 CPUtime=1.48 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 4234 0 0 0 148 0 0 0 19 0 4 0 384112913 306114560 10907 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 298940

[startup+3.10096 s]
/proc/loadavg: 7.39 7.94 7.94 9/323 7799
/proc/meminfo: memFree=27259152/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=320332 CPUtime=12.31 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 38365 0 0 0 1224 7 0 0 24 0 4 0 384112913 328019968 17254 33554432000 4194304 4580107 140735225155840 18446744073709551615 4416315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 80083 17254 379 95 0 75065 0
[pid=7782/tid=7783] ppid=7780 vsize=320332 CPUtime=3.08 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 8600 0 0 0 307 1 0 0 24 0 4 0 384112913 328019968 17254 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294743 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=320332 CPUtime=3.07 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 8653 0 0 0 306 1 0 0 24 0 4 0 384112913 328019968 17254 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=320332 CPUtime=3.06 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 7571 0 0 0 305 1 0 0 24 0 4 0 384112913 328019968 17254 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 320332

[startup+6.3124 s]
/proc/loadavg: 7.44 7.94 7.94 9/323 7799
/proc/meminfo: memFree=27129128/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=323144 CPUtime=25.13 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 69473 0 0 0 2500 13 0 0 25 0 4 0 384112913 330899456 33560 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 80786 33560 379 95 0 75768 0
[pid=7782/tid=7783] ppid=7780 vsize=323144 CPUtime=6.29 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 16313 0 0 0 626 3 0 0 25 0 4 0 384112913 330899456 33560 33554432000 4194304 4580107 140735225155840 18446744073709551615 4321270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=323144 CPUtime=6.29 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 18184 0 0 0 626 3 0 0 25 0 4 0 384112913 330899456 33560 33554432000 4194304 4580107 140735225155840 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=323144 CPUtime=6.23 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 16887 0 0 0 621 2 0 0 25 0 4 0 384112913 330899456 33560 33554432000 4194304 4580107 140735225155840 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 323144

[startup+12.7003 s]
/proc/loadavg: 7.56 7.96 7.94 9/323 7799
/proc/meminfo: memFree=27058972/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=315784 CPUtime=50.62 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 107063 0 0 0 5040 22 0 0 25 0 4 0 384112913 323362816 44353 33554432000 4194304 4580107 140735225155840 18446744073709551615 4452937 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 78946 44353 379 95 0 73928 0
[pid=7782/tid=7783] ppid=7780 vsize=315784 CPUtime=12.68 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 26973 0 0 0 1262 6 0 0 25 0 4 0 384112913 323362816 44353 33554432000 4194304 4580107 140735225155840 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=315784 CPUtime=12.67 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 26021 0 0 0 1262 5 0 0 25 0 4 0 384112913 323362816 44353 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=315784 CPUtime=12.57 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 26051 0 0 0 1252 5 0 0 25 0 4 0 384112913 323362816 44353 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 315784

[startup+25.501 s]
/proc/loadavg: 7.66 7.96 7.94 9/323 7800
/proc/meminfo: memFree=26906468/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=380544 CPUtime=101.69 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 157721 0 0 0 10135 34 0 0 25 0 4 0 384112913 389677056 71969 33554432000 4194304 4580107 140735225155840 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 95136 71970 380 95 0 90118 0
[pid=7782/tid=7783] ppid=7780 vsize=380544 CPUtime=25.48 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 34291 0 0 0 2540 8 0 0 25 0 4 0 384112913 389677056 71970 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=380544 CPUtime=25.47 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 38129 0 0 0 2540 7 0 0 25 0 4 0 384112913 389677056 71970 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=380544 CPUtime=25.24 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 40274 0 0 0 2516 8 0 0 25 0 4 0 384112913 389677056 71970 33554432000 4194304 4580107 140735225155840 18446744073709551615 4321616 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 380544

[startup+51.1005 s]
/proc/loadavg: 7.77 7.96 7.94 9/323 7800
/proc/meminfo: memFree=26822548/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=511492 CPUtime=203.83 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 238402 0 0 0 20328 55 0 0 25 0 4 0 384112913 523767808 87579 33554432000 4194304 4580107 140735225155840 18446744073709551615 4416292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 127873 87579 380 95 0 122855 0
[pid=7782/tid=7783] ppid=7780 vsize=511492 CPUtime=51.07 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 61263 0 0 0 5094 13 0 0 25 0 4 0 384112913 523767808 87579 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=511492 CPUtime=51.08 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 55094 0 0 0 5096 12 0 0 25 0 4 0 384112913 523767808 87579 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=511492 CPUtime=50.58 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 64222 0 0 0 5043 15 0 0 25 0 4 0 384112913 523767808 87579 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 511492

[startup+102.301 s]
/proc/loadavg: 7.95 7.98 7.95 9/323 7802
/proc/meminfo: memFree=26779984/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=654932 CPUtime=408.11 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 387402 0 0 0 40713 98 0 0 25 0 4 0 384112913 670650368 91159 33554432000 4194304 4580107 140735225155840 18446744073709551615 4321944 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 163733 91159 379 95 0 158715 0
[pid=7782/tid=7783] ppid=7780 vsize=654932 CPUtime=102.27 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 104024 0 0 0 10201 26 0 0 25 0 4 0 384112913 670650368 91159 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=654932 CPUtime=102.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 89186 0 0 0 10206 21 0 0 25 0 4 0 384112913 670650368 91159 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=654932 CPUtime=101.26 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 111120 0 0 0 10097 29 0 0 25 0 4 0 384112913 670650368 91159 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 654932

[startup+162.301 s]

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

[pid=7782] ppid=7780 vsize=1262008 CPUtime=2802.08 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 1526238 0 0 0 279726 482 0 0 25 0 4 0 384112913 1292296192 213270 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 315502 213270 385 95 0 310484 0
[pid=7782/tid=7783] ppid=7780 vsize=1262008 CPUtime=698.83 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 421902 0 0 0 69754 129 0 0 25 0 4 0 384112913 1292296192 213270 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1262008 CPUtime=702.28 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 406067 0 0 0 70105 123 0 0 25 0 4 0 384112913 1292296192 213270 33554432000 4194304 4580107 140735225155840 18446744073709551615 4416732 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1262008 CPUtime=698.68 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 385873 0 0 0 69742 126 0 0 25 0 4 0 384112913 1292296192 213270 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.08
Current children cumulated vsize (KiB) 1262008

[startup+762.301 s]
/proc/loadavg: 8.10 8.09 8.01 9/323 7831
/proc/meminfo: memFree=26001976/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1264908 CPUtime=3041.48 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 1612702 0 0 0 303634 514 0 0 25 0 4 0 384112913 1295265792 218827 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 316227 218827 385 95 0 311209 0
[pid=7782/tid=7783] ppid=7780 vsize=1264908 CPUtime=758.23 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 447820 0 0 0 75684 139 0 0 25 0 4 0 384112913 1295265792 218828 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1264908 CPUtime=762.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 425065 0 0 0 76098 129 0 0 25 0 4 0 384112913 1295265792 218828 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1264908 CPUtime=758.68 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 408940 0 0 0 75732 136 0 0 25 0 4 0 384112913 1295265792 218828 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 1264908

[startup+822.301 s]
/proc/loadavg: 8.09 8.08 8.01 9/323 7833
/proc/meminfo: memFree=25941664/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1281008 CPUtime=3280.88 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 1694747 0 0 0 327541 547 0 0 25 0 4 0 384112913 1311752192 229297 33554432000 4194304 4580107 140735225155840 18446744073709551615 4296101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 320252 229297 388 95 0 315234 0
[pid=7782/tid=7783] ppid=7780 vsize=1281008 CPUtime=817.64 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 466468 0 0 0 81619 145 0 0 25 0 4 0 384112913 1311752192 229297 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1281008 CPUtime=822.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 447732 0 0 0 82087 140 0 0 25 0 4 0 384112913 1311752192 229297 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1281008 CPUtime=818.68 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 427264 0 0 0 81725 143 0 0 25 0 4 0 384112913 1311752192 229297 33554432000 4194304 4580107 140735225155840 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.88
Current children cumulated vsize (KiB) 1281008

[startup+882.301 s]
/proc/loadavg: 8.12 8.10 8.01 9/323 7835
/proc/meminfo: memFree=25943224/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1241644 CPUtime=3520.27 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 1786633 0 0 0 351443 584 0 0 25 0 4 0 384112913 1271443456 224702 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 310411 224702 388 95 0 305393 0
[pid=7782/tid=7783] ppid=7780 vsize=1241644 CPUtime=877.03 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 493389 0 0 0 87549 154 0 0 25 0 4 0 384112913 1271443456 224702 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1241644 CPUtime=882.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 473299 0 0 0 88076 151 0 0 25 0 4 0 384112913 1271443456 224702 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1241644 CPUtime=878.67 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 453004 0 0 0 87714 153 0 0 25 0 4 0 384112913 1271443456 224703 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.27
Current children cumulated vsize (KiB) 1241644

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 8.01 9/323 7836
/proc/meminfo: memFree=25901400/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1285708 CPUtime=3759.7 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 1863952 0 0 0 375357 613 0 0 25 0 4 0 384112913 1316564992 225590 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 321427 225590 388 95 0 316409 0
[pid=7782/tid=7783] ppid=7780 vsize=1285708 CPUtime=936.43 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 518244 0 0 0 93479 164 0 0 25 0 4 0 384112913 1316564992 225596 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1285708 CPUtime=942.29 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 486077 0 0 0 94073 156 0 0 25 0 4 0 384112913 1316564992 225596 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1285708 CPUtime=938.68 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 474321 0 0 0 93708 160 0 0 25 0 4 0 384112913 1316564992 225596 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.7
Current children cumulated vsize (KiB) 1285708

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 8.01 9/323 7838
/proc/meminfo: memFree=25699472/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1405800 CPUtime=3999.06 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 1981336 0 0 0 399254 652 0 0 25 0 4 0 384112913 1439539200 272920 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 351450 272920 380 95 0 346432 0
[pid=7782/tid=7783] ppid=7780 vsize=1405800 CPUtime=995.82 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 571120 0 0 0 99406 176 0 0 25 0 4 0 384112913 1439539200 272920 33554432000 4194304 4580107 140735225155840 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1405800 CPUtime=1002.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 511255 0 0 0 100060 167 0 0 25 0 4 0 384112913 1439539200 272920 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1405800 CPUtime=998.67 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 495513 0 0 0 99700 167 0 0 25 0 4 0 384112913 1439539200 272920 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.06
Current children cumulated vsize (KiB) 1405800

[startup+1062.31 s]
/proc/loadavg: 8.06 8.08 8.01 9/323 7839
/proc/meminfo: memFree=25615236/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1500884 CPUtime=4238.49 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 2029691 0 0 0 423174 675 0 0 25 0 4 0 384112913 1536905216 295408 33554432000 4194304 4580107 140735225155840 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 375221 295408 380 95 0 370203 0
[pid=7782/tid=7783] ppid=7780 vsize=1500884 CPUtime=1055.21 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 571120 0 0 0 105345 176 0 0 25 0 4 0 384112913 1536905216 295408 33554432000 4194304 4580107 140735225155840 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1500884 CPUtime=1062.29 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 526919 0 0 0 106051 178 0 0 25 0 4 0 384112913 1536905216 295408 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1500884 CPUtime=1058.69 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 512734 0 0 0 105699 170 0 0 25 0 4 0 384112913 1536905216 295408 33554432000 4194304 4580107 140735225155840 18446744073709551615 4417023 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.49
Current children cumulated vsize (KiB) 1500884

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/323 7841
/proc/meminfo: memFree=25689464/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1504076 CPUtime=4477.86 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 2092667 0 0 0 447081 705 0 0 25 0 4 0 384112913 1540173824 279959 33554432000 4194304 4580107 140735225155840 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 376019 279959 380 95 0 371001 0
[pid=7782/tid=7783] ppid=7780 vsize=1504076 CPUtime=1114.61 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 592731 0 0 0 111274 187 0 0 25 0 4 0 384112913 1540173824 279959 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1504076 CPUtime=1122.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 544084 0 0 0 112040 187 0 0 25 0 4 0 384112913 1540173824 279959 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1504076 CPUtime=1118.67 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 534103 0 0 0 111688 179 0 0 25 0 4 0 384112913 1540173824 279959 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.86
Current children cumulated vsize (KiB) 1504076

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/323 7843
/proc/meminfo: memFree=25605964/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1595336 CPUtime=4717.25 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 2169588 0 0 0 470983 742 0 0 25 0 4 0 384112913 1633624064 296626 33554432000 4194304 4580107 140735225155840 18446744073709551615 4485991 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 398834 296631 380 95 0 393816 0
[pid=7782/tid=7783] ppid=7780 vsize=1595336 CPUtime=1174.01 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 615565 0 0 0 117203 198 0 0 25 0 4 0 384112913 1633624064 296633 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1595336 CPUtime=1182.27 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 554686 0 0 0 118038 189 0 0 25 0 4 0 384112913 1633624064 296636 33554432000 4194304 4580107 140735225155840 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1595336 CPUtime=1178.67 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 557091 0 0 0 117676 191 0 0 25 0 4 0 384112913 1633624064 296639 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.25
Current children cumulated vsize (KiB) 1595336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.11 s]
/proc/loadavg: 8.11 8.09 8.01 10/323 7843
/proc/meminfo: memFree=25571848/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1610176 CPUtime=4800.3 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 2200370 0 0 0 479277 753 0 0 25 0 4 0 384112913 1648820224 308328 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 402544 308328 380 95 0 397526 0
[pid=7782/tid=7783] ppid=7780 vsize=1610176 CPUtime=1194.6 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 622175 0 0 0 119260 200 0 0 25 0 4 0 384112913 1648820224 308332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1610176 CPUtime=1203.1 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 562357 0 0 0 120118 192 0 0 25 0 4 0 384112913 1648820224 308332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1610176 CPUtime=1199.49 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 564149 0 0 0 119755 194 0 0 25 0 4 0 384112913 1648820224 308332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1610176

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

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

[startup+1203.11 s]
/proc/loadavg: 8.11 8.09 8.01 10/323 7843
/proc/meminfo: memFree=25571848/32951124 swapFree=46575252/67111528
[pid=7782] ppid=7780 vsize=1610176 CPUtime=4800.3 cores=1,3,5,7
/proc/7782/stat : 7782 (strangenight2-m) R 7780 7782 7660 0 -1 4202496 2200370 0 0 0 479277 753 0 0 25 0 4 0 384112913 1648820224 308328 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7782/statm: 402544 308328 380 95 0 397526 0
[pid=7782/tid=7783] ppid=7780 vsize=1610176 CPUtime=1194.6 cores=1,3,5,7
/proc/7782/task/7783/stat : 7783 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 622175 0 0 0 119260 200 0 0 25 0 4 0 384112913 1648820224 308332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7782/tid=7784] ppid=7780 vsize=1610176 CPUtime=1203.1 cores=1,3,5,7
/proc/7782/task/7784/stat : 7784 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 562357 0 0 0 120118 192 0 0 25 0 4 0 384112913 1648820224 308332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7782/tid=7785] ppid=7780 vsize=1610176 CPUtime=1199.49 cores=1,3,5,7
/proc/7782/task/7785/stat : 7785 (strangenight2-m) R 7780 7782 7660 0 -1 4202560 564149 0 0 0 119755 194 0 0 25 0 4 0 384112913 1648820224 308332 33554432000 4194304 4580107 140735225155840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1610176

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.18
CPU time (s): 4800.4
CPU user time (s): 4792.81
CPU system time (s): 7.58685
CPU usage (%): 398.975
Max. virtual memory (cumulated for all children) (KiB): 1610176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.81
system time used= 7.58685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2200379
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= 2438
involuntary context switches= 30698

runsolver used 3.2585 second user time and 8.83066 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 20:53:36
IDJOB=3366222
IDBENCH=82631
IDSOLVER=1844
FILE ID=node107/3366222-1305399216
RUNJOBID= node107-1305398011-7679
PBS_JOBID= 13324475
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 320e47ec6251e96728575b0221aebaa2
RANDOM SEED=1492566003

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27352008 kB
Buffers:        120256 kB
Cached:         916284 kB
SwapCached:       9832 kB
Active:        5255432 kB
Inactive:        63512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27352008 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            5840 kB
Writeback:           0 kB
AnonPages:     4279700 kB
Mapped:          18944 kB
Slab:           146460 kB
PageTables:      68780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64915772 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= 73424 MiB
End job on node107 at 2011-05-14 21:13:42