Trace number 3173692

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.29 1201.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
MD5SUMdfe09aa5f3a1967c08c2b336865aee78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.42448
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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-3173692-1304029989.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.41/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.10
0.41/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.41/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.41/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.41/0.81	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.81	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.41/0.81	c calculated reachability. Time: 0.00
0.41/0.81	c Calc default polars -  time:   0.00 s pos:     484 undec:      42 neg:     474
0.41/0.81	c =========================================================================================
0.41/0.81	c types(t): F = full restart, N = normal restart
0.41/0.81	c types(t): S = simplification begin/end, E = solution found
0.41/0.81	c restart types(rt): st = static, dy = dynamic
0.41/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.81	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.41/0.81	c  N dy    13      4037      1000     20000         0      4015    100000    492740     95.91    102.11
0.41/0.81	c  N dy    32      8200      1000     20000         0      5683    100000    519192     96.50    101.63
4.00/1.10	c  N dy    54     12282      1000     20000         0      5522    100000    335304     95.54    100.83
5.16/1.34	c  N dy    74     16461      1000     20000         0      9698    100000    827404     94.78    101.55
6.36/1.68	c  N dy    99     20671      1000     20000         0      8291    100000    527209     95.02    100.17
7.95/2.02	c  N dy   129     24861      1000     20000         0     12476    100000   1022759     95.44    101.41
7.95/2.04	c  F st   130     25001      1000     20000         0     12616    100000   1037658     95.37     78.74
9.55/2.45	c  N dy   136     30000      1000     20000         0     10796    100000    715610     95.37   no data
9.55/2.45	c  S st   136     30000      1000     20000         0     10796    100000    715610     95.37   no data
9.95/2.50	c  S st   136     30500      1000     20000         0     11296    100000    769149     95.37   no data
9.95/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.95/2.52	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.95/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.95/2.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.95/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.94/3.01	c lits-rem:       146  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.44 s
12.34/3.13	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
12.34/3.13	c calculated reachability. Time: 0.00
12.34/3.13	c  N dy   136     30500      1000     20000         0     11275    100000    764088     95.37   no data
13.94/3.51	c  N dy   161     34586      1000     20000         0     15351    100000   1246128     95.63    117.58
15.55/3.91	c  N dy   179     39130      1000     20000         0     12002    100000    717821     95.24    101.60
17.13/4.32	c  N dy   200     43263      1000     20000         0     16127    100000   1207089     95.40    102.98
17.93/4.58	c  S st   211     45752      1000     20000         0      9681    100000    329205     95.22     97.22
18.33/4.64	c  S st   211     46256      1000     20000         0     10185    100000    387042     95.22   no data
18.33/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.33/4.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.33/4.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.33/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.33/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.33/4.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.33/4.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.33/4.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.33/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.74/4.80	c lits-rem:        31  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.12 s
19.14/4.80	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
19.14/4.80	c vivif2 --  cl tried    10182 cl shrink        0 lits rem          0 time: 0.00
19.54/4.93	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.54/4.93	c calculated reachability. Time: 0.00
19.54/4.93	c  N dy   211     46256      1000     20000         0     10182    100000    386365     95.22   no data
20.73/5.30	c  N dy   238     50324      1000     20000         0     14245    100000    871311     95.42    112.93
22.73/5.71	c  N dy   264     54484      1000     20000         0     18402    100000   1370761     95.61    102.69
24.34/6.11	c  N dy   288     58563      1000     20000         0     12506    100000    558265     95.71    118.81
25.53/6.49	c  N dy   313     62688      1000     20000         0     16628    100000   1053815     95.86    101.56
27.52/6.92	c  N dy   339     66775      1000     20000         0     20711    100000   1534605     95.91    102.94
28.73/7.22	c  S st   358     69384      1000     20000         0     12342    100000    423371     95.95    101.06
28.73/7.28	c  S st   358     69888      1000     20000         0     12846    100000    477728     95.95   no data
28.73/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.73/7.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.73/7.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.73/7.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.73/7.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.13/7.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.13/7.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.91/7.50	c lits-rem:        29  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
29.91/7.50	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.91/7.50	c vivif2 --  cl tried    12843 cl shrink        0 lits rem          0 time: 0.01
30.31/7.65	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.31/7.65	c calculated reachability. Time: 0.00
30.31/7.65	c  N dy   358     69888      1000     20000         0     12843    100000    476989     95.95   no data
31.92/8.08	c  N dy   388     74436      1000     20000         0     17384    100000   1012997     96.00    106.64
34.31/8.65	c  N dy   411     79656      1000     20000         0     22598    100000   1633211     95.88    102.51
36.31/9.17	c  N dy   446     84820      1000     20000         0     15777    100000    723456     95.95    101.82
37.52/9.44	c  F st   465     87503      1000     20000         0     18454    100000   1045077     96.00     95.39
39.10/9.80	c  N st   470     90800      1000     20000         0     21726    100000   1469887     96.00   no data
41.50/10.45	c  N dy   495     96677      1000     20000         0     14625    100000    473417     95.98    101.06
43.90/11.05	c  N dy   530    102903      1000     20000         0     20839    100000   1200298     95.86    102.60
44.69/11.26	c  S st   540    104833      1000     20000         0     22768    100000   1425583     95.83   no data
45.09/11.33	c  S st   540    105337      1000     20000         0     23272    100000   1478895     95.83   no data
45.09/11.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.09/11.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.09/11.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.09/11.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.09/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.09/11.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.09/11.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.09/11.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.50/11.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.07/14.37	c lits-rem:       143  cl-subs:       23  v-elim:      0  v-fix:    0  time:  2.94 s
57.07/14.37	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.07/14.39	c vivif2 --  cl tried    23249 cl shrink        0 lits rem          0 time: 0.02
58.27/14.65	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.26
58.27/14.65	c calculated reachability. Time: 0.00
58.27/14.65	c  N dy   540    105337      1000     20000         0     23249    100000   1472965     95.83   no data
61.46/15.48	c  N dy   584    112089      1000     20000         0     16016    100000    528253     95.90    101.58
64.67/16.28	c  N dy   626    119513      1000     20000         0     23432    100000   1402609     95.90    101.40
68.68/17.21	c  N dy   672    127141      1000     20000         0     16071    100000    425190     95.94    101.14
72.25/18.13	c  N dy   714    135338      1000     20000         0     24260    100000   1391237     95.91    101.02
76.64/19.25	c  N dy   758    144082      1000     20000         0     17012    100000    428070     95.84    100.97
81.04/20.32	c  N dy   812    153342      1000     20000         0     26262    100000   1533653     95.90    111.88
83.44/20.94	c  S st   838    158005      1000     20000         0     30921    100000   2086002     95.89   no data
83.84/21.03	c  S st   838    158508      1000     20000         0     31424    100000   2137590     95.89   no data
83.84/21.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.84/21.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.84/21.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.84/21.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.84/21.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.84/21.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.84/21.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.84/21.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
84.24/21.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.99/28.31	c lits-rem:       258  cl-subs:       47  v-elim:      0  v-fix:    0  time:  7.15 s
112.99/28.32	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
112.99/28.34	c vivif2 --  cl tried    31377 cl shrink        0 lits rem          0 time: 0.03
114.19/28.67	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
114.19/28.67	c calculated reachability. Time: 0.00
114.19/28.67	c  N dy   838    158508      1000     20000         0     31377    100000   2126237     95.89   no data
119.39/29.96	c  N dy   889    168700      1000     20000         0     24575    100000   1211524     95.82    101.03
124.98/31.37	c  N dy   950    179508      1000     20000         0     35368    100000   2501311     95.87    101.69
130.57/32.76	c  N dy  1023    191109      1000     20000         0     28975    100000   1625512     95.90    100.99
137.36/34.46	c  N dy  1107    203457      1000     20000         0     22337    100000    738255     96.02    101.57
144.15/36.17	c  N dy  1184    216460      1000     20000         0     35318    100000   2283183     96.05    101.82
151.75/38.05	c  N dy  1265    230578      1000     20000         0     29445    100000   1465634     96.08    101.52
155.74/39.05	c  S st  1304    237762      1000     20000         0     36615    100000   2317787     96.08   no data
156.15/39.15	c  S st  1304    238267      1000     20000         0     37119    100000   2368935     96.08   no data
156.15/39.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.15/39.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
156.15/39.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
156.15/39.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.15/39.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.15/39.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
156.15/39.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
156.55/39.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
156.55/39.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.27/49.44	c lits-rem:       377  cl-subs:       62  v-elim:      0  v-fix:    0  time: 10.15 s
197.27/49.44	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
197.27/49.47	c vivif2 --  cl tried    37057 cl shrink        0 lits rem          0 time: 0.03
198.47/49.79	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
198.47/49.79	c calculated reachability. Time: 0.00
198.47/49.79	c  N dy  1304    238267      1000     20000         0     37057    100000   2353530     96.08   no data
206.86/51.86	c  N dy  1392    254016      1000     20000         0     31820    100000   1640132     96.13    102.19
216.05/54.12	c  N dy  1482    270262      1000     20000         0     26077    100000    846294     96.17    101.50
225.63/56.53	c  N dy  1574    287591      1000     20000         0     43387    100000   2897512     96.15    101.48
235.64/59.03	c  N dy  1681    306007      1000     20000         0     38804    100000   2243486     96.18    119.33
235.64/59.07	c  F st  1684    306252      1000     20000         0     39049    100000   2273000     96.18   no data
246.41/61.79	c  N dy  1755    325665      1000     20000         0     34461    100000   1616363     96.11    105.64
258.39/64.79	c  N dy  1858    345727      1000     20000         0     29527    100000    931857     96.10    102.96
265.18/66.44	c  S st  1927    357401      1000     20000         0     41192    100000   2320265     96.10     96.17
265.58/66.55	c  S st  1927    357902      1000     20000         0     41693    100000   2373346     96.10   no data
265.58/66.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.58/66.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
265.58/66.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
265.58/66.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.58/66.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.58/66.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
265.58/66.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
265.99/66.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
265.99/66.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.51/78.06	c lits-rem:       368  cl-subs:       66  v-elim:      0  v-fix:    0  time: 11.37 s
311.51/78.06	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
311.51/78.09	c vivif2 --  cl tried    41627 cl shrink        0 lits rem          0 time: 0.03
313.11/78.45	c asymm  cl-useful: 0/18521/20000 lits-rem:0 time: 0.36
313.11/78.45	c calculated reachability. Time: 0.00
313.11/78.45	c  N dy  1927    357902      1000     20000         0     41627    100000   2357660     96.10   no data
325.89/81.60	c  N dy  2041    377986      1000     20000         0     35718    100000   1547844     96.13    101.55
339.47/85.03	c  N dy  2154    398093      1000     20000         0     28829    100000    623473     96.15    101.45
352.25/88.24	c  N dy  2264    418674      1000     20000         0     49389    100000   3075672     96.16    101.92
365.04/91.42	c  N dy  2391    438801      1000     20000         0     41520    100000   2013711     96.21    101.87
379.02/94.93	c  N dy  2508    458884      1000     20000         0     32621    100000    847730     96.22    101.69
391.81/98.17	c  N dy  2622    479047      1000     20000         0     52759    100000   3248512     96.27    101.47
404.99/101.50	c  N dy  2735    499048      1000     20000         0     42778    100000   1959230     96.28    102.46
420.18/105.22	c  N dy  2853    519146      1000     20000         0     31883    100000    537270     96.28    102.35
430.95/107.96	c  S st  2952    536854      1000     20000         0     49560    100000   2627303     96.28     84.96
431.35/108.09	c  S st  2952    537354      1000     20000         0     50060    100000   2676664     96.28   no data
431.75/108.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
431.75/108.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
431.75/108.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.75/108.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.75/108.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.75/108.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
431.75/108.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.75/108.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
432.15/108.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.07/123.75	c lits-rem:       417  cl-subs:       69  v-elim:      0  v-fix:    0  time: 15.49 s
494.07/123.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
494.07/123.78	c vivif2 --  cl tried    49991 cl shrink        0 lits rem          0 time: 0.03
494.48/123.83	c asymm  cl-useful: 0/1479/20000 lits-rem:0 time: 0.04
494.48/123.83	c calculated reachability. Time: 0.00
494.48/123.83	c  N dy  2952    537354      1000     20000         0     49991    100000   2659871     96.28   no data
510.84/127.92	c  N dy  3063    557489      1000     20000         0     38140    100000   1182937     96.30    103.60
525.24/131.55	c  N dy  3170    577564      1000     20000         0     58181    100000   3572210     96.29    104.25
540.00/135.25	c  N dy  3283    597579      1000     20000         0     45224    100000   1918783     96.30    103.51
555.99/139.27	c  N dy  3395    617720      1000     20000         0     65321    100000   4307052     96.30    101.91
569.96/142.74	c  N dy  3501    637973      1000     20000         0     51603    100000   2551984     96.30    104.34
586.34/146.81	c  N dy  3609    658067      1000     20000         0     36712    100000    677671     96.31    105.25
599.53/150.20	c  N dy  3715    678178      1000     20000         0     56792    100000   3067684     96.30    102.37
616.30/154.32	c  N dy  3837    698353      1000     20000         0     40996    100000   1068972     96.33    102.28
630.70/158.00	c  N dy  3938    718581      1000     20000         0     61198    100000   3466079     96.31    102.15
647.06/162.01	c  N dy  4051    738627      1000     20000         0     44262    100000   1347046     96.31    103.44
662.23/165.88	c  N dy  4177    758690      1000     20000         0     64293    100000   3753598     96.35    104.22
679.03/170.02	c  N dy  4292    778780      1000     20000         0     46419    100000   1497070     96.36    107.55
694.59/173.93	c  N dy  4408    798820      1000     20000         0     66422    100000   3885414     96.38    103.26
701.78/175.78	c  S st  4455    806031      1000     20000         0     73624    100000   4754353     96.40     96.26
702.58/175.98	c  S st  4455    806535      1000     20000         0     74128    100000   4808182     96.40   no data
702.98/176.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
702.98/176.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
702.98/176.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
702.98/176.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
702.98/176.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
702.98/176.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
702.98/176.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
703.38/176.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
703.78/176.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
815.25/204.12	c lits-rem:       720  cl-subs:      109  v-elim:      0  v-fix:    0  time: 27.85 s
815.25/204.12	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
815.25/204.18	c vivif2 --  cl tried    74019 cl shrink        0 lits rem          0 time: 0.06
816.82/204.59	c asymm  cl-useful: 0/12704/20000 lits-rem:0 time: 0.41
816.82/204.59	c calculated reachability. Time: 0.00
816.82/204.59	c  N dy  4455    806535      1000     20000         0     74019    100000   4781923     96.40   no data
832.01/208.35	c  N dy  4565    826566      1000     20000         0     55087    100000   2422972     96.40    122.58
849.98/212.82	c  N dy  4685    846730      1000     20000         0     75227    100000   4839254     96.42    103.00
865.56/216.72	c  N dy  4797    866755      1000     20000         0     55274    100000   2321590     96.41    101.49
883.14/221.10	c  N dy  4905    886831      1000     20000         0     75309    100000   4699014     96.41    101.49
899.14/225.14	c  N dy  5003    906848      1000     20000         0     54365    100000   2110070     96.40    102.55
916.71/229.51	c  N dy  5126    926931      1000     20000         0     74407    100000   4515112     96.43    101.68
934.29/233.90	c  N dy  5244    947011      1000     20000         0     52527    100000   1767768     96.42    102.16
951.46/238.27	c  N dy  5365    967259      1000     20000         0     72749    100000   4185081     96.43    101.80
970.21/242.90	c  N dy  5481    987267      1000     20000         0     49806    100000   1350055     96.44    101.65
986.61/247.04	c  N dy  5598   1007294      1000     20000         0     69788    100000   3759301     96.47    102.74
1008.16/252.41	c  N dy  5717   1027587      1000     20000         0     46112    100000    801787     96.48    102.71
1025.34/256.76	c  N dy  5838   1047662      1000     20000         0     66163    100000   3203782     96.50    101.97
1047.71/262.31	c  N dy  5960   1067663      1000     20000         0     86140    100000   5605858     96.53    135.40
1052.93/263.67	c  F st  5988   1071875      1000     20000         0     45410    100000    600464     96.54   no data
1066.11/266.94	c  N dy  6068   1087738      1000     20000         0     61230    100000   2537981     96.56    101.95
1086.06/271.90	c  N dy  6183   1107746      1000     20000         0     81196    100000   4934788     96.57    103.19
1106.03/276.94	c  N dy  6305   1128413      1000     20000         0     55926    100000   1747721     96.60    102.67
1124.40/281.55	c  N dy  6423   1148450      1000     20000         0     75935    100000   4156890     96.62    105.19
1146.37/287.09	c  N dy  6536   1168509      1000     20000         0     49032    100000    810313     96.62    107.69
1163.55/291.39	c  N dy  6664   1188600      1000     20000         0     69088    100000   3214096     96.64    104.46
1184.74/296.62	c  N dy  6771   1208694      1000     20000         0     89147    100000   5603797     96.62    101.80
1185.92/296.95	c  S st  6780   1209803      1000     20000         0     90253    100000   5734917     96.62   no data
1186.71/297.18	c  S st  6780   1210305      1000     20000         0     90755    100000   5785650     96.62   no data
1186.71/297.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1187.11/297.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1187.11/297.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1187.11/297.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1187.11/297.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1187.11/297.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1187.11/297.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1187.51/297.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1188.31/297.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1349.70/337.92	c lits-rem:       625  cl-subs:      140  v-elim:      0  v-fix:    0  time: 40.42 s
1349.70/337.92	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1350.10/338.00	c vivif2 --  cl tried    90615 cl shrink        0 lits rem          0 time: 0.08
1351.32/338.34	c asymm  cl-useful: 0/7296/20000 lits-rem:0 time: 0.34
1351.32/338.35	c calculated reachability. Time: 0.00
1351.32/338.35	c  N dy  6780   1210305      1000     20000         0     90615    100000   5752070     96.62   no data
1369.67/342.96	c  N dy  6896   1230363      1000     20000         0     62707    100000   2333118     96.64    101.80
1389.65/347.94	c  N dy  7024   1250708      1000     20000         0     83026    100000   4767752     96.65    103.30
1410.81/353.27	c  N dy  7127   1270788      1000     20000         0     54159    100000   1202618     96.65    104.90
1428.39/357.69	c  N dy  7244   1291233      1000     20000         0     74556    100000   3642156     96.65    102.96
1450.36/363.13	c  N dy  7344   1311446      1000     20000         0     94736    100000   6045019     96.64    103.16
1468.73/367.75	c  N dy  7448   1331660      1000     20000         0     65004    100000   2379608     96.63    102.31
1488.70/372.74	c  N dy  7566   1351760      1000     20000         0     85063    100000   4791956     96.65    102.84
1511.07/378.39	c  N dy  7670   1371798      1000     20000         0     54167    100000    984626     96.64    101.97
1529.05/382.80	c  N dy  7790   1392001      1000     20000         0     74343    100000   3410279     96.65    101.87
1551.42/388.44	c  N dy  7915   1412091      1000     20000         0     94393    100000   5818677     96.67    102.30
1572.59/393.78	c  N dy  8026   1432392      1000     20000         0     62755    100000   1898879     96.67    103.84
1592.57/398.79	c  N dy  8123   1452423      1000     20000         0     82751    100000   4293310     96.66    104.85
1617.33/404.92	c  N dy  8242   1472518      1000     20000         0    102818    100000   6708124     96.67    122.07
1636.10/409.66	c  N dy  8367   1492572      1000     20000         0     69928    100000   2655515     96.70    103.09
1657.27/414.93	c  N dy  8488   1512582      1000     20000         0     89909    100000   5049940     96.71    103.18
1682.03/421.11	c  N dy  8602   1532626      1000     20000         0     56001    100000    861411     96.72    102.89
1700.01/425.61	c  N dy  8726   1552664      1000     20000         0     76012    100000   3279357     96.73    106.89
1723.18/431.45	c  N dy  8853   1572885      1000     20000         0     96198    100000   5700493     96.75    105.95
1747.55/437.53	c  N dy  8970   1593058      1000     20000         0     61436    100000   1392247     96.75    104.34
1766.73/442.31	c  N dy  9085   1613199      1000     20000         0     81541    100000   3789453     96.75    102.20
1790.29/448.20	c  N dy  9192   1633447      1000     20000         0    101748    100000   6208455     96.75    102.52
1812.67/453.84	c  N dy  9299   1653454      1000     20000         0     65816    100000   1812341     96.75    102.93
1833.83/459.12	c  N dy  9403   1673552      1000     20000         0     85878    100000   4226804     96.74    105.75
1859.79/465.65	c  N dy  9500   1693600      1000     20000         0    105895    100000   6637439     96.73    102.98
1880.16/470.70	c  S st  9601   1710307      1000     20000         0     65665    100000   1687781     96.74     90.47
1880.56/470.88	c  S st  9601   1710814      1000     20000         0     66172    100000   1741543     96.74   no data
1880.56/470.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1880.96/470.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1880.96/470.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1880.96/470.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1880.96/470.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1880.96/470.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1880.96/470.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1880.96/470.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1881.36/471.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1909.35/478.01	c lits-rem:       150  cl-subs:       38  v-elim:      0  v-fix:    0  time:  6.99 s
1909.35/478.01	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1909.35/478.04	c vivif2 --  cl tried    66134 cl shrink        0 lits rem          0 time: 0.02
1910.93/478.42	c asymm  cl-useful: 0/13826/20000 lits-rem:0 time: 0.38
1910.93/478.43	c calculated reachability. Time: 0.00
1910.93/478.43	c  N dy  9601   1710814      1000     20000         0     66134    100000   1732562     96.74   no data
1931.32/483.51	c  N dy  9718   1730894      1000     20000         0     86165    100000   4142862     96.75    102.23
1956.87/489.97	c  N dy  9835   1751155      1000     20000         0    106385    100000   6551208     96.75    103.68
1980.44/495.82	c  N dy  9954   1771198      1000     20000         0     68502    100000   1909319     96.74    105.13
2001.21/501.05	c  N dy 10065   1791274      1000     20000         0     88548    100000   4321921     96.75    102.51
2027.98/507.70	c  N dy 10195   1811429      1000     20000         0    108670    100000   6744189     96.77    101.92
2050.73/513.48	c  N dy 10313   1831442      1000     20000         0     69755    100000   1958239     96.78    102.74
2071.93/518.79	c  N dy 10441   1851527      1000     20000         0     89800    100000   4390215     96.80    105.56
2097.47/525.17	c  N dy 10545   1871620      1000     20000         0    109849    100000   6793416     96.80    107.52
2121.44/531.11	c  N dy 10661   1891856      1000     20000         0     70162    100000   1905533     96.80    102.05
2142.23/536.38	c  N dy 10785   1911880      1000     20000         0     90150    100000   4311180     96.82    110.76
2167.77/542.71	c  N dy 10898   1931950      1000     20000         0    110189    100000   6713676     96.82    102.33
2192.54/548.99	c  N dy 11019   1952151      1000     20000         0     69459    100000   1697907     96.83    103.87
2212.94/554.09	c  N dy 11129   1972180      1000     20000         0     89461    100000   4110870     96.83    102.26
2239.30/560.68	c  N dy 11254   1992333      1000     20000         0    109580    100000   6547845     96.85    102.82
2267.24/567.69	c  N dy 11370   2012434      1000     20000         0     67742    100000   1388608     96.86    104.28
2288.40/572.90	c  N dy 11485   2032482      1000     20000         0     87761    100000   3790139     96.86    102.04
2313.60/579.26	c  N dy 11601   2052553      1000     20000         0    107779    100000   6188839     96.87    102.37
2342.74/586.58	c  N dy 11720   2072635      1000     20000         0     64938    100000    941048     96.87    102.90
2362.33/591.46	c  N dy 11834   2092654      1000     20000         0     84923    100000   3340277     96.88    102.49
2387.48/597.72	c  N dy 11959   2112686      1000     20000         0    104928    100000   5743067     96.89    103.58
2417.44/605.24	c  N dy 12082   2132828      1000     20000         0    125036    100000   8153220     96.90    104.64
2439.40/610.78	c  N dy 12204   2153251      1000     20000         0     81540    100000   2828700     96.91    102.44
2463.00/616.64	c  N dy 12313   2173626      1000     20000         0    101891    100000   5257762     96.91    102.47
2491.33/623.77	c  N dy 12436   2193645      1000     20000         0    121869    100000   7665899     96.92    103.16
2512.90/629.17	c  S st 12533   2210815      1000     20000         0     74119    100000   1810934     96.92     87.31
2513.70/629.35	c  S st 12533   2211318      1000     20000         0     74622    100000   1866391     96.92   no data
2513.70/629.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2514.10/629.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2514.10/629.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2514.10/629.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2514.10/629.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2514.10/629.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2514.10/629.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2514.10/629.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2514.10/629.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2540.07/635.93	c lits-rem:       169  cl-subs:       33  v-elim:      0  v-fix:    0  time:  6.43 s
2540.07/635.93	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2540.07/635.96	c vivif2 --  cl tried    74589 cl shrink        0 lits rem          0 time: 0.03
2540.87/636.17	c asymm  cl-useful: 0/6174/20000 lits-rem:0 time: 0.22
2540.87/636.18	c calculated reachability. Time: 0.00
2540.87/636.18	c  N dy 12533   2211318      1000     20000         0     74589    100000   1858639     96.92   no data
2562.84/641.66	c  N dy 12661   2231366      1000     20000         0     94598    100000   4242410     96.93    102.70
2589.61/648.34	c  N dy 12770   2251562      1000     20000         0    114754    100000   6656522     96.93    102.70
2619.56/655.85	c  N dy 12892   2271703      1000     20000         0     68975    100000   1086001     96.95    102.64
2640.73/661.14	c  N dy 13014   2292271      1000     20000         0     89518    100000   3548534     96.95    106.44
2667.50/667.85	c  N dy 13128   2312452      1000     20000         0    109667    100000   5981039     96.95    104.35
2699.85/675.97	c  N dy 13244   2332456      1000     20000         0    129639    100000   8371532     96.96    105.60
2723.02/681.77	c  N dy 13368   2352511      1000     20000         0     82774    100000   2647775     96.97    105.03
2747.38/687.87	c  N dy 13486   2372648      1000     20000         0    102877    100000   5056792     96.98    102.18
2776.54/695.18	c  N dy 13600   2392905      1000     20000         0    123107    100000   7511793     96.99    103.78
2804.91/702.25	c  N dy 13705   2413041      1000     20000         0     75318    100000   1617083     96.98    104.07
2826.88/707.74	c  N dy 13819   2433136      1000     20000         0     95371    100000   4031932     96.98    102.85
2854.45/714.63	c  N dy 13947   2453388      1000     20000         0    115594    100000   6470665     96.99    103.18
2886.39/722.60	c  N dy 14056   2473494      1000     20000         0    135672    100000   8881277     97.00    102.13
2908.77/728.20	c  N dy 14173   2493603      1000     20000         0     86858    100000   2921904     97.00    102.83
2933.56/734.44	c  N dy 14296   2513695      1000     20000         0    106912    100000   5323341     97.01    102.37
2963.09/741.82	c  N dy 14416   2533984      1000     20000         0    127161    100000   7749060     97.01    102.72
2992.65/749.25	c  N dy 14528   2554023      1000     20000         0     77288    100000   1632814     97.01    102.57
3016.22/755.13	c  N dy 14637   2574030      1000     20000         0     97254    100000   4032574     97.02    106.03
3044.97/762.37	c  N dy 14755   2594731      1000     20000         0    117919    100000   6519125     97.02    102.50
3076.94/770.37	c  N dy 14853   2614799      1000     20000         0    137943    100000   8906377     97.02    108.33
3101.30/776.41	c  N dy 14974   2634910      1000     20000         0     87148    100000   2722084     97.02    102.54
3126.88/782.88	c  N dy 15096   2654930      1000     20000         0    107134    100000   5120635     97.03    103.99
3157.65/790.52	c  N dy 15206   2675066      1000     20000         0    127241    100000   7546781     97.04    102.19
3189.98/798.66	c  N dy 15324   2695175      1000     20000         0     75442    100000   1196500     97.05    103.20
3207.56/803.06	c  S st 15427   2711321      1000     20000         0     91553    100000   3154947     97.06   no data
3208.36/803.28	c  S st 15427   2711827      1000     20000         0     92059    100000   3208696     97.06   no data
3208.36/803.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3208.76/803.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3208.76/803.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3208.76/803.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3208.76/803.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3208.76/803.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3208.76/803.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3209.15/803.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3209.15/803.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3262.28/816.70	c lits-rem:       329  cl-subs:       57  v-elim:      0  v-fix:    0  time: 13.21 s
3262.28/816.71	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3262.28/816.75	c vivif2 --  cl tried    92002 cl shrink        0 lits rem          0 time: 0.04
3263.88/817.17	c asymm  cl-useful: 0/10798/20000 lits-rem:0 time: 0.42
3263.88/817.17	c calculated reachability. Time: 0.00
3263.88/817.17	c  N dy 15427   2711827      1000     20000         0     92002    100000   3195186     97.06   no data
3289.47/823.57	c  N dy 15531   2731948      1000     20000         0    112089    100000   5600659     97.05    102.67
3319.41/831.04	c  N dy 15638   2752012      1000     20000         0    132114    100000   8013566     97.05    102.54
3349.37/838.59	c  N dy 15749   2772083      1000     20000         0     79273    100000   1561849     97.05    104.58
3372.55/844.32	c  N dy 15866   2792254      1000     20000         0     99402    100000   3975846     97.06    102.40
3400.09/851.23	c  N dy 15986   2812307      1000     20000         0    119425    100000   6385812     97.07    102.50
3432.85/859.40	c  N dy 16101   2832398      1000     20000         0    139485    100000   8804456     97.07    115.45
3460.44/866.39	c  N dy 16225   2852578      1000     20000         0     85760    100000   2235951     97.08    104.88
3485.58/872.65	c  N dy 16333   2872610      1000     20000         0    105743    100000   4640010     97.09    103.07
3518.34/880.81	c  N dy 16447   2893222      1000     20000         0    126321    100000   7124822     97.09    105.16
3552.71/889.44	c  N dy 16555   2913445      1000     20000         0    146503    100000   9531413     97.08    106.14
3577.46/895.65	c  N dy 16664   2933506      1000     20000         0     91671    100000   2829021     97.09    102.70
3603.82/902.28	c  N dy 16783   2953518      1000     20000         0    111652    100000   5254575     97.10    110.68
3634.58/909.92	c  N dy 16891   2973643      1000     20000         0    131747    100000   7672188     97.10    103.26
3670.94/919.01	c  N dy 17011   2993717      1000     20000         0     75923    100000    816688     97.10    104.45
3692.91/924.51	c  N dy 17132   3013719      1000     20000         0     95887    100000   3219222     97.11    103.20
3720.47/931.40	c  N dy 17260   3033842      1000     20000         0    115981    100000   5665732     97.12    102.25
3752.41/939.45	c  N dy 17380   3054083      1000     20000         0    136192    100000   8094230     97.13    103.58
3787.17/948.13	c  N dy 17496   3074124      1000     20000         0     79323    100000   1111147     97.13    102.38
3809.94/953.89	c  N dy 17618   3094246      1000     20000         0     99413    100000   3543290     97.14    103.94
3839.10/961.16	c  N dy 17729   3114285      1000     20000         0    119418    100000   5942050     97.14    102.92
3873.88/969.81	c  N dy 17850   3134301      1000     20000         0    139393    100000   8346027     97.15    102.70
3911.01/979.15	c  N dy 17967   3154387      1000     20000         0     81590    100000   1277820     97.15    103.20
3936.17/985.47	c  N dy 18083   3174476      1000     20000         0    101636    100000   3699116     97.16    102.81
3968.12/993.41	c  N dy 18194   3194496      1000     20000         0    121630    100000   6104743     97.16    102.85
4001.30/1001.78	c  S st 18297   3211827      1000     20000         0    138932    100000   8185045     97.16     94.41
4002.88/1002.15	c  S st 18297   3212329      1000     20000         0    139434    100000   8237354     97.16   no data
4002.88/1002.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4003.28/1002.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4003.28/1002.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4003.28/1002.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4003.28/1002.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4003.28/1002.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4003.28/1002.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4003.68/1002.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4004.88/1002.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4255.75/1065.46	c lits-rem:       837  cl-subs:      219  v-elim:      0  v-fix:    0  time: 62.82 s
4255.75/1065.46	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4256.16/1065.57	c vivif2 --  cl tried   139215 cl shrink        0 lits rem          0 time: 0.11
4258.13/1066.05	c asymm  cl-useful: 0/6673/20000 lits-rem:0 time: 0.48
4258.13/1066.05	c calculated reachability. Time: 0.00
4258.13/1066.05	c  N dy 18297   3212329      1000     20000         0    139215    100000   8185010     97.16   no data
4294.89/1075.27	c  N dy 18412   3232336      1000     20000         0     80318    100000   1014757     97.16    102.64
4317.67/1080.98	c  N dy 18524   3252351      1000     20000         0    100296    100000   3433510     97.17    102.84
4345.62/1087.98	c  N dy 18639   3272429      1000     20000         0    120333    100000   5839941     97.17    102.45
4378.79/1096.27	c  N dy 18763   3292483      1000     20000         0    140347    100000   8264174     97.18    106.07
4418.74/1106.25	c  N dy 18884   3312613      1000     20000         0     80596    100000    934337     97.19    104.57
4443.49/1112.44	c  N dy 19010   3332762      1000     20000         0    100710    100000   3357676     97.20    102.34
4473.04/1119.88	c  N dy 19124   3352803      1000     20000         0    120711    100000   5775293     97.20    102.72
4509.40/1128.93	c  N dy 19239   3373207      1000     20000         0    141074    100000   8239947     97.21    102.76
4548.54/1138.71	c  N dy 19349   3393371      1000     20000         0    161202    100000  10666564     97.21    102.37
4572.53/1144.73	c  N dy 19451   3413407      1000     20000         0    100350    100000   3203037     97.21    110.67
4601.27/1151.90	c  N dy 19568   3433536      1000     20000         0    120454    100000   5630756     97.22    103.07
4634.42/1160.26	c  N dy 19681   3453612      1000     20000         0    140487    100000   8040504     97.22    118.14
4672.37/1169.77	c  N dy 19788   3473620      1000     20000         0    160459    100000  10440552     97.22    102.74
4699.13/1176.49	c  N dy 19907   3493721      1000     20000         0     98676    100000   2883631     97.23    103.51
4726.69/1183.32	c  N dy 20018   3513792      1000     20000         0    118720    100000   5291899     97.23    104.37
4759.05/1191.41	c  N dy 20131   3533953      1000     20000         0    138850    100000   7712902     97.23    103.07
4796.22/1200.73	c  N dy 20242   3553985      1000     20000         0    158841    100000  10135092     97.23    103.91

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173692-1304029989/watcher-3173692-1304029989 -o /tmp/evaluation-result-3173692-1304029989/solver-3173692-1304029989 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173692-1304029989.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.93 7.92 6.00 5/180 19029
/proc/meminfo: memFree=13036028/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=182284 CPUtime=0 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 457 0 0 0 0 0 0 0 25 0 4 0 514599800 186658816 387 33554432000 4194304 4627427 140734740501632 18446744073709551615 270613135255 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 45572 395 328 106 0 40543 0
[pid=19029/tid=19030] ppid=19027 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 4 0 514599800 187658240 503 33554432000 4194304 4627427 140734740501632 18446744073709551615 270613110587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 55 0 0 0 0 0 0 0 25 0 4 0 514599800 187658240 536 33554432000 4194304 4627427 140734740501632 18446744073709551615 270613110587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 4 0 514599800 187658240 567 33554432000 4194304 4627427 140734740501632 18446744073709551615 270613110587 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0283769 s]
/proc/loadavg: 7.93 7.92 6.00 5/180 19029
/proc/meminfo: memFree=13036028/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=283664 CPUtime=0.08 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 2754 0 0 0 8 0 0 0 18 0 4 0 514599800 290471936 2675 33554432000 4194304 4627427 140734740501632 18446744073709551615 270613215775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 70916 2676 363 106 0 65887 0
[pid=19029/tid=19030] ppid=19027 vsize=283664 CPUtime=0.02 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 542 0 0 0 2 0 0 0 18 0 4 0 514599800 290471936 2676 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=283664 CPUtime=0.02 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 572 0 0 0 2 0 0 0 18 0 4 0 514599800 290471936 2676 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=283664 CPUtime=0.01 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 603 0 0 0 1 0 0 0 25 0 4 0 514599800 290471936 2676 33554432000 4194304 4627427 140734740501632 18446744073709551615 270613215726 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 283664

[startup+0.110907 s]
/proc/loadavg: 7.93 7.92 6.00 5/180 19029
/proc/meminfo: memFree=13036028/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=283936 CPUtime=0.41 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 3173 0 0 0 41 0 0 0 18 0 4 0 514599800 290750464 3094 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 70984 3094 363 106 0 65955 0
[pid=19029/tid=19030] ppid=19027 vsize=283936 CPUtime=0.1 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 611 0 0 0 10 0 0 0 18 0 4 0 514599800 290750464 3094 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=283936 CPUtime=0.1 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 639 0 0 0 10 0 0 0 18 0 4 0 514599800 290750464 3094 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=283936 CPUtime=0.09 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 820 0 0 0 9 0 0 0 25 0 4 0 514599800 290750464 3094 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283936

[startup+0.487298 s]
/proc/loadavg: 7.93 7.92 6.00 5/180 19029
/proc/meminfo: memFree=13036028/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=301704 CPUtime=1.91 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 10199 0 0 0 189 2 0 0 18 0 4 0 514599800 308944896 7064 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 75426 6800 385 106 0 70397 0
[pid=19029/tid=19030] ppid=19027 vsize=301704 CPUtime=0.47 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 2743 0 0 0 46 1 0 0 18 0 4 0 514599800 308944896 6800 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=303124 CPUtime=0.47 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) D 19027 19029 18832 0 -1 4202560 2755 0 0 0 47 0 0 0 18 0 4 0 514599800 310398976 6634 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=303124 CPUtime=0.47 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) D 19027 19029 18832 0 -1 4202560 1821 0 0 0 47 0 0 0 18 0 4 0 514599800 310398976 6377 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 301704

[startup+1.01175 s]
/proc/loadavg: 7.93 7.92 6.00 5/180 19029
/proc/meminfo: memFree=13036028/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=295932 CPUtime=4 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 15578 0 0 0 398 2 0 0 19 0 4 0 514599800 303034368 7391 33554432000 4194304 4627427 140734740501632 18446744073709551615 4330946 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 73983 7391 385 106 0 68954 0
[pid=19029/tid=19030] ppid=19027 vsize=295932 CPUtime=1 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 4044 0 0 0 99 1 0 0 19 0 4 0 514599800 303034368 7391 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=295932 CPUtime=0.99 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 4015 0 0 0 99 0 0 0 19 0 4 0 514599800 303034368 7391 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=295932 CPUtime=0.99 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 3055 0 0 0 99 0 0 0 19 0 4 0 514599800 303034368 7391 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 295932

[startup+1.50067 s]
/proc/loadavg: 7.93 7.92 6.00 5/180 19029
/proc/meminfo: memFree=13036028/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=296888 CPUtime=5.96 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 20218 0 0 0 592 4 0 0 20 0 4 0 514599800 304013312 7329 33554432000 4194304 4627427 140734740501632 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 74222 7329 385 106 0 69193 0
[pid=19029/tid=19030] ppid=19027 vsize=296888 CPUtime=1.48 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 5196 0 0 0 147 1 0 0 20 0 4 0 514599800 304013312 7330 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=296888 CPUtime=1.48 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 5210 0 0 0 148 0 0 0 20 0 4 0 514599800 304013312 7330 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=296888 CPUtime=1.48 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 4173 0 0 0 148 0 0 0 20 0 4 0 514599800 304013312 7330 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296888

[startup+3.10038 s]
/proc/loadavg: 8.10 7.95 6.02 9/184 19033
/proc/meminfo: memFree=12990152/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=298240 CPUtime=12.34 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 35627 0 0 0 1227 7 0 0 24 0 4 0 514599800 305397760 12714 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 74560 12715 389 106 0 69531 0
[pid=19029/tid=19030] ppid=19027 vsize=298240 CPUtime=3.08 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 8337 0 0 0 306 2 0 0 24 0 4 0 514599800 305397760 12715 33554432000 4194304 4627427 140734740501632 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=298240 CPUtime=3.08 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 8375 0 0 0 307 1 0 0 18 0 4 0 514599800 305397760 12715 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=298240 CPUtime=3.07 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 7278 0 0 0 306 1 0 0 25 0 4 0 514599800 305397760 12715 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 298240

[startup+6.30082 s]
/proc/loadavg: 8.09 7.95 6.03 9/184 19034
/proc/meminfo: memFree=12918344/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=326536 CPUtime=25.13 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 62944 0 0 0 2501 12 0 0 25 0 4 0 514599800 334372864 29557 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 81634 29557 389 106 0 76605 0
[pid=19029/tid=19030] ppid=19027 vsize=326536 CPUtime=6.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 15300 0 0 0 625 3 0 0 25 0 4 0 514599800 334372864 29557 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=326536 CPUtime=6.28 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 15855 0 0 0 626 2 0 0 25 0 4 0 514599800 334372864 29557 33554432000 4194304 4627427 140734740501632 18446744073709551615 4522975 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=326536 CPUtime=6.25 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 14780 0 0 0 623 2 0 0 25 0 4 0 514599800 334372864 29557 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 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) 326536

[startup+12.7007 s]
/proc/loadavg: 8.08 7.95 6.04 9/184 19034
/proc/meminfo: memFree=12815032/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=344928 CPUtime=50.7 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 102850 0 0 0 5050 20 0 0 25 0 4 0 514599800 353206272 47578 33554432000 4194304 4627427 140734740501632 18446744073709551615 4428121 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 86232 47578 390 106 0 81203 0
[pid=19029/tid=19030] ppid=19027 vsize=344928 CPUtime=12.69 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 25462 0 0 0 1264 5 0 0 25 0 4 0 514599800 353206272 47578 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=344928 CPUtime=12.68 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 23818 0 0 0 1265 3 0 0 25 0 4 0 514599800 353206272 47578 33554432000 4194304 4627427 140734740501632 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=344928 CPUtime=12.62 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 24431 0 0 0 1257 5 0 0 25 0 4 0 514599800 353206272 47578 33554432000 4194304 4627427 140734740501632 18446744073709551615 4308040 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 344928

[startup+25.5004 s]
/proc/loadavg: 8.15 7.97 6.07 9/184 19034
/proc/meminfo: memFree=12781560/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=356424 CPUtime=101.81 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 151668 0 0 0 10149 32 0 0 25 0 4 0 514599800 364978176 61925 33554432000 4194304 4627427 140734740501632 18446744073709551615 4427670 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 89106 61925 389 106 0 84077 0
[pid=19029/tid=19030] ppid=19027 vsize=356424 CPUtime=25.48 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 38102 0 0 0 2540 8 0 0 25 0 4 0 514599800 364978176 61925 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=356424 CPUtime=25.43 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 33997 0 0 0 2537 6 0 0 25 0 4 0 514599800 364978176 61925 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=356424 CPUtime=25.39 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 37894 0 0 0 2532 7 0 0 25 0 4 0 514599800 364978176 61925 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 356424

[startup+51.1009 s]
/proc/loadavg: 8.10 7.97 6.12 9/184 19035
/proc/meminfo: memFree=12719752/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=439728 CPUtime=204.07 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 233210 0 0 0 20355 52 0 0 25 0 4 0 514599800 450281472 76012 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 109932 76012 389 106 0 104903 0
[pid=19029/tid=19030] ppid=19027 vsize=439728 CPUtime=51.08 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 64725 0 0 0 5092 16 0 0 25 0 4 0 514599800 450281472 76012 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=439728 CPUtime=50.89 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 48076 0 0 0 5079 10 0 0 25 0 4 0 514599800 450281472 76012 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=439728 CPUtime=50.99 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 62356 0 0 0 5087 12 0 0 25 0 4 0 514599800 450281472 76012 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 439728

[startup+102.301 s]
/proc/loadavg: 7.77 7.91 6.20 9/184 19067
/proc/meminfo: memFree=13412416/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=489940 CPUtime=408.58 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 361129 0 0 0 40772 86 0 0 25 0 4 0 514599800 501698560 77567 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 122485 77567 389 106 0 117456 0
[pid=19029/tid=19030] ppid=19027 vsize=489940 CPUtime=102.27 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 107076 0 0 0 10199 28 0 0 25 0 4 0 514599800 501698560 77567 33554432000 4194304 4627427 140734740501632 18446744073709551615 4332314 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=489940 CPUtime=101.81 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 66046 0 0 0 10166 15 0 0 25 0 4 0 514599800 501698560 77567 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=489940 CPUtime=102.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 102178 0 0 0 10197 22 0 0 25 0 4 0 514599800 501698560 77568 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 489940

[startup+162.301 s]

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

[pid=19029] ppid=19027 vsize=1125296 CPUtime=2565.63 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1301780 0 0 0 256163 400 0 0 25 0 4 0 514599800 1152303104 189305 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 281324 189305 389 106 0 276295 0
[pid=19029/tid=19030] ppid=19027 vsize=1125296 CPUtime=642.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 365610 0 0 0 64109 119 0 0 25 0 4 0 514599800 1152303104 189305 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1125296 CPUtime=638.86 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 296657 0 0 0 63794 92 0 0 25 0 4 0 514599800 1152303104 189305 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1125296 CPUtime=642.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 347073 0 0 0 64121 98 0 0 25 0 4 0 514599800 1152303104 189305 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.63
Current children cumulated vsize (KiB) 1125296

[startup+702.301 s]
/proc/loadavg: 8.07 8.05 7.08 9/184 19083
/proc/meminfo: memFree=12218288/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1047596 CPUtime=2805.31 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1377765 0 0 0 280099 432 0 0 25 0 4 0 514599800 1072738304 184725 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 261899 184726 389 106 0 256870 0
[pid=19029/tid=19030] ppid=19027 vsize=1047596 CPUtime=702.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 388688 0 0 0 70099 129 0 0 25 0 4 0 514599800 1072738304 184726 33554432000 4194304 4627427 140734740501632 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1047596 CPUtime=698.54 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 303477 0 0 0 69760 94 0 0 25 0 4 0 514599800 1072738304 184726 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1047596 CPUtime=702.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 371740 0 0 0 70110 109 0 0 25 0 4 0 514599800 1072738304 184726 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 1047596

[startup+762.301 s]
/proc/loadavg: 8.02 8.04 7.13 9/184 19085
/proc/meminfo: memFree=12247788/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1195760 CPUtime=3044.97 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1461208 0 0 0 304036 461 0 0 25 0 4 0 514599800 1224458240 191510 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 298940 191510 389 106 0 293911 0
[pid=19029/tid=19030] ppid=19027 vsize=1195760 CPUtime=762.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 410116 0 0 0 76094 134 0 0 25 0 4 0 514599800 1224458240 191510 33554432000 4194304 4627427 140734740501632 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1195760 CPUtime=758.22 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 325013 0 0 0 75719 103 0 0 25 0 4 0 514599800 1224458240 191510 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1195760 CPUtime=762.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 391636 0 0 0 76103 116 0 0 25 0 4 0 514599800 1224458240 191510 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1195760

[startup+822.3 s]
/proc/loadavg: 8.01 8.03 7.18 9/184 19086
/proc/meminfo: memFree=12248396/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1185004 CPUtime=3284.67 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1536226 0 0 0 327976 491 0 0 25 0 4 0 514599800 1213444096 192535 33554432000 4194304 4627427 140734740501632 18446744073709551615 4506933 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 296251 192535 389 106 0 291222 0
[pid=19029/tid=19030] ppid=19027 vsize=1185004 CPUtime=822.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 430279 0 0 0 82086 142 0 0 25 0 4 0 514599800 1213444096 192535 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1185004 CPUtime=817.88 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 344429 0 0 0 81677 111 0 0 25 0 4 0 514599800 1213444096 192535 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1185004 CPUtime=822.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 408799 0 0 0 82097 122 0 0 25 0 4 0 514599800 1213444096 192535 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1185004

[startup+882.301 s]
/proc/loadavg: 8.00 8.02 7.23 9/184 19088
/proc/meminfo: memFree=12208700/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1135260 CPUtime=3524.33 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1611790 0 0 0 351913 520 0 0 25 0 4 0 514599800 1162506240 189731 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 283815 189731 389 106 0 278786 0
[pid=19029/tid=19030] ppid=19027 vsize=1135260 CPUtime=882.29 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 452590 0 0 0 88078 151 0 0 25 0 4 0 514599800 1162506240 189731 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1135260 CPUtime=877.56 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 359642 0 0 0 87639 117 0 0 25 0 4 0 514599800 1162506240 189731 33554432000 4194304 4627427 140734740501632 18446744073709551615 4427670 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1135260 CPUtime=882.18 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 431064 0 0 0 88088 130 0 0 25 0 4 0 514599800 1162506240 189731 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1135260

[startup+942.307 s]
/proc/loadavg: 8.06 8.03 7.28 9/184 19090
/proc/meminfo: memFree=12123984/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1203348 CPUtime=3764.03 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1688949 0 0 0 375852 551 0 0 25 0 4 0 514599800 1232228352 203873 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 300837 203873 389 106 0 295808 0
[pid=19029/tid=19030] ppid=19027 vsize=1203348 CPUtime=942.29 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 474446 0 0 0 94071 158 0 0 25 0 4 0 514599800 1232228352 203873 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1203348 CPUtime=937.24 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 370954 0 0 0 93603 121 0 0 25 0 4 0 514599800 1232228352 203873 33554432000 4194304 4627427 140734740501632 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1203348 CPUtime=942.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 453029 0 0 0 94079 140 0 0 25 0 4 0 514599800 1232228352 203873 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1203348

[startup+1002.3 s]
/proc/loadavg: 8.07 8.04 7.33 9/184 19091
/proc/meminfo: memFree=11937096/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1336912 CPUtime=4003.68 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1784652 0 0 0 399787 581 0 0 25 0 4 0 514599800 1368997888 253519 33554432000 4194304 4627427 140734740501632 18446744073709551615 4402682 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 334228 253519 389 106 0 329199 0
[pid=19029/tid=19030] ppid=19027 vsize=1336912 CPUtime=1002.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 506187 0 0 0 100065 163 0 0 25 0 4 0 514599800 1368997888 253519 33554432000 4194304 4627427 140734740501632 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1336912 CPUtime=996.91 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 384765 0 0 0 99562 129 0 0 25 0 4 0 514599800 1368997888 253519 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1336912 CPUtime=1002.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 482545 0 0 0 100071 148 0 0 25 0 4 0 514599800 1368997888 253519 33554432000 4194304 4627427 140734740501632 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 1336912

[startup+1062.3 s]
/proc/loadavg: 8.11 8.06 7.38 9/184 19093
/proc/meminfo: memFree=11900992/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1282928 CPUtime=4243.35 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1824577 0 0 0 423734 601 0 0 25 0 4 0 514599800 1313718272 252566 33554432000 4194304 4627427 140734740501632 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 320732 252566 389 106 0 315703 0
[pid=19029/tid=19030] ppid=19027 vsize=1282928 CPUtime=1062.29 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 520667 0 0 0 106057 172 0 0 25 0 4 0 514599800 1313718272 252566 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1282928 CPUtime=1056.58 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 401789 0 0 0 105519 139 0 0 25 0 4 0 514599800 1313718272 252566 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1282928 CPUtime=1062.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 482545 0 0 0 106071 148 0 0 25 0 4 0 514599800 1313718272 252566 33554432000 4194304 4627427 140734740501632 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 1282928

[startup+1122.3 s]
/proc/loadavg: 8.19 8.09 7.43 9/184 19094
/proc/meminfo: memFree=11852612/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1365340 CPUtime=4483.03 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1898239 0 0 0 447676 627 0 0 25 0 4 0 514599800 1398108160 265440 33554432000 4194304 4627427 140734740501632 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 341335 265440 389 106 0 336306 0
[pid=19029/tid=19030] ppid=19027 vsize=1365340 CPUtime=1122.29 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 539919 0 0 0 112050 179 0 0 25 0 4 0 514599800 1398108160 265440 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1365340 CPUtime=1116.26 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 416431 0 0 0 111483 143 0 0 25 0 4 0 514599800 1398108160 265440 33554432000 4194304 4627427 140734740501632 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1365340 CPUtime=1122.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 502285 0 0 0 112063 156 0 0 25 0 4 0 514599800 1398108160 265440 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1365340

[startup+1182.3 s]
/proc/loadavg: 8.18 8.10 7.47 9/184 19096
/proc/meminfo: memFree=11586252/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1418352 CPUtime=4722.7 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1962693 0 0 0 471614 656 0 0 25 0 4 0 514599800 1452392448 258166 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 354588 258166 389 106 0 349559 0
[pid=19029/tid=19030] ppid=19027 vsize=1418352 CPUtime=1182.28 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 560936 0 0 0 118039 189 0 0 25 0 4 0 514599800 1452392448 258166 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1418352 CPUtime=1175.93 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 418460 0 0 0 117449 144 0 0 25 0 4 0 514599800 1452392448 258166 33554432000 4194304 4627427 140734740501632 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1418352 CPUtime=1182.19 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 522915 0 0 0 118054 165 0 0 25 0 4 0 514599800 1452392448 258166 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 1418352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.21 8.11 7.49 9/184 19096
/proc/meminfo: memFree=11561072/32951124 swapFree=67111528/67111528
[pid=19029] ppid=19027 vsize=1418648 CPUtime=4800.21 cores=1,3,5,7
/proc/19029/stat : 19029 (strangenight2-m) R 19027 19029 18832 0 -1 4202496 1986529 0 0 0 479357 664 0 0 25 0 4 0 514599800 1452695552 270457 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19029/statm: 354662 270457 389 106 0 349633 0
[pid=19029/tid=19030] ppid=19027 vsize=1418648 CPUtime=1201.69 cores=1,3,5,7
/proc/19029/task/19030/stat : 19030 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 568249 0 0 0 119976 193 0 0 25 0 4 0 514599800 1452695552 270457 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19029/tid=19031] ppid=19027 vsize=1418648 CPUtime=1195.23 cores=1,3,5,7
/proc/19029/task/19031/stat : 19031 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 424260 0 0 0 119377 146 0 0 25 0 4 0 514599800 1452695552 270457 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19029/tid=19032] ppid=19027 vsize=1418648 CPUtime=1201.6 cores=1,3,5,7
/proc/19029/task/19032/stat : 19032 (strangenight2-m) R 19027 19029 18832 0 -1 4202560 528212 0 0 0 119993 167 0 0 25 0 4 0 514599800 1452695552 270457 33554432000 4194304 4627427 140734740501632 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1418648

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.29
CPU user time (s): 4793.6
CPU system time (s): 6.69498
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 1418648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.6
system time used= 6.69498
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1986538
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= 2177
involuntary context switches= 30229

runsolver used 1.9517 second user time and 4.6333 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 00:33:09
IDJOB=3173692
IDBENCH=82510
IDSOLVER=1586
FILE ID=node108/3173692-1304029989
RUNJOBID= node108-1304028687-18852
PBS_JOBID= 13170344
Free space on /tmp= 72112 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173692-1304029989/watcher-3173692-1304029989 -o /tmp/evaluation-result-3173692-1304029989/solver-3173692-1304029989 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173692-1304029989.cnf

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

MD5SUM BENCH= dfe09aa5f3a1967c08c2b336865aee78
RANDOM SEED=1244507841

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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:      13036308 kB
Buffers:       2294188 kB
Cached:       16108112 kB
SwapCached:          0 kB
Active:       11109604 kB
Inactive:      8222620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13036308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:      928804 kB
Mapped:          15484 kB
Slab:           517936 kB
PageTables:       6552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1299900 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= 72108 MiB
End job on node108 at 2011-04-29 00:53:12