Trace number 3369140

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-1-mt (fixed)? (TO) 4800.38 1203.77

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
Bench CategoryCRAFTED (crafted 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 variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369140-1305413268.cnf'
0.00/0.01	c -- header says num vars:           1904
0.00/0.01	c -- header says num clauses:      207536
0.10/0.09	c -- clauses added:            0 learnts,       207536 normals,            0 xors
0.10/0.09	c -- vars added       1904
0.10/0.09	c Parsing time:  0.17 s
0.10/0.09	c  N st     0         0      1904    204680      2856         0    824432         0   no data   no data  --
0.49/0.21	c asymm  cl-useful: 0/17474/204680 lits-rem:0 time: 0.43
0.49/0.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.13
1.02/0.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.02/0.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.02/0.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1904 time:  0.00 s
1.02/0.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
16.61/4.27	c lits-rem:         0  cl-subs:        0  v-elim:    476  v-fix:    0  time: 15.63 s
16.61/4.27	c Finding binary XORs  T:     0.00 s  found:       0
17.01/4.39	c Finding non-binary XORs:     0.42 s (found:       0, avg size: nan)
17.01/4.39	c calculated reachability. Time: 0.00
17.01/4.39	c Calc default polars -  time:   0.03 s pos:      32 undec:     476 neg:    1396
17.01/4.39	c =========================================================================================
17.01/4.39	c types(t): F = full restart, N = normal restart
17.01/4.39	c types(t): S = simplification begin/end, E = solution found
17.01/4.39	c restart types(rt): st = static, dy = dynamic
17.01/4.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
17.01/4.39	c  B st     0         0      1428    204204      1428         0   1228080         0   no data   no data  --
17.79/4.57	c  N dy    23      4013      1428    204204      1428      4005   1228080    221010     37.42     55.25  --
18.59/4.74	c  N dy    47      8049      1428    204204      1428      8037   1228080    423986     36.21     38.27  --
19.39/4.92	c  N dy    72     12115      1428    204204      1428     12101   1228080    637336     36.53     39.00  --
20.22/5.13	c  N dy   102     16129      1428    204204      1428     16110   1228080    848388     36.82     47.83  --
20.98/5.39	c  N dy   131     20258      1428    204204      1428     10252   1228080    240196     37.10     40.26  --
21.78/5.58	c  N dy   154     24566      1428    204204      1428     14555   1228080    469579     36.90     38.96  --
22.18/5.61	c  F st   157     25000      1428    204204      1428     14986   1228080    491415     36.91   no data  --
22.98/5.84	c  N dy   163     30002      1428    204204      1428     19968   1228080    827797     36.91   no data  --
22.98/5.84	c  S st   163     30002      1428    204204      1428     19968   1228080    827797     36.91   no data  --
23.38/5.99	c  S st   163     30507      1428    204204      1428     20472   1228080    864376     36.91   no data  --
23.38/6.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
23.38/6.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.78/6.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.35
24.18/6.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.02/6.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.81 s
25.02/6.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
25.02/6.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
54.49/13.71	c lits-rem:        53  cl-subs:       61  v-elim:      0  v-fix:    0  time: 29.14 s
54.89/13.91	c asymm  cl-useful: 0/12438/204204 lits-rem:0 time: 0.79
55.32/13.92	c calculated reachability. Time: 0.00
55.32/13.92	c  N dy   163     30507      1428    204204      1428     20411   1228080    856676     36.91   no data  --
56.08/14.12	c  N dy   192     34628      1428    204204      1428     24531   1228080   1082314     37.19     39.29  --
56.88/14.32	c  N dy   219     38737      1428    204204      1428     28636   1228080   1298695     37.16     39.98  --
57.68/14.57	c  N dy   247     42749      1428    204204      1428     17168   1228080    399243     37.20     39.17  --
58.48/14.71	c  S st   265     45760      1428    204204      1428     20177   1228080    557424     37.14     31.48  --
58.88/14.84	c  S st   265     46264      1428    204204      1428     20680   1228080    595632     37.14   no data  --
58.88/14.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
58.88/14.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.28/14.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.36
59.28/15.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.12/15.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.48 s
60.12/15.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
60.12/15.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
81.22/20.47	c lits-rem:        22  cl-subs:       11  v-elim:      0  v-fix:    0  time: 21.29 s
81.22/20.49	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.08
81.22/20.50	c vivif2 --  cl tried    20669 cl shrink        0 lits rem          0 time: 0.03
82.41/20.74	c asymm  cl-useful: 0/14149/204204 lits-rem:0 time: 0.95
82.41/20.75	c calculated reachability. Time: 0.00
82.41/20.75	c  N dy   265     46264      1428    204204      1428     20669   1228080    594356     37.14   no data  --
83.20/20.95	c  N dy   289     50337      1428    204204      1428     24736   1228080    812604     37.09     41.31  --
84.01/21.16	c  N dy   315     54485      1428    204204      1428     28878   1228080   1034131     37.15     40.25  --
84.80/21.38	c  N dy   342     58568      1428    204204      1428     32957   1228080   1251989     37.19     39.66  --
85.61/21.59	c  N dy   365     62640      1428    204204      1428     37026   1228080   1465951     37.12     39.09  --
86.79/21.86	c  N dy   391     66674      1428    204204      1428     22333   1228080    540028     37.11     39.99  --
87.60/22.01	c  S st   412     69396      1428    204204      1428     25050   1228080    694601     37.31     35.12  --
88.00/22.17	c  S st   412     69903      1428    204204      1428     25555   1228080    733529     37.31   no data  --
88.00/22.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
88.00/22.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.40/22.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.41
88.80/22.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.60/22.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.60 s
89.60/22.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
89.60/22.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
114.32/28.72	c lits-rem:       119  cl-subs:       11  v-elim:      0  v-fix:    0  time: 24.72 s
114.32/28.74	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.07
114.32/28.75	c vivif2 --  cl tried    25544 cl shrink        0 lits rem          0 time: 0.05
115.52/29.03	c asymm  cl-useful: 0/8866/204204 lits-rem:0 time: 1.10
115.52/29.03	c calculated reachability. Time: 0.00
115.52/29.03	c  N dy   412     69903      1428    204204      1428     25544   1228080    731948     37.31   no data  --
116.32/29.25	c  N dy   436     74452      1428    204204      1428     30086   1228080    958102     37.23     39.39  --
117.51/29.51	c  N dy   472     79248      1428    204204      1428     34878   1228080   1219692     37.32     40.07  --
118.30/29.78	c  N dy   508     84352      1428    204204      1428     39972   1228080   1508200     37.43     45.13  --
119.51/30.00	c  F st   531     87500      1428    204204      1428     22274   1228080    441976     37.41   no data  --
119.91/30.17	c  N st   536     90795      1428    204204      1428     25560   1228080    649380     37.41   no data  --
121.13/30.45	c  N dy   560     96646      1428    204204      1428     31389   1228080   1000758     37.37     39.61  --
122.29/30.78	c  N dy   597    102816      1428    204204      1428     37553   1228080   1332365     37.36     39.71  --
122.69/30.89	c  S st   610    104854      1428    204204      1428     39589   1228080   1441399     37.37     32.08  --
123.49/31.05	c  S st   610    105358      1428    204204      1428     40093   1228080   1477238     37.37   no data  --
123.49/31.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
123.49/31.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.89/31.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.45
124.29/31.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.94/31.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
125.94/31.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
125.94/31.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
178.93/44.97	c lits-rem:        90  cl-subs:      159  v-elim:      0  v-fix:    0  time: 53.21 s
178.93/44.99	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.07
179.33/45.01	c vivif2 --  cl tried    39934 cl shrink        0 lits rem          0 time: 0.10
180.53/45.33	c asymm  cl-useful: 0/6215/204204 lits-rem:0 time: 1.24
180.53/45.33	c calculated reachability. Time: 0.00
180.53/45.33	c  N dy   610    105358      1428    204204      1428     39934   1228080   1458285     37.37   no data  --
182.13/45.74	c  N dy   649    112136      1428    204204      1428     24300   1228080    478715     37.28     39.48  --
183.71/46.10	c  N dy   699    119373      1428    204204      1428     31525   1228080    873076     37.37     39.66  --
185.32/46.53	c  N dy   757    127169      1428    204204      1428     39314   1228080   1306392     37.51     40.40  --
187.36/47.03	c  N dy   803    135382      1428    204204      1428     23845   1228080    399887     37.51     66.00  --
188.90/47.46	c  N dy   855    144088      1428    204204      1428     32536   1228080    864185     37.49     39.54  --
190.90/47.94	c  N dy   913    153332      1428    204204      1428     41770   1228080   1368824     37.51     44.02  --
192.09/48.22	c  S st   943    158037      1428    204204      1428     46467   1228080   1624493     37.53     30.27  --
192.49/48.39	c  S st   943    158538      1428    204204      1428     46967   1228080   1660030     37.53   no data  --
192.89/48.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
192.89/48.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.29/48.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.50
193.69/48.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.29/49.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.64 s
195.29/49.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
195.29/49.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
269.08/67.58	c lits-rem:        66  cl-subs:       42  v-elim:      0  v-fix:    0  time: 73.73 s
269.48/67.60	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.08
269.48/67.63	c vivif2 --  cl tried    46925 cl shrink        0 lits rem          0 time: 0.11
270.71/67.95	c asymm  cl-useful: 0/6359/204204 lits-rem:0 time: 1.28
270.71/67.96	c calculated reachability. Time: 0.00
270.71/67.96	c  N dy   943    158538      1428    204204      1428     46925   1228080   1655499     37.53   no data  --
273.06/68.58	c  N dy  1008    168731      1428    204204      1428     32284   1228080    791000     37.54     39.63  --
275.45/69.14	c  N dy  1068    179658      1428    204204      1428     43186   1228080   1360564     37.46     39.81  --
278.25/69.83	c  N dy  1133    191135      1428    204204      1428     28751   1228080    550268     37.36     40.01  --
280.63/70.48	c  N dy  1211    203412      1428    204204      1428     41011   1228080   1204356     37.37     39.65  --
284.23/71.30	c  N dy  1293    216460      1428    204204      1428     27110   1228080    422159     37.38     41.28  --
287.02/72.03	c  N dy  1379    230424      1428    204204      1428     41059   1228080   1181449     37.42     39.84  --
288.61/72.45	c  S st  1423    237807      1428    204204      1428     48430   1228080   1563064     37.39     39.88  --
289.41/72.62	c  S st  1423    238310      1428    204204      1428     48933   1228080   1601752     37.39   no data  --
289.41/72.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
289.41/72.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
289.82/72.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.49
290.22/72.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.82/73.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
291.82/73.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
291.82/73.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
362.45/90.93	c lits-rem:        60  cl-subs:       53  v-elim:      0  v-fix:    0  time: 70.30 s
362.45/90.95	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.07
362.45/90.98	c vivif2 --  cl tried    48880 cl shrink        0 lits rem          0 time: 0.11
363.61/91.28	c asymm  cl-useful: 0/7227/204204 lits-rem:0 time: 1.21
363.61/91.29	c calculated reachability. Time: 0.00
363.61/91.29	c  N dy  1423    238310      1428    204204      1428     48880   1228080   1595661     37.39   no data  --
367.25/92.18	c  N dy  1516    253648      1428    204204      1428     36252   1228080    876028     37.41     39.45  --
370.80/93.05	c  N dy  1611    269972      1428    204204      1428     52559   1228080   1746036     37.38     39.84  --
374.79/94.09	c  N dy  1722    287384      1428    204204      1428     41005   1228080   1084728     37.42     39.73  --
379.16/95.13	c  N dy  1839    305740      1428    204204      1428     59339   1228080   2070351     37.43     42.81  --
379.16/95.17	c  F st  1844    306250      1428    204204      1428     59848   1228080   2098901     37.43   no data  --
383.55/96.27	c  N dy  1937    325337      1428    204204      1428     48938   1228080   1515538     37.42     40.09  --
388.34/97.47	c  N dy  2067    345378      1428    204204      1428     37999   1228080    831130     37.45     40.34  --
391.13/98.14	c  S st  2143    357466      1428    204204      1428     50073   1228080   1466648     37.43     39.85  --
391.93/98.32	c  S st  2143    357969      1428    204204      1428     50576   1228080   1502290     37.43   no data  --
391.93/98.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
391.93/98.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
392.33/98.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.49
392.73/98.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
393.92/98.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
393.92/98.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
393.92/98.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
462.13/115.97	c lits-rem:       150  cl-subs:       53  v-elim:      0  v-fix:    0  time: 67.96 s
462.13/115.99	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.07
462.53/116.02	c vivif2 --  cl tried    50523 cl shrink        0 lits rem          0 time: 0.11
463.77/116.33	c asymm  cl-useful: 0/8097/204204 lits-rem:0 time: 1.21
463.77/116.33	c calculated reachability. Time: 0.00
463.77/116.33	c  N dy  2143    357969      1428    204204      1428     50523   1228080   1495744     37.43   no data  --
468.50/117.51	c  N dy  2255    378028      1428    204204      1428     38610   1228080    822492     37.35     40.36  --
472.90/118.63	c  N dy  2376    398313      1428    204204      1428     58874   1228080   1911885     37.36     39.41  --
477.68/119.89	c  N dy  2503    418326      1428    204204      1428     45892   1228080   1193845     37.40     52.80  --
482.47/121.07	c  N dy  2617    438398      1428    204204      1428     65934   1228080   2241490     37.35     39.89  --
487.26/122.24	c  N dy  2742    458419      1428    204204      1428     51975   1228080   1455957     37.34     39.60  --
492.45/123.51	c  N dy  2869    478587      1428    204204      1428     37177   1228080    626324     37.34     39.37  --
496.83/124.61	c  N dy  2993    498642      1428    204204      1428     57200   1228080   1708884     37.36     39.57  --
501.62/125.90	c  N dy  3111    518686      1428    204204      1428     41270   1228080    800437     37.35     39.79  --
506.01/126.91	c  S st  3220    536953      1428    204204      1428     59505   1228080   1758777     37.34   no data  --
506.81/127.10	c  S st  3220    537457      1428    204204      1428     60009   1228080   1791361     37.34   no data  --
506.81/127.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
506.81/127.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
507.23/127.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.50
507.65/127.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
509.20/127.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
509.20/127.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
509.20/127.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
677.92/170.08	c lits-rem:         8  cl-subs:       64  v-elim:      0  v-fix:    0  time: 168.49 s
677.92/170.10	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.07
678.34/170.13	c vivif2 --  cl tried    59945 cl shrink        0 lits rem          0 time: 0.12
679.51/170.43	c asymm  cl-useful: 0/7418/204204 lits-rem:0 time: 1.20
679.51/170.44	c calculated reachability. Time: 0.00
679.51/170.44	c  N dy  3220    537457      1428    204204      1428     59945   1228080   1783832     37.34   no data  --
684.29/171.62	c  N dy  3337    557548      1428    204204      1428     43058   1228080    858048     37.32     49.67  --
688.29/172.69	c  N dy  3462    577660      1428    204204      1428     63134   1228080   1930978     37.32     39.56  --
693.47/173.93	c  N dy  3591    597684      1428    204204      1428     45184   1228080    941443     37.36     46.15  --
697.86/175.03	c  N dy  3711    617707      1428    204204      1428     65177   1228080   2023143     37.37     40.55  --
702.65/176.24	c  N dy  3831    637963      1428    204204      1428     46475   1228080    951166     37.34     41.10  --
707.03/177.37	c  N dy  3961    658005      1428    204204      1428     66497   1228080   2013336     37.35     40.01  --
712.22/178.65	c  N dy  4083    678068      1428    204204      1428     46598   1228080    924435     37.34     40.22  --
716.61/179.73	c  N dy  4192    698152      1428    204204      1428     66651   1228080   1979823     37.32     39.99  --
721.80/181.07	c  N dy  4314    718482      1428    204204      1428     46002   1228080    853481     37.31     39.82  --
726.19/182.15	c  N dy  4423    738565      1428    204204      1428     66063   1228080   1909142     37.28     40.63  --
731.76/183.54	c  N dy  4551    758584      1428    204204      1428     44110   1228080    712543     37.28     44.92  --
736.54/184.72	c  N dy  4671    778799      1428    204204      1428     64300   1228080   1778035     37.28     40.38  --
741.73/186.07	c  N dy  4797    798856      1428    204204      1428     84326   1228080   2858495     37.30     43.90  --
743.73/186.61	c  S st  4845    806186      1428    204204      1428     48684   1228080    917888     37.31     28.32  --
744.57/186.78	c  S st  4845    806688      1428    204204      1428     49186   1228080    953913     37.31   no data  --
744.57/186.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
744.57/186.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
745.32/186.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.48
745.72/187.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
746.12/187.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.60 s
746.12/187.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
746.12/187.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
777.64/195.04	c lits-rem:         7  cl-subs:       15  v-elim:      0  v-fix:    0  time: 31.45 s
777.64/195.06	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.08
777.64/195.08	c vivif2 --  cl tried    49171 cl shrink        0 lits rem          0 time: 0.07
778.83/195.38	c asymm  cl-useful: 0/8055/204204 lits-rem:0 time: 1.22
778.83/195.39	c calculated reachability. Time: 0.00
778.83/195.39	c  N dy  4845    806688      1428    204204      1428     49171   1228080    952129     37.31   no data  --
783.65/196.55	c  N dy  4964    826743      1428    204204      1428     69206   1228080   2011703     37.29     40.07  --
789.20/197.91	c  N dy  5083    846871      1428    204204      1428     45373   1228080    703848     37.29     39.44  --
793.59/199.08	c  N dy  5208    866905      1428    204204      1428     65369   1228080   1766043     37.29     39.91  --
798.77/200.39	c  N dy  5333    886934      1428    204204      1428     85367   1228080   2840378     37.29     41.25  --
804.36/201.70	c  N dy  5458    907071      1428    204204      1428     60536   1228080   1471050     37.30     39.27  --
809.15/202.96	c  N dy  5573    927137      1428    204204      1428     80563   1228080   2519686     37.28     42.50  --
815.13/204.45	c  N dy  5707    947162      1428    204204      1428     54630   1228080   1137117     37.30     39.90  --
820.31/205.74	c  N dy  5830    967278      1428    204204      1428     74721   1228080   2203135     37.30     39.68  --
826.71/207.31	c  N dy  5967    987389      1428    204204      1428     47879   1228080    726635     37.32     40.01  --
831.50/208.54	c  N dy  6098   1007417      1428    204204      1428     67877   1228080   1811356     37.33     39.62  --
836.72/209.87	c  N dy  6222   1027452      1428    204204      1428     87886   1228080   2862781     37.33     39.84  --
842.26/211.21	c  N dy  6341   1047501      1428    204204      1428     59970   1228080   1323585     37.33     39.83  --
847.44/212.50	c  N dy  6465   1067575      1428    204204      1428     80013   1228080   2393022     37.33     39.98  --
848.24/212.79	c  F st  6491   1071875      1428    204204      1428     84307   1228080   2626149     37.33     36.90  --
853.43/214.01	c  N dy  6568   1087734      1428    204204      1428     51206   1228080    815099     37.34     39.96  --
858.25/215.24	c  N dy  6690   1107791      1428    204204      1428     71232   1228080   1878764     37.33     39.47  --
863.40/216.59	c  N dy  6810   1127795      1428    204204      1428     91212   1228080   2925289     37.33     42.24  --
869.39/218.07	c  N dy  6937   1147856      1428    204204      1428     61319   1228080   1310698     37.34     42.27  --
874.98/219.44	c  N dy  7071   1167952      1428    204204      1428     81397   1228080   2398117     37.35     40.60  --
880.61/220.89	c  N dy  7191   1187967      1428    204204      1428    101386   1228080   3461793     37.34     39.86  --
886.13/222.28	c  N dy  7319   1208135      1428    204204      1428     70598   1228080   1760649     37.35     39.87  --
886.93/222.40	c  S st  7330   1210032      1428    204204      1428     72493   1228080   1861141     37.34   no data  --
887.34/222.57	c  S st  7330   1210534      1428    204204      1428     72995   1228080   1896531     37.34   no data  --
887.34/222.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
887.34/222.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
888.14/222.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.3M T:  0.58
888.54/222.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
890.12/223.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
890.12/223.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
890.12/223.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1073.67/269.22	c lits-rem:         6  cl-subs:       39  v-elim:      0  v-fix:    0  time: 182.99 s
1073.67/269.24	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.08
1073.67/269.28	c vivif2 --  cl tried    72956 cl shrink        0 lits rem          0 time: 0.15
1075.21/269.60	c asymm  cl-useful: 0/6928/204204 lits-rem:0 time: 1.30
1075.21/269.61	c calculated reachability. Time: 0.00
1075.21/269.61	c  N dy  7330   1210534      1428    204204      1428     72956   1228080   1892163     37.34   no data  --
1080.00/270.82	c  N dy  7452   1230548      1428    204204      1428     92944   1228080   2964251     37.35     40.87  --
1085.18/272.15	c  N dy  7579   1250563      1428    204204      1428     60995   1228080   1204312     37.35     39.62  --
1089.98/273.38	c  N dy  7708   1270598      1428    204204      1428     81008   1228080   2293104     37.36     39.39  --
1095.18/274.71	c  N dy  7832   1290671      1428    204204      1428    101053   1228080   3370970     37.37     39.89  --
1100.74/276.07	c  N dy  7953   1310780      1428    204204      1428     68201   1228080   1538837     37.36     39.45  --
1105.92/277.34	c  N dy  8075   1330826      1428    204204      1428     88227   1228080   2611633     37.36     39.71  --
1111.91/278.86	c  N dy  8196   1350914      1428    204204      1428     54366   1228080    770346     37.35     39.47  --
1116.70/280.03	c  N dy  8324   1371079      1428    204204      1428     74501   1228080   1847862     37.35     39.49  --
1121.92/281.34	c  N dy  8450   1391286      1428    204204      1428     94679   1228080   2931067     37.36     39.62  --
1127.46/282.78	c  N dy  8568   1411425      1428    204204      1428     59867   1228080   1016712     37.35     39.74  --
1132.25/283.91	c  N dy  8678   1431480      1428    204204      1428     79897   1228080   2085600     37.34     40.19  --
1137.43/285.25	c  N dy  8798   1451543      1428    204204      1428     99934   1228080   3143746     37.34     40.66  --
1143.02/286.69	c  N dy  8915   1471568      1428    204204      1428     63996   1228080   1194466     37.33     40.00  --
1147.84/287.87	c  N dy  9041   1491666      1428    204204      1428     84069   1228080   2268984     37.34     39.62  --
1153.39/289.26	c  N dy  9170   1511743      1428    204204      1428    104114   1228080   3338135     37.34     39.33  --
1159.37/290.73	c  N dy  9292   1531939      1428    204204      1428     67353   1228080   1340644     37.35     39.61  --
1164.15/291.95	c  N dy  9408   1552087      1428    204204      1428     87473   1228080   2394045     37.34     40.50  --
1169.77/293.34	c  N dy  9526   1572143      1428    204204      1428    107489   1228080   3443201     37.34     39.83  --
1175.32/294.78	c  N dy  9643   1592271      1428    204204      1428     69673   1228080   1425663     37.33     39.32  --
1180.50/296.06	c  N dy  9767   1612335      1428    204204      1428     89708   1228080   2496127     37.33     40.97  --
1186.09/297.46	c  N dy  9882   1632500      1428    204204      1428    109848   1228080   3564186     37.33     39.37  --
1192.12/298.92	c  N dy 10004   1652582      1428    204204      1428     70989   1228080   1440616     37.33     39.31  --
1197.26/300.22	c  N dy 10121   1672681      1428    204204      1428     91064   1228080   2513278     37.32     40.02  --
1202.85/301.64	c  N dy 10247   1692892      1428    204204      1428    111245   1228080   3589998     37.32     39.49  --
1208.03/302.94	c  S st 10350   1710534      1428    204204      1428     68943   1228080   1295797     37.32   no data  --
1208.83/303.12	c  S st 10350   1711035      1428    204204      1428     69444   1228080   1329701     37.32   no data  --
1208.83/303.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1208.83/303.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1209.25/303.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.53
1209.68/303.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1210.42/303.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.80 s
1210.42/303.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
1210.42/303.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1257.93/315.42	c lits-rem:        13  cl-subs:       20  v-elim:      0  v-fix:    0  time: 47.23 s
1257.93/315.44	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.08
1257.93/315.46	c vivif2 --  cl tried    69424 cl shrink        0 lits rem          0 time: 0.10
1259.48/315.82	c asymm  cl-useful: 0/5783/204204 lits-rem:0 time: 1.41
1259.48/315.83	c calculated reachability. Time: 0.00
1259.48/315.83	c  N dy 10350   1711035      1428    204204      1428     69424   1228080   1327398     37.32   no data  --
1264.27/317.03	c  N dy 10468   1731154      1428    204204      1428     89506   1228080   2393428     37.32     40.84  --
1269.46/318.36	c  N dy 10592   1751305      1428    204204      1428    109624   1228080   3464259     37.32     39.55  --
1275.07/319.79	c  N dy 10712   1771403      1428    204204      1428     68798   1228080   1257135     37.31     40.95  --
1280.22/321.00	c  N dy 10841   1791409      1428    204204      1428     88782   1228080   2339016     37.32     40.75  --
1285.41/322.38	c  N dy 10968   1811454      1428    204204      1428    108802   1228080   3407514     37.32     39.33  --
1291.39/323.89	c  N dy 11095   1831553      1428    204204      1428     66949   1228080   1108294     37.32     39.53  --
1296.58/325.12	c  N dy 11222   1851649      1428    204204      1428     87011   1228080   2171075     37.32     41.99  --
1301.80/326.42	c  N dy 11343   1871679      1428    204204      1428    107013   1228080   3237006     37.32     39.64  --
1308.55/328.12	c  N dy 11475   1891781      1428    204204      1428     64175   1228080    925070     37.32     39.42  --
1313.33/329.32	c  N dy 11595   1911786      1428    204204      1428     84151   1228080   1998923     37.33     40.92  --
1318.52/330.65	c  N dy 11719   1931911      1428    204204      1428    104249   1228080   3070819     37.32     40.13  --
1324.09/332.07	c  N dy 11833   1951919      1428    204204      1428    124230   1228080   4120912     37.32     40.01  --
1330.09/333.53	c  N dy 11971   1972095      1428    204204      1428     80484   1228080   1774354     37.32     39.93  --
1335.28/334.86	c  N dy 12090   1992126      1428    204204      1428    100494   1228080   2839316     37.32     41.48  --
1340.89/336.28	c  N dy 12207   2012654      1428    204204      1428    120997   1228080   3905566     37.31     39.81  --
1347.23/337.82	c  N dy 12331   2032750      1428    204204      1428     76152   1228080   1495434     37.31     39.31  --
1352.43/339.12	c  N dy 12455   2052809      1428    204204      1428     96189   1228080   2569189     37.31     44.75  --
1358.01/340.54	c  N dy 12579   2072844      1428    204204      1428    116208   1228080   3644068     37.32     39.52  --
1364.39/342.19	c  N dy 12709   2092965      1428    204204      1428     70373   1228080   1144939     37.32     39.54  --
1369.57/343.46	c  N dy 12832   2113063      1428    204204      1428     90449   1228080   2214868     37.32     40.78  --
1375.17/344.85	c  N dy 12951   2133181      1428    204204      1428    110545   1228080   3292722     37.32     40.13  --
1381.14/346.39	c  N dy 13078   2153379      1428    204204      1428    130719   1228080   4378655     37.32     39.64  --
1387.12/347.82	c  N dy 13201   2173584      1428    204204      1428     83979   1228080   1851224     37.33     39.42  --
1392.31/349.12	c  N dy 13313   2193588      1428    204204      1428    103955   1228080   2908510     37.33     39.35  --
1397.51/350.40	c  S st 13422   2211035      1428    204204      1428    121378   1228080   3833407     37.33   no data  --
1398.34/350.64	c  S st 13422   2211538      1428    204204      1428    121881   1228080   3867878     37.33   no data  --
1398.34/350.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
1398.34/350.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1399.09/350.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.71
1399.89/351.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1403.88/352.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.03 s
1403.88/352.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
1403.88/352.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2087.96/523.50	c lits-rem:        38  cl-subs:      115  v-elim:      0  v-fix:    0  time: 682.99 s
2087.96/523.52	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.07
2087.96/523.59	c vivif2 --  cl tried   121766 cl shrink        0 lits rem          0 time: 0.28
2089.55/523.95	c asymm  cl-useful: 0/5602/204204 lits-rem:0 time: 1.43
2089.55/523.96	c calculated reachability. Time: 0.00
2089.55/523.96	c  N dy 13422   2211538      1428    204204      1428    121766   1228080   3853728     37.33   no data  --
2095.57/525.41	c  N dy 13530   2231765      1428    204204      1428     74050   1228080   1258266     37.32     39.88  --
2099.96/526.60	c  N dy 13653   2251827      1428    204204      1428     94086   1228080   2334516     37.32     39.45  --
2105.50/527.93	c  N dy 13774   2271925      1428    204204      1428    114155   1228080   3407478     37.32     40.37  --
2111.49/529.45	c  N dy 13896   2292002      1428    204204      1428    134202   1228080   4464451     37.31     40.15  --
2117.08/530.82	c  N dy 14009   2312111      1428    204204      1428     85370   1228080   1817162     37.31     39.66  --
2122.31/532.17	c  N dy 14133   2332214      1428    204204      1428    105439   1228080   2864611     37.30     39.48  --
2127.85/533.58	c  N dy 14249   2352276      1428    204204      1428    125467   1228080   3904115     37.29     39.58  --
2134.63/535.29	c  N dy 14377   2372365      1428    204204      1428     75620   1228080   1268451     37.30     41.30  --
2139.86/536.57	c  N dy 14504   2392479      1428    204204      1428     95706   1228080   2359051     37.31     39.48  --
2145.40/537.99	c  N dy 14629   2412621      1428    204204      1428    115813   1228080   3451881     37.31     39.58  --
2151.78/539.57	c  N dy 14755   2432649      1428    204204      1428    135815   1228080   4529526     37.31     45.57  --
2158.16/541.13	c  N dy 14880   2452901      1428    204204      1428     85144   1228080   1733807     37.31     40.87  --
2163.35/542.47	c  N dy 14998   2472910      1428    204204      1428    105125   1228080   2786893     37.31     40.18  --
2169.74/544.02	c  N dy 15124   2493052      1428    204204      1428    125246   1228080   3848135     37.31     39.66  --
2176.51/545.77	c  N dy 15245   2513175      1428    204204      1428     73452   1228080   1075297     37.31     40.00  --
2181.69/547.07	c  N dy 15376   2533199      1428    204204      1428     93451   1228080   2143692     37.31     47.55  --
2187.29/548.49	c  N dy 15499   2553265      1428    204204      1428    113494   1228080   3208706     37.31     44.23  --
2194.05/550.11	c  N dy 15625   2573337      1428    204204      1428    133537   1228080   4270019     37.31     39.49  --
2200.88/551.86	c  N dy 15748   2593511      1428    204204      1428     80779   1228080   1426936     37.31     39.48  --
2206.02/553.18	c  N dy 15877   2613655      1428    204204      1428    100905   1228080   2510529     37.31     40.28  --
2212.41/554.70	c  N dy 16004   2634128      1428    204204      1428    121361   1228080   3596990     37.31     40.47  --
2218.84/556.34	c  N dy 16130   2654197      1428    204204      1428    141402   1228080   4644214     37.31     50.49  --
2225.18/557.99	c  N dy 16255   2674694      1428    204204      1428     87963   1228080   1764431     37.31     39.45  --
2231.16/559.40	c  N dy 16379   2694772      1428    204204      1428    108014   1228080   2829479     37.31     40.57  --
2235.97/560.67	c  S st 16484   2711539      1428    204204      1428    124761   1228080   3726004     37.31   no data  --
2237.14/560.91	c  S st 16484   2712044      1428    204204      1428    125266   1228080   3760805     37.31   no data  --
2237.14/560.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2237.14/560.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2237.93/561.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.9M T:  0.75
2238.73/561.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2242.32/562.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  3.83 s
2242.32/562.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
2242.32/562.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2893.68/725.59	c lits-rem:        22  cl-subs:       99  v-elim:      0  v-fix:    0  time: 650.77 s
2894.11/725.61	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.06
2894.11/725.68	c vivif2 --  cl tried   125167 cl shrink        0 lits rem          0 time: 0.28
2896.07/726.10	c asymm  cl-useful: 0/4476/204204 lits-rem:0 time: 1.66
2896.07/726.11	c calculated reachability. Time: 0.00
2896.07/726.11	c  N dy 16484   2712044      1428    204204      1428    125167   1228080   3749311     37.31   no data  --
2902.46/727.73	c  N dy 16617   2732150      1428    204204      1428    145248   1228080   4823518     37.32     40.32  --
2908.44/729.23	c  N dy 16723   2752256      1428    204204      1428     90422   1228080   1855647     37.31     39.49  --
2914.02/730.64	c  N dy 16842   2772419      1428    204204      1428    110551   1228080   2931022     37.31     39.68  --
2920.01/732.12	c  N dy 16959   2792477      1428    204204      1428    130577   1228080   3988810     37.30     44.11  --
2926.79/733.81	c  N dy 17082   2812563      1428    204204      1428    150644   1228080   5062824     37.31     40.91  --
2932.78/735.33	c  N dy 17205   2832641      1428    204204      1428     94790   1228080   2069272     37.31     40.15  --
2938.75/736.84	c  N dy 17339   2852802      1428    204204      1428    114921   1228080   3154971     37.31     39.34  --
2945.15/738.46	c  N dy 17467   2872812      1428    204204      1428    134906   1228080   4210670     37.32     40.10  --
2952.71/740.37	c  N dy 17586   2892822      1428    204204      1428     78006   1228080   1134007     37.31     39.91  --
2958.30/741.74	c  N dy 17715   2912825      1428    204204      1428     97983   1228080   2211790     37.32     39.44  --
2964.33/743.23	c  N dy 17838   2932874      1428    204204      1428    118001   1228080   3277905     37.32     39.72  --
2971.07/744.98	c  N dy 17975   2953039      1428    204204      1428    138139   1228080   4375315     37.33     39.68  --
2978.65/746.86	c  N dy 18094   2973044      1428    204204      1428     80213   1228080   1218857     37.33     40.72  --
2984.23/748.24	c  N dy 18226   2993459      1428    204204      1428    100598   1228080   2317515     37.33     39.67  --
2989.83/749.68	c  N dy 18342   3013506      1428    204204      1428    120616   1228080   3382846     37.33     39.62  --
2996.60/751.33	c  N dy 18468   3033610      1428    204204      1428    140694   1228080   4469216     37.33     39.68  --
3004.23/753.21	c  N dy 18582   3053731      1428    204204      1428     81900   1228080   1255984     37.33     39.38  --
3009.36/754.53	c  N dy 18702   3073826      1428    204204      1428    101966   1228080   2328716     37.32     40.07  --
3015.35/756.01	c  N dy 18827   3093837      1428    204204      1428    121947   1228080   3388855     37.32     39.80  --
3021.78/757.67	c  N dy 18948   3114128      1428    204204      1428    142207   1228080   4459194     37.32     43.96  --
3029.71/759.65	c  N dy 19065   3134201      1428    204204      1428     82361   1228080   1235690     37.32     39.54  --
3035.29/761.02	c  N dy 19198   3154330      1428    204204      1428    102467   1228080   2316666     37.32     39.34  --
3040.88/762.43	c  N dy 19313   3174654      1428    204204      1428    122764   1228080   3386321     37.32     39.74  --
3046.87/763.98	c  N dy 19431   3194667      1428    204204      1428    142744   1228080   4435423     37.31     49.10  --
3052.84/765.41	c  S st 19533   3212045      1428    204204      1428    160100   1228080   5356551     37.31   no data  --
3053.64/765.68	c  S st 19533   3212546      1428    204204      1428    160601   1228080   5390998     37.31   no data  --
3054.04/765.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3054.04/765.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3054.84/765.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.84
3055.64/766.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3061.62/767.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.89 s
3061.62/767.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
3061.62/767.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4343.53/1089.25	c lits-rem:        21  cl-subs:      171  v-elim:      0  v-fix:    0  time: 1279.45 s
4343.53/1089.27	c vivif2 --  cl tried   204204 cl shrink        0 lits rem          0 time: 0.08
4343.93/1089.37	c vivif2 --  cl tried   160430 cl shrink        0 lits rem          0 time: 0.39
4345.55/1089.78	c asymm  cl-useful: 0/4282/204204 lits-rem:0 time: 1.64
4345.55/1089.79	c calculated reachability. Time: 0.00
4345.55/1089.79	c  N dy 19533   3212546      1428    204204      1428    160430   1228080   5370220     37.31   no data  --
4351.90/1091.35	c  N dy 19648   3232652      1428    204204      1428     99618   1228080   2103398     37.31     40.51  --
4357.49/1092.74	c  N dy 19768   3252723      1428    204204      1428    119655   1228080   3152362     37.30     39.35  --
4363.52/1094.26	c  N dy 19893   3272856      1428    204204      1428    139768   1228080   4221430     37.30     39.98  --
4370.26/1095.96	c  N dy 20023   3292888      1428    204204      1428    159769   1228080   5287933     37.30     47.33  --
4376.68/1097.54	c  N dy 20144   3312953      1428    204204      1428     97928   1228080   1986604     37.30     41.34  --
4381.82/1098.88	c  N dy 20266   3332963      1428    204204      1428    117902   1228080   3048586     37.30     43.84  --
4388.21/1100.48	c  N dy 20396   3352982      1428    204204      1428    137901   1228080   4132505     37.31     39.28  --
4394.98/1102.16	c  N dy 20521   3373124      1428    204204      1428    158012   1228080   5208983     37.31     40.06  --
4401.77/1103.84	c  N dy 20645   3393221      1428    204204      1428     95206   1228080   1792436     37.31     39.46  --
4407.40/1105.22	c  N dy 20765   3413225      1428    204204      1428    115181   1228080   2847288     37.31     39.83  --
4413.33/1106.77	c  N dy 20889   3433288      1428    204204      1428    135223   1228080   3915474     37.31     40.04  --
4420.15/1108.47	c  N dy 21015   3453396      1428    204204      1428    155303   1228080   4998266     37.31     39.89  --
4427.70/1110.36	c  N dy 21144   3473740      1428    204204      1428     91721   1228080   1568721     37.31     39.49  --
4433.32/1111.78	c  N dy 21273   3493764      1428    204204      1428    111706   1228080   2630632     37.31     40.98  --
4439.66/1113.36	c  N dy 21401   3514019      1428    204204      1428    131929   1228080   3724388     37.31     39.79  --
4446.48/1115.08	c  N dy 21525   3534446      1428    204204      1428    152326   1228080   4793933     37.31     39.36  --
4454.43/1117.02	c  N dy 21639   3554541      1428    204204      1428     87523   1228080   1293225     37.30     40.27  --
4460.06/1118.44	c  N dy 21781   3574608      1428    204204      1428    107557   1228080   2385473     37.31     41.51  --
4465.99/1119.92	c  N dy 21902   3594682      1428    204204      1428    127601   1228080   3436825     37.31     39.94  --
4472.39/1121.54	c  N dy 22027   3614906      1428    204204      1428    147799   1228080   4509852     37.31     39.30  --
4479.96/1123.41	c  N dy 22156   3635197      1428    204204      1428    168059   1228080   5589558     37.31     39.35  --
4486.38/1125.05	c  N dy 22278   3655208      1428    204204      1428    102163   1228080   2035399     37.32     40.80  --
4491.92/1126.47	c  N dy 22393   3675331      1428    204204      1428    122259   1228080   3104067     37.31     39.29  --
4498.71/1128.13	c  N dy 22525   3695470      1428    204204      1428    142369   1228080   4187792     37.32     40.36  --
4504.69/1129.63	c  S st 22634   3712547      1428    204204      1428    159418   1228080   5103908     37.32   no data  --
4505.48/1129.89	c  S st 22634   3713049      1428    204204      1428    159920   1228080   5142056     37.32   no data  --
4505.88/1129.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
4505.88/1129.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4506.68/1130.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.4M T:  0.86
4507.48/1130.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4513.46/1131.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.78 s
4513.46/1131.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1428 time:  0.00 s
4513.46/1131.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

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-3369140-1305413268/watcher-3369140-1305413268 -o /tmp/evaluation-result-3369140-1305413268/solver-3369140-1305413268 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369140-1305413268.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.42 7.98 7.46 2/342 16743
/proc/meminfo: memFree=25793004/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 414 0 0 0 1 0 0 0 23 0 4 0 652927256 52465664 354 33554432000 4194304 4650419 140733240784016 18446744073709551615 47606221744048 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16743/statm: 12809 354 303 112 0 7774 0
[pid=16743/tid=16744] ppid=16741 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652927256 52465664 354 33554432000 4194304 4650419 140733240784016 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652927256 52465664 354 33554432000 4194304 4650419 140733240784016 18446744073709551615 47606221744040 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652927256 52465664 354 33554432000 4194304 4650419 140733240784016 18446744073709551615 47606221744050 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0303121 s]
/proc/loadavg: 7.42 7.98 7.46 2/342 16743
/proc/meminfo: memFree=25793004/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=287292 CPUtime=0.1 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 5676 0 0 0 9 1 0 0 25 0 4 0 652927256 294187008 5579 33554432000 4194304 4650419 140733240784016 18446744073709551615 230809223594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16743/statm: 71853 5581 344 112 0 66818 0
[pid=16743/tid=16744] ppid=16741 vsize=287652 CPUtime=0.01 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) D 16741 16743 16402 0 -1 4202560 1320 0 0 0 1 0 0 0 18 0 4 0 652927256 294555648 5662 33554432000 4194304 4650419 140733240784016 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=288372 CPUtime=0.02 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1356 0 0 0 2 0 0 0 18 0 4 0 652927256 295292928 5742 33554432000 4194304 4650419 140733240784016 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=288768 CPUtime=0.02 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) D 16741 16743 16402 0 -1 4202560 1560 0 0 0 2 0 0 0 18 0 4 0 652927256 295698432 6545 33554432000 4194304 4650419 140733240784016 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 287292

[startup+0.136099 s]
/proc/loadavg: 7.42 7.98 7.46 2/342 16743
/proc/meminfo: memFree=25793004/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=297840 CPUtime=0.49 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 15522 0 0 0 42 7 0 0 18 0 4 0 652927256 304988160 15425 33554432000 4194304 4650419 140733240784016 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16743/statm: 74460 15425 368 112 0 69425 0
[pid=16743/tid=16744] ppid=16741 vsize=297840 CPUtime=0.09 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) D 16741 16743 16402 0 -1 4202560 3697 0 0 0 9 0 0 0 18 0 4 0 652927256 304988160 15425 33554432000 4194304 4650419 140733240784016 18446744073709551615 230808826565 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=297840 CPUtime=0.12 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 3798 0 0 0 12 0 0 0 18 0 4 0 652927256 304988160 15425 33554432000 4194304 4650419 140733240784016 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=334076 CPUtime=0.16 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 4024 0 0 0 14 2 0 0 18 0 4 0 652927256 342093824 16880 33554432000 4194304 4650419 140733240784016 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 297840

[startup+0.306509 s]
/proc/loadavg: 7.42 7.98 7.46 2/342 16743
/proc/meminfo: memFree=25793004/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=345260 CPUtime=1.09 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 40767 0 0 0 96 13 0 0 18 0 4 0 652927256 353546240 31781 33554432000 4194304 4650419 140733240784016 18446744073709551615 4426564 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16743/statm: 86382 31884 378 112 0 81347 0
[pid=16743/tid=16744] ppid=16741 vsize=345792 CPUtime=0.24 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) D 16741 16743 16402 0 -1 4202560 12779 0 0 0 22 2 0 0 18 0 4 0 652927256 354091008 32045 33554432000 4194304 4650419 140733240784016 18446744073709551615 230808826565 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=350516 CPUtime=0.36 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 13304 0 0 0 33 3 0 0 18 0 4 0 652927256 358928384 37014 33554432000 4194304 4650419 140733240784016 18446744073709551615 4438487 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=360256 CPUtime=0.34 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 4451 0 0 0 31 3 0 0 18 0 4 0 652927256 368902144 40638 33554432000 4194304 4650419 140733240784016 18446744073709551615 4310544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 345260

[startup+1.21793 s]
/proc/loadavg: 7.42 7.98 7.46 2/342 16743
/proc/meminfo: memFree=25793004/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=393076 CPUtime=4.72 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 55714 0 0 0 454 18 0 0 19 0 4 0 652927256 402509824 46672 33554432000 4194304 4650419 140733240784016 18446744073709551615 230808832986 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 98269 46672 391 112 0 93234 0
[pid=16743/tid=16744] ppid=16741 vsize=393076 CPUtime=1.14 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 16465 0 0 0 112 2 0 0 19 0 4 0 652927256 402509824 46672 33554432000 4194304 4650419 140733240784016 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=393076 CPUtime=1.19 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 16511 0 0 0 115 4 0 0 19 0 4 0 652927256 402509824 46672 33554432000 4194304 4650419 140733240784016 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=393076 CPUtime=1.18 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 5901 0 0 0 113 5 0 0 19 0 4 0 652927256 402509824 46672 33554432000 4194304 4650419 140733240784016 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 393076

[startup+1.51883 s]
/proc/loadavg: 7.42 7.98 7.46 2/342 16743
/proc/meminfo: memFree=25793004/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=366880 CPUtime=5.92 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 60488 0 0 0 574 18 0 0 19 0 4 0 652927256 375685120 48275 33554432000 4194304 4650419 140733240784016 18446744073709551615 4433204 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 91720 48275 391 112 0 86685 0
[pid=16743/tid=16744] ppid=16741 vsize=366880 CPUtime=1.44 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 16955 0 0 0 142 2 0 0 19 0 4 0 652927256 375685120 48275 33554432000 4194304 4650419 140733240784016 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=366880 CPUtime=1.49 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 16994 0 0 0 145 4 0 0 19 0 4 0 652927256 375685120 48275 33554432000 4194304 4650419 140733240784016 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=366880 CPUtime=1.48 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 9218 0 0 0 143 5 0 0 19 0 4 0 652927256 375685120 48275 33554432000 4194304 4650419 140733240784016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 366880

[startup+3.10055 s]
/proc/loadavg: 7.30 7.94 7.45 9/354 16785
/proc/meminfo: memFree=24883728/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=521372 CPUtime=12.22 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 91757 0 0 0 1197 25 0 0 23 0 4 0 652927256 533884928 79536 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 130343 79536 392 112 0 125308 0
[pid=16743/tid=16744] ppid=16741 vsize=521372 CPUtime=3 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 24019 0 0 0 297 3 0 0 23 0 4 0 652927256 533884928 79536 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=521372 CPUtime=3.07 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 24143 0 0 0 301 6 0 0 23 0 4 0 652927256 533884928 79536 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=521372 CPUtime=3.06 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 19101 0 0 0 299 7 0 0 19 0 4 0 652927256 533884928 79536 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 521372

[startup+6.31296 s]
/proc/loadavg: 7.36 7.94 7.45 9/354 16785
/proc/meminfo: memFree=24809724/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=490756 CPUtime=25.02 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 122621 0 0 0 2471 31 0 0 25 0 4 0 652927256 502534144 88706 33554432000 4194304 4650419 140733240784016 18446744073709551615 4435908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 122689 88713 395 112 0 117654 0
[pid=16743/tid=16744] ppid=16741 vsize=490756 CPUtime=6.16 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 31283 0 0 0 611 5 0 0 25 0 4 0 652927256 502534144 88716 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=490756 CPUtime=6.28 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 32241 0 0 0 621 7 0 0 25 0 4 0 652927256 502534144 88721 33554432000 4194304 4650419 140733240784016 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=490756 CPUtime=6.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 19670 0 0 0 620 7 0 0 25 0 4 0 652927256 502534144 88727 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 490756

[startup+12.7008 s]
/proc/loadavg: 7.41 7.94 7.45 9/354 16785
/proc/meminfo: memFree=24463208/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=710776 CPUtime=50.51 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 157766 0 0 0 5014 37 0 0 25 0 4 0 652927256 727834624 114080 33554432000 4194304 4650419 140733240784016 18446744073709551615 4441360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 177694 114080 395 112 0 172659 0
[pid=16743/tid=16744] ppid=16741 vsize=710776 CPUtime=12.48 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 40856 0 0 0 1242 6 0 0 25 0 4 0 652927256 727834624 114080 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=710776 CPUtime=12.67 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 41730 0 0 0 1258 9 0 0 25 0 4 0 652927256 727834624 114080 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=710776 CPUtime=12.66 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 33123 0 0 0 1256 10 0 0 25 0 4 0 652927256 727834624 114080 33554432000 4194304 4650419 140733240784016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 710776

[startup+25.5004 s]
/proc/loadavg: 7.50 7.94 7.46 9/354 16786
/proc/meminfo: memFree=24174552/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=655156 CPUtime=101.56 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 216870 0 0 0 10108 48 0 0 25 0 4 0 652927256 670879744 133669 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 163789 133669 395 112 0 158754 0
[pid=16743/tid=16744] ppid=16741 vsize=655156 CPUtime=25.14 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 47578 0 0 0 2506 8 0 0 25 0 4 0 652927256 670879744 133669 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=655156 CPUtime=25.46 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 64030 0 0 0 2534 12 0 0 25 0 4 0 652927256 670879744 133669 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=655156 CPUtime=25.46 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 52097 0 0 0 2531 15 0 0 25 0 4 0 652927256 670879744 133669 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 655156

[startup+51.1008 s]
/proc/loadavg: 7.67 7.95 7.47 9/354 16786
/proc/meminfo: memFree=24083292/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=768908 CPUtime=203.66 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 312273 0 0 0 20300 66 0 0 25 0 4 0 652927256 787361792 150608 33554432000 4194304 4650419 140733240784016 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 192227 150608 395 112 0 187192 0
[pid=16743/tid=16744] ppid=16741 vsize=768908 CPUtime=50.46 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 64585 0 0 0 5035 11 0 0 25 0 4 0 652927256 787361792 150608 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=768908 CPUtime=51.05 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 100792 0 0 0 5086 19 0 0 25 0 4 0 652927256 787361792 150608 33554432000 4194304 4650419 140733240784016 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=768908 CPUtime=51.06 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 78192 0 0 0 5086 20 0 0 25 0 4 0 652927256 787361792 150608 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 768908

[startup+102.3 s]
/proc/loadavg: 7.91 7.97 7.50 9/354 16788
/proc/meminfo: memFree=23903536/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=923472 CPUtime=407.88 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 737982 0 0 0 40650 138 0 0 25 0 4 0 652927256 945635328 175470 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 230868 175470 395 112 0 225833 0
[pid=16743/tid=16744] ppid=16741 vsize=923472 CPUtime=101.09 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 88473 0 0 0 10092 17 0 0 25 0 4 0 652927256 945635328 175470 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=923472 CPUtime=102.25 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 215593 0 0 0 10182 43 0 0 25 0 4 0 652927256 945635328 175470 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=923472 CPUtime=102.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 341508 0 0 0 10169 58 0 0 25 0 4 0 652927256 945635328 175470 33554432000 4194304 4650419 140733240784016 18446744073709551615 4329270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.88
Current children cumulated vsize (KiB) 923472

[startup+162.3 s]

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

[pid=16743] ppid=16741 vsize=1410264 CPUtime=2801.15 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 2856855 0 0 0 279589 526 0 0 25 0 4 0 652927256 1444110336 254623 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 352566 254623 395 112 0 347531 0
[pid=16743/tid=16744] ppid=16741 vsize=1410264 CPUtime=696.81 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 271706 0 0 0 69615 66 0 0 25 0 4 0 652927256 1444110336 254623 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1410264 CPUtime=699.78 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 913904 0 0 0 69815 163 0 0 25 0 4 0 652927256 1444110336 254623 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1410264 CPUtime=702.26 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1227006 0 0 0 70023 203 0 0 25 0 4 0 652927256 1444110336 254623 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.15
Current children cumulated vsize (KiB) 1410264

[startup+762.301 s]
/proc/loadavg: 8.12 8.08 7.78 9/354 16805
/proc/meminfo: memFree=23148496/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1456812 CPUtime=3040.48 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 2931218 0 0 0 303504 544 0 0 25 0 4 0 652927256 1491775488 266698 33554432000 4194304 4650419 140733240784016 18446744073709551615 4363307 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 364203 266698 395 112 0 359168 0
[pid=16743/tid=16744] ppid=16741 vsize=1456812 CPUtime=756.79 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 272102 0 0 0 75613 66 0 0 25 0 4 0 652927256 1491775488 266698 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1456812 CPUtime=759.12 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 941978 0 0 0 75745 167 0 0 25 0 4 0 652927256 1491775488 266698 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1456812 CPUtime=762.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1228284 0 0 0 76023 204 0 0 25 0 4 0 652927256 1491775488 266698 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.48
Current children cumulated vsize (KiB) 1456812

[startup+822.301 s]
/proc/loadavg: 8.12 8.09 7.81 9/354 16816
/proc/meminfo: memFree=23128096/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1479996 CPUtime=3279.78 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 3166474 0 0 0 327391 587 0 0 25 0 4 0 652927256 1515515904 268220 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476411 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 369999 268220 395 112 0 364964 0
[pid=16743/tid=16744] ppid=16741 vsize=1479996 CPUtime=816.78 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 272102 0 0 0 81612 66 0 0 25 0 4 0 652927256 1515515904 268220 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1479996 CPUtime=818.47 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 957028 0 0 0 81677 170 0 0 25 0 4 0 652927256 1515515904 268220 33554432000 4194304 4650419 140733240784016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1479996 CPUtime=822.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1313748 0 0 0 82003 224 0 0 25 0 4 0 652927256 1515515904 268220 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.78
Current children cumulated vsize (KiB) 1479996

[startup+882.301 s]
/proc/loadavg: 8.23 8.12 7.83 9/354 16818
/proc/meminfo: memFree=22990040/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1479996 CPUtime=3519.1 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 3510113 0 0 0 351269 641 0 0 25 0 4 0 652927256 1515515904 279201 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476471 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 369999 279201 395 112 0 364964 0
[pid=16743/tid=16744] ppid=16741 vsize=1479996 CPUtime=876.76 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 304195 0 0 0 87606 70 0 0 25 0 4 0 652927256 1515515904 279201 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1479996 CPUtime=877.8 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1001455 0 0 0 87599 181 0 0 25 0 4 0 652927256 1515515904 279201 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1479996 CPUtime=882.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1444171 0 0 0 87982 245 0 0 25 0 4 0 652927256 1515515904 279201 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.1
Current children cumulated vsize (KiB) 1479996

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 7.84 9/354 16819
/proc/meminfo: memFree=22977236/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1512620 CPUtime=3758.45 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 3689388 0 0 0 375177 668 0 0 25 0 4 0 652927256 1548922880 284749 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 378155 284749 395 112 0 373120 0
[pid=16743/tid=16744] ppid=16741 vsize=1512620 CPUtime=936.76 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 400025 0 0 0 93591 85 0 0 25 0 4 0 652927256 1548922880 284753 33554432000 4194304 4650419 140733240784016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1512620 CPUtime=937.14 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1001845 0 0 0 93533 181 0 0 25 0 4 0 652927256 1548922880 284753 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1512620 CPUtime=942.28 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1479758 0 0 0 93979 249 0 0 25 0 4 0 652927256 1548922880 284753 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.45
Current children cumulated vsize (KiB) 1512620

[startup+1002.3 s]
/proc/loadavg: 8.35 8.15 7.87 9/354 16824
/proc/meminfo: memFree=23002480/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1414176 CPUtime=3996.9 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 4110576 0 0 0 398961 729 0 0 25 0 4 0 652927256 1448116224 276416 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 353544 276416 491 112 0 348509 0
[pid=16743/tid=16744] ppid=16741 vsize=1414176 CPUtime=995.89 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 671383 0 0 0 99464 125 0 0 25 0 4 0 652927256 1448116224 276416 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1414176 CPUtime=996.46 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1001846 0 0 0 99465 181 0 0 25 0 4 0 652927256 1448116224 276416 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1414176 CPUtime=1002.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1479758 0 0 0 99978 249 0 0 25 0 4 0 652927256 1448116224 276416 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.9
Current children cumulated vsize (KiB) 1414176

[startup+1062.31 s]
/proc/loadavg: 8.24 8.15 7.89 9/354 16825
/proc/meminfo: memFree=22989848/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1488020 CPUtime=4236.27 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 4378073 0 0 0 422850 777 0 0 25 0 4 0 652927256 1523732480 281423 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 372005 281423 395 112 0 366970 0
[pid=16743/tid=16744] ppid=16741 vsize=1488020 CPUtime=1055.9 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 733733 0 0 0 105446 144 0 0 25 0 4 0 652927256 1523732480 281423 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1488020 CPUtime=1055.81 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1003671 0 0 0 105399 182 0 0 25 0 4 0 652927256 1523732480 281423 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1488020 CPUtime=1062.28 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1522609 0 0 0 105970 258 0 0 25 0 4 0 652927256 1523732480 281423 33554432000 4194304 4650419 140733240784016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.27
Current children cumulated vsize (KiB) 1488020

[startup+1122.3 s]
/proc/loadavg: 8.15 8.14 7.90 9/354 16827
/proc/meminfo: memFree=22890548/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1465800 CPUtime=4475.57 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 4561843 0 0 0 446744 813 0 0 25 0 4 0 652927256 1500979200 290367 33554432000 4194304 4650419 140733240784016 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 366450 290367 395 112 0 361415 0
[pid=16743/tid=16744] ppid=16741 vsize=1465800 CPUtime=1115.87 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 748515 0 0 0 111438 149 0 0 25 0 4 0 652927256 1500979200 290367 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1465800 CPUtime=1115.15 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1072733 0 0 0 111323 192 0 0 25 0 4 0 652927256 1500979200 290367 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1465800 CPUtime=1122.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1535627 0 0 0 111966 261 0 0 25 0 4 0 652927256 1500979200 290367 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.57
Current children cumulated vsize (KiB) 1465800

[startup+1182.3 s]
/proc/loadavg: 8.23 8.16 7.92 9/354 16829
/proc/meminfo: memFree=22870280/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1531896 CPUtime=4714.9 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 4752740 0 0 0 470648 842 0 0 25 0 4 0 652927256 1568661504 293244 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 382974 293244 395 112 0 377939 0
[pid=16743/tid=16744] ppid=16741 vsize=1531896 CPUtime=1175.86 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 748515 0 0 0 117437 149 0 0 25 0 4 0 652927256 1568661504 293244 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1531896 CPUtime=1174.48 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1137156 0 0 0 117247 201 0 0 25 0 4 0 652927256 1568661504 293244 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1531896 CPUtime=1182.27 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1535627 0 0 0 117966 261 0 0 25 0 4 0 652927256 1568661504 293244 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.9
Current children cumulated vsize (KiB) 1531896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.16 8.15 7.92 9/354 16829
/proc/meminfo: memFree=22875104/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1531896 CPUtime=4800.3 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 4835621 0 0 0 479176 854 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 382974 293272 395 112 0 377939 0
[pid=16743/tid=16744] ppid=16741 vsize=1531896 CPUtime=1197.27 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 748515 0 0 0 119578 149 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1531896 CPUtime=1195.66 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1162784 0 0 0 119361 205 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1531896 CPUtime=1203.69 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1535627 0 0 0 120108 261 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1531896

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

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

[startup+1203.7 s]
/proc/loadavg: 8.16 8.15 7.92 9/354 16829
/proc/meminfo: memFree=22875104/32951124 swapFree=40554400/67111528
[pid=16743] ppid=16741 vsize=1531896 CPUtime=4800.3 cores=0,2,4,6
/proc/16743/stat : 16743 (strangenight1-m) R 16741 16743 16402 0 -1 4202496 4835621 0 0 0 479176 854 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16743/statm: 382974 293272 395 112 0 377939 0
[pid=16743/tid=16744] ppid=16741 vsize=1531896 CPUtime=1197.27 cores=0,2,4,6
/proc/16743/task/16744/stat : 16744 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 748515 0 0 0 119578 149 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16743/tid=16745] ppid=16741 vsize=1531896 CPUtime=1195.66 cores=0,2,4,6
/proc/16743/task/16745/stat : 16745 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1162784 0 0 0 119361 205 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16743/tid=16746] ppid=16741 vsize=1531896 CPUtime=1203.69 cores=0,2,4,6
/proc/16743/task/16746/stat : 16746 (strangenight1-m) R 16741 16743 16402 0 -1 4202560 1535627 0 0 0 120108 261 0 0 25 0 4 0 652927256 1568661504 293272 33554432000 4194304 4650419 140733240784016 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1531896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.77
CPU time (s): 4800.38
CPU user time (s): 4791.79
CPU system time (s): 8.59269
CPU usage (%): 398.78
Max. virtual memory (cumulated for all children) (KiB): 1587892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.79
system time used= 8.59269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4835621
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= 5426
involuntary context switches= 22851

runsolver used 3.77743 second user time and 9.56255 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 00:47:48
IDJOB=3369140
IDBENCH=83182
IDSOLVER=1846
FILE ID=node104/3369140-1305413268
RUNJOBID= node104-1305410852-16420
PBS_JOBID= 13324539
Free space on /tmp= 73392 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x34.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369140-1305413268/watcher-3369140-1305413268 -o /tmp/evaluation-result-3369140-1305413268/solver-3369140-1305413268 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369140-1305413268.cnf

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

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=1858958871

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25793276 kB
Buffers:        297248 kB
Cached:        2385184 kB
SwapCached:     122128 kB
Active:         930948 kB
Inactive:      5960296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25793276 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           17096 kB
Writeback:           0 kB
AnonPages:     4099036 kB
Mapped:           9712 kB
Slab:           118408 kB
PageTables:      84668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74808964 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= 73364 MiB
End job on node104 at 2011-05-15 01:07:54