Trace number 3367247

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3367247-1305390931.cnf'
0.00/0.00	c -- header says num vars:           1430
0.00/0.00	c -- header says num clauses:       87044
0.00/0.68	c -- clauses added:            0 learnts,        87044 normals,            0 xors
0.00/0.68	c -- vars added       1430
0.00/0.68	c Parsing time:  0.01 s
0.00/0.68	c  N st     0         0      1430     84675      2369         0    258924         0   no data   no data
0.00/0.68	c asymm  cl-useful: 0/13768/84675 lits-rem:0 time: 0.58
0.00/0.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  157 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
0.00/0.68	c Replacing      157 vars Replaced    39311 lits Time:     0.03 s 
2.71/0.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.71/0.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.71/0.73	c subs with bin:     3582  lits-rem:         0  v-fix:    0  time:  0.01 s
2.71/0.73	c Subs w/ non-existent bins:   3429 l-rem:      0 v-fix:     0 done:   1273 time:  0.01 s
2.71/0.73	c Removed useless bin:       0  fixed:     0  props:   0.71M  time:  0.00 s
6.34/1.61	c lits-rem:         0  cl-subs:        0  v-elim:    379  v-fix:    0  time:  0.16 s
6.34/1.61	c Finding binary XORs  T:     0.00 s  found:       0
6.34/1.61	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
6.34/1.61	c calculated reachability. Time: 0.00
6.34/1.61	c Calc default polars -  time:   0.00 s pos:     477 undec:     603 neg:     350
6.34/1.61	c =========================================================================================
6.34/1.61	c types(t): F = full restart, N = normal restart
6.34/1.61	c types(t): S = simplification begin/end, E = solution found
6.34/1.61	c restart types(rt): st = static, dy = dynamic
6.34/1.61	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.34/1.61	c  B st     0         0       894     77218      2168         0    236442         0   no data   no data
6.34/1.61	c  N dy     9      4070       894     77218      2168      3987    236442    244249     13.26     14.07
6.34/1.61	c  N dy    27      8222       894     77218      2168      8083    236442    485903     13.32     14.06
7.53/1.98	c  N dy    33     12391       894     77218      2168     12177    236442    713383     12.45     13.13
9.53/2.46	c  N dy    59     16417       894     77218      2168     16169    236442    992530     13.22     15.23
11.56/2.94	c  N dy    73     20441       894     77218      2168     10296    236442    503924     13.27     14.02
13.12/3.37	c  F st    82     25001       894     77218      2168     14788    236442    790865     13.02     12.32
13.12/3.38	c  N st    82     25001       894     77218      2168     14788    236442    790865     13.02     12.32
15.53/3.99	c  N dy    88     30000       894     77218      2168     19702    236442   1104061     13.02   no data
15.53/3.99	c  S st    88     30000       894     77218      2168     19702    236442   1104061     13.02   no data
16.30/4.10	c  S st    88     30505       894     77218      2168     20206    236442   1126654     13.02   no data
16.30/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.30/4.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.06
16.30/4.16	c blocked clauses removed:        0 vars:      0 tried:         894 T: 0.00 s
16.30/4.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.30/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.30/4.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
16.30/4.18	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
16.70/4.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
17.50/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
29.12/7.34	c lits-rem:       151  cl-subs:      176  v-elim:      0  v-fix:    0  time:  2.82 s
30.27/7.61	c asymm  cl-useful: 0/2888/77218 lits-rem:0 time: 0.27
30.27/7.62	c calculated reachability. Time: 0.00
30.27/7.62	c  N dy    88     30505       894     77218      2168     20030    236442   1117961     13.02   no data
33.08/8.37	c  N dy   108     35746       894     77218      2168     25236    236442   1486598     13.06     13.83
36.25/9.12	c  N dy   125     39816       894     77218      2168     29225    236442   1708572     13.01     16.13
39.43/9.98	c  N dy   146     45486       894     77218      2168     19528    236442    929599     13.05     13.79
39.43/9.98	c Finding binary XORs  T:     0.00 s  found:       0
39.83/10.02	c  S st   149     45759       894     77218      2235     19801    236442    949471     13.07   no data
40.23/10.11	c  S st   149     46263       894     77218      2235     20305    236442    973164     13.07   no data
40.23/10.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.23/10.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.06
40.23/10.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.23/10.18	c bin-w-bin subsume rem           67 bins  time:  0.00 s
40.23/10.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.23/10.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
40.23/10.19	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
40.63/10.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
41.43/10.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
45.03/11.38	c lits-rem:        49  cl-subs:      208  v-elim:      0  v-fix:    0  time:  0.95 s
45.03/11.39	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
45.43/11.42	c vivif2 --  cl tried    20097 cl shrink     3003 lits rem      14891 time: 0.03
46.24/11.70	c asymm  cl-useful: 0/2444/77218 lits-rem:0 time: 0.26
46.24/11.70	c calculated reachability. Time: 0.00
46.24/11.70	c  N dy   149     46263       894     77218      2168     20097    236442    952623     13.07   no data
48.61/12.29	c  N dy   165     50288       894     77218      2168     24043    236442   1210219     13.08     20.76
51.05/12.89	c  N dy   184     54322       894     77218      2168     28015    236442   1488228     13.16     16.64
55.02/13.87	c  N dy   200     61378       894     77218      2168     34985    236442   1947637     13.07     13.82
59.39/14.91	c  N dy   213     65920       894     77218      2168     20872    236442    805876     13.01     14.21
61.77/15.53	c  S st   216     69396       894     77218      2168     24207    236442    928003     12.89     10.17
62.17/15.64	c  S st   216     69897       894     77218      2168     24708    236442    949732     12.89   no data
62.17/15.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.57/15.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.06
62.57/15.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.57/15.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.57/15.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.57/15.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
62.57/15.72	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
62.57/15.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
63.36/15.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
68.17/17.14	c lits-rem:       433  cl-subs:     1116  v-elim:      0  v-fix:    0  time:  1.17 s
68.17/17.14	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
68.17/17.16	c vivif2 --  cl tried    23592 cl shrink     1634 lits rem       5950 time: 0.02
69.35/17.44	c asymm  cl-useful: 0/3782/77218 lits-rem:0 time: 0.28
69.35/17.45	c calculated reachability. Time: 0.00
69.35/17.45	c  N dy   216     69897       894     77218      2168     23592    236442    925346     12.89   no data
73.73/18.54	c  N dy   218     75408       894     77218      2168     28742    236442   1020127     12.69     13.66
78.12/19.62	c  N dy   221     81181       894     77218      2168     34186    236442   1150155     12.48     13.22
82.10/20.61	c  N dy   243     87284       894     77218      2168     40111    236442   1459292     12.51     13.19
82.10/20.66	c  F st   246     87500       894     77218      2168     40327    236442   1476489     12.51   no data
84.90/21.37	c  N dy   254     93024       894     77218      2168     25605    236442    987179     12.51     13.18
88.49/22.26	c  N dy   277     99057       894     77218      2168     31549    236442   1365140     12.49     13.17
92.48/23.25	c  S st   312    104847       894     77218      2168     37262    236442   1737203     12.59   no data
92.88/23.38	c  S st   312    105351       894     77218      2168     37765    236442   1759969     12.59   no data
92.88/23.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.28/23.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.09
93.28/23.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.28/23.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.28/23.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.28/23.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
93.28/23.49	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
93.68/23.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
95.26/23.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.39 s
113.60/28.54	c lits-rem:       113  cl-subs:     1305  v-elim:      0  v-fix:    0  time:  4.52 s
113.60/28.55	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
114.00/28.61	c vivif2 --  cl tried    36460 cl shrink     6493 lits rem      49229 time: 0.06
114.80/28.88	c asymm  cl-useful: 0/2332/77218 lits-rem:0 time: 0.27
114.80/28.88	c calculated reachability. Time: 0.00
114.80/28.88	c  N dy   312    105351       894     77218      2168     36460    236442   1692161     12.59   no data
119.99/30.17	c  N dy   328    113210       894     77218      2168     22258    236442    798613     12.49     13.21
124.38/31.20	c  N dy   360    120446       894     77218      2168     29370    236442   1247453     12.53     16.55
130.74/32.82	c  N dy   408    129773       894     77218      2168     38557    236442   1837737     12.62     13.34
139.53/35.01	c  N dy   440    139406       894     77218      2168     24704    236442    771684     12.58     13.35
145.11/36.43	c  N dy   471    148389       894     77218      2168     33362    236442   1217450     12.57     20.68
151.93/38.17	c  N dy   525    158026       894     77218      2168     42860    236442   1820933     12.65     10.53
151.93/38.17	c  S st   525    158026       894     77218      2168     42860    236442   1820933     12.65     10.53
152.68/38.31	c  S st   525    158527       894     77218      2168     43361    236442   1846692     12.65   no data
152.68/38.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
153.08/38.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.09
153.08/38.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.08/38.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.08/38.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.08/38.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
153.08/38.44	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
153.08/38.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
155.09/38.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
175.82/44.18	c lits-rem:       561  cl-subs:     2125  v-elim:      0  v-fix:    0  time:  5.21 s
175.82/44.19	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
176.22/44.26	c vivif2 --  cl tried    41236 cl shrink     6055 lits rem      36397 time: 0.06
177.42/44.50	c asymm  cl-useful: 0/1733/77218 lits-rem:0 time: 0.24
177.42/44.51	c calculated reachability. Time: 0.00
177.42/44.51	c  N dy   525    158527       894     77218      2168     41236    236442   1773196     12.65   no data
185.79/46.62	c  N dy   589    168669       894     77218      2168     26980    236442    952214     12.79     19.84
192.17/48.25	c  N dy   612    179633       894     77218      2168     37718    236442   1585977     12.70     13.40
203.73/51.10	c  N dy   648    191888       894     77218      2168     49525    236442   2127171     12.67     13.37
211.72/53.19	c  N dy   695    204151       894     77218      2168     36308    236442   1550080     12.67     13.51
223.28/56.07	c  N dy   776    217232       894     77218      2168     49191    236442   2416928     12.85     18.43
233.64/58.65	c  N dy   846    231112       894     77218      2168     36460    236442   1554555     12.99     19.41
239.68/60.12	c  S st   880    237790       894     77218      2168     43020    236442   1996662     13.05     11.02
240.02/60.29	c  S st   880    238295       894     77218      2168     43525    236442   2015268     13.05   no data
240.42/60.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
240.82/60.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.11
240.82/60.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.82/60.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.82/60.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.82/60.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
240.82/60.43	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
240.82/60.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
242.82/60.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.43 s
262.76/65.93	c lits-rem:        73  cl-subs:      434  v-elim:      0  v-fix:    0  time:  4.92 s
262.76/65.94	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
263.16/66.00	c vivif2 --  cl tried    43091 cl shrink     4621 lits rem      26288 time: 0.06
263.96/66.25	c asymm  cl-useful: 0/3279/77218 lits-rem:0 time: 0.25
263.96/66.26	c calculated reachability. Time: 0.00
263.96/66.26	c  N dy   880    238295       894     77218      2168     43091    236442   1976571     13.05   no data
278.31/69.87	c  N dy   963    254931       894     77218      2168     32003    236442   1161696     13.12     14.04
289.48/72.69	c  N dy   980    271608       894     77218      2168     48212    236442   2154226     12.96     13.69
303.03/76.05	c  N dy  1053    289317       894     77218      2168     37199    236442   1441352     13.00     13.77
315.40/79.12	c  F st  1092    306250       894     77218      2168     53660    236442   2435520     12.93      8.10
316.99/79.52	c  N st  1096    308282       894     77218      2168     55667    236442   2587085     12.93   no data
332.54/83.44	c  N dy  1176    328135       894     77218      2168     45805    236442   1939848     12.99     13.69
352.09/88.36	c  N dy  1226    348153       894     77218      2168     34937    236442   1195388     12.91     13.67
358.86/90.09	c  S st  1247    357442       894     77218      2168     43998    236442   1773310     12.90     10.68
359.66/90.26	c  S st  1247    357946       894     77218      2168     44501    236442   1798137     12.90   no data
359.66/90.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
360.06/90.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.12
360.46/90.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
360.46/90.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
360.46/90.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
360.46/90.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
360.46/90.42	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
360.46/90.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
362.08/90.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
374.42/93.96	c lits-rem:       259  cl-subs:      637  v-elim:      0  v-fix:    0  time:  3.08 s
374.42/93.96	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
374.82/94.02	c vivif2 --  cl tried    43864 cl shrink     3826 lits rem      25083 time: 0.05
376.01/94.30	c asymm  cl-useful: 0/2278/77218 lits-rem:0 time: 0.27
376.01/94.30	c calculated reachability. Time: 0.00
376.01/94.30	c  N dy  1247    357946       894     77218      2168     43864    236442   1760715     12.90   no data
395.95/99.33	c  N dy  1354    378461       894     77218      2168     32754    236442   1064746     13.00     13.71
412.31/103.42	c  N dy  1454    398481       894     77218      2168     52473    236442   2437547     13.10     19.95
429.05/107.66	c  N dy  1507    418548       894     77218      2168     39751    236442   1485907     13.08     16.46
446.61/112.03	c  N dy  1608    438604       894     77218      2168     59527    236442   2847768     13.15     20.72
463.74/116.31	c  N dy  1668    459234       894     77218      2168     46342    236442   1943537     13.12     14.01
482.49/121.07	c  N dy  1750    479843       894     77218      2168     66656    236442   3406892     13.16     13.90
501.24/125.72	c  N dy  1875    500127       894     77218      2168     52284    236442   2409064     13.28     14.08
531.95/133.48	c  N dy  1905    523908       894     77218      2168     39752    236442   1244607     13.19     13.96
541.93/135.97	c  S st  1946    536921       894     77218      2168     52433    236442   2027076     13.19   no data
542.70/136.16	c  S st  1946    537427       894     77218      2168     52938    236442   2051062     13.19   no data
542.70/136.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
543.10/136.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.12
543.10/136.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
543.10/136.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
543.50/136.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
543.50/136.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
543.50/136.31	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
543.50/136.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
545.10/136.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
563.45/141.38	c lits-rem:       529  cl-subs:     2338  v-elim:      0  v-fix:    0  time:  4.57 s
563.45/141.38	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
563.87/141.45	c vivif2 --  cl tried    50600 cl shrink     4186 lits rem      21375 time: 0.06
565.04/141.70	c asymm  cl-useful: 0/1868/77218 lits-rem:0 time: 0.25
565.04/141.71	c calculated reachability. Time: 0.00
565.04/141.71	c  N dy  1946    537427       894     77218      2168     50600    236442   1987168     13.19   no data
588.18/147.56	c  N dy  2051    558399       894     77218      2168     71309    236442   3469962     13.25     14.02
610.91/153.24	c  N dy  2135    580518       894     77218      2168     56622    236442   2295077     13.26     14.28
632.05/158.56	c  N dy  2228    600603       894     77218      2168     39276    236442   1397957     13.30     17.50
649.98/163.08	c  N dy  2315    620686       894     77218      2168     58956    236442   2694771     13.32     20.25
672.71/168.71	c  N dy  2403    640736       894     77218      2168     40525    236442   1448631     13.35     16.63
691.50/173.46	c  N dy  2474    663074       894     77218      2168     62422    236442   2864882     13.35     14.11
712.60/178.77	c  N dy  2528    683103       894     77218      2168     42852    236442   1620533     13.33     22.65
735.38/184.48	c  N dy  2598    707159       894     77218      2168     66377    236442   3143423     13.31     14.23
761.28/190.96	c  N dy  2678    730203       894     77218      2168     48786    236442   1922019     13.33     14.06
782.79/196.30	c  N dy  2767    750286       894     77218      2168     68610    236442   3369484     13.37     29.33
806.71/202.36	c  N dy  2866    770678       894     77218      2168     47360    236442   1777882     13.41     14.18
825.05/206.93	c  N dy  2943    790713       894     77218      2168     66994    236442   3040748     13.42     14.17
843.00/211.45	c  S st  2981    806140       894     77218      2168     81985    236442   3937626     13.39     13.19
844.61/211.83	c  S st  2981    806642       894     77218      2168     82486    236442   3965014     13.39   no data
844.61/211.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
845.79/212.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.26
845.79/212.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
845.79/212.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
845.79/212.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
845.79/212.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
845.79/212.13	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
845.79/212.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
849.77/213.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.89 s
890.06/223.23	c lits-rem:       229  cl-subs:     1461  v-elim:      0  v-fix:    0  time:  9.93 s
890.06/223.24	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
890.46/223.35	c vivif2 --  cl tried    81025 cl shrink     8964 lits rem      68256 time: 0.12
891.26/223.54	c asymm  cl-useful: 0/891/77218 lits-rem:0 time: 0.19
891.26/223.55	c calculated reachability. Time: 0.00
891.26/223.55	c  N dy  2981    806642       894     77218      2168     81025    236442   3863387     13.39   no data
911.99/228.77	c  N dy  3057    827167       894     77218      2168     59076    236442   2495400     13.41     14.25
939.51/235.68	c  N dy  3173    847266       894     77218      2168     78816    236442   3850284     13.46     23.21
961.45/241.19	c  N dy  3203    870284       894     77218      2168     58112    236442   2347577     13.40     14.19
982.59/246.48	c  N dy  3246    891679       894     77218      2168     79051    236442   3706865     13.37     14.13
1002.54/251.41	c  N dy  3282    911761       894     77218      2168     54624    236442   2148217     13.34     20.74
1026.04/257.31	c  N dy  3330    931763       894     77218      2168     74081    236442   3293628     13.32     14.11
1051.97/263.83	c  N dy  3381    953896       894     77218      2168     50746    236442   1798458     13.30     14.00
1075.51/269.71	c  N dy  3485    973931       894     77218      2168     70475    236442   3199031     13.33     15.13
1102.62/276.53	c  N dy  3574    994821       894     77218      2168     90987    236442   4661870     13.35     14.11
1130.93/283.67	c  N dy  3625   1019332       894     77218      2168     68915    236442   3017304     13.32     14.14
1157.26/290.24	c  N dy  3715   1039400       894     77218      2168     88579    236442   4331032     13.33     18.11
1184.76/297.16	c  N dy  3745   1066274       894     77218      2168     67574    236442   2553543     13.27     13.97
1192.34/299.03	c  F st  3765   1071876       894     77218      2168     73018    236442   2827023     13.27     10.59
1209.89/303.40	c  N dy  3808   1086370       894     77218      2168     87217    236442   3750468     13.28     14.80
1233.03/309.27	c  N dy  3877   1107354       894     77218      2168     60062    236442   2341975     13.27     14.02
1258.55/315.61	c  N dy  3956   1127811       894     77218      2168     80104    236442   3689058     13.27     14.10
1292.08/324.06	c  N dy  4055   1149795       894     77218      2168     52840    236442   1860179     13.29     14.04
1316.38/330.12	c  N dy  4099   1174377       894     77218      2168     76780    236442   3441939     13.26     13.96
1344.72/337.31	c  N dy  4147   1194799       894     77218      2168     96759    236442   4752877     13.24     13.94
1362.26/341.69	c  S st  4196   1209964       894     77218      2168     61724    236442   2336836     13.24     12.87
1363.43/341.96	c  S st  4196   1210465       894     77218      2168     62224    236442   2356433     13.24   no data
1363.43/341.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1364.22/342.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.4M T:  0.16
1364.22/342.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1364.22/342.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1364.22/342.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1364.22/342.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
1364.22/342.16	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
1364.62/342.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1366.22/342.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
1386.97/347.87	c lits-rem:       190  cl-subs:      798  v-elim:      0  v-fix:    0  time:  5.16 s
1386.97/347.88	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
1387.37/347.94	c vivif2 --  cl tried    61426 cl shrink     3236 lits rem      33339 time: 0.05
1388.17/348.17	c asymm  cl-useful: 0/2572/77218 lits-rem:0 time: 0.24
1388.17/348.18	c calculated reachability. Time: 0.00
1388.17/348.18	c  N dy  4196   1210465       894     77218      2168     61426    236442   2310176     13.24   no data
1412.08/354.17	c  N dy  4283   1231045       894     77218      2168     81488    236442   3635575     13.25     14.09
1441.99/361.69	c  N dy  4345   1251111       894     77218      2168    101173    236442   4909766     13.25     25.48
1465.92/367.67	c  N dy  4438   1271989       894     77218      2168     70889    236442   3067137     13.27     13.98
1496.63/375.33	c  N dy  4534   1292062       894     77218      2168     90555    236442   4414289     13.30     19.38
1524.15/382.28	c  N dy  4606   1312152       894     77218      2168     58319    236442   2123915     13.30     27.02
1548.87/388.44	c  N dy  4700   1332217       894     77218      2168     78065    236442   3548807     13.31     14.09
1575.20/395.09	c  N dy  4746   1352261       894     77218      2168     97546    236442   4817378     13.30     14.17
1603.53/402.20	c  N dy  4855   1372289       894     77218      2168     64319    236442   2477091     13.33     17.27
1626.64/407.94	c  N dy  4906   1394334       894     77218      2168     85778    236442   3904555     13.31     14.01
1660.56/416.42	c  N dy  4992   1415048       894     77218      2168    106089    236442   5316229     13.32     14.19
1682.08/421.82	c  N dy  5055   1435050       894     77218      2168     71790    236442   2889972     13.32     21.65
1712.39/429.48	c  N dy  5135   1458738       894     77218      2168     95049    236442   4520190     13.32     14.03
1744.33/437.49	c  N dy  5220   1479287       894     77218      2168     60393    236442   2200328     13.33     14.19
1771.00/444.10	c  N dy  5291   1501545       894     77218      2168     82203    236442   3692471     13.32     14.10
1813.28/454.73	c  N dy  5375   1524562       894     77218      2168    104534    236442   4995994     13.34     14.05
1838.80/461.17	c  N dy  5433   1544650       894     77218      2168     68414    236442   2655246     13.33     18.26
1865.93/467.93	c  N dy  5535   1564713       894     77218      2168     88117    236442   4027774     13.35     14.25
1897.45/475.82	c  N dy  5592   1585773       894     77218      2168    108583    236442   5349340     13.34     14.07
1923.35/482.37	c  N dy  5649   1606273       894     77218      2168     71961    236442   2841656     13.33     14.07
1953.66/489.93	c  N dy  5728   1626331       894     77218      2168     91553    236442   4159679     13.34     20.35
1988.75/498.70	c  N dy  5821   1646428       894     77218      2168    111256    236442   5494701     13.35     25.94
2017.87/506.07	c  N dy  5923   1668610       894     77218      2168     75323    236442   3067405     13.38     14.10
2049.77/514.05	c  N dy  6010   1691022       894     77218      2168     97206    236442   4503660     13.39     14.11
2080.87/521.82	c  S st  6081   1710468       894     77218      2168    116171    236442   5756995     13.39     12.59
2082.87/522.31	c  S st  6081   1710969       894     77218      2168    116670    236442   5784884     13.39   no data
2082.87/522.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2084.47/522.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  0.36
2084.47/522.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2084.47/522.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2084.47/522.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2084.47/522.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2084.47/522.72	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
2084.47/522.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2090.46/524.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
2177.79/546.15	c lits-rem:       351  cl-subs:     2202  v-elim:      0  v-fix:    0  time: 21.60 s
2177.79/546.16	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
2178.63/546.36	c vivif2 --  cl tried   114468 cl shrink    13340 lits rem     125624 time: 0.18
2179.77/546.62	c asymm  cl-useful: 0/1183/77218 lits-rem:0 time: 0.26
2179.77/546.63	c calculated reachability. Time: 0.00
2179.77/546.63	c  N dy  6081   1710969       894     77218      2168    114468    236442   5612799     13.39   no data
2211.68/554.66	c  N dy  6180   1733858       894     77218      2168     78220    236442   3179032     13.40     14.73
2240.04/561.74	c  N dy  6242   1754354       894     77218      2168     98256    236442   4527425     13.39     14.12
2280.66/571.97	c  N dy  6309   1775692       894     77218      2168    119135    236442   5892336     13.39     14.25
2306.98/578.57	c  N dy  6399   1796470       894     77218      2168     79964    236442   3422249     13.40     14.29
2342.49/587.45	c  N dy  6515   1816521       894     77218      2168     99720    236442   4855626     13.43     19.54
2380.42/596.99	c  N dy  6598   1836684       894     77218      2168    119445    236442   6230328     13.43     14.14
2407.89/603.84	c  N dy  6677   1857447       894     77218      2168     78969    236442   3258658     13.44     14.33
2440.99/612.10	c  N dy  6756   1877507       894     77218      2168     98591    236442   4651969     13.45     18.45
2475.29/620.71	c  N dy  6812   1897607       894     77218      2168    118198    236442   5977682     13.44     16.51
2506.40/628.58	c  N dy  6902   1917657       894     77218      2168     76145    236442   2987577     13.45     16.95
2534.31/635.53	c  N dy  6984   1937753       894     77218      2168     95875    236442   4377212     13.46     14.78
2567.82/643.98	c  N dy  7042   1958222       894     77218      2168    115849    236442   5718059     13.46     14.25
2599.33/651.86	c  N dy  7096   1978253       894     77218      2168     72827    236442   2859518     13.45     14.18
2627.22/658.89	c  N dy  7156   1998275       894     77218      2168     92402    236442   4145378     13.45     14.25
2664.32/668.18	c  N dy  7263   2018311       894     77218      2168    112070    236442   5558150     13.46     14.28
2705.39/678.41	c  N dy  7374   2038643       894     77218      2168     68364    236442   2406687     13.48     14.23
2738.90/686.81	c  N dy  7471   2065124       894     77218      2168     94196    236442   4136311     13.48     14.52
2775.58/696.09	c  N dy  7531   2085143       894     77218      2168    113714    236442   5451507     13.48     25.18
2812.67/705.39	c  N dy  7567   2105624       894     77218      2168     69102    236442   2478696     13.46     14.18
2840.61/712.40	c  N dy  7658   2126271       894     77218      2168     89363    236442   3943060     13.47     14.36
2876.48/721.37	c  N dy  7757   2146332       894     77218      2168    109065    236442   5382779     13.49     14.20
2924.74/733.42	c  N dy  7813   2168562       894     77218      2168    130645    236442   6705103     13.48     14.41
2952.65/740.40	c  N dy  7879   2190090       894     77218      2168     86165    236442   3506002     13.48     14.49
2988.15/749.30	c  N dy  7980   2210415       894     77218      2168    106067    236442   4912168     13.49     14.30
2989.35/749.62	c  S st  7986   2210969       894     77218      2168    106616    236442   4952463     13.49   no data
2991.34/750.17	c  S st  7986   2211472       894     77218      2168    107118    236442   4978163     13.49   no data
2991.34/750.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2992.93/750.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.6M T:  0.40
2992.93/750.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2992.93/750.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2993.33/750.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2993.33/750.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
2993.33/750.61	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
2993.33/750.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2998.12/751.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.10 s
3059.96/767.34	c lits-rem:       277  cl-subs:     1504  v-elim:      0  v-fix:    0  time: 15.26 s
3059.96/767.35	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
3060.73/767.50	c vivif2 --  cl tried   105614 cl shrink     9054 lits rem      80709 time: 0.15
3061.53/767.75	c asymm  cl-useful: 0/1148/77218 lits-rem:0 time: 0.25
3061.53/767.76	c calculated reachability. Time: 0.00
3061.53/767.76	c  N dy  7986   2211472       894     77218      2168    105614    236442   4867625     13.49   no data
3095.82/776.36	c  N dy  8039   2231548       894     77218      2168    125082    236442   6194849     13.49     14.24
3128.13/784.41	c  N dy  8100   2251637       894     77218      2168     78365    236442   3035216     13.48     14.33
3161.27/792.73	c  N dy  8139   2272644       894     77218      2168     98648    236442   4241816     13.47     14.28
3205.50/803.86	c  N dy  8247   2294347       894     77218      2168    119842    236442   5751935     13.48     14.21
3246.97/814.24	c  N dy  8353   2314442       894     77218      2168     72253    236442   2617045     13.51     18.10
3278.48/822.15	c  N dy  8441   2335661       894     77218      2168     92816    236442   3919144     13.51     14.31
3327.14/834.34	c  N dy  8538   2364582       894     77218      2168    120974    236442   5798225     13.51     14.25
3365.81/844.03	c  N dy  8614   2384624       894     77218      2168     72373    236442   2584817     13.51     20.04
3392.13/850.60	c  N dy  8671   2404833       894     77218      2168     92046    236442   3913498     13.51     14.37
3424.06/858.69	c  N dy  8728   2424904       894     77218      2168    111554    236442   5140951     13.50     20.04
3464.32/868.79	c  N dy  8799   2444924       894     77218      2168    130888    236442   6368726     13.50     22.79
3499.82/877.64	c  N dy  8872   2466243       894     77218      2168     82684    236442   3334148     13.50     14.21
3530.51/885.33	c  N dy  8948   2487804       894     77218      2168    103632    236442   4724365     13.50     14.22
3571.20/895.53	c  N dy  9009   2507984       894     77218      2168    123135    236442   5998472     13.50     14.22
3615.87/906.74	c  N dy  9102   2528035       894     77218      2168     72716    236442   2572170     13.51     20.97
3646.18/914.37	c  N dy  9143   2548892       894     77218      2168     92730    236442   3658018     13.50     14.48
3680.07/922.87	c  N dy  9233   2569574       894     77218      2168    112881    236442   5053904     13.51     14.23
3721.54/933.29	c  N dy  9336   2589627       894     77218      2168    132549    236442   6518496     13.52     18.85
3763.02/943.68	c  N dy  9411   2609665       894     77218      2168     81013    236442   3037547     13.53     14.28
3794.12/951.41	c  N dy  9450   2630588       894     77218      2168    101230    236442   4318892     13.52     14.47
3834.01/961.47	c  N dy  9543   2650670       894     77218      2168    120802    236442   5709825     13.53     16.14
3882.25/973.56	c  N dy  9630   2670768       894     77218      2168    140364    236442   7091479     13.53     14.32
3917.35/982.39	c  N dy  9739   2690941       894     77218      2168     88247    236442   3619693     13.55     14.26
3948.87/990.20	c  N dy  9797   2711473       894     77218      2168    108244    236442   4988860     13.54     10.04
3948.87/990.20	c  S st  9797   2711473       894     77218      2168    108244    236442   4988860     13.54     10.04
3950.48/990.68	c  S st  9797   2711981       894     77218      2168    108751    236442   5014600     13.54   no data
3950.48/990.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3952.05/991.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.39
3952.45/991.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3952.45/991.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3952.45/991.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3952.45/991.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
3952.45/991.12	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.00 s
3952.45/991.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3957.63/992.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.11 s
4025.48/1009.46	c lits-rem:       214  cl-subs:     1202  v-elim:      0  v-fix:    0  time: 16.84 s
4025.48/1009.46	c vivif2 --  cl tried    77218 cl shrink        0 lits rem          0 time: 0.01
4026.23/1009.60	c vivif2 --  cl tried   107549 cl shrink     7881 lits rem      73052 time: 0.14
4027.03/1009.84	c asymm  cl-useful: 0/1053/77218 lits-rem:0 time: 0.24
4027.03/1009.85	c calculated reachability. Time: 0.00
4027.03/1009.85	c  N dy  9797   2711981       894     77218      2168    107549    236442   4915931     13.54   no data
4064.95/1019.33	c  N dy  9863   2732031       894     77218      2168    126992    236442   6203629     13.54     20.57
4114.36/1031.73	c  N dy  9941   2752083       894     77218      2168     73561    236442   2569928     13.54     17.90
4143.08/1038.92	c  N dy 10020   2772663       894     77218      2168     93509    236442   3820591     13.54     14.42
4179.77/1048.10	c  N dy 10126   2792821       894     77218      2168    113243    236442   5252136     13.56     14.28
4218.85/1057.92	c  N dy 10160   2813726       894     77218      2168    133376    236442   6508569     13.54     14.48
4258.72/1067.92	c  N dy 10216   2833743       894     77218      2168     78935    236442   2899275     13.54     26.62
4290.23/1075.83	c  N dy 10316   2853957       894     77218      2168     98654    236442   4253168     13.55     14.52
4324.93/1084.52	c  N dy 10352   2874064       894     77218      2168    118039    236442   5440931     13.54     14.46
4363.61/1094.29	c  N dy 10410   2894302       894     77218      2168    137606    236442   6632268     13.53     14.27
4407.88/1105.39	c  N dy 10501   2915198       894     77218      2168     83339    236442   3250398     13.54     14.36
4443.37/1114.28	c  N dy 10625   2936218       894     77218      2168    103896    236442   4673653     13.56     14.29
4480.87/1123.61	c  N dy 10690   2956246       894     77218      2168    123421    236442   5966432     13.56     14.62
4525.93/1134.98	c  N dy 10758   2978502       894     77218      2168    144999    236442   7369857     13.56     14.29
4563.82/1144.47	c  N dy 10829   2998564       894     77218      2168     88573    236442   3498033     13.55     14.63
4598.91/1153.20	c  N dy 10874   3019174       894     77218      2168    108577    236442   4791429     13.55     14.32
4637.19/1162.80	c  N dy 10966   3039186       894     77218      2168    128112    236442   6223998     13.56     20.71
4678.69/1173.21	c  N dy 11020   3059968       894     77218      2168    148268    236442   7578642     13.55     14.28
4711.77/1181.56	c  N dy 11083   3080187       894     77218      2168     90929    236442   3488089     13.55     14.27
4747.27/1190.40	c  N dy 11174   3101204       894     77218      2168    111392    236442   4918032     13.56     14.38
4787.54/1200.59	c  N dy 11251   3121250       894     77218      2168    130810    236442   6223845     13.56     14.28

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.66 7.97 7.50 7/369 4262
/proc/meminfo: memFree=16035068/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 4 0 729323754 52396032 351 33554432000 4194304 4580107 140733653239904 18446744073709551615 224284925883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4262/statm: 12792 351 302 95 0 7774 0
[pid=4262/tid=4263] ppid=4260 vsize=283460 CPUtime=0 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 663 0 0 0 0 0 0 0 18 0 4 0 729323755 290263040 2653 33554432000 4194304 4580107 140733653239904 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=283460 CPUtime=0 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 300 0 0 0 0 0 0 0 18 0 4 0 729323755 290263040 2656 33554432000 4194304 4580107 140733653239904 18446744073709551615 4349571 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=283460 CPUtime=0 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 4 0 729323755 290263040 2658 33554432000 4194304 4580107 140733653239904 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.627825 s]
/proc/loadavg: 7.66 7.97 7.50 7/369 4262
/proc/meminfo: memFree=16035068/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=293300 CPUtime=2.71 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) D 4260 4262 3827 0 -1 4202496 8755 0 0 0 270 1 0 0 18 0 4 0 729323754 300339200 8673 33554432000 4194304 4580107 140733653239904 18446744073709551615 4401482 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 73397 8826 365 95 0 68379 0
[pid=4262/tid=4263] ppid=4260 vsize=293588 CPUtime=0.67 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 2241 0 0 0 67 0 0 0 18 0 4 0 729323755 300634112 8902 33554432000 4194304 4580107 140733653239904 18446744073709551615 224284983722 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=293588 CPUtime=0.67 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 1947 0 0 0 67 0 0 0 18 0 4 0 729323755 300634112 8902 33554432000 4194304 4580107 140733653239904 18446744073709551615 4303968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=293684 CPUtime=0.67 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 2081 0 0 0 67 0 0 0 18 0 4 0 729323755 300732416 8947 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 293300

[startup+0.872386 s]
/proc/loadavg: 7.66 7.97 7.50 7/369 4262
/proc/meminfo: memFree=16035068/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=311752 CPUtime=3.43 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 17999 0 0 0 340 3 0 0 18 0 4 0 729323754 319234048 17039 33554432000 4194304 4580107 140733653239904 18446744073709551615 224284969095 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 77938 17039 375 95 0 72920 0
[pid=4262/tid=4263] ppid=4260 vsize=311752 CPUtime=0.85 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) D 4260 4262 3827 0 -1 4202560 5124 0 0 0 84 1 0 0 18 0 4 0 729323755 319234048 17039 33554432000 4194304 4580107 140733653239904 18446744073709551615 224284590890 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=311752 CPUtime=0.84 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 5131 0 0 0 84 0 0 0 18 0 4 0 729323755 319234048 17039 33554432000 4194304 4580107 140733653239904 18446744073709551615 4415782 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=311752 CPUtime=0.86 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 2104 0 0 0 86 0 0 0 19 0 4 0 729323755 319234048 17039 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 311752

[startup+0.900836 s]
/proc/loadavg: 7.66 7.97 7.50 7/369 4262
/proc/meminfo: memFree=16035068/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=301932 CPUtime=3.54 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 18100 0 0 0 351 3 0 0 18 0 4 0 729323754 309178368 14512 33554432000 4194304 4580107 140733653239904 18446744073709551615 4399566 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 75483 14512 375 95 0 70465 0
[pid=4262/tid=4263] ppid=4260 vsize=301932 CPUtime=0.88 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 5170 0 0 0 87 1 0 0 18 0 4 0 729323755 309178368 14512 33554432000 4194304 4580107 140733653239904 18446744073709551615 4399660 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=301932 CPUtime=0.87 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 5178 0 0 0 87 0 0 0 18 0 4 0 729323755 309178368 14512 33554432000 4194304 4580107 140733653239904 18446744073709551615 4399461 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=301932 CPUtime=0.89 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 2109 0 0 0 89 0 0 0 19 0 4 0 729323755 309178368 14512 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 301932

[startup+1.00082 s]
/proc/loadavg: 7.66 7.97 7.50 7/369 4262
/proc/meminfo: memFree=16035068/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=301932 CPUtime=3.94 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 20147 0 0 0 391 3 0 0 18 0 4 0 729323754 309178368 14838 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 75483 14838 378 95 0 70465 0
[pid=4262/tid=4263] ppid=4260 vsize=301932 CPUtime=0.98 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 5855 0 0 0 97 1 0 0 18 0 4 0 729323755 309178368 14838 33554432000 4194304 4580107 140733653239904 18446744073709551615 4295841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=301932 CPUtime=0.97 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 5861 0 0 0 97 0 0 0 18 0 4 0 729323755 309178368 14838 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=301932 CPUtime=0.99 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 2131 0 0 0 99 0 0 0 19 0 4 0 729323755 309178368 14838 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 301932

[startup+1.50074 s]
/proc/loadavg: 7.66 7.97 7.50 7/369 4262
/proc/meminfo: memFree=16035068/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=303088 CPUtime=5.94 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 22082 0 0 0 590 4 0 0 19 0 4 0 729323754 310362112 16773 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 75772 16773 378 95 0 70754 0
[pid=4262/tid=4263] ppid=4260 vsize=303088 CPUtime=1.48 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 6391 0 0 0 147 1 0 0 18 0 4 0 729323755 310362112 16773 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=303088 CPUtime=1.48 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 6437 0 0 0 147 1 0 0 18 0 4 0 729323755 310362112 16773 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=303088 CPUtime=1.49 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 2387 0 0 0 149 0 0 0 19 0 4 0 729323755 310362112 16773 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 303088

[startup+3.10047 s]
/proc/loadavg: 7.68 7.97 7.51 9/373 4266
/proc/meminfo: memFree=15954188/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=320292 CPUtime=12.32 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 30866 0 0 0 1226 6 0 0 22 0 4 0 729323754 327979008 18620 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318708 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 80073 18620 379 95 0 75055 0
[pid=4262/tid=4263] ppid=4260 vsize=320292 CPUtime=3.08 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 8853 0 0 0 307 1 0 0 21 0 4 0 729323755 327979008 18620 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=320292 CPUtime=3.07 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 8732 0 0 0 306 1 0 0 22 0 4 0 729323755 327979008 18620 33554432000 4194304 4580107 140733653239904 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=320292 CPUtime=3.08 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 4093 0 0 0 308 0 0 0 25 0 4 0 729323755 327979008 18620 33554432000 4194304 4580107 140733653239904 18446744073709551615 4302554 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 320292

[startup+6.30094 s]
/proc/loadavg: 7.68 7.97 7.51 9/373 4266
/proc/meminfo: memFree=15874916/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=323412 CPUtime=25.08 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 56082 0 0 0 2498 10 0 0 25 0 4 0 729323754 331173888 39596 33554432000 4194304 4580107 140733653239904 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 80853 39596 380 95 0 75835 0
[pid=4262/tid=4263] ppid=4260 vsize=323412 CPUtime=6.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 18126 0 0 0 625 2 0 0 25 0 4 0 729323755 331173888 39596 33554432000 4194304 4580107 140733653239904 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=323412 CPUtime=6.28 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 15874 0 0 0 625 3 0 0 25 0 4 0 729323755 331173888 39596 33554432000 4194304 4580107 140733653239904 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=323412 CPUtime=6.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 5966 0 0 0 628 1 0 0 25 0 4 0 729323755 331173888 39596 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 323412

[startup+12.7009 s]
/proc/loadavg: 7.81 7.99 7.52 9/373 4268
/proc/meminfo: memFree=15834888/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=352128 CPUtime=50.62 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 74372 0 0 0 5049 13 0 0 25 0 4 0 729323754 360579072 47106 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 88032 47106 380 95 0 83014 0
[pid=4262/tid=4263] ppid=4260 vsize=352128 CPUtime=12.69 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 20564 0 0 0 1266 3 0 0 25 0 4 0 729323755 360579072 47108 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=352128 CPUtime=12.68 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 19124 0 0 0 1265 3 0 0 25 0 4 0 729323755 360579072 47108 33554432000 4194304 4580107 140733653239904 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=352128 CPUtime=12.7 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 15108 0 0 0 1268 2 0 0 25 0 4 0 729323755 360579072 47108 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293108 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 352128

[startup+25.5007 s]
/proc/loadavg: 7.83 7.99 7.52 9/373 4268
/proc/meminfo: memFree=15769164/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=418560 CPUtime=101.65 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 109309 0 0 0 10144 21 0 0 25 0 4 0 729323754 428605440 63503 33554432000 4194304 4580107 140733653239904 18446744073709551615 4416496 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 104640 63503 380 95 0 99622 0
[pid=4262/tid=4263] ppid=4260 vsize=418560 CPUtime=25.47 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 29650 0 0 0 2542 5 0 0 25 0 4 0 729323755 428605440 63503 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=418560 CPUtime=25.48 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 27658 0 0 0 2542 6 0 0 25 0 4 0 729323755 428605440 63503 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=418560 CPUtime=25.49 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 22942 0 0 0 2545 4 0 0 25 0 4 0 729323755 428605440 63503 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 418560

[startup+51.1005 s]
/proc/loadavg: 7.89 7.99 7.53 9/373 4268
/proc/meminfo: memFree=15729964/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=422344 CPUtime=203.73 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 153078 0 0 0 20341 32 0 0 25 0 4 0 729323754 432480256 69414 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318686 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 105586 69414 380 95 0 100568 0
[pid=4262/tid=4263] ppid=4260 vsize=422344 CPUtime=51.07 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 43382 0 0 0 5099 8 0 0 25 0 4 0 729323755 432480256 69414 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=422344 CPUtime=51.06 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 44715 0 0 0 5096 10 0 0 25 0 4 0 729323755 432480256 69414 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=422344 CPUtime=51.08 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 28479 0 0 0 5103 5 0 0 25 0 4 0 729323755 432480256 69414 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 422344

[startup+102.301 s]
/proc/loadavg: 8.01 8.01 7.56 9/373 4270
/proc/meminfo: memFree=15621740/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=588716 CPUtime=407.92 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 222670 0 0 0 40742 50 0 0 25 0 4 0 729323754 602845184 98719 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293911 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 147179 98719 380 95 0 142161 0
[pid=4262/tid=4263] ppid=4260 vsize=588716 CPUtime=102.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 59403 0 0 0 10215 12 0 0 25 0 4 0 729323755 602845184 98719 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=588716 CPUtime=102.26 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 62195 0 0 0 10210 16 0 0 25 0 4 0 729323755 602845184 98719 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=588716 CPUtime=102.28 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 46780 0 0 0 10218 10 0 0 25 0 4 0 729323755 602845184 98719 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 588716

[startup+162.301 s]

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

[pid=4262] ppid=4260 vsize=1054712 CPUtime=2561.43 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 809080 0 0 0 255932 211 0 0 25 0 4 0 729323754 1080025088 170982 33554432000 4194304 4580107 140733653239904 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 263678 170982 380 95 0 258660 0
[pid=4262/tid=4263] ppid=4260 vsize=1054712 CPUtime=642.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 194346 0 0 0 64180 47 0 0 25 0 4 0 729323755 1080025088 170982 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1054712 CPUtime=642.13 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 230682 0 0 0 64153 60 0 0 25 0 4 0 729323755 1080025088 170982 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1054712 CPUtime=642.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 188060 0 0 0 64178 51 0 0 25 0 4 0 729323755 1080025088 170982 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2561.43
Current children cumulated vsize (KiB) 1054712

[startup+702.301 s]
/proc/loadavg: 8.12 8.10 7.82 9/373 4350
/proc/meminfo: memFree=17276652/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1216152 CPUtime=2800.72 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 852518 0 0 0 279846 226 0 0 25 0 4 0 729323754 1245339648 189592 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 304038 189592 380 95 0 299020 0
[pid=4262/tid=4263] ppid=4260 vsize=1216152 CPUtime=702.28 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 213362 0 0 0 70176 52 0 0 25 0 4 0 729323755 1245339648 189592 33554432000 4194304 4580107 140733653239904 18446744073709551615 4416643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1216152 CPUtime=702.12 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 245503 0 0 0 70146 66 0 0 25 0 4 0 729323755 1245339648 189592 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1216152 CPUtime=702.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 193025 0 0 0 70175 54 0 0 25 0 4 0 729323755 1245339648 189592 33554432000 4194304 4580107 140733653239904 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.72
Current children cumulated vsize (KiB) 1216152

[startup+762.301 s]
/proc/loadavg: 8.04 8.08 7.82 9/373 4352
/proc/meminfo: memFree=17207280/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1155900 CPUtime=3039.99 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 904009 0 0 0 303758 241 0 0 25 0 4 0 729323754 1183641600 204864 33554432000 4194304 4580107 140733653239904 18446744073709551615 4417015 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 288975 204864 380 95 0 283957 0
[pid=4262/tid=4263] ppid=4260 vsize=1155900 CPUtime=762.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 227979 0 0 0 76172 55 0 0 25 0 4 0 729323755 1183641600 204864 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1155900 CPUtime=762.11 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 260384 0 0 0 76140 71 0 0 25 0 4 0 729323755 1183641600 204864 33554432000 4194304 4580107 140733653239904 18446744073709551615 4301877 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1155900 CPUtime=762.28 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 207169 0 0 0 76170 58 0 0 25 0 4 0 729323755 1183641600 204864 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.99
Current children cumulated vsize (KiB) 1155900

[startup+822.301 s]
/proc/loadavg: 8.13 8.10 7.84 9/373 4352
/proc/meminfo: memFree=17146824/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1137948 CPUtime=3279.29 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 949587 0 0 0 327672 257 0 0 25 0 4 0 729323754 1165258752 206627 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 284487 206627 380 95 0 279469 0
[pid=4262/tid=4263] ppid=4260 vsize=1137948 CPUtime=822.29 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 237724 0 0 0 82170 59 0 0 25 0 4 0 729323755 1165258752 206631 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1137948 CPUtime=822.11 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 272043 0 0 0 82136 75 0 0 25 0 4 0 729323755 1165258752 206631 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1137948 CPUtime=822.3 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 222320 0 0 0 82165 65 0 0 25 0 4 0 729323755 1165258752 206631 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.29
Current children cumulated vsize (KiB) 1137948

[startup+882.301 s]
/proc/loadavg: 8.15 8.11 7.86 9/373 4354
/proc/meminfo: memFree=17053156/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1205488 CPUtime=3518.55 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 996548 0 0 0 351581 274 0 0 25 0 4 0 729323754 1234419712 218867 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 301372 218867 380 95 0 296354 0
[pid=4262/tid=4263] ppid=4260 vsize=1205488 CPUtime=882.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 252367 0 0 0 88163 64 0 0 25 0 4 0 729323755 1234419712 218867 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1205488 CPUtime=882.09 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 287746 0 0 0 88129 80 0 0 25 0 4 0 729323755 1234419712 218867 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1205488 CPUtime=882.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 228437 0 0 0 88161 68 0 0 25 0 4 0 729323755 1234419712 218867 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.55
Current children cumulated vsize (KiB) 1205488

[startup+942.314 s]
/proc/loadavg: 8.15 8.11 7.87 9/373 4356
/proc/meminfo: memFree=17021968/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1391640 CPUtime=3757.88 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 1031601 0 0 0 375500 288 0 0 25 0 4 0 729323754 1425039360 227927 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 347910 227927 380 95 0 342892 0
[pid=4262/tid=4263] ppid=4260 vsize=1391640 CPUtime=942.28 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 263635 0 0 0 94159 69 0 0 25 0 4 0 729323755 1425039360 227927 33554432000 4194304 4580107 140733653239904 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1391640 CPUtime=942.09 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 302943 0 0 0 94124 85 0 0 25 0 4 0 729323755 1425039360 227927 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1391640 CPUtime=942.3 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 231801 0 0 0 94161 69 0 0 25 0 4 0 729323755 1425039360 227927 33554432000 4194304 4580107 140733653239904 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.88
Current children cumulated vsize (KiB) 1391640

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 7.89 9/373 4358
/proc/meminfo: memFree=16983464/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1367784 CPUtime=3997.12 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 1063945 0 0 0 399414 298 0 0 25 0 4 0 729323754 1400610816 234683 33554432000 4194304 4580107 140733653239904 18446744073709551615 4416559 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 341946 234683 380 95 0 336928 0
[pid=4262/tid=4263] ppid=4260 vsize=1367784 CPUtime=1002.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 273708 0 0 0 100155 72 0 0 25 0 4 0 729323755 1400610816 234683 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1367784 CPUtime=1002.07 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 317793 0 0 0 100117 90 0 0 25 0 4 0 729323755 1400610816 234683 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1367784 CPUtime=1002.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 236530 0 0 0 100159 70 0 0 25 0 4 0 729323755 1400610816 234683 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.12
Current children cumulated vsize (KiB) 1367784

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 7.91 9/373 4360
/proc/meminfo: memFree=16983544/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1399272 CPUtime=4236.39 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 1101135 0 0 0 423330 309 0 0 25 0 4 0 729323754 1432854528 237656 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 349818 237656 380 95 0 344800 0
[pid=4262/tid=4263] ppid=4260 vsize=1399272 CPUtime=1062.28 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 283214 0 0 0 106152 76 0 0 25 0 4 0 729323755 1432854528 237656 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1399272 CPUtime=1062.05 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 336977 0 0 0 106111 94 0 0 25 0 4 0 729323755 1432854528 237656 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1399272 CPUtime=1062.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 239865 0 0 0 106157 72 0 0 25 0 4 0 729323755 1432854528 237656 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318721 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.39
Current children cumulated vsize (KiB) 1399272

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 7.92 9/373 4360
/proc/meminfo: memFree=16953976/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1312440 CPUtime=4475.68 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 1132008 0 0 0 447247 321 0 0 25 0 4 0 729323754 1343938560 233054 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293108 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 328110 233054 380 95 0 323092 0
[pid=4262/tid=4263] ppid=4260 vsize=1312440 CPUtime=1122.27 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 294272 0 0 0 112148 79 0 0 25 0 4 0 729323755 1343938560 233054 33554432000 4194304 4580107 140733653239904 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1312440 CPUtime=1122.04 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 348724 0 0 0 112106 98 0 0 25 0 4 0 729323755 1343938560 233054 33554432000 4194304 4580107 140733653239904 18446744073709551615 4318719 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1312440 CPUtime=1122.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 244314 0 0 0 112155 74 0 0 25 0 4 0 729323755 1343938560 233054 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.68
Current children cumulated vsize (KiB) 1312440

[startup+1182.3 s]
/proc/loadavg: 8.21 8.16 7.94 9/373 4362
/proc/meminfo: memFree=16939676/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1315260 CPUtime=4714.96 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 1166411 0 0 0 471162 334 0 0 25 0 4 0 729323754 1346826240 238394 33554432000 4194304 4580107 140733653239904 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 328815 238394 380 95 0 323797 0
[pid=4262/tid=4263] ppid=4260 vsize=1315260 CPUtime=1182.28 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 303488 0 0 0 118145 83 0 0 25 0 4 0 729323755 1346826240 238394 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1315260 CPUtime=1182.03 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 363755 0 0 0 118099 104 0 0 25 0 4 0 729323755 1346826240 238394 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1315260 CPUtime=1182.29 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 249227 0 0 0 118153 76 0 0 25 0 4 0 729323755 1346826240 238394 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4714.96
Current children cumulated vsize (KiB) 1315260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.14 8.14 7.94 9/373 4362
/proc/meminfo: memFree=16912368/32951124 swapFree=45193364/67111528
[pid=4262] ppid=4260 vsize=1509896 CPUtime=4800.32 cores=0,2,4,6
/proc/4262/stat : 4262 (strangenight2-m) R 4260 4262 3827 0 -1 4202496 1173567 0 0 0 479694 338 0 0 25 0 4 0 729323754 1546133504 245550 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4262/statm: 377474 245550 380 95 0 372456 0
[pid=4262/tid=4263] ppid=4260 vsize=1509896 CPUtime=1203.69 cores=0,2,4,6
/proc/4262/task/4263/stat : 4263 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 305861 0 0 0 120285 84 0 0 25 0 4 0 729323755 1546133504 245552 33554432000 4194304 4580107 140733653239904 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4262/tid=4264] ppid=4260 vsize=1509896 CPUtime=1203.44 cores=0,2,4,6
/proc/4262/task/4264/stat : 4264 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 366373 0 0 0 120238 106 0 0 25 0 4 0 729323755 1546133504 245552 33554432000 4194304 4580107 140733653239904 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4262/tid=4265] ppid=4260 vsize=1509896 CPUtime=1203.71 cores=0,2,4,6
/proc/4262/task/4265/stat : 4265 (strangenight2-m) R 4260 4262 3827 0 -1 4202560 250092 0 0 0 120294 77 0 0 25 0 4 0 729323755 1546133504 245552 33554432000 4194304 4580107 140733653239904 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1509896

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): 1203.76
CPU time (s): 4800.41
CPU user time (s): 4796.99
CPU system time (s): 3.42448
CPU usage (%): 398.783
Max. virtual memory (cumulated for all children) (KiB): 1564484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.99
system time used= 3.42448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1173569
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= 3376
involuntary context switches= 25018

runsolver used 3.98839 second user time and 10.2674 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 18:35:31
IDJOB=3367247
IDBENCH=71089
IDSOLVER=1844
FILE ID=node118/3367247-1305390931
RUNJOBID= node118-1305388843-3845
PBS_JOBID= 13324422
Free space on /tmp= 73032 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367247-1305390931/watcher-3367247-1305390931 -o /tmp/evaluation-result-3367247-1305390931/solver-3367247-1305390931 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367247-1305390931.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=605074806

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16035224 kB
Buffers:        266092 kB
Cached:        4280716 kB
SwapCached:      22084 kB
Active:       14133888 kB
Inactive:      2472520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16035224 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            7036 kB
Writeback:           0 kB
AnonPages:    12050196 kB
Mapped:          15596 kB
Slab:           148788 kB
PageTables:      95312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91418336 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= 73036 MiB
End job on node118 at 2011-05-14 18:55:37