Trace number 3175044

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? (TO) 4800.22 1201.94

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S1201761407-024-UNKNOWN.cnf
MD5SUMf551de19344e39204ca6929dfef80a04
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.989848
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175044-1304079329.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.01	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.01	c -- vars added       2500
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.02
3.17/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.01
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:     70  v-fix:    0  time:  0.05 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:    1171 undec:     283 neg:    1046
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0      2430     10424         0         0     31656         0   no data   no data  --
3.17/0.81	c  N dy    23      4032      2430     10424         0      4031     31656    282237     42.33     44.98  --
3.17/0.81	c  N dy    49      8088      2430     10424         0      5590     31656    278387     43.83     48.97  --
3.57/0.91	c  N dy    73     12144      2430     10424         0      5397     31656    173709     44.25     46.92  --
4.38/1.11	c  N dy    97     16178      2430     10424         0      9431     31656    442599     44.39     47.26  --
5.56/1.41	c  N dy   116     20212      2430     10424         0      7849     31656    262015     44.20     49.68  --
6.35/1.67	c  N dy   140     24224      2430     10424         0     11861     31656    538070     44.40     47.64  --
6.75/1.73	c  F st   145     25001      2430     10424         0     12637     31656    591085     44.43   no data  --
7.55/1.99	c  N st   150     28299      2430     10424         0      9124     31656    284145     44.43   no data  --
8.37/2.12	c  S st   151     30000      2430     10424         0     10821     31656    415072     44.43   no data  --
8.37/2.15	c  S st   151     30503      2430     10424         0     11324     31656    444763     44.43   no data  --
8.37/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
8.37/2.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
8.37/2.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
12.76/3.28	c lits-rem:        36  cl-subs:        8  v-elim:      0  v-fix:    0  time:  4.37 s
12.76/3.30	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.06
12.76/3.30	c calculated reachability. Time: 0.00
12.76/3.30	c  N dy   151     30503      2430     10424         0     11316     31656    443939     44.43   no data  --
14.34/3.63	c  N dy   179     34520      2430     10424         0     15330     31656    725070     44.70     51.42  --
15.54/3.95	c  N dy   203     38667      2430     10424         0     11572     31656    376868     44.80     47.52  --
16.74/4.30	c  N dy   231     42762      2430     10424         0     15667     31656    658186     44.98     48.05  --
17.94/4.56	c  S st   249     45754      2430     10424         0      9707     31656    182949     45.00   no data  --
17.94/4.59	c  S st   249     46258      2430     10424         0     10211     31656    212663     45.00   no data  --
17.94/4.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.94/4.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.34/4.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.34/4.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.34/4.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.34/4.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
18.34/4.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
19.53/5.00	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.52 s
19.93/5.00	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
19.93/5.00	c vivif2 --  cl tried    10208 cl shrink        0 lits rem          0 time: 0.01
19.93/5.01	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.06
19.93/5.01	c calculated reachability. Time: 0.00
19.93/5.01	c  N dy   249     46258      2430     10424         0     10208     31656    212472     45.00   no data  --
21.13/5.34	c  N dy   278     50355      2430     10424         0     14304     31656    492224     45.12     48.30  --
22.73/5.71	c  N dy   305     54444      2430     10424         0     18392     31656    770586     45.17     48.08  --
23.93/6.06	c  N dy   327     58544      2430     10424         0     12514     31656    309633     45.09     48.16  --
25.52/6.43	c  N dy   350     62837      2430     10424         0     16805     31656    603521     45.08     47.46  --
27.12/6.83	c  N dy   379     66887      2430     10424         0     20854     31656    889681     45.26     48.88  --
27.92/7.06	c  S st   394     69387      2430     10424         0     12365     31656    233997     45.25     41.28  --
28.31/7.10	c  S st   394     69888      2430     10424         0     12866     31656    261531     45.25   no data  --
28.31/7.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.31/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
28.31/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.31/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.31/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
28.31/7.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
30.73/7.73	c lits-rem:         9  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.41 s
30.73/7.73	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
30.73/7.73	c vivif2 --  cl tried    12864 cl shrink        0 lits rem          0 time: 0.01
30.73/7.75	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.07
30.73/7.75	c calculated reachability. Time: 0.00
30.73/7.75	c  N dy   394     69888      2430     10424         0     12864     31656    261404     45.25   no data  --
32.31/8.13	c  N dy   416     74358      2430     10424         0     17333     31656    570788     45.25     47.88  --
34.31/8.62	c  N dy   447     79319      2430     10424         0     22293     31656    916883     45.32     48.18  --
35.90/9.10	c  N dy   482     84456      2430     10424         0     15441     31656    390703     45.37     47.80  --
37.10/9.36	c  F st   498     87500      2430     10424         0     18481     31656    598001     45.35     40.44  --
38.30/9.69	c  N st   503     90797      2430     10424         0     21772     31656    869109     45.35   no data  --
41.09/10.31	c  N dy   523     96807      2430     10424         0     14789     31656    273530     45.29     48.05  --
43.10/10.87	c  N dy   552    103125      2430     10424         0     21105     31656    711648     45.25     47.74  --
43.92/11.04	c  S st   559    104833      2430     10424         0     22813     31656    829203     45.22   no data  --
44.29/11.10	c  S st   559    105334      2430     10424         0     23314     31656    860006     45.22   no data  --
44.29/11.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.29/11.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.29/11.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.05
44.29/11.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.29/11.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.29/11.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
44.29/11.16	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
61.09/15.31	c lits-rem:       120  cl-subs:        8  v-elim:      0  v-fix:    0  time: 16.58 s
61.09/15.31	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
61.09/15.32	c vivif2 --  cl tried    23306 cl shrink        0 lits rem          0 time: 0.04
61.09/15.35	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.12
61.09/15.35	c calculated reachability. Time: 0.00
61.09/15.35	c  N dy   559    105334      2430     10424         0     23306     31656    858720     45.22   no data  --
63.86/16.06	c  N dy   598    112114      2430     10424         0     16089     31656    306281     45.21     47.78  --
66.66/16.76	c  N dy   646    119347      2430     10424         0     23317     31656    804652     45.26     47.93  --
70.28/17.64	c  N dy   698    127061      2430     10424         0     16041     31656    239936     45.38     54.02  --
73.46/18.40	c  N dy   743    135272      2430     10424         0     24248     31656    805420     45.37     47.77  --
77.06/19.39	c  N dy   780    143999      2430     10424         0     16977     31656    243631     45.34     58.32  --
80.65/20.29	c  N dy   838    153296      2430     10424         0     26273     31656    883969     45.38     48.82  --
83.06/20.84	c  S st   868    158002      2430     10424         0     30979     31656   1211421     45.41   no data  --
83.46/20.91	c  S st   868    158507      2430     10424         0     31484     31656   1238518     45.41   no data  --
83.46/20.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
83.46/20.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.46/20.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.07
83.46/20.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.46/20.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.46/20.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
83.46/20.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
92.62/23.20	c lits-rem:        51  cl-subs:       15  v-elim:      0  v-fix:    0  time:  8.86 s
92.62/23.20	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
92.62/23.22	c vivif2 --  cl tried    31469 cl shrink        0 lits rem          0 time: 0.06
92.62/23.25	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.15
92.62/23.26	c calculated reachability. Time: 0.00
92.62/23.26	c  N dy   868    158507      2430     10424         0     31469     31656   1236671     45.41   no data  --
97.02/24.31	c  N dy   924    168666      2430     10424         0     24633     31656    706053     45.39     48.17  --
102.22/25.63	c  N dy   987    179494      2430     10424         0     35456     31656   1446201     45.37     49.32  --
107.01/26.87	c  N dy  1047    190985      2430     10424         0     28950     31656    941484     45.35     48.13  --
113.00/28.39	c  N dy  1125    203545      2430     10424         0     22515     31656    435254     45.39     48.91  --
119.39/29.90	c  N dy  1205    216573      2430     10424         0     35539     31656   1338271     45.45     48.10  --
125.79/31.51	c  N dy  1294    230411      2430     10424         0     29374     31656    844439     45.52     48.23  --
129.37/32.44	c  S st  1342    237761      2430     10424         0     36721     31656   1360035     45.54     44.44  --
129.77/32.52	c  S st  1342    238268      2430     10424         0     37228     31656   1389438     45.54   no data  --
129.77/32.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
129.77/32.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.77/32.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.08
129.77/32.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.77/32.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.17/32.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
130.17/32.60	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
139.37/34.91	c lits-rem:        62  cl-subs:       10  v-elim:      0  v-fix:    0  time:  9.23 s
139.37/34.91	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
139.37/34.92	c vivif2 --  cl tried    37218 cl shrink        0 lits rem          0 time: 0.06
139.37/34.97	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.18
139.37/34.97	c calculated reachability. Time: 0.00
139.37/34.97	c  N dy  1342    238268      2430     10424         0     37218     31656   1388191     45.54   no data  --
146.55/36.78	c  N dy  1431    253509      2430     10424         0     31467     31656    922670     45.56     63.91  --
155.34/38.92	c  N dy  1527    269728      2430     10424         0     25684     31656    463658     45.59     48.10  --
164.13/41.15	c  N dy  1628    286950      2430     10424         0     42903     31656   1654070     45.60     49.68  --
173.31/43.49	c  N dy  1741    305343      2430     10424         0     38297     31656   1272564     45.66     50.92  --
174.11/43.61	c  F st  1746    306250      2430     10424         0     39204     31656   1333504     45.65     44.37  --
184.12/46.11	c  N dy  1833    324983      2430     10424         0     33932     31656    907535     45.68     48.19  --
195.29/48.95	c  N dy  1948    345123      2430     10424         0     29079     31656    512954     45.67     48.36  --
201.69/50.54	c  S st  2017    357403      2430     10424         0     41351     31656   1377407     45.68   no data  --
202.09/50.63	c  S st  2017    357905      2430     10424         0     41853     31656   1404865     45.68   no data  --
202.09/50.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
202.09/50.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.09/50.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.09
202.47/50.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
202.47/50.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
202.47/50.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
202.47/50.70	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
212.86/53.39	c lits-rem:        26  cl-subs:       18  v-elim:      0  v-fix:    0  time: 10.74 s
212.86/53.40	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
213.26/53.41	c vivif2 --  cl tried    41835 cl shrink        0 lits rem          0 time: 0.06
213.26/53.46	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.21
213.26/53.47	c calculated reachability. Time: 0.00
213.26/53.47	c  N dy  2017    357905      2430     10424         0     41835     31656   1402869     45.68   no data  --
224.45/56.28	c  N dy  2128    377929      2430     10424         0     35866     31656    923135     45.71     48.13  --
237.62/59.51	c  N dy  2242    398126      2430     10424         0     29062     31656    380129     45.72     48.43  --
248.41/62.29	c  N dy  2339    418275      2430     10424         0     49207     31656   1780954     45.69     48.27  --
260.40/65.23	c  N dy  2463    438377      2430     10424         0     41311     31656   1165579     45.71     48.57  --
273.18/68.48	c  N dy  2570    458667      2430     10424         0     32601     31656    502788     45.70     48.14  --
285.18/71.48	c  N dy  2696    478740      2430     10424         0     52667     31656   1905809     45.72     48.35  --
297.55/74.56	c  N dy  2803    498985      2430     10424         0     42914     31656   1166343     45.73     48.56  --
311.55/78.06	c  N dy  2914    519144      2430     10424         0     32085     31656    344909     45.75     48.18  --
321.91/80.64	c  S st  3032    536859      2430     10424         0     49798     31656   1581090     45.79   no data  --
322.31/80.74	c  S st  3032    537360      2430     10424         0     50299     31656   1608879     45.79   no data  --
322.31/80.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
322.31/80.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
322.31/80.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.11
322.71/80.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
322.71/80.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
322.71/80.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
322.71/80.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
336.29/84.21	c lits-rem:        72  cl-subs:       19  v-elim:      0  v-fix:    0  time: 13.49 s
336.29/84.21	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
336.29/84.23	c vivif2 --  cl tried    50280 cl shrink        0 lits rem          0 time: 0.07
336.29/84.30	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.26
336.70/84.30	c calculated reachability. Time: 0.00
336.70/84.30	c  N dy  3032    537360      2430     10424         0     50280     31656   1606429     45.79   no data  --
349.87/87.64	c  N dy  3138    557449      2430     10424         0     38365     31656    715435     45.79     50.28  --
363.06/90.95	c  N dy  3264    577543      2430     10424         0     58455     31656   2110514     45.82     48.25  --
376.24/94.26	c  N dy  3390    597673      2430     10424         0     45586     31656   1161718     45.84     48.27  --
392.61/98.30	c  N dy  3510    619338      2430     10424         0     67245     31656   2680855     45.84     48.73  --
405.00/101.42	c  N dy  3631    639387      2430     10424         0     53299     31656   1647916     45.86     49.05  --
420.18/105.27	c  N dy  3735    659414      2430     10424         0     38329     31656    529086     45.86     49.91  --
434.16/108.77	c  N dy  3860    679891      2430     10424         0     58801     31656   1960024     45.88     48.31  --
449.74/112.65	c  N dy  3974    699930      2430     10424         0     42846     31656    771911     45.88     49.06  --
464.52/116.35	c  N dy  4089    719967      2430     10424         0     62875     31656   2175564     45.90     48.37  --
480.10/120.26	c  N dy  4207    740087      2430     10424         0     46002     31656    941852     45.93     48.45  --
494.88/123.98	c  N dy  4327    760416      2430     10424         0     66328     31656   2372361     45.95     48.52  --
510.05/127.75	c  N dy  4436    780531      2430     10424         0     48445     31656   1039797     45.94     48.73  --
525.24/131.56	c  N dy  4551    800544      2430     10424         0     68453     31656   2436401     45.95     48.52  --
530.03/132.77	c  S st  4580    806042      2430     10424         0     73947     31656   2824262     45.94   no data  --
530.83/132.92	c  S st  4580    806546      2430     10424         0     74451     31656   2855612     45.94   no data  --
530.83/132.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
530.83/132.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
530.83/132.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
531.25/133.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
531.25/133.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.25/133.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
531.25/133.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
570.79/142.92	c lits-rem:        43  cl-subs:       26  v-elim:      0  v-fix:    0  time: 39.27 s
570.79/142.92	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
570.79/142.96	c vivif2 --  cl tried    74425 cl shrink        0 lits rem          0 time: 0.13
571.19/143.07	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.47
571.19/143.08	c calculated reachability. Time: 0.00
571.19/143.08	c  N dy  4580    806546      2430     10424         0     74425     31656   2852178     45.94   no data  --
586.36/146.81	c  N dy  4715    826943      2430     10424         0     55827     31656   1501124     45.98     50.13  --
603.54/151.15	c  N dy  4839    847058      2430     10424         0     75933     31656   2913910     46.00     48.76  --
617.91/154.78	c  N dy  4967    867093      2430     10424         0     55979     31656   1439498     46.02     54.04  --
635.49/159.15	c  N dy  5091    887272      2430     10424         0     76151     31656   2850437     46.04     49.10  --
651.07/163.07	c  N dy  5215    907613      2430     10424         0     55500     31656   1350866     46.06     48.95  --
668.63/167.44	c  N dy  5346    927630      2430     10424         0     75511     31656   2773273     46.09     50.90  --
685.03/171.58	c  N dy  5471    947823      2430     10424         0     53705     31656   1156539     46.12     48.56  --
701.80/175.76	c  N dy  5588    967972      2430     10424         0     73851     31656   2576322     46.12     48.92  --
719.37/180.18	c  N dy  5707    988016      2430     10424         0     50903     31656    889346     46.14     49.23  --
735.35/184.17	c  N dy  5832   1008081      2430     10424         0     70965     31656   2290590     46.15     53.46  --
754.91/189.07	c  N dy  5948   1028724      2430     10424         0     47610     31656    598884     46.16     48.96  --
770.10/192.84	c  N dy  6059   1048914      2430     10424         0     67797     31656   2004876     46.16     50.94  --
790.49/197.93	c  N dy  6190   1068962      2430     10424         0     87837     31656   3411028     46.18     51.56  --
793.27/198.69	c  F st  6209   1071876      2430     10424         0     45764     31656    400354     46.19     47.99  --
806.05/201.82	c  N dy  6283   1089702      2430     10424         0     63585     31656   1685870     46.18     49.12  --
825.22/206.60	c  N dy  6415   1109861      2430     10424         0     83734     31656   3086690     46.20     49.15  --
842.80/211.03	c  N dy  6539   1129930      2430     10424         0     57811     31656   1184722     46.21     50.41  --
859.98/215.35	c  N dy  6658   1149933      2430     10424         0     77810     31656   2600543     46.22     50.21  --
881.15/220.67	c  N dy  6779   1170085      2430     10424         0     50974     31656    637640     46.23     49.05  --
897.92/224.87	c  N dy  6912   1190238      2430     10424         0     71116     31656   2052982     46.25     48.76  --
919.09/230.18	c  S st  7027   1209819      2430     10424         0     90690     31656   3421092     46.26   no data  --
919.89/230.38	c  S st  7027   1210323      2430     10424         0     91194     31656   3452510     46.26   no data  --
919.89/230.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
919.89/230.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
920.29/230.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
920.69/230.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
920.69/230.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
920.69/230.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
920.69/230.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1128.00/282.46	c lits-rem:        44  cl-subs:       36  v-elim:      0  v-fix:    0  time: 206.79 s
1128.00/282.46	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
1128.40/282.50	c vivif2 --  cl tried    91158 cl shrink        0 lits rem          0 time: 0.16
1128.81/282.64	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.55
1128.81/282.64	c calculated reachability. Time: 0.00
1128.81/282.64	c  N dy  7027   1210323      2430     10424         0     91158     31656   3447949     46.26   no data  --
1145.58/286.85	c  N dy  7152   1230324      2430     10424         0     63170     31656   1438904     46.27     52.06  --
1164.76/291.65	c  N dy  7284   1250423      2430     10424         0     83259     31656   2877229     46.30     52.90  --
1185.53/296.83	c  N dy  7386   1270628      2430     10424         0     54477     31656    757371     46.30     48.93  --
1202.31/301.03	c  N dy  7514   1290653      2430     10424         0     74499     31656   2173818     46.32     54.22  --
1224.27/306.50	c  N dy  7632   1310892      2430     10424         0     94732     31656   3598614     46.32     49.01  --
1241.85/310.93	c  N dy  7759   1330968      2430     10424         0     64811     31656   1423648     46.34     49.20  --
1261.04/315.72	c  N dy  7877   1351049      2430     10424         0     84884     31656   2842454     46.35     49.65  --
1283.39/321.37	c  N dy  7998   1371128      2430     10424         0     53971     31656    595224     46.36     52.17  --
1299.77/325.45	c  N dy  8121   1391158      2430     10424         0     73994     31656   2015409     46.38     52.56  --
1320.93/330.76	c  N dy  8243   1411241      2430     10424         0     94072     31656   3431145     46.39     49.68  --
1341.31/335.82	c  N dy  8367   1431256      2430     10424         0     62099     31656   1099339     46.40     49.67  --
1359.69/340.45	c  N dy  8499   1451343      2430     10424         0     82181     31656   2533465     46.42     48.98  --
1383.26/346.34	c  N dy  8619   1471578      2430     10424         0    102413     31656   3981527     46.43     49.97  --
1401.25/350.85	c  N dy  8740   1491584      2430     10424         0     69426     31656   1562016     46.44     49.09  --
1421.60/355.93	c  N dy  8854   1511957      2430     10424         0     89794     31656   2996058     46.45     50.12  --
1446.36/362.18	c  N dy  8982   1532023      2430     10424         0     55871     31656    532468     46.46     49.31  --
1463.93/366.52	c  N dy  9110   1552040      2430     10424         0     75875     31656   1953925     46.48     49.11  --
1485.50/371.98	c  N dy  9234   1572072      2430     10424         0     95904     31656   3368656     46.49     49.66  --
1508.68/377.74	c  N dy  9355   1592131      2430     10424         0     60979     31656    832482     46.50     49.04  --
1526.25/382.19	c  N dy  9469   1612240      2430     10424         0     81086     31656   2263292     46.50     49.35  --
1549.83/388.02	c  N dy  9593   1632386      2430     10424         0    101227     31656   3693988     46.51     49.57  --
1571.79/393.54	c  N dy  9719   1652446      2430     10424         0     65294     31656   1061220     46.52     49.40  --
1590.96/398.36	c  N dy  9838   1672470      2430     10424         0     85314     31656   2468399     46.53     49.54  --
1616.14/404.64	c  N dy  9976   1692539      2430     10424         0    105377     31656   3900696     46.55     51.14  --
1636.50/409.71	c  S st 10082   1710328      2430     10424         0     66172     31656   1070844     46.55     39.85  --
1636.90/409.85	c  S st 10082   1710829      2430     10424         0     66673     31656   1102746     46.55   no data  --
1636.90/409.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1636.90/409.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1636.90/409.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
1637.30/409.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1637.30/409.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1637.30/409.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
1637.30/409.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1648.08/412.67	c lits-rem:        43  cl-subs:        8  v-elim:      0  v-fix:    0  time: 10.89 s
1648.08/412.67	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
1648.08/412.68	c vivif2 --  cl tried    66665 cl shrink        0 lits rem          0 time: 0.06
1648.48/412.78	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.38
1648.48/412.78	c calculated reachability. Time: 0.00
1648.48/412.78	c  N dy 10082   1710829      2430     10424         0     66665     31656   1101601     46.55   no data  --
1668.86/417.83	c  N dy 10182   1731140      2430     10424         0     86970     31656   2548912     46.55     49.12  --
1694.43/424.29	c  N dy 10304   1751222      2430     10424         0    107045     31656   3979964     46.57     49.34  --
1717.19/429.94	c  N dy 10408   1771259      2430     10424         0     69092     31656   1215478     46.57     49.63  --
1737.96/435.14	c  N dy 10530   1791341      2430     10424         0     89169     31656   2652519     46.58     49.07  --
1763.93/441.70	c  N dy 10660   1811367      2430     10424         0    109188     31656   4086956     46.60     49.90  --
1787.50/447.50	c  N dy 10782   1831514      2430     10424         0     70349     31656   1228773     46.61     49.07  --
1808.67/452.81	c  N dy 10910   1851537      2430     10424         0     90369     31656   2649774     46.62     55.65  --
1835.42/459.50	c  N dy 11031   1871725      2430     10424         0    110552     31656   4087681     46.63     49.15  --
1858.99/465.42	c  N dy 11152   1891796      2430     10424         0     70634     31656   1196757     46.64     49.74  --
1879.77/470.67	c  N dy 11257   1912071      2430     10424         0     90904     31656   2649917     46.64     49.21  --
1905.33/477.07	c  N dy 11368   1932084      2430     10424         0    110906     31656   4073892     46.65     62.91  --
1930.50/483.32	c  N dy 11494   1952150      2430     10424         0     69979     31656   1084801     46.66     49.61  --
1951.26/488.53	c  N dy 11625   1972162      2430     10424         0     89986     31656   2513691     46.68     49.48  --
1976.04/494.78	c  N dy 11738   1992177      2430     10424         0    109991     31656   3928733     46.68     49.26  --
2002.80/501.47	c  N dy 11868   2012555      2430     10424         0     68389     31656    898537     46.69     49.18  --
2022.76/506.46	c  N dy 11990   2032561      2430     10424         0     88390     31656   2321146     46.70     49.23  --
2047.56/512.64	c  N dy 12119   2052604      2430     10424         0    108428     31656   3731351     46.71     49.96  --
2075.90/519.80	c  N dy 12240   2072831      2430     10424         0     65665     31656    648546     46.72     50.69  --
2095.89/524.70	c  N dy 12373   2092903      2430     10424         0     85733     31656   2084308     46.73     51.82  --
2119.84/530.76	c  N dy 12498   2112961      2430     10424         0    105782     31656   3506483     46.74     56.78  --
2149.00/538.06	c  N dy 12625   2133032      2430     10424         0    125845     31656   4937406     46.75     50.04  --
2168.97/543.02	c  N dy 12748   2153083      2430     10424         0     81915     31656   1749040     46.77     49.82  --
2192.16/548.83	c  N dy 12876   2173218      2430     10424         0    102044     31656   3181724     46.78     49.50  --
2220.49/555.95	c  N dy 13000   2193221      2430     10424         0    122040     31656   4613395     46.79     49.48  --
2242.07/561.36	c  S st 13113   2210829      2430     10424         0     74662     31656   1168180     46.80   no data  --
2242.87/561.51	c  S st 13113   2211331      2430     10424         0     75164     31656   1200051     46.80   no data  --
2242.87/561.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2242.87/561.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2242.87/561.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
2243.27/561.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2243.27/561.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2243.27/561.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
2243.27/561.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2256.85/565.05	c lits-rem:        37  cl-subs:        7  v-elim:      0  v-fix:    0  time: 13.72 s
2256.85/565.05	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
2256.85/565.06	c vivif2 --  cl tried    75157 cl shrink        0 lits rem          0 time: 0.06
2257.25/565.16	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.39
2257.25/565.16	c calculated reachability. Time: 0.00
2257.25/565.16	c  N dy 13113   2211331      2430     10424         0     75157     31656   1199375     46.80   no data  --
2278.43/570.47	c  N dy 13227   2231499      2430     10424         0     95322     31656   2625708     46.80     50.31  --
2304.63/577.04	c  N dy 13356   2251597      2430     10424         0    115414     31656   4074149     46.82     51.49  --
2331.89/583.96	c  N dy 13452   2271930      2430     10424         0     69763     31656    741987     46.80     49.46  --
2351.61/588.98	c  N dy 13586   2292178      2430     10424         0     90002     31656   2193330     46.82     50.22  --
2377.07/595.31	c  N dy 13717   2312240      2430     10424         0    110061     31656   3612048     46.83     49.66  --
2406.65/602.79	c  N dy 13829   2332295      2430     10424         0    130107     31656   5044720     46.83     53.23  --
2428.20/608.16	c  N dy 13948   2352321      2430     10424         0     83143     31656   1630136     46.83     49.79  --
2451.76/614.02	c  N dy 14073   2372416      2430     10424         0    103234     31656   3057503     46.84     49.83  --
2480.53/621.23	c  N dy 14208   2392694      2430     10424         0    123506     31656   4510081     46.86     51.69  --
2507.72/628.04	c  N dy 14328   2412873      2430     10424         0     75696     31656   1031588     46.87     49.93  --
2528.46/633.23	c  N dy 14441   2432907      2430     10424         0     95726     31656   2463130     46.87     49.92  --
2555.23/639.97	c  N dy 14568   2453135      2430     10424         0    115950     31656   3897520     46.88     50.65  --
2588.39/648.21	c  N dy 14688   2473167      2430     10424         0    135979     31656   5308967     46.88     55.78  --
2609.95/653.67	c  N dy 14806   2493220      2430     10424         0     87046     31656   1784294     46.89     54.74  --
2635.14/659.99	c  N dy 14934   2513354      2430     10424         0    107173     31656   3227638     46.90     50.68  --
2665.90/667.63	c  N dy 15064   2533417      2430     10424         0    127231     31656   4662450     46.91     52.41  --
2695.44/675.00	c  N dy 15194   2553501      2430     10424         0     77326     31656   1019409     46.92     50.13  --
2717.41/680.53	c  N dy 15307   2573511      2430     10424         0     97332     31656   2442983     46.93     53.30  --
2745.39/687.51	c  N dy 15426   2593568      2430     10424         0    117386     31656   3887604     46.94     49.94  --
2778.52/695.83	c  N dy 15542   2613597      2430     10424         0    137410     31656   5312701     46.94     58.09  --
2803.28/702.00	c  N dy 15659   2634201      2430     10424         0     87036     31656   1646447     46.94     49.52  --
2828.06/708.20	c  N dy 15766   2654381      2430     10424         0    107209     31656   3091101     46.94     50.01  --
2858.82/715.93	c  N dy 15897   2674574      2430     10424         0    127398     31656   4529582     46.95     49.59  --
2891.16/724.05	c  N dy 16002   2694598      2430     10424         0     75432     31656    760428     46.95     51.36  --
2909.94/728.73	c  S st 16112   2711331      2430     10424         0     92163     31656   1959156     46.96   no data  --
2910.73/728.92	c  S st 16112   2711833      2430     10424         0     92665     31656   1989663     46.96   no data  --
2910.73/728.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2910.73/728.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2910.73/728.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
2911.13/729.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2911.13/729.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2911.13/729.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
2911.13/729.05	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2945.49/737.68	c lits-rem:        28  cl-subs:        8  v-elim:      0  v-fix:    0  time: 34.44 s
2945.49/737.68	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
2945.89/737.71	c vivif2 --  cl tried    92657 cl shrink        0 lits rem          0 time: 0.10
2946.29/737.84	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.53
2946.29/737.84	c calculated reachability. Time: 0.00
2946.29/737.84	c  N dy 16112   2711833      2430     10424         0     92657     31656   1988720     46.96   no data  --
2971.45/744.15	c  N dy 16220   2731886      2430     10424         0    112703     31656   3414767     46.96     50.52  --
3001.01/751.56	c  N dy 16334   2752231      2430     10424         0    133045     31656   4870658     46.96     50.23  --
3030.60/758.96	c  N dy 16450   2772778      2430     10424         0     80597     31656   1066223     46.96     50.16  --
3053.34/764.60	c  N dy 16584   2792851      2430     10424         0    100663     31656   2502172     46.97     54.86  --
3081.30/771.65	c  N dy 16715   2813068      2430     10424         0    120873     31656   3934075     46.98     49.72  --
3113.66/779.80	c  N dy 16836   2833080      2430     10424         0    140877     31656   5361597     46.99     57.96  --
3140.02/786.31	c  N dy 16951   2853200      2430     10424         0     87016     31656   1457880     46.99     49.91  --
3163.99/792.33	c  N dy 17069   2873202      2430     10424         0    107014     31656   2879227     47.00     49.50  --
3193.57/799.71	c  N dy 17185   2893610      2430     10424         0    127419     31656   4336822     47.00     49.81  --
3227.51/808.21	c  N dy 17310   2913685      2430     10424         0    147486     31656   5774023     47.00     49.93  --
3250.28/813.96	c  N dy 17415   2933708      2430     10424         0     92521     31656   1786139     47.01     49.56  --
3275.83/820.33	c  N dy 17524   2953715      2430     10424         0    112526     31656   3214718     47.00     49.80  --
3306.59/828.08	c  N dy 17648   2973868      2430     10424         0    132673     31656   4654755     47.01     50.02  --
3341.75/836.88	c  N dy 17768   2993882      2430     10424         0     76699     31656    586474     47.02     50.84  --
3362.91/842.14	c  N dy 17882   3013965      2430     10424         0     96777     31656   2031914     47.02     50.69  --
3389.68/848.88	c  N dy 18004   3034195      2430     10424         0    117001     31656   3468062     47.02     49.95  --
3421.65/856.89	c  N dy 18127   3054279      2430     10424         0    137078     31656   4905716     47.03     50.30  --
3457.21/865.76	c  N dy 18263   3074650      2430     10424         0     80467     31656    790124     47.04     49.78  --
3480.75/871.64	c  N dy 18381   3094738      2430     10424         0    100547     31656   2225928     47.04     49.70  --
3509.53/878.85	c  N dy 18517   3114811      2430     10424         0    120615     31656   3670479     47.05     51.88  --
3543.07/887.27	c  N dy 18635   3134870      2430     10424         0    140670     31656   5117603     47.06     49.64  --
3578.61/896.13	c  N dy 18766   3154955      2430     10424         0     82774     31656    893865     47.07     49.55  --
3602.58/902.11	c  N dy 18896   3175030      2430     10424         0    102840     31656   2321921     47.07     50.05  --
3631.34/909.35	c  N dy 19016   3195088      2430     10424         0    122891     31656   3749448     47.08     50.35  --
3660.51/916.64	c  S st 19120   3211833      2430     10424         0    139631     31656   4940672     47.08     39.23  --
3661.71/916.97	c  S st 19120   3212336      2430     10424         0    140134     31656   4969358     47.08   no data  --
3661.71/916.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3661.71/916.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3662.11/917.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.37
3662.91/917.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3662.91/917.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3662.91/917.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2430 time:  0.00 s
3662.91/917.28	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4188.98/1048.96	c lits-rem:        48  cl-subs:       56  v-elim:      0  v-fix:    0  time: 524.95 s
4188.98/1048.96	c vivif2 --  cl tried    10424 cl shrink        0 lits rem          0 time: 0.00
4189.38/1049.02	c vivif2 --  cl tried   140078 cl shrink        0 lits rem          0 time: 0.24
4190.19/1049.26	c asymm  cl-useful: 0/10424/10424 lits-rem:0 time: 0.95
4190.19/1049.27	c calculated reachability. Time: 0.00
4190.19/1049.27	c  N dy 19120   3212336      2430     10424         0    140078     31656   4962825     47.08   no data  --
4227.72/1058.62	c  N dy 19239   3232504      2430     10424         0     81264     31656    721407     47.08     49.83  --
4252.11/1064.71	c  N dy 19371   3252615      2430     10424         0    101368     31656   2155463     47.09     49.87  --
4282.06/1072.22	c  N dy 19505   3272619      2430     10424         0    121367     31656   3593681     47.10     57.97  --
4316.01/1080.71	c  N dy 19623   3292715      2430     10424         0    141457     31656   5034876     47.10     51.48  --
4352.76/1089.93	c  N dy 19719   3312760      2430     10424         0     81522     31656    676459     47.10     49.62  --
4375.92/1095.73	c  N dy 19832   3332797      2430     10424         0    101551     31656   2100988     47.10     49.62  --
4405.08/1103.01	c  N dy 19952   3352811      2430     10424         0    121561     31656   3528569     47.11     51.94  --
4438.64/1111.48	c  N dy 20068   3373174      2430     10424         0    141920     31656   4974248     47.11     49.59  --
4478.98/1121.55	c  N dy 20196   3393279      2430     10424         0     81044     31656    576599     47.12     50.56  --
4502.57/1127.43	c  N dy 20325   3413340      2430     10424         0    101102     31656   2017157     47.13     50.42  --
4531.31/1134.62	c  N dy 20456   3433470      2430     10424         0    121229     31656   3461691     47.13     49.86  --
4564.48/1142.99	c  N dy 20570   3453539      2430     10424         0    141287     31656   4900471     47.14     50.00  --
4603.63/1152.74	c  N dy 20683   3473576      2430     10424         0    161318     31656   6328316     47.14     49.66  --
4629.58/1159.28	c  N dy 20798   3493583      2430     10424         0     99340     31656   1815340     47.14     50.87  --
4657.94/1166.30	c  N dy 20924   3513611      2430     10424         0    119361     31656   3239110     47.15     54.23  --
4691.09/1174.69	c  N dy 21048   3533662      2430     10424         0    139409     31656   4653727     47.15     50.54  --
4729.44/1184.29	c  N dy 21164   3553689      2430     10424         0    159428     31656   6088818     47.15     49.84  --
4759.40/1191.76	c  N dy 21275   3573984      2430     10424         0     96741     31656   1564873     47.15     50.76  --
4786.96/1198.60	c  N dy 21393   3594209      2430     10424         0    116963     31656   3025327     47.16     50.00  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175044-1304079329/watcher-3175044-1304079329 -o /tmp/evaluation-result-3175044-1304079329/solver-3175044-1304079329 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175044-1304079329.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.51 7.93 7.75 2/174 27303
/proc/meminfo: memFree=19050172/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 500348727 52465664 356 33554432000 4194304 4650419 140736771517856 18446744073709551615 233510297531 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 12809 356 306 112 0 7774 0
[pid=27303/tid=27304] ppid=27301 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 500348727 52465664 356 33554432000 4194304 4650419 140736771517856 18446744073709551615 47645560911798 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 4 0 500348727 52465664 364 33554432000 4194304 4650419 140736771517856 18446744073709551615 4358368 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) D 27301 27303 26704 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 4 0 500348727 52465664 369 33554432000 4194304 4650419 140736771517856 18446744073709551615 233510340698 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0359961 s]
/proc/loadavg: 7.51 7.93 7.75 2/174 27303
/proc/meminfo: memFree=19050172/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=286796 CPUtime=0.1 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 4049 0 0 0 10 0 0 0 18 0 4 0 500348727 293679104 3460 33554432000 4194304 4650419 140736771517856 18446744073709551615 233510402591 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 71699 3460 386 112 0 66664 0
[pid=27303/tid=27304] ppid=27301 vsize=286796 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1033 0 0 0 2 0 0 0 18 0 4 0 500348727 293679104 3460 33554432000 4194304 4650419 140736771517856 18446744073709551615 4420852 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=286796 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1024 0 0 0 2 0 0 0 18 0 4 0 500348727 293679104 3460 33554432000 4194304 4650419 140736771517856 18446744073709551615 233509966123 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=286796 CPUtime=0.02 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 508 0 0 0 2 0 0 0 25 0 4 0 500348727 293679104 3460 33554432000 4194304 4650419 140736771517856 18446744073709551615 233510402542 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 286796

[startup+0.111099 s]
/proc/loadavg: 7.51 7.93 7.75 2/174 27303
/proc/meminfo: memFree=19050172/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=286796 CPUtime=0.4 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 4486 0 0 0 40 0 0 0 18 0 4 0 500348727 293679104 3871 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 71699 3872 390 112 0 66664 0
[pid=27303/tid=27304] ppid=27301 vsize=286796 CPUtime=0.1 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1178 0 0 0 10 0 0 0 18 0 4 0 500348727 293679104 3872 33554432000 4194304 4650419 140736771517856 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=286796 CPUtime=0.1 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1108 0 0 0 10 0 0 0 18 0 4 0 500348727 293679104 3873 33554432000 4194304 4650419 140736771517856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=286796 CPUtime=0.09 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 621 0 0 0 9 0 0 0 25 0 4 0 500348727 293679104 3873 33554432000 4194304 4650419 140736771517856 18446744073709551615 233509953420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 286796

[startup+0.301036 s]
/proc/loadavg: 7.51 7.93 7.75 2/174 27303
/proc/meminfo: memFree=19050172/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=286796 CPUtime=1.17 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 5418 0 0 0 116 1 0 0 18 0 4 0 500348727 293679104 4803 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 71699 4803 391 112 0 66664 0
[pid=27303/tid=27304] ppid=27301 vsize=286796 CPUtime=0.28 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1408 0 0 0 28 0 0 0 18 0 4 0 500348727 293679104 4803 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=286796 CPUtime=0.29 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1338 0 0 0 29 0 0 0 18 0 4 0 500348727 293679104 4803 33554432000 4194304 4650419 140736771517856 18446744073709551615 4331873 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=286796 CPUtime=0.28 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 875 0 0 0 28 0 0 0 25 0 4 0 500348727 293679104 4803 33554432000 4194304 4650419 140736771517856 18446744073709551615 4334034 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 286796

[startup+0.700964 s]
/proc/loadavg: 7.51 7.93 7.75 2/174 27303
/proc/meminfo: memFree=19050172/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=288752 CPUtime=2.76 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 8043 0 0 0 275 1 0 0 18 0 4 0 500348727 295682048 5695 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 72188 5695 393 112 0 67153 0
[pid=27303/tid=27304] ppid=27301 vsize=288752 CPUtime=0.68 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 2068 0 0 0 68 0 0 0 18 0 4 0 500348727 295682048 5695 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366047 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=288752 CPUtime=0.68 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1976 0 0 0 68 0 0 0 18 0 4 0 500348727 295682048 5695 33554432000 4194304 4650419 140736771517856 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=288752 CPUtime=0.68 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 1593 0 0 0 68 0 0 0 25 0 4 0 500348727 295682048 5696 33554432000 4194304 4650419 140736771517856 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 288752

[startup+1.50082 s]
/proc/loadavg: 7.51 7.93 7.75 11/184 27316
/proc/meminfo: memFree=18889760/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=290188 CPUtime=5.96 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 12972 0 0 0 594 2 0 0 20 0 4 0 500348727 297152512 6195 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 72547 6195 393 112 0 67512 0
[pid=27303/tid=27304] ppid=27301 vsize=290188 CPUtime=1.48 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 3358 0 0 0 148 0 0 0 20 0 4 0 500348727 297152512 6195 33554432000 4194304 4650419 140736771517856 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=290188 CPUtime=1.48 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 3139 0 0 0 148 0 0 0 20 0 4 0 500348727 297152512 6195 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=290188 CPUtime=1.47 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 2825 0 0 0 147 0 0 0 25 0 4 0 500348727 297152512 6195 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290188

[startup+3.10054 s]
/proc/loadavg: 7.51 7.93 7.75 9/184 27316
/proc/meminfo: memFree=18873024/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=264008 CPUtime=12.34 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 23618 0 0 0 1230 4 0 0 25 0 4 0 500348727 270344192 11282 33554432000 4194304 4650419 140736771517856 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 66002 11282 395 112 0 60967 0
[pid=27303/tid=27304] ppid=27301 vsize=264008 CPUtime=3.07 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 5815 0 0 0 307 0 0 0 25 0 4 0 500348727 270344192 11282 33554432000 4194304 4650419 140736771517856 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=264008 CPUtime=3.09 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 5881 0 0 0 308 1 0 0 25 0 4 0 500348727 270344192 11282 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=264008 CPUtime=3.07 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 4813 0 0 0 306 1 0 0 25 0 4 0 500348727 270344192 11282 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 264008

[startup+6.30096 s]
/proc/loadavg: 7.71 7.96 7.77 9/184 27316
/proc/meminfo: memFree=18767576/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=280712 CPUtime=25.12 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 40074 0 0 0 2505 7 0 0 25 0 4 0 500348727 287449088 26125 33554432000 4194304 4650419 140736771517856 18446744073709551615 4255670 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 70178 26125 395 112 0 65143 0
[pid=27303/tid=27304] ppid=27301 vsize=280712 CPUtime=6.28 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 10505 0 0 0 627 1 0 0 25 0 4 0 500348727 287449088 26125 33554432000 4194304 4650419 140736771517856 18446744073709551615 4439224 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=280712 CPUtime=6.28 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 10608 0 0 0 627 1 0 0 25 0 4 0 500348727 287449088 26125 33554432000 4194304 4650419 140736771517856 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=280712 CPUtime=6.25 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 8960 0 0 0 624 1 0 0 25 0 4 0 500348727 287449088 26125 33554432000 4194304 4650419 140736771517856 18446744073709551615 4315074 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 280712

[startup+12.7008 s]
/proc/loadavg: 7.81 7.98 7.77 9/184 27316
/proc/meminfo: memFree=18711936/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=298804 CPUtime=50.68 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 56763 0 0 0 5059 9 0 0 25 0 4 0 500348727 305975296 36574 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476840 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 74701 36574 395 112 0 69666 0
[pid=27303/tid=27304] ppid=27301 vsize=298804 CPUtime=12.67 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 12851 0 0 0 1266 1 0 0 25 0 4 0 500348727 305975296 36574 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=298804 CPUtime=12.69 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 14369 0 0 0 1267 2 0 0 25 0 4 0 500348727 305975296 36574 33554432000 4194304 4650419 140736771517856 18446744073709551615 4438939 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=298804 CPUtime=12.61 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 14886 0 0 0 1259 2 0 0 25 0 4 0 500348727 305975296 36574 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 298804

[startup+25.5005 s]
/proc/loadavg: 7.92 7.99 7.78 9/184 27317
/proc/meminfo: memFree=18351108/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=309796 CPUtime=101.82 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 79511 0 0 0 10166 16 0 0 25 0 4 0 500348727 317231104 51029 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 77449 51029 395 112 0 72414 0
[pid=27303/tid=27304] ppid=27301 vsize=309796 CPUtime=25.47 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 20735 0 0 0 2544 3 0 0 25 0 4 0 500348727 317231104 51029 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=309796 CPUtime=25.48 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 17502 0 0 0 2546 2 0 0 25 0 4 0 500348727 317231104 51029 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=309796 CPUtime=25.34 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 20221 0 0 0 2530 4 0 0 25 0 4 0 500348727 317231104 51029 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 309796

[startup+51.1009 s]
/proc/loadavg: 7.95 7.99 7.79 9/184 27317
/proc/meminfo: memFree=18225184/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=470560 CPUtime=204.07 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 115994 0 0 0 20382 25 0 0 25 0 4 0 500348727 481853440 64378 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 117640 64378 395 112 0 112605 0
[pid=27303/tid=27304] ppid=27301 vsize=470560 CPUtime=51.06 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 31419 0 0 0 5099 7 0 0 25 0 4 0 500348727 481853440 64378 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=470560 CPUtime=51.09 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 23793 0 0 0 5105 4 0 0 25 0 4 0 500348727 481853440 64378 33554432000 4194304 4650419 140736771517856 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=470560 CPUtime=50.8 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 29500 0 0 0 5074 6 0 0 25 0 4 0 500348727 481853440 64378 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 470560

[startup+102.307 s]
/proc/loadavg: 8.07 8.02 7.81 9/184 27319
/proc/meminfo: memFree=18051812/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=532504 CPUtime=408.61 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 177537 0 0 0 40815 46 0 0 25 0 4 0 500348727 545284096 69769 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 133126 69769 395 112 0 128091 0
[pid=27303/tid=27304] ppid=27301 vsize=532504 CPUtime=102.27 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 51219 0 0 0 10212 15 0 0 25 0 4 0 500348727 545284096 69769 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=532504 CPUtime=102.29 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 35252 0 0 0 10222 7 0 0 25 0 4 0 500348727 545284096 69769 33554432000 4194304 4650419 140736771517856 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=532504 CPUtime=101.74 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 39331 0 0 0 10164 10 0 0 25 0 4 0 500348727 545284096 69769 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 532504

[startup+162.301 s]

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

[pid=27303] ppid=27301 vsize=799036 CPUtime=2804.49 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 1035662 0 0 0 280140 309 0 0 25 0 4 0 500348727 818212864 118357 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 199759 118374 395 112 0 194724 0
[pid=27303/tid=27304] ppid=27301 vsize=799036 CPUtime=701.53 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 259205 0 0 0 70067 86 0 0 25 0 4 0 500348727 818212864 118381 33554432000 4194304 4650419 140736771517856 18446744073709551615 4441467 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=799036 CPUtime=702.15 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 140118 0 0 0 70164 51 0 0 25 0 4 0 500348727 818212864 118382 33554432000 4194304 4650419 140736771517856 18446744073709551615 4367302 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=799036 CPUtime=698.47 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 313434 0 0 0 69765 82 0 0 25 0 4 0 500348727 818212864 118382 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2804.49
Current children cumulated vsize (KiB) 799036

[startup+762.307 s]
/proc/loadavg: 8.14 8.12 7.93 9/184 27339
/proc/meminfo: memFree=17344760/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=847088 CPUtime=3044.17 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 1168486 0 0 0 304077 340 0 0 25 0 4 0 500348727 867418112 122354 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 211772 122354 395 112 0 206737 0
[pid=27303/tid=27304] ppid=27301 vsize=847088 CPUtime=761.53 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 358264 0 0 0 76051 102 0 0 25 0 4 0 500348727 867418112 122354 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=847088 CPUtime=762.16 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 147403 0 0 0 76161 55 0 0 25 0 4 0 500348727 867418112 122354 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=847088 CPUtime=758.15 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 327435 0 0 0 75726 89 0 0 25 0 4 0 500348727 867418112 122354 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.17
Current children cumulated vsize (KiB) 847088

[startup+822.301 s]
/proc/loadavg: 8.10 8.11 7.94 9/184 27341
/proc/meminfo: memFree=17360480/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=849136 CPUtime=3283.82 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 1218777 0 0 0 328020 362 0 0 25 0 4 0 500348727 869515264 125297 33554432000 4194304 4650419 140736771517856 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 212284 125298 395 112 0 207249 0
[pid=27303/tid=27304] ppid=27301 vsize=849136 CPUtime=821.52 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 372134 0 0 0 82044 108 0 0 25 0 4 0 500348727 869515264 125298 33554432000 4194304 4650419 140736771517856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=849136 CPUtime=822.15 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 155364 0 0 0 82156 59 0 0 25 0 4 0 500348727 869515264 125298 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=849136 CPUtime=817.83 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 341673 0 0 0 81688 95 0 0 25 0 4 0 500348727 869515264 125298 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.82
Current children cumulated vsize (KiB) 849136

[startup+882.301 s]
/proc/loadavg: 8.09 8.10 7.94 9/184 27342
/proc/meminfo: memFree=17349300/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=850012 CPUtime=3523.49 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 1264544 0 0 0 351967 382 0 0 25 0 4 0 500348727 870412288 122126 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 212503 122126 395 112 0 207468 0
[pid=27303/tid=27304] ppid=27301 vsize=850012 CPUtime=881.51 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 386648 0 0 0 88038 113 0 0 25 0 4 0 500348727 870412288 122126 33554432000 4194304 4650419 140736771517856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=850012 CPUtime=882.16 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 159162 0 0 0 88155 61 0 0 25 0 4 0 500348727 870412288 122126 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=850012 CPUtime=877.5 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 355532 0 0 0 87647 103 0 0 25 0 4 0 500348727 870412288 122126 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.49
Current children cumulated vsize (KiB) 850012

[startup+942.3 s]
/proc/loadavg: 8.13 8.11 7.95 9/184 27344
/proc/meminfo: memFree=17163636/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=1030424 CPUtime=3763.17 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 1440237 0 0 0 375903 414 0 0 25 0 4 0 500348727 1055154176 156844 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 257606 156845 395 112 0 252571 0
[pid=27303/tid=27304] ppid=27301 vsize=1030424 CPUtime=941.51 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 446816 0 0 0 94028 123 0 0 25 0 4 0 500348727 1055154176 156845 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=1030424 CPUtime=942.16 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 163203 0 0 0 94153 63 0 0 25 0 4 0 500348727 1055154176 156845 33554432000 4194304 4650419 140736771517856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=1030424 CPUtime=937.17 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 415983 0 0 0 93603 114 0 0 25 0 4 0 500348727 1055154176 156845 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.17
Current children cumulated vsize (KiB) 1030424

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 7.96 9/184 27346
/proc/meminfo: memFree=17186772/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=1030948 CPUtime=4002.84 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 1750688 0 0 0 399824 460 0 0 25 0 4 0 500348727 1055690752 156683 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 257737 156683 395 112 0 252702 0
[pid=27303/tid=27304] ppid=27301 vsize=1030948 CPUtime=1001.5 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 538575 0 0 0 100014 136 0 0 25 0 4 0 500348727 1055690752 156683 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=1030948 CPUtime=1002.15 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 169907 0 0 0 100148 67 0 0 25 0 4 0 500348727 1055690752 156683 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=1030948 CPUtime=996.84 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 512400 0 0 0 99558 126 0 0 25 0 4 0 500348727 1055690752 156683 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.84
Current children cumulated vsize (KiB) 1030948

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 7.97 9/184 27347
/proc/meminfo: memFree=17195548/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=982632 CPUtime=4242.51 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 2113229 0 0 0 423737 514 0 0 25 0 4 0 500348727 1006215168 152726 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 245658 152726 395 112 0 240623 0
[pid=27303/tid=27304] ppid=27301 vsize=982632 CPUtime=1061.5 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 647909 0 0 0 105999 151 0 0 25 0 4 0 500348727 1006215168 152726 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=982632 CPUtime=1062.16 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 176390 0 0 0 106143 73 0 0 25 0 4 0 500348727 1006215168 152726 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=982632 CPUtime=1056.52 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 645327 0 0 0 105509 143 0 0 25 0 4 0 500348727 1006215168 152726 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.51
Current children cumulated vsize (KiB) 982632

[startup+1122.3 s]
/proc/loadavg: 8.13 8.13 7.98 9/184 27349
/proc/meminfo: memFree=17130644/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=983664 CPUtime=4482.19 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 2261204 0 0 0 447672 547 0 0 25 0 4 0 500348727 1007271936 154123 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 245916 154123 395 112 0 240881 0
[pid=27303/tid=27304] ppid=27301 vsize=983664 CPUtime=1121.49 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 747448 0 0 0 111984 165 0 0 25 0 4 0 500348727 1007271936 154123 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=983664 CPUtime=1122.16 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 186371 0 0 0 112139 77 0 0 25 0 4 0 500348727 1007271936 154123 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476440 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=983664 CPUtime=1116.19 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 670974 0 0 0 111468 151 0 0 25 0 4 0 500348727 1007271936 154123 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.19
Current children cumulated vsize (KiB) 983664

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.00 9/184 27350
/proc/meminfo: memFree=16985916/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=984520 CPUtime=4721.85 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 2299644 0 0 0 471618 567 0 0 25 0 4 0 500348727 1008148480 163960 33554432000 4194304 4650419 140736771517856 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 246130 163960 395 112 0 241095 0
[pid=27303/tid=27304] ppid=27301 vsize=984520 CPUtime=1181.48 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 760605 0 0 0 117977 171 0 0 25 0 4 0 500348727 1008148480 163960 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=984520 CPUtime=1182.16 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 186371 0 0 0 118139 77 0 0 25 0 4 0 500348727 1008148480 163960 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=984520 CPUtime=1175.87 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 684219 0 0 0 117429 158 0 0 25 0 4 0 500348727 1008148480 163960 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.85
Current children cumulated vsize (KiB) 984520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.21 8.15 8.00 6/182 27352
/proc/meminfo: memFree=18265240/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=984972 CPUtime=4800.16 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 2310764 0 0 0 479443 573 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 246243 158374 395 112 0 241208 0
[pid=27303/tid=27304] ppid=27301 vsize=984972 CPUtime=1201.08 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 763596 0 0 0 119935 173 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=984972 CPUtime=1201.76 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 186371 0 0 0 120099 77 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=984972 CPUtime=1195.36 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 687631 0 0 0 119376 160 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 984972

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

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

[startup+1201.9 s]
/proc/loadavg: 8.21 8.15 8.00 6/182 27352
/proc/meminfo: memFree=18265240/32951124 swapFree=67111528/67111528
[pid=27303] ppid=27301 vsize=984972 CPUtime=4800.16 cores=0,2,4,6
/proc/27303/stat : 27303 (strangenight1-m) R 27301 27303 26704 0 -1 4202496 2310764 0 0 0 479443 573 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27303/statm: 246243 158374 395 112 0 241208 0
[pid=27303/tid=27304] ppid=27301 vsize=984972 CPUtime=1201.08 cores=0,2,4,6
/proc/27303/task/27304/stat : 27304 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 763596 0 0 0 119935 173 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27303/tid=27305] ppid=27301 vsize=984972 CPUtime=1201.76 cores=0,2,4,6
/proc/27303/task/27305/stat : 27305 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 186371 0 0 0 120099 77 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27303/tid=27306] ppid=27301 vsize=984972 CPUtime=1195.36 cores=0,2,4,6
/proc/27303/task/27306/stat : 27306 (strangenight1-m) R 27301 27303 26704 0 -1 4202560 687631 0 0 0 119376 160 0 0 25 0 4 0 500348727 1008611328 158374 33554432000 4194304 4650419 140736771517856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 984972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.94
CPU time (s): 4800.22
CPU user time (s): 4794.45
CPU system time (s): 5.76712
CPU usage (%): 399.372
Max. virtual memory (cumulated for all children) (KiB): 1046408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.46
system time used= 5.76712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2310766
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= 584
involuntary context switches= 35990

runsolver used 2.04969 second user time and 4.50931 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 14:15:29
IDJOB=3175044
IDBENCH=82662
IDSOLVER=1588
FILE ID=node145/3175044-1304079329
RUNJOBID= node145-1304078125-27186
PBS_JOBID= 13170497
Free space on /tmp= 72208 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S1201761407-024-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175044-1304079329/watcher-3175044-1304079329 -o /tmp/evaluation-result-3175044-1304079329/solver-3175044-1304079329 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175044-1304079329.cnf

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

MD5SUM BENCH= f551de19344e39204ca6929dfef80a04
RANDOM SEED=1794031770

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19050328 kB
Buffers:       2051396 kB
Cached:       11210544 kB
SwapCached:          0 kB
Active:        2531084 kB
Inactive:     10798764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19050328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7084 kB
Writeback:           0 kB
AnonPages:       67300 kB
Mapped:          14688 kB
Slab:           507484 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188676 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= 72200 MiB
End job on node145 at 2011-04-29 14:35:33