Trace number 3174268

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.33 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1968028041-077.UNKNOWN.cnf
MD5SUMb69cb091f87b56cc59075b29ac9c632c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174268-1304116475.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.60/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.60/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.60/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.60/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.60/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.60/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.60/0.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.60/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.60/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.60/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.60/0.19	c calculated reachability. Time: 0.00
0.60/0.19	c Calc default polars -  time:   0.00 s pos:      37 undec:       2 neg:      41
0.60/0.19	c =========================================================================================
0.60/0.19	c types(t): F = full restart, N = normal restart
0.60/0.19	c types(t): S = simplification begin/end, E = solution found
0.60/0.19	c restart types(rt): st = static, dy = dynamic
0.60/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.60/0.19	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.17/0.38	c  N dy     8      6114        80      7120         0      3305     49840     79650     22.85     24.06
1.97/0.55	c  N dy    11     10182        80      7120         0      6991     49840    174615     21.97     23.92
2.78/0.73	c  N dy    44     14279        80      7120         0      6903     49840    165764     22.80     24.30
3.97/1.01	c  N dy    53     20266        80      7120         0      7224     49840    156596     22.65     23.86
4.39/1.20	c  N dy    56     24310        80      7120         0     10927     49840    253351     22.47     23.77
4.79/1.23	c  F st    63     25002        80      7120         0     11565     49840    270737     22.53   no data
5.56/1.47	c  N dy    69     30000        80      7120         0      9908     49840    217525     22.53   no data
5.56/1.47	c  S st    69     30000        80      7120         0      9908     49840    217525     22.53   no data
5.96/1.51	c  S st    69     30502        80      7120         0     10384     49840    230259     22.53   no data
5.96/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.51	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.96/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.96/1.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.72	c lits-rem:       107  cl-subs:      734  v-elim:      0  v-fix:    0  time:  0.20 s
7.57/1.99	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
7.57/2.00	c calculated reachability. Time: 0.00
7.57/2.00	c  N dy    69     30502        80      7120         0      9650     49840    208451     22.53   no data
8.78/2.24	c  N dy    89     34865        80      7120         0     13648     49840    315890     22.66     23.86
9.56/2.47	c  N dy   105     38965        80      7120         0     10186     49840    206311     22.71     25.57
10.76/2.74	c  N dy   138     42968        80      7120         0     13872     49840    306778     22.91     24.84
11.56/2.95	c  S st   158     45753        80      7120         0      8238     49840    140680     23.01     22.85
11.56/2.98	c  S st   158     46256        80      7120         0      8716     49840    153838     23.01   no data
11.56/2.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.56/2.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.56/2.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.56/2.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.56/2.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.56/2.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.02	c lits-rem:         3  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.04 s
11.96/3.02	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.96/3.03	c vivif2 --  cl tried     8672 cl shrink        0 lits rem          0 time: 0.00
12.76/3.28	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.25
12.76/3.28	c calculated reachability. Time: 0.00
12.76/3.28	c  N dy   158     46256        80      7120         0      8672     49840    152368     23.01   no data
14.76/3.72	c  N dy   174     54162        80      7120         0     15943     49840    345529     22.94     24.16
16.36/4.10	c  N dy   190     60212        80      7120         0     12307     49840    233121     22.94     24.17
17.15/4.34	c  N dy   198     64292        80      7120         0     16043     49840    332375     22.89     25.88
18.35/4.65	c  N dy   215     68600        80      7120         0     20047     49840    441397     22.94     24.15
18.75/4.72	c  S st   218     69385        80      7120         0     10663     49840    175759     22.95     22.25
18.75/4.75	c  S st   218     69889        80      7120         0     11138     49840    189047     22.95   no data
18.75/4.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.75/4.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.75/4.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.75/4.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.75/4.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.75/4.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.83	c lits-rem:        14  cl-subs:      152  v-elim:      0  v-fix:    0  time:  0.06 s
19.15/4.83	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.15/4.84	c vivif2 --  cl tried    10986 cl shrink        0 lits rem          0 time: 0.00
20.35/5.13	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.29
20.35/5.13	c calculated reachability. Time: 0.00
20.35/5.13	c  N dy   218     69889        80      7120         0     10986     49840    184513     22.95   no data
21.55/5.42	c  N dy   234     74822        80      7120         0     15515     49840    306313     22.98     24.29
23.94/6.07	c  N dy   253     83662        80      7120         0     12616     49840    211852     22.93     24.16
25.14/6.31	c  F st   270     87500        80      7120         0     16121     49840    305851     22.96     22.08
25.54/6.44	c  N st   274     89531        80      7120         0     17995     49840    357176     22.96   no data
27.54/6.90	c  N dy   285     95333        80      7120         0     23340     49840    500893     22.96     24.28
29.14/7.35	c  N dy   323    101516        80      7120         0     17086     49840    320544     23.04     24.38
29.94/7.57	c  S st   324    104833        80      7120         0     20120     49840    400149     23.01     21.41
30.34/7.63	c  S st   324    105335        80      7120         0     20582     49840    412907     23.01   no data
30.34/7.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.34/7.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
30.34/7.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.34/7.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.34/7.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.34/7.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
30.34/7.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.34/7.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
30.34/7.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.33/8.14	c lits-rem:       208  cl-subs:     1623  v-elim:      0  v-fix:    0  time:  0.49 s
32.33/8.14	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
32.33/8.14	c vivif2 --  cl tried    18959 cl shrink        0 lits rem          0 time: 0.00
33.94/8.55	c asymm  cl-useful: 0/5850/7120 lits-rem:0 time: 0.40
33.94/8.55	c calculated reachability. Time: 0.00
33.94/8.55	c  N dy   324    105335        80      7120         0     18959     49840    366509     23.01   no data
36.33/9.13	c  N dy   353    112096        80      7120         0     25170     49840    533926     23.04     24.30
40.32/10.12	c  N dy   373    125570        80      7120         0     24726     49840    505892     22.92     24.17
47.11/11.89	c  N dy   388    147452        80      7120         0     16293     49840    252765     22.66     24.05
50.31/12.69	c  N dy   394    158003        80      7120         0     25881     49840    502404     22.58     20.24
50.31/12.69	c  S st   394    158003        80      7120         0     25881     49840    502404     22.58     20.24
50.71/12.76	c  S st   394    158511        80      7120         0     26349     49840    515026     22.58   no data
50.71/12.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.71/12.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.71/12.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.71/12.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.71/12.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.71/12.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.71/12.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.71/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.50/13.95	c lits-rem:       531  cl-subs:     3104  v-elim:      0  v-fix:    0  time:  1.16 s
55.50/13.95	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
55.50/13.95	c vivif2 --  cl tried    23245 cl shrink        0 lits rem          0 time: 0.00
55.90/14.06	c asymm  cl-useful: 0/1270/7120 lits-rem:0 time: 0.11
55.90/14.06	c calculated reachability. Time: 0.00
55.90/14.06	c  N dy   394    158511        80      7120         0     23245     49840    435693     22.58   no data
60.70/15.20	c  N dy   436    171394        80      7120         0     19691     49840    330334     22.60     23.80
64.69/16.20	c  N dy   485    182432        80      7120         0     29829     49840    601585     22.63     26.34
69.09/17.33	c  N dy   533    194342        80      7120         0     24380     49840    443486     22.68     23.88
74.70/18.71	c  N dy   594    206844        80      7120         0     18487     49840    268448     22.72     25.73
79.86/20.08	c  N dy   665    220130        80      7120         0     30666     49840    596060     22.77     23.99
85.86/21.55	c  N dy   711    234258        80      7120         0     25268     49840    430740     22.76     24.48
87.46/21.91	c  S st   732    237766        80      7120         0     28479     49840    517938     22.78     22.30
87.46/21.99	c  S st   732    238269        80      7120         0     28945     49840    530650     22.78   no data
87.46/21.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.46/22.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
87.46/22.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.46/22.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.46/22.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.46/22.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
87.46/22.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.87/22.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.87/22.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.05/22.87	c lits-rem:       255  cl-subs:     2071  v-elim:      0  v-fix:    0  time:  0.84 s
91.05/22.87	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
91.05/22.87	c vivif2 --  cl tried    26874 cl shrink        0 lits rem          0 time: 0.01
91.85/23.07	c asymm  cl-useful: 0/2468/7120 lits-rem:0 time: 0.19
91.85/23.07	c calculated reachability. Time: 0.00
91.85/23.07	c  N dy   732    238269        80      7120         0     26874     49840    472844     22.78   no data
98.64/24.72	c  N dy   783    253536        80      7120         0     21727     49840    320782     22.79     24.56
105.85/26.55	c  N dy   841    271374        80      7120         0     38052     49840    757067     22.80     24.06
113.03/28.35	c  N dy   896    288780        80      7120         0     33877     49840    630643     22.81     24.02
121.01/30.38	c  F st   966    306251        80      7120         0     28839     49840    482250     22.84     21.04
121.81/30.50	c  N st   969    307440        80      7120         0     29946     49840    512073     22.84   no data
130.60/32.78	c  N dy  1028    327093        80      7120         0     25958     49840    392996     22.85     25.10
141.38/35.49	c  N dy  1098    350518        80      7120         0     24524     49840    334480     22.85     24.19
144.58/36.21	c  S st  1142    357405        80      7120         0     30889     49840    508217     22.87   no data
144.58/36.29	c  S st  1142    357906        80      7120         0     31364     49840    521671     22.87   no data
144.58/36.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
144.58/36.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
144.58/36.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.58/36.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.58/36.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.58/36.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
144.58/36.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
144.99/36.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
144.99/36.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.78/37.07	c lits-rem:       147  cl-subs:     1486  v-elim:      0  v-fix:    0  time:  0.75 s
147.78/37.07	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
147.78/37.08	c vivif2 --  cl tried    29878 cl shrink        0 lits rem          0 time: 0.01
148.58/37.28	c asymm  cl-useful: 0/1978/7120 lits-rem:0 time: 0.20
148.58/37.28	c calculated reachability. Time: 0.00
148.58/37.28	c  N dy  1142    357906        80      7120         0     29878     49840    478525     22.87   no data
159.76/40.02	c  N dy  1201    378196        80      7120         0     24669     49840    322493     22.87     24.08
172.53/43.20	c  N dy  1289    401962        80      7120         0     46450     49840    905637     22.89     24.12
187.32/46.91	c  N dy  1362    429724        80      7120         0     47124     49840    907300     22.88     24.32
202.12/50.69	c  N dy  1387    460633        80      7120         0     49537     49840    943610     22.77     24.10
215.31/53.93	c  N dy  1451    485333        80      7120         0     45726     49840    837068     22.75     23.98
226.87/56.85	c  N dy  1524    505359        80      7120         0     36693     49840    585732     22.77     24.38
240.05/60.17	c  N dy  1613    526219        80      7120         0     55901     49840   1102368     22.79     24.19
244.85/61.39	c  S st  1624    536861        80      7120         0     37202     49840    579613     22.77     21.04
245.25/61.49	c  S st  1624    537366        80      7120         0     37679     49840    592619     22.77   no data
245.25/61.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
245.65/61.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
245.65/61.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
245.65/61.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
245.65/61.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.65/61.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
245.65/61.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
245.65/61.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
245.65/61.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.05/62.69	c lits-rem:       298  cl-subs:     2160  v-elim:      0  v-fix:    0  time:  1.16 s
250.05/62.69	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
250.05/62.70	c vivif2 --  cl tried    35519 cl shrink        0 lits rem          0 time: 0.01
251.24/62.92	c asymm  cl-useful: 0/1603/7120 lits-rem:0 time: 0.22
251.24/62.92	c calculated reachability. Time: 0.00
251.24/62.92	c  N dy  1624    537366        80      7120         0     35519     49840    536200     22.77   no data
265.62/66.58	c  N dy  1671    562652        80      7120         0     29404     49840    359329     22.73     24.21
278.40/69.75	c  N dy  1759    587095        80      7120         0     51758     49840    956877     22.74     23.98
292.79/73.32	c  N dy  1873    609272        80      7120         0     41969     49840    678492     22.77     24.04
305.97/76.65	c  N dy  1944    630008        80      7120         0     60904     49840   1184678     22.77     24.05
317.95/79.67	c  N dy  2037    650054        80      7120         0     48183     49840    832607     22.80     24.21
333.53/83.60	c  N dy  2135    670981        80      7120         0     35391     49840    470159     22.82     24.06
346.71/86.80	c  N dy  2230    690993        80      7120         0     53759     49840    966941     22.84     26.12
361.49/90.54	c  N dy  2303    711710        80      7120         0     39739     49840    573691     22.84     24.06
375.47/94.07	c  N dy  2401    731763        80      7120         0     58189     49840   1072835     22.87     25.63
391.85/98.16	c  N dy  2476    752966        80      7120         0     43649     49840    658693     22.88     24.12
405.83/101.69	c  N dy  2542    773037        80      7120         0     61993     49840   1149367     22.88     25.71
420.22/105.23	c  N dy  2594    794472        80      7120         0     46750     49840    724541     22.87     24.14
428.60/107.35	c  S st  2651    806049        80      7120         0     57397     49840   1012058     22.88   no data
429.40/107.52	c  S st  2651    806551        80      7120         0     57867     49840   1024862     22.88   no data
429.40/107.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.40/107.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
429.40/107.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.40/107.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.40/107.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.40/107.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
429.40/107.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.40/107.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
429.40/107.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.77/111.68	c lits-rem:       593  cl-subs:     4648  v-elim:      0  v-fix:    0  time:  4.09 s
445.77/111.68	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
445.77/111.69	c vivif2 --  cl tried    53219 cl shrink        0 lits rem          0 time: 0.01
446.97/111.96	c asymm  cl-useful: 0/1071/7120 lits-rem:0 time: 0.27
446.97/111.96	c calculated reachability. Time: 0.00
446.97/111.96	c  N dy  2651    806551        80      7120         0     53219     49840    895950     22.88   no data
465.35/116.59	c  N dy  2737    827308        80      7120         0     36707     49840    443957     22.89     24.24
480.14/120.22	c  N dy  2843    847515        80      7120         0     55163     49840    944817     22.92     24.21
498.50/124.83	c  N dy  2912    868878        80      7120         0     38191     49840    467067     22.92     24.19
522.47/130.80	c  N dy  2971    905501        80      7120         0     71605     49840   1357802     22.89     24.28
537.65/134.61	c  N dy  3091    925593        80      7120         0     52661     49840    847448     22.92     24.72
554.43/138.81	c  N dy  3174    945895        80      7120         0     71244     49840   1350066     22.94     24.45
568.01/142.20	c  N dy  3212    966702        80      7120         0     51806     49840    799638     22.92     24.17
584.81/146.43	c  N dy  3299    986802        80      7120         0     70151     49840   1295232     22.94     24.59
602.38/150.89	c  N dy  3360   1009434        80      7120         0     51529     49840    772648     22.93     24.19
632.75/158.43	c  N dy  3371   1056627        80      7120         0     54121     49840    818971     22.84     24.04
645.11/161.54	c  F st  3435   1071875        80      7120         0     68083     49840   1192709     22.84     23.46
649.11/162.58	c  N dy  3441   1077070        80      7120         0     72847     49840   1323532     22.84   no data
666.67/166.99	c  N dy  3521   1097176        80      7120         0     50272     49840    711173     22.85     24.12
683.85/171.25	c  N dy  3616   1117206        80      7120         0     68648     49840   1207095     22.86     25.35
705.82/176.73	c  N dy  3738   1137326        80      7120         0     45110     49840    556888     22.89     24.25
721.02/180.56	c  N dy  3825   1158017        80      7120         0     64080     49840   1070061     22.90     24.38
741.38/185.64	c  N dy  3867   1181021        80      7120         0     84972     49840   1624066     22.88     24.39
754.96/189.01	c  N dy  3896   1201088        80      7120         0     60296     49840    938164     22.86     25.20
762.55/190.95	c  S st  3929   1209826        80      7120         0     68296     49840   1152682     22.86     20.60
763.35/191.14	c  S st  3929   1210329        80      7120         0     68771     49840   1165720     22.86   no data
763.35/191.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
763.35/191.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
763.35/191.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
763.35/191.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
763.35/191.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
763.35/191.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
763.35/191.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
763.35/191.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
763.75/191.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
798.50/199.90	c lits-rem:       728  cl-subs:     5509  v-elim:      0  v-fix:    0  time:  8.67 s
798.50/199.90	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
798.50/199.92	c vivif2 --  cl tried    63262 cl shrink        0 lits rem          0 time: 0.02
800.12/200.37	c asymm  cl-useful: 0/1256/7120 lits-rem:0 time: 0.46
800.12/200.38	c calculated reachability. Time: 0.00
800.12/200.38	c  N dy  3929   1210329        80      7120         0     63262     49840   1022931     22.86   no data
835.65/209.22	c  N dy  3956   1239522        80      7120         0     46187     49840    555657     22.83     24.22
852.03/213.33	c  N dy  4024   1260289        80      7120         0     65148     49840   1062008     22.83     24.04
874.82/219.05	c  N dy  4115   1283479        80      7120         0     86402     49840   1635100     22.84     24.48
891.17/223.16	c  N dy  4187   1303593        80      7120         0     60151     49840    915605     22.84     24.13
908.35/227.41	c  N dy  4231   1323674        80      7120         0     78470     49840   1407211     22.84     24.09
930.72/233.09	c  N dy  4344   1343678        80      7120         0     51235     49840    660929     22.85     25.30
950.69/238.07	c  N dy  4425   1363708        80      7120         0     69612     49840   1157414     22.86     25.65
982.25/245.94	c  N dy  4515   1388219        80      7120         0     92035     49840   1758282     22.86     24.11
1000.23/250.46	c  N dy  4610   1408795        80      7120         0     64173     49840    991792     22.87     24.41
1018.60/255.01	c  N dy  4668   1428873        80      7120         0     82496     49840   1481028     22.87     24.15
1045.78/261.89	c  N dy  4677   1464640        80      7120         0     67385     49840   1049118     22.83     24.06
1064.13/266.41	c  N dy  4699   1484697        80      7120         0     85556     49840   1526535     22.81     27.06
1086.50/272.09	c  N dy  4807   1505023        80      7120         0     56001     49840    745742     22.83     24.07
1106.88/277.20	c  N dy  4932   1526038        80      7120         0     75310     49840   1271091     22.84     24.05
1134.06/283.95	c  N dy  5022   1548926        80      7120         0     96226     49840   1834203     22.85     24.08
1152.02/288.40	c  N dy  5094   1568987        80      7120         0     65202     49840    970448     22.85     25.52
1172.79/293.62	c  N dy  5191   1589108        80      7120         0     83654     49840   1469704     22.86     24.10
1198.76/300.18	c  N dy  5268   1609564        80      7120         0     52109     49840    604691     22.87     24.10
1227.52/307.36	c  N dy  5281   1645563        80      7120         0     84399     49840   1436186     22.82     24.05
1259.47/315.30	c  N dy  5372   1672672        80      7120         0     58277     49840    753205     22.82     24.14
1278.25/320.01	c  N dy  5454   1693646        80      7120         0     77466     49840   1271311     22.83     24.21
1299.82/325.42	c  S st  5570   1710329        80      7120         0     92795     49840   1690046     22.84   no data
1301.04/325.71	c  S st  5570   1710830        80      7120         0     93257     49840   1703269     22.84   no data
1301.04/325.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1301.04/325.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1301.04/325.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1301.04/325.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1301.04/325.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1301.04/325.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1301.04/325.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1301.04/325.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1301.41/325.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1348.16/337.54	c lits-rem:      1078  cl-subs:     8764  v-elim:      0  v-fix:    0  time: 11.71 s
1348.16/337.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1348.16/337.56	c vivif2 --  cl tried    84493 cl shrink        0 lits rem          0 time: 0.02
1349.75/337.92	c asymm  cl-useful: 0/798/7120 lits-rem:0 time: 0.36
1349.75/337.92	c calculated reachability. Time: 0.00
1349.75/337.92	c  N dy  5570   1710830        80      7120         0     84493     49840   1458990     22.84   no data
1398.88/350.25	c  N dy  5620   1746162        80      7120         0     64931     49840    910458     22.82     24.53
1430.44/358.15	c  N dy  5711   1766232        80      7120         0     83355     49840   1408007     22.82     27.47
1464.79/366.77	c  N dy  5798   1786317        80      7120         0    101735     49840   1904318     22.83     24.07
1486.77/372.27	c  N dy  5920   1806398        80      7120         0     67485     49840    980447     22.84     25.47
1507.93/377.56	c  N dy  6002   1826474        80      7120         0     85842     49840   1476706     22.85     26.06
1536.29/384.61	c  N dy  6100   1846552        80      7120         0    104169     49840   1971287     22.86     24.83
1559.47/390.46	c  N dy  6150   1867060        80      7120         0     69136     49840    995046     22.85     24.16
1584.63/396.74	c  N dy  6273   1887332        80      7120         0     87722     49840   1500842     22.87     24.09
1613.01/403.86	c  N dy  6321   1910918        80      7120         0    109086     49840   2069647     22.86     24.12
1632.16/408.68	c  N dy  6416   1930990        80      7120         0     72752     49840   1084616     22.87     25.21
1654.93/414.34	c  N dy  6500   1951055        80      7120         0     91055     49840   1579862     22.87     25.41
1683.32/421.46	c  N dy  6587   1971088        80      7120         0    109337     49840   2073292     22.88     24.12
1702.47/426.24	c  N dy  6623   1992109        80      7120         0     72823     49840   1062156     22.87     24.17
1726.44/432.28	c  N dy  6730   2012190        80      7120         0     91270     49840   1566186     22.88     25.40
1750.40/438.29	c  N dy  6758   2032243        80      7120         0    109489     49840   2052298     22.87     24.15
1772.77/443.87	c  N dy  6861   2052275        80      7120         0     71229     49840   1014807     22.88     24.90
1795.94/449.69	c  N dy  6959   2072364        80      7120         0     89627     49840   1513894     22.89     24.88
1838.69/460.33	c  N dy  7021   2107508        80      7120         0     64037     49840    792111     22.87     24.21
1859.07/465.50	c  N dy  7036   2132529        80      7120         0     86651     49840   1385986     22.85     24.08
1889.84/473.14	c  N dy  7100   2156637        80      7120         0    108644     49840   1976511     22.85     24.07
1916.98/479.94	c  N dy  7189   2177064        80      7120         0     69075     49840    923648     22.86     24.25
1942.16/486.23	c  N dy  7261   2201459        80      7120         0     91201     49840   1514500     22.86     24.16
1956.12/489.71	c  S st  7319   2210831        80      7120         0     99772     49840   1748045     22.86     21.41
1956.92/489.99	c  S st  7319   2211336        80      7120         0    100243     49840   1761316     22.86   no data
1957.32/490.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1957.32/490.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1957.32/490.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1957.32/490.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1957.32/490.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1957.32/490.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1957.32/490.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1957.32/490.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1957.73/490.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2007.66/502.64	c lits-rem:      1042  cl-subs:     9103  v-elim:      0  v-fix:    0  time: 12.52 s
2007.66/502.65	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2007.66/502.67	c vivif2 --  cl tried    91140 cl shrink        0 lits rem          0 time: 0.02
2009.25/503.02	c asymm  cl-useful: 0/742/7120 lits-rem:0 time: 0.35
2009.25/503.02	c calculated reachability. Time: 0.00
2009.25/503.02	c  N dy  7319   2211336        80      7120         0     91140     49840   1512214     22.86   no data
2039.23/510.50	c  N dy  7414   2231338        80      7120         0    109484     49840   2007692     22.87     25.17
2081.15/521.09	c  N dy  7458   2268018        80      7120         0     83787     49840   1282406     22.84     24.07
2119.90/530.78	c  N dy  7540   2289375        80      7120         0    103221     49840   1803469     22.84     24.07
2165.44/542.15	c  N dy  7667   2309949        80      7120         0     62206     49840    711566     22.85     24.20
2187.41/547.64	c  N dy  7775   2331170        80      7120         0     81702     49840   1241761     22.86     24.12
2214.18/554.35	c  N dy  7840   2351207        80      7120         0    100015     49840   1735150     22.86     26.57
2249.33/563.17	c  N dy  7940   2373119        80      7120         0    120108     49840   2278730     22.86     24.07
2280.91/571.00	c  N dy  8005   2404161        80      7120         0     87243     49840   1360837     22.86     24.07
2312.04/578.81	c  N dy  8154   2424492        80      7120         0    105897     49840   1874615     22.87     24.21
2348.40/587.93	c  N dy  8230   2448397        80      7120         0     65669     49840    767222     22.87     24.14
2369.96/593.39	c  N dy  8328   2468659        80      7120         0     84229     49840   1273388     22.88     24.20
2397.12/600.19	c  N dy  8419   2488757        80      7120         0    102627     49840   1774932     22.89     25.48
2433.08/609.12	c  N dy  8496   2510958        80      7120         0    122855     49840   2319508     22.89     24.10
2462.23/616.41	c  N dy  8598   2535079        80      7120         0     81845     49840   1192135     22.89     24.22
2483.81/621.82	c  N dy  8619   2556249        80      7120         0    100948     49840   1696138     22.88     24.11
2516.56/630.06	c  N dy  8711   2576626        80      7120         0    119578     49840   2202907     22.88     24.09
2549.32/638.20	c  N dy  8820   2598654        80      7120         0     75948     49840   1020306     22.89     24.23
2572.09/643.98	c  N dy  8911   2618696        80      7120         0     94355     49840   1522687     22.89     25.41
2602.05/651.43	c  N dy  9006   2638792        80      7120         0    112659     49840   2016983     22.90     25.52
2685.93/672.44	c  N dy  9078   2711337        80      7120         0    113504     49840   1971632     22.86     21.40
2685.93/672.44	c  S st  9078   2711337        80      7120         0    113504     49840   1971632     22.86     21.40
2687.13/672.77	c  S st  9078   2711841        80      7120         0    113973     49840   1984651     22.86   no data
2687.13/672.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2687.53/672.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2687.53/672.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2687.53/672.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2687.53/672.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2687.53/672.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2687.53/672.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2687.53/672.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2687.93/672.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2825.36/707.34	c lits-rem:      2317  cl-subs:    14426  v-elim:      0  v-fix:    0  time: 34.42 s
2825.36/707.34	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2825.36/707.37	c vivif2 --  cl tried    99547 cl shrink        0 lits rem          0 time: 0.02
2826.94/707.73	c asymm  cl-useful: 0/679/7120 lits-rem:0 time: 0.37
2826.94/707.74	c calculated reachability. Time: 0.00
2826.94/707.74	c  N dy  9078   2711841        80      7120         0     99547     49840   1631649     22.86   no data
2871.68/718.96	c  N dy  9148   2734892        80      7120         0    120532     49840   2192728     22.86     24.08
2924.81/732.22	c  N dy  9269   2758764        80      7120         0     77617     49840   1040859     22.87     24.26
2963.96/742.08	c  N dy  9408   2780434        80      7120         0     97424     49840   1584118     22.88     24.15
2995.12/749.84	c  N dy  9475   2800533        80      7120         0    115703     49840   2072091     22.88     25.79
3038.65/760.71	c  N dy  9488   2837349        80      7120         0     82777     49840   1142829     22.85     24.08
3064.61/767.28	c  N dy  9575   2857723        80      7120         0    101416     49840   1649353     22.86     24.09
3098.57/775.76	c  N dy  9670   2878635        80      7120         0    120522     49840   2168253     22.86     24.29
3136.53/785.25	c  N dy  9772   2900352        80      7120         0     73168     49840    880595     22.87     24.09
3161.69/791.57	c  N dy  9888   2920421        80      7120         0     91541     49840   1383752     22.88     24.96
3192.45/799.29	c  N dy  9995   2940516        80      7120         0    109944     49840   1885737     22.88     24.76
3231.19/808.97	c  N dy 10127   2960883        80      7120         0    128615     49840   2400593     22.89     24.19
3265.55/817.54	c  N dy 10256   2982103        80      7120         0     79613     49840   1042794     22.90     24.30
3288.72/823.34	c  N dy 10309   3002192        80      7120         0     97932     49840   1536262     22.90     26.00
3323.08/831.95	c  N dy 10429   3022284        80      7120         0    116273     49840   2038251     22.91     24.14
3362.61/841.80	c  N dy 10562   3042299        80      7120         0    134584     49840   2539460     22.92     26.42
3392.19/849.23	c  N dy 10681   3062343        80      7120         0     83566     49840   1134176     22.93     24.34
3429.33/858.58	c  N dy 10814   3090168        80      7120         0    108999     49840   1829558     22.93     24.16
3464.88/867.43	c  N dy 10909   3110262        80      7120         0    127324     49840   2330079     22.94     24.29
3502.45/876.87	c  N dy 11013   3130333        80      7120         0     75405     49840    896243     22.94     25.74
3529.59/883.64	c  N dy 11141   3150906        80      7120         0     94232     49840   1413375     22.95     24.18
3558.35/890.81	c  N dy 11214   3170933        80      7120         0    112443     49840   1903926     22.95     24.21
3595.10/900.04	c  N dy 11285   3192939        80      7120         0    132476     49840   2445629     22.95     24.19
3627.86/908.29	c  S st 11337   3211841        80      7120         0     78524     49840    957534     22.95     20.68
3629.06/908.52	c  S st 11337   3212342        80      7120         0     78979     49840    970507     22.95   no data
3629.06/908.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3629.06/908.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3629.06/908.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3629.06/908.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3629.06/908.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3629.06/908.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3629.06/908.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3629.06/908.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3629.47/908.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3637.44/910.68	c lits-rem:       310  cl-subs:     2022  v-elim:      0  v-fix:    0  time:  2.07 s
3637.44/910.68	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3637.84/910.70	c vivif2 --  cl tried    76957 cl shrink        0 lits rem          0 time: 0.01
3639.04/911.02	c asymm  cl-useful: 0/826/7120 lits-rem:0 time: 0.32
3639.04/911.02	c calculated reachability. Time: 0.00
3639.04/911.02	c  N dy 11337   3212342        80      7120         0     76957     49840    918376     22.95   no data
3661.00/916.59	c  N dy 11395   3232390        80      7120         0     95193     49840   1407469     22.95     25.13
3692.57/924.47	c  N dy 11469   3252485        80      7120         0    113578     49840   1907155     22.95     24.29
3723.33/932.15	c  N dy 11507   3272629        80      7120         0    131813     49840   2388468     22.95     24.20
3822.39/956.97	c  N dy 11545   3339941        80      7120         0    120402     49840   2016977     22.91     24.16
3874.73/970.02	c  N dy 11589   3373127        80      7120         0     77933     49840    917865     22.90     24.13
3899.48/976.20	c  N dy 11690   3393203        80      7120         0     96338     49840   1420770     22.91     24.44
3933.06/984.62	c  N dy 11821   3413302        80      7120         0    114827     49840   1928359     22.91     25.47
3970.99/994.17	c  N dy 11924   3433724        80      7120         0    133555     49840   2437220     22.92     24.22
4010.54/1004.03	c  N dy 12014   3453813        80      7120         0     78269     49840    914236     22.92     24.85
4044.89/1012.62	c  N dy 12110   3481645        80      7120         0    103627     49840   1595375     22.92     24.14
4080.85/1021.60	c  N dy 12243   3501723        80      7120         0    122089     49840   2102397     22.93     25.30
4121.60/1031.84	c  N dy 12341   3521738        80      7120         0    140369     49840   2599181     22.94     25.08
4163.13/1042.29	c  N dy 12456   3545867        80      7120         0     87569     49840   1148288     22.94     24.37
4189.49/1048.88	c  N dy 12523   3565968        80      7120         0    105873     49840   1643924     22.94     24.19
4222.67/1057.17	c  N dy 12622   3586015        80      7120         0    124223     49840   2146532     22.95     26.03
4259.80/1066.48	c  N dy 12667   3607161        80      7120         0    143452     49840   2661132     22.94     24.38
4297.36/1075.81	c  N dy 12817   3627249        80      7120         0     86197     49840   1102608     22.95     26.55
4324.50/1082.64	c  N dy 12879   3648268        80      7120         0    105334     49840   1618437     22.95     24.26
4364.45/1092.67	c  N dy 12984   3671462        80      7120         0    126556     49840   2195967     22.96     24.24
4406.40/1103.16	c  N dy 13090   3691562        80      7120         0    144911     49840   2696346     22.96     25.52
4445.54/1112.90	c  N dy 13232   3711647        80      7120         0     86615     49840   1095461     22.97     26.04
4446.34/1113.16	c  S st 13239   3712343        80      7120         0     87250     49840   1113300     22.97   no data
4447.53/1113.40	c  S st 13239   3712844        80      7120         0     87715     49840   1126079     22.97   no data
4447.53/1113.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4447.53/1113.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4447.53/1113.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4447.53/1113.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4447.53/1113.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4447.53/1113.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4447.53/1113.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4447.53/1113.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4447.93/1113.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4458.73/1116.27	c lits-rem:       209  cl-subs:     1975  v-elim:      0  v-fix:    0  time:  2.76 s
4458.73/1116.27	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4458.73/1116.29	c vivif2 --  cl tried    85740 cl shrink        0 lits rem          0 time: 0.02
4460.35/1116.63	c asymm  cl-useful: 0/709/7120 lits-rem:0 time: 0.35
4460.35/1116.63	c calculated reachability. Time: 0.00
4460.35/1116.64	c  N dy 13239   3712844        80      7120         0     85740     49840   1067024     22.97   no data
4487.48/1123.48	c  N dy 13327   3732931        80      7120         0    104038     49840   1564766     22.98     24.23
4521.46/1132.00	c  F st 13381   3751565        80      7120         0    120956     49840   2017306     22.97     22.58
4525.44/1132.91	c  N st 13385   3753599        80      7120         0    122808     49840   2067344     22.97   no data
4566.58/1143.25	c  N dy 13457   3774325        80      7120         0    141706     49840   2582567     22.98     24.30
4613.73/1155.07	c  N dy 13564   3794420        80      7120         0     82645     49840    971095     22.98     25.50
4643.68/1162.58	c  N dy 13658   3816540        80      7120         0    102801     49840   1516526     22.98     24.32
4682.02/1172.14	c  N dy 13804   3837819        80      7120         0    122325     49840   2055802     22.99     24.24
4725.56/1183.04	c  N dy 13933   3858477        80      7120         0    141182     49840   2573859     23.00     24.38
4773.50/1195.02	c  N dy 14056   3878497        80      7120         0     80953     49840    906344     23.01     24.25

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-3174268-1304116475/watcher-3174268-1304116475 -o /tmp/evaluation-result-3174268-1304116475/solver-3174268-1304116475 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174268-1304116475.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: 8.09 8.06 7.75 2/174 17522
/proc/meminfo: memFree=23076924/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 523247934 52441088 347 33554432000 4194304 4627427 140734274811904 18446744073709551615 47329556236210 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 12803 347 299 106 0 7774 0
[pid=17522/tid=17525] ppid=17519 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523247934 52441088 347 33554432000 4194304 4627427 140734274811904 18446744073709551615 47329556236204 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523247934 52441088 347 33554432000 4194304 4627427 140734274811904 18446744073709551615 47329556236210 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523247934 52441088 347 33554432000 4194304 4627427 140734274811904 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.156477 s]
/proc/loadavg: 8.09 8.06 7.75 2/174 17522
/proc/meminfo: memFree=23076924/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=282476 CPUtime=0.6 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 1616 0 0 0 60 0 0 0 18 0 4 0 523247934 289255424 1528 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309130 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 70619 1528 364 106 0 65590 0
[pid=17522/tid=17525] ppid=17519 vsize=282476 CPUtime=0.15 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 261 0 0 0 15 0 0 0 18 0 4 0 523247934 289255424 1528 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=282476 CPUtime=0.15 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 224 0 0 0 15 0 0 0 25 0 4 0 523247934 289255424 1528 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=282476 CPUtime=0.14 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 445 0 0 0 14 0 0 0 25 0 4 0 523247934 289255424 1528 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282476

[startup+0.200471 s]
/proc/loadavg: 8.09 8.06 7.75 2/174 17522
/proc/meminfo: memFree=23076924/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=285176 CPUtime=0.77 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 3370 0 0 0 77 0 0 0 18 0 4 0 523247934 292020224 2816 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 71294 2816 384 106 0 66265 0
[pid=17522/tid=17525] ppid=17519 vsize=285176 CPUtime=0.19 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 770 0 0 0 19 0 0 0 18 0 4 0 523247934 292020224 2816 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=285176 CPUtime=0.19 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 769 0 0 0 19 0 0 0 18 0 4 0 523247934 292020224 2816 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=285176 CPUtime=0.19 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 631 0 0 0 19 0 0 0 25 0 4 0 523247934 292020224 2816 33554432000 4194304 4627427 140734274811904 18446744073709551615 4321810 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 285176

[startup+0.300451 s]
/proc/loadavg: 8.09 8.06 7.75 2/174 17522
/proc/meminfo: memFree=23076924/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=285176 CPUtime=1.17 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 3749 0 0 0 117 0 0 0 18 0 4 0 523247934 292020224 3195 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 71294 3195 384 106 0 66265 0
[pid=17522/tid=17525] ppid=17519 vsize=285176 CPUtime=0.29 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 865 0 0 0 29 0 0 0 18 0 4 0 523247934 292020224 3195 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=285176 CPUtime=0.29 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 862 0 0 0 29 0 0 0 18 0 4 0 523247934 292020224 3195 33554432000 4194304 4627427 140734274811904 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=285176 CPUtime=0.29 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 727 0 0 0 29 0 0 0 25 0 4 0 523247934 292020224 3195 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309109 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) 285176

[startup+0.700377 s]
/proc/loadavg: 8.09 8.06 7.75 2/174 17522
/proc/meminfo: memFree=23076924/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=287676 CPUtime=2.78 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 6062 0 0 0 277 1 0 0 18 0 4 0 523247934 294580224 3740 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 71919 3741 384 106 0 66890 0
[pid=17522/tid=17525] ppid=17519 vsize=287676 CPUtime=0.69 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 1491 0 0 0 69 0 0 0 18 0 4 0 523247934 294580224 3741 33554432000 4194304 4627427 140734274811904 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=287676 CPUtime=0.69 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 1437 0 0 0 69 0 0 0 18 0 4 0 523247934 294580224 3741 33554432000 4194304 4627427 140734274811904 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=287676 CPUtime=0.69 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 1193 0 0 0 69 0 0 0 25 0 4 0 523247934 294580224 3741 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 287676

[startup+1.50023 s]
/proc/loadavg: 8.09 8.06 7.75 9/184 17532
/proc/meminfo: memFree=23049192/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=289212 CPUtime=5.96 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 9868 0 0 0 595 1 0 0 19 0 4 0 523247934 296153088 4557 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 72303 4557 385 106 0 67274 0
[pid=17522/tid=17525] ppid=17519 vsize=289212 CPUtime=1.49 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 2456 0 0 0 149 0 0 0 19 0 4 0 523247934 296153088 4557 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=289212 CPUtime=1.49 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 2405 0 0 0 149 0 0 0 19 0 4 0 523247934 296153088 4557 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=289212 CPUtime=1.48 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 2112 0 0 0 148 0 0 0 25 0 4 0 523247934 296153088 4557 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 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) 289212

[startup+3.10093 s]
/proc/loadavg: 8.08 8.06 7.75 10/184 17533
/proc/meminfo: memFree=23023804/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=294812 CPUtime=12.36 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 20252 0 0 0 1232 4 0 0 24 0 4 0 523247934 301887488 11399 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 73703 11399 388 106 0 68674 0
[pid=17522/tid=17525] ppid=17519 vsize=294812 CPUtime=3.09 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 4692 0 0 0 308 1 0 0 25 0 4 0 523247934 301887488 11399 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=294812 CPUtime=3.08 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 5172 0 0 0 308 0 0 0 24 0 4 0 523247934 301887488 11400 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=294812 CPUtime=3.07 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 5168 0 0 0 307 0 0 0 25 0 4 0 523247934 301887488 11400 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294812

[startup+6.30033 s]
/proc/loadavg: 8.08 8.06 7.75 9/184 17533
/proc/meminfo: memFree=22968260/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=301780 CPUtime=25.14 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 30045 0 0 0 2510 4 0 0 25 0 4 0 523247934 309022720 13765 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 75445 13765 388 106 0 70416 0
[pid=17522/tid=17525] ppid=17519 vsize=301780 CPUtime=6.29 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 7839 0 0 0 628 1 0 0 25 0 4 0 523247934 309022720 13765 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=301780 CPUtime=6.29 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 7524 0 0 0 628 1 0 0 25 0 4 0 523247934 309022720 13765 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=301780 CPUtime=6.25 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 7593 0 0 0 625 0 0 0 25 0 4 0 523247934 309022720 13765 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 301780

[startup+12.7011 s]
/proc/loadavg: 8.07 8.05 7.75 9/184 17533
/proc/meminfo: memFree=22911064/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=307092 CPUtime=50.71 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 45350 0 0 0 5064 7 0 0 25 0 4 0 523247934 314462208 19200 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 76773 19200 388 106 0 71744 0
[pid=17522/tid=17525] ppid=17519 vsize=307092 CPUtime=12.68 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 10774 0 0 0 1267 1 0 0 25 0 4 0 523247934 314462208 19200 33554432000 4194304 4627427 140734274811904 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=307092 CPUtime=12.68 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 11596 0 0 0 1267 1 0 0 25 0 4 0 523247934 314462208 19200 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=307092 CPUtime=12.62 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 11568 0 0 0 1261 1 0 0 25 0 4 0 523247934 314462208 19200 33554432000 4194304 4627427 140734274811904 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 307092

[startup+25.5007 s]
/proc/loadavg: 8.06 8.05 7.76 10/184 17533
/proc/meminfo: memFree=22865816/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=298048 CPUtime=101.84 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 69846 0 0 0 10171 13 0 0 25 0 4 0 523247934 305201152 24674 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 74512 24674 388 106 0 69483 0
[pid=17522/tid=17525] ppid=17519 vsize=298048 CPUtime=25.48 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 16448 0 0 0 2546 2 0 0 25 0 4 0 523247934 305201152 24674 33554432000 4194304 4627427 140734274811904 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=298048 CPUtime=25.48 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 18308 0 0 0 2545 3 0 0 25 0 4 0 523247934 305201152 24674 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=298048 CPUtime=25.35 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 17041 0 0 0 2533 2 0 0 25 0 4 0 523247934 305201152 24674 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 298048

[startup+51.101 s]
/proc/loadavg: 8.04 8.05 7.76 10/184 17534
/proc/meminfo: memFree=22822204/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=325228 CPUtime=204.1 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 105207 0 0 0 20390 20 0 0 25 0 4 0 523247934 333033472 27535 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 81307 27535 388 106 0 76278 0
[pid=17522/tid=17525] ppid=17519 vsize=325228 CPUtime=51.09 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 25030 0 0 0 5105 4 0 0 25 0 4 0 523247934 333033472 27535 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=325228 CPUtime=51.08 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 27763 0 0 0 5102 6 0 0 25 0 4 0 523247934 333033472 27535 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=325228 CPUtime=50.81 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 25383 0 0 0 5078 3 0 0 25 0 4 0 523247934 333033472 27535 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 325228

[startup+102.3 s]
/proc/loadavg: 8.05 8.05 7.78 9/184 17535
/proc/meminfo: memFree=22781520/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=322184 CPUtime=408.64 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 159836 0 0 0 40829 35 0 0 25 0 4 0 523247934 329916416 31899 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 80546 31899 388 106 0 75517 0
[pid=17522/tid=17525] ppid=17519 vsize=322184 CPUtime=102.3 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 38551 0 0 0 10222 8 0 0 25 0 4 0 523247934 329916416 31901 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=322184 CPUtime=102.29 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 38680 0 0 0 10220 9 0 0 25 0 4 0 523247934 329916416 31901 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=322184 CPUtime=101.74 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 41275 0 0 0 10167 7 0 0 25 0 4 0 523247934 329916416 31901 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 322184

[startup+162.3 s]

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

[pid=17522] ppid=17519 vsize=467576 CPUtime=2565.7 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 461536 0 0 0 256416 154 0 0 25 0 4 0 523247934 478797824 80341 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 116894 80341 388 106 0 111865 0
[pid=17522/tid=17525] ppid=17519 vsize=467576 CPUtime=642.31 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 104763 0 0 0 64198 33 0 0 25 0 4 0 523247934 478797824 80341 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=467576 CPUtime=642.3 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 115742 0 0 0 64191 39 0 0 25 0 4 0 523247934 478797824 80341 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=467576 CPUtime=638.76 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 115465 0 0 0 63843 33 0 0 25 0 4 0 523247934 478797824 80341 33554432000 4194304 4627427 140734274811904 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 467576

[startup+702.3 s]
/proc/loadavg: 8.00 8.04 7.90 9/184 17551
/proc/meminfo: memFree=22332788/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=495484 CPUtime=2805.37 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 486440 0 0 0 280374 163 0 0 25 0 4 0 523247934 507375616 85089 33554432000 4194304 4627427 140734274811904 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 123871 85089 388 106 0 118842 0
[pid=17522/tid=17525] ppid=17519 vsize=495484 CPUtime=702.31 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 111146 0 0 0 70195 36 0 0 25 0 4 0 523247934 507375616 85089 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=495484 CPUtime=702.31 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 122007 0 0 0 70189 42 0 0 25 0 4 0 523247934 507375616 85089 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=495484 CPUtime=698.43 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 119554 0 0 0 69808 35 0 0 25 0 4 0 523247934 507375616 85089 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 495484

[startup+762.301 s]
/proc/loadavg: 8.00 8.03 7.91 10/184 17553
/proc/meminfo: memFree=22268920/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=508384 CPUtime=3045.07 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 505530 0 0 0 304336 171 0 0 25 0 4 0 523247934 520585216 85187 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 127096 85187 388 106 0 122067 0
[pid=17522/tid=17525] ppid=17519 vsize=508384 CPUtime=762.32 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 114745 0 0 0 76195 37 0 0 25 0 4 0 523247934 520585216 85187 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=508384 CPUtime=762.32 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 127838 0 0 0 76187 45 0 0 25 0 4 0 523247934 520585216 85187 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=508384 CPUtime=758.1 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 123679 0 0 0 75774 36 0 0 25 0 4 0 523247934 520585216 85187 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 508384

[startup+822.301 s]
/proc/loadavg: 8.00 8.02 7.91 10/184 17554
/proc/meminfo: memFree=22250432/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=534212 CPUtime=3284.72 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 523536 0 0 0 328293 179 0 0 25 0 4 0 523247934 547033088 93143 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 133553 93143 388 106 0 128524 0
[pid=17522/tid=17525] ppid=17519 vsize=534212 CPUtime=822.32 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 118468 0 0 0 82193 39 0 0 25 0 4 0 523247934 547033088 93143 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=534212 CPUtime=822.31 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 134299 0 0 0 82183 48 0 0 25 0 4 0 523247934 547033088 93143 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=534212 CPUtime=817.77 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 128130 0 0 0 81739 38 0 0 25 0 4 0 523247934 547033088 93143 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 534212

[startup+882.307 s]
/proc/loadavg: 8.03 8.03 7.91 10/184 17556
/proc/meminfo: memFree=22239380/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=548452 CPUtime=3524.42 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 536227 0 0 0 352258 184 0 0 25 0 4 0 523247934 561614848 90362 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 137113 90362 388 106 0 132084 0
[pid=17522/tid=17525] ppid=17519 vsize=548452 CPUtime=882.32 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 118722 0 0 0 88193 39 0 0 25 0 4 0 523247934 561614848 90362 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=548452 CPUtime=882.31 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 137774 0 0 0 88182 49 0 0 25 0 4 0 523247934 561614848 90362 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=548452 CPUtime=877.44 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 131046 0 0 0 87705 39 0 0 25 0 4 0 523247934 561614848 90362 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 548452

[startup+942.301 s]
/proc/loadavg: 8.04 8.03 7.92 10/184 17558
/proc/meminfo: memFree=22230444/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=496320 CPUtime=3764.07 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 555028 0 0 0 376215 192 0 0 25 0 4 0 523247934 508231680 90068 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 124080 90068 388 106 0 119051 0
[pid=17522/tid=17525] ppid=17519 vsize=496320 CPUtime=942.32 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 124529 0 0 0 94191 41 0 0 25 0 4 0 523247934 508231680 90068 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=496320 CPUtime=942.31 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 144684 0 0 0 94179 52 0 0 25 0 4 0 523247934 508231680 90068 33554432000 4194304 4627427 140734274811904 18446744073709551615 4428220 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=496320 CPUtime=937.11 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 134380 0 0 0 93670 41 0 0 25 0 4 0 523247934 508231680 90068 33554432000 4194304 4627427 140734274811904 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 496320

[startup+1002.3 s]
/proc/loadavg: 8.07 8.04 7.93 9/184 17559
/proc/meminfo: memFree=22197936/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=509720 CPUtime=4003.75 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 574783 0 0 0 400175 200 0 0 25 0 4 0 523247934 521953280 88944 33554432000 4194304 4627427 140734274811904 18446744073709551615 4324341 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 127430 88944 388 106 0 122401 0
[pid=17522/tid=17525] ppid=17519 vsize=509720 CPUtime=1002.32 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 131033 0 0 0 100189 43 0 0 25 0 4 0 523247934 521953280 88944 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=509720 CPUtime=1002.32 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 150875 0 0 0 100177 55 0 0 25 0 4 0 523247934 521953280 88944 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=509720 CPUtime=996.77 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 139435 0 0 0 99634 43 0 0 25 0 4 0 523247934 521953280 88944 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 509720

[startup+1062.3 s]
/proc/loadavg: 8.02 8.03 7.93 9/184 17561
/proc/meminfo: memFree=22163824/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=509776 CPUtime=4243.43 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 592423 0 0 0 424136 207 0 0 25 0 4 0 523247934 522010624 103135 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 127444 103135 388 106 0 122415 0
[pid=17522/tid=17525] ppid=17519 vsize=509776 CPUtime=1062.32 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 137008 0 0 0 106187 45 0 0 25 0 4 0 523247934 522010624 103135 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=509776 CPUtime=1062.32 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 156254 0 0 0 106175 57 0 0 25 0 4 0 523247934 522010624 103135 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=509776 CPUtime=1056.45 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 139593 0 0 0 105602 43 0 0 25 0 4 0 523247934 522010624 103135 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 509776

[startup+1122.3 s]
/proc/loadavg: 8.01 8.02 7.93 10/184 17562
/proc/meminfo: memFree=22167764/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=523672 CPUtime=4483.09 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 609310 0 0 0 448094 215 0 0 25 0 4 0 523247934 536240128 89608 33554432000 4194304 4627427 140734274811904 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 130918 89608 388 106 0 125889 0
[pid=17522/tid=17525] ppid=17519 vsize=523672 CPUtime=1122.33 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 141626 0 0 0 112185 48 0 0 25 0 4 0 523247934 536240128 89608 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=523672 CPUtime=1122.31 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 162851 0 0 0 112172 59 0 0 25 0 4 0 523247934 536240128 89608 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=523672 CPUtime=1116.11 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 142867 0 0 0 111566 45 0 0 25 0 4 0 523247934 536240128 89608 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 523672

[startup+1182.3 s]
/proc/loadavg: 8.07 8.03 7.93 10/184 17564
/proc/meminfo: memFree=22153860/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=579184 CPUtime=4722.77 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 623829 0 0 0 472056 221 0 0 25 0 4 0 523247934 593084416 92553 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 144796 92553 388 106 0 139767 0
[pid=17522/tid=17525] ppid=17519 vsize=579184 CPUtime=1182.33 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 144210 0 0 0 118184 49 0 0 25 0 4 0 523247934 593084416 92553 33554432000 4194304 4627427 140734274811904 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=579184 CPUtime=1182.31 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 167986 0 0 0 118170 61 0 0 25 0 4 0 523247934 593084416 92553 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=579184 CPUtime=1175.78 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 145007 0 0 0 117533 45 0 0 25 0 4 0 523247934 593084416 92553 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 579184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.03 7.93 10/184 17565
/proc/meminfo: memFree=22180024/32951124 swapFree=67111524/67111528
[pid=17522] ppid=17519 vsize=497152 CPUtime=4800.28 cores=0,2,4,6
/proc/17522/stat : 17522 (strangenight2-m) R 17519 17522 17393 0 -1 4202496 629708 0 0 0 479804 224 0 0 25 0 4 0 523247934 509083648 84307 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17522/statm: 124288 84307 388 106 0 119259 0
[pid=17522/tid=17525] ppid=17519 vsize=497152 CPUtime=1201.73 cores=0,2,4,6
/proc/17522/task/17525/stat : 17525 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 146472 0 0 0 120123 50 0 0 25 0 4 0 523247934 509083648 84307 33554432000 4194304 4627427 140734274811904 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17522/tid=17526] ppid=17519 vsize=497152 CPUtime=1201.73 cores=0,2,4,6
/proc/17522/task/17526/stat : 17526 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 168102 0 0 0 120111 62 0 0 25 0 4 0 523247934 509083648 84307 33554432000 4194304 4627427 140734274811904 18446744073709551615 4321411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17522/tid=17530] ppid=17519 vsize=497152 CPUtime=1195.07 cores=0,2,4,6
/proc/17522/task/17530/stat : 17530 (strangenight2-m) R 17519 17522 17393 0 -1 4202560 146239 0 0 0 119461 46 0 0 25 0 4 0 523247934 509083648 84307 33554432000 4194304 4627427 140734274811904 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 497152

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.33
CPU user time (s): 4798.07
CPU system time (s): 2.26466
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 590892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.07
system time used= 2.26465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629709
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= 784
involuntary context switches= 27359

runsolver used 1.9477 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 00:34:35
IDJOB=3174268
IDBENCH=83086
IDSOLVER=1586
FILE ID=node105/3174268-1304116475
RUNJOBID= node105-1304115271-17411
PBS_JOBID= 13170708
Free space on /tmp= 71940 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1968028041-077.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174268-1304116475/watcher-3174268-1304116475 -o /tmp/evaluation-result-3174268-1304116475/solver-3174268-1304116475 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174268-1304116475.cnf

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

MD5SUM BENCH= b69cb091f87b56cc59075b29ac9c632c
RANDOM SEED=949009764

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23077344 kB
Buffers:       2159340 kB
Cached:        7104572 kB
SwapCached:          4 kB
Active:         578824 kB
Inactive:      8748576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23077344 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11512 kB
Writeback:          32 kB
AnonPages:       63072 kB
Mapped:          14688 kB
Slab:           483580 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187288 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= 71928 MiB
End job on node105 at 2011-04-30 00:54:39