Trace number 3174184

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.2 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S385597856-055.SATISFIABLE.cnf
MD5SUMea8a8c80a9c6e1328d7a171765d2b8ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099984
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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-3174184-1304110569.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
3.17/0.80	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.80	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      26 undec:       2 neg:      32
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.80	c  N dy     8      4018        60      5340         0      3558     37380     76228     17.47     20.15
3.17/0.80	c  N dy    21      8984        60      5340         0      5772     37380    115481     17.56     18.51
3.17/0.80	c  N dy    54     13052        60      5340         0      5624     37380    106450     18.23     20.37
3.17/0.80	c  N dy    64     17118        60      5340         0      9209     37380    181502     18.14     19.26
3.97/1.00	c  N dy    83     21132        60      5340         0      7763     37380    142896     18.27     19.38
3.97/1.10	c  F st    97     25000        60      5340         0     11219     37380    217281     18.33     19.17
4.38/1.20	c  N st    98     25250        60      5340         0     11440     37380    222042     18.33   no data
5.56/1.40	c  N dy   103     30001        60      5340         0      9626     37380    173121     18.33   no data
5.56/1.40	c  S st   103     30001        60      5340         0      9626     37380    173121     18.33   no data
5.56/1.40	c  S st   103     30504        60      5340         0     10091     37380    183415     18.33   no data
5.56/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.40	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.56/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.60	c lits-rem:       138  cl-subs:     1009  v-elim:      0  v-fix:    0  time:  0.19 s
6.76/1.77	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.76/1.78	c calculated reachability. Time: 0.00
6.76/1.78	c  N dy   103     30504        60      5340         0      9082     37380    162125     18.33   no data
9.95/2.52	c  N dy   109     45758        60      5340         0     15545     37380    277267     17.60     17.64
9.95/2.52	c  S st   109     45758        60      5340         0     15545     37380    277267     17.60     17.64
9.95/2.58	c  S st   109     46264        60      5340         0      8127     37380    122945     17.60   no data
9.95/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.95/2.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.95/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
9.95/2.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.95/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.62	c lits-rem:        19  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.04 s
10.35/2.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c vivif2 --  cl tried     8024 cl shrink        0 lits rem          0 time: 0.00
11.15/2.84	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.15/2.84	c calculated reachability. Time: 0.00
11.15/2.84	c  N dy   109     46264        60      5340         0      8024     37380    121054     17.60   no data
11.96/3.05	c  N dy   141     50355        60      5340         0     11673     37380    200363     17.77     20.61
12.76/3.30	c  N dy   168     54357        60      5340         0     15253     37380    277258     17.87     18.87
13.95/3.57	c  N dy   204     58450        60      5340         0     10068     37380    155330     18.01     20.37
15.95/4.06	c  N dy   230     67267        60      5340         0     17867     37380    319261     17.97     18.94
16.75/4.23	c  S st   238     69396        60      5340         0     10011     37380    145195     17.98     20.17
16.75/4.26	c  S st   238     69900        60      5340         0     10471     37380    155502     17.98   no data
16.75/4.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.75/4.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.75/4.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.75/4.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.75/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.33	c lits-rem:        11  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.05 s
17.15/4.33	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.15/4.33	c vivif2 --  cl tried    10359 cl shrink        0 lits rem          0 time: 0.00
17.96/4.58	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.96/4.58	c calculated reachability. Time: 0.00
17.96/4.58	c  N dy   238     69900        60      5340         0     10359     37380    152786     17.98   no data
21.54/5.43	c  N dy   251     84164        60      5340         0     12315     37380    181492     17.64     18.74
22.36/5.64	c  F st   280     87501        60      5340         0     15293     37380    245285     17.71     17.44
22.74/5.77	c  N st   284     89537        60      5340         0     17097     37380    284674     17.71   no data
24.74/6.21	c  N dy   309     95286        60      5340         0     22196     37380    395814     17.77     20.09
26.35/6.67	c  N dy   347    101574        60      5340         0     16294     37380    259086     17.84     18.82
27.53/6.91	c  S st   361    104851        60      5340         0     19212     37380    320763     17.86     16.15
27.53/6.96	c  S st   361    105354        60      5340         0     19670     37380    330706     17.86   no data
27.53/6.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.53/6.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.53/6.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.53/6.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.53/6.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.53/6.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.53/6.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.53/6.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.53/6.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.53/7.40	c lits-rem:       180  cl-subs:     2011  v-elim:      0  v-fix:    0  time:  0.42 s
29.53/7.40	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.53/7.41	c vivif2 --  cl tried    17659 cl shrink        0 lits rem          0 time: 0.00
30.74/7.75	c asymm  cl-useful: 0/4926/5340 lits-rem:0 time: 0.35
30.74/7.75	c calculated reachability. Time: 0.00
30.74/7.75	c  N dy   361    105354        60      5340         0     17659     37380    287578     17.86   no data
32.72/8.29	c  N dy   376    112258        60      5340         0     23727     37380    413237     17.83     18.78
35.14/8.89	c  N dy   412    120359        60      5340         0     18669     37380    300953     17.87     18.89
37.92/9.56	c  N dy   447    128465        60      5340         0     25881     37380    454826     17.90     18.85
40.31/10.18	c  N dy   485    136757        60      5340         0     19974     37380    315713     17.92     18.96
43.51/10.96	c  N dy   507    145572        60      5340         0     27819     37380    480162     17.91     18.92
47.51/11.91	c  N dy   541    158032        60      5340         0     24616     37380    402081     17.89     16.31
47.51/11.91	c  S st   541    158032        60      5340         0     24616     37380    402081     17.89     16.31
47.51/11.98	c  S st   541    158534        60      5340         0     25061     37380    411848     17.89   no data
47.51/11.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.51/11.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.51/11.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.51/11.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.51/11.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.51/12.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.90/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.70/12.78	c lits-rem:       326  cl-subs:     2980  v-elim:      0  v-fix:    0  time:  0.77 s
50.70/12.78	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.70/12.78	c vivif2 --  cl tried    22081 cl shrink        0 lits rem          0 time: 0.00
52.29/13.13	c asymm  cl-useful: 0/4156/5340 lits-rem:0 time: 0.35
52.29/13.13	c calculated reachability. Time: 0.00
52.29/13.13	c  N dy   541    158534        60      5340         0     22081     37380    351425     17.89   no data
56.29/14.11	c  N dy   580    168708        60      5340         0     16231     37380    216819     17.92     21.25
60.28/15.10	c  N dy   625    180811        60      5340         0     26925     37380    440279     17.91     18.91
64.27/16.14	c  N dy   659    192389        60      5340         0     21314     37380    314573     17.91     18.87
69.48/17.43	c  N dy   693    206209        60      5340         0     33543     37380    569987     17.90     18.85
80.26/20.12	c  N dy   735    237803        60      5340         0     26938     37380    402451     17.76     15.56
80.26/20.12	c  S st   735    237803        60      5340         0     26938     37380    402451     17.76     15.56
80.26/20.19	c  S st   735    238311        60      5340         0     27401     37380    412822     17.76   no data
80.26/20.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.66/20.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.66/20.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.66/20.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.66/20.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.66/20.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.66/20.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.66/20.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.66/20.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.64/21.20	c lits-rem:       441  cl-subs:     3485  v-elim:      0  v-fix:    0  time:  0.98 s
84.64/21.20	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.64/21.21	c vivif2 --  cl tried    23916 cl shrink        0 lits rem          0 time: 0.00
85.04/21.33	c asymm  cl-useful: 0/1184/5340 lits-rem:0 time: 0.12
85.04/21.33	c calculated reachability. Time: 0.00
85.04/21.33	c  N dy   735    238311        60      5340         0     23916     37380    348714     17.76   no data
93.03/23.32	c  N dy   774    259760        60      5340         0     24526     37380    347506     17.72     18.72
101.45/25.43	c  N dy   907    276433        60      5340         0     20036     37380    247675     17.82     21.37
108.62/27.23	c  N dy   987    294122        60      5340         0     35679     37380    578107     17.84     20.68
113.81/28.58	c  F st  1029    306250        60      5340         0     26113     37380    362485     17.84   no data
116.60/29.27	c  N dy  1049    312918        60      5340         0     32019     37380    489147     17.85     20.73
124.99/31.34	c  N dy  1074    332919        60      5340         0     28387     37380    398005     17.77     19.13
134.98/33.82	c  N dy  1155    352940        60      5340         0     24070     37380    305545     17.79     20.44
136.60/34.22	c  S st  1167    357467        60      5340         0     28112     37380    390721     17.79     17.13
136.60/34.30	c  S st  1167    357971        60      5340         0     28571     37380    400744     17.79   no data
136.98/34.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.98/34.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.98/34.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.98/34.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.98/34.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.98/34.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
136.98/34.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.98/34.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.98/34.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.98/34.87	c lits-rem:       191  cl-subs:     1681  v-elim:      0  v-fix:    0  time:  0.54 s
138.98/34.87	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
138.98/34.87	c vivif2 --  cl tried    26890 cl shrink        0 lits rem          0 time: 0.00
140.59/35.24	c asymm  cl-useful: 0/3709/5340 lits-rem:0 time: 0.37
140.59/35.24	c calculated reachability. Time: 0.00
140.59/35.24	c  N dy  1167    357971        60      5340         0     26890     37380    365782     17.79   no data
150.95/37.86	c  N dy  1284    377980        60      5340         0     44655     37380    745537     17.84     19.70
162.96/40.84	c  N dy  1445    400426        60      5340         0     41733     37380    677502     17.92     19.03
178.11/44.61	c  N dy  1550    426901        60      5340         0     41150     37380    638941     17.92     18.93
191.30/47.98	c  N dy  1636    452708        60      5340         0     39234     37380    585898     17.92     18.91
204.08/51.17	c  N dy  1771    473009        60      5340         0     31620     37380    423784     17.97     18.96
215.28/53.94	c  N dy  1826    493062        60      5340         0     49298     37380    795757     17.96     20.23
225.65/56.59	c  N dy  1885    513065        60      5340         0     40437     37380    596096     17.96     19.29
236.84/59.38	c  N dy  1918    533092        60      5340         0     30656     37380    382919     17.92     20.92
238.83/59.81	c  S st  1935    536958        60      5340         0     34077     37380    455533     17.92     16.68
239.23/59.90	c  S st  1935    537459        60      5340         0     34537     37380    465769     17.92   no data
239.23/59.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.23/59.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.23/59.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.23/59.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.23/59.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.23/59.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
239.23/59.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.23/59.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.23/59.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.05/60.66	c lits-rem:       209  cl-subs:     1645  v-elim:      0  v-fix:    0  time:  0.73 s
242.05/60.66	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
242.05/60.67	c vivif2 --  cl tried    32892 cl shrink        0 lits rem          0 time: 0.00
243.23/60.90	c asymm  cl-useful: 0/1631/5340 lits-rem:0 time: 0.23
243.23/60.90	c calculated reachability. Time: 0.00
243.23/60.90	c  N dy  1935    537459        60      5340         0     32892     37380    430129     17.92   no data
255.23/63.92	c  N dy  2036    557468        60      5340         0     50632     37380    808088     17.94     19.09
268.01/67.18	c  N dy  2140    578399        60      5340         0     41024     37380    592341     17.97     18.96
295.15/73.96	c  N dy  2171    630873        60      5340         0     57874     37380    912030     17.83     18.83
307.56/77.01	c  N dy  2287    650876        60      5340         0     45755     37380    681234     17.86     18.97
324.32/81.20	c  N dy  2372    675987        60      5340         0     36979     37380    469040     17.85     18.81
339.49/85.04	c  N dy  2472    699242        60      5340         0     57627     37380    905769     17.85     18.81
355.90/89.17	c  N dy  2574    722256        60      5340         0     46170     37380    657397     17.87     18.85
403.01/100.95	c  N dy  2697    795956        60      5340         0     44581     37380    585880     17.71     18.65
411.00/102.92	c  S st  2772    806189        60      5340         0     53726     37380    783408     17.72     18.16
411.40/103.07	c  S st  2772    806698        60      5340         0     54182     37380    793573     17.72   no data
411.40/103.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
411.40/103.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
411.40/103.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
411.40/103.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
411.40/103.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.40/103.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
411.40/103.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.81/103.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
411.81/103.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.78/106.62	c lits-rem:       721  cl-subs:     6598  v-elim:      0  v-fix:    0  time:  3.49 s
425.78/106.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
425.78/106.63	c vivif2 --  cl tried    47584 cl shrink        0 lits rem          0 time: 0.01
426.60/106.86	c asymm  cl-useful: 0/1193/5340 lits-rem:0 time: 0.23
426.60/106.86	c calculated reachability. Time: 0.00
426.60/106.86	c  N dy  2772    806698        60      5340         0     47584     37380    672326     17.72   no data
444.95/111.50	c  N dy  2896    828353        60      5340         0     66795     37380   1086464     17.75     18.73
460.53/115.30	c  N dy  3036    848377        60      5340         0     50696     37380    737234     17.79     18.93
480.10/120.24	c  N dy  3177    869244        60      5340         0     69232     37380   1137657     17.82     18.77
494.08/123.76	c  N dy  3295    889294        60      5340         0     51786     37380    742224     17.84     19.70
513.26/128.58	c  N dy  3436    909310        60      5340         0     69609     37380   1129869     17.87     20.77
528.83/132.44	c  N dy  3561    929382        60      5340         0     51191     37380    719471     17.89     19.84
547.21/137.03	c  N dy  3688    949442        60      5340         0     69014     37380   1105486     17.92     19.35
566.38/141.83	c  N dy  3790    974550        60      5340         0     53982     37380    757341     17.92     18.97
592.75/148.46	c  N dy  3935   1003365        60      5340         0     41331     37380    482340     17.94     18.95
612.72/153.45	c  N dy  4026   1033062        60      5340         0     67432     37380   1024552     17.93     18.92
632.29/158.34	c  N dy  4150   1053671        60      5340         0     46898     37380    597720     17.95     18.91
646.68/161.94	c  F st  4255   1071875        60      5340         0     63056     37380    947962     17.96     16.86
648.27/162.38	c  N st  4259   1073908        60      5340         0     64845     37380    987015     17.96   no data
668.65/167.48	c  N dy  4352   1093913        60      5340         0     42749     37380    499361     17.97     20.38
683.02/171.05	c  N dy  4423   1113915        60      5340         0     60397     37380    870603     17.97     20.39
701.80/175.72	c  N dy  4501   1133931        60      5340         0     78003     37380   1245253     17.97     20.24
718.57/179.94	c  N dy  4611   1154003        60      5340         0     55179     37380    756127     17.99     18.95
736.55/184.49	c  N dy  4707   1174030        60      5340         0     72826     37380   1132645     17.99     19.48
759.32/190.18	c  N dy  4859   1194160        60      5340         0     49143     37380    618775     18.02     19.16
776.90/194.50	c  S st  4977   1210047        60      5340         0     63209     37380    925999     18.04   no data
777.72/194.74	c  S st  4977   1210547        60      5340         0     63667     37380    936101     18.04   no data
777.72/194.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
777.72/194.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
777.72/194.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
777.72/194.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
777.72/194.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
777.72/194.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
777.72/194.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
777.72/194.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
778.12/194.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
806.86/202.06	c lits-rem:       636  cl-subs:     5012  v-elim:      0  v-fix:    0  time:  7.23 s
806.86/202.06	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
806.86/202.07	c vivif2 --  cl tried    58655 cl shrink        0 lits rem          0 time: 0.01
808.88/202.51	c asymm  cl-useful: 0/845/5340 lits-rem:0 time: 0.44
808.88/202.51	c calculated reachability. Time: 0.00
808.88/202.51	c  N dy  4977   1210547        60      5340         0     58655     37380    823428     18.04   no data
843.21/211.14	c  N dy  5094   1240572        60      5340         0     43001     37380    475426     18.04     19.03
858.38/214.91	c  N dy  5202   1260591        60      5340         0     60718     37380    859309     18.05     19.31
876.36/219.46	c  N dy  5249   1280595        60      5340         0     78405     37380   1230856     18.05     20.75
898.73/225.06	c  N dy  5331   1305359        60      5340         0     57146     37380    763490     18.05     19.17
919.10/230.11	c  N dy  5455   1325382        60      5340         0     74914     37380   1149699     18.06     20.06
947.46/237.27	c  N dy  5553   1349142        60      5340         0     51707     37380    638273     18.07     19.04
998.99/250.10	c  N dy  5587   1412625        60      5340         0     62346     37380    834981     17.99     18.96
1019.38/255.27	c  N dy  5666   1432697        60      5340         0     80030     37380   1211974     18.00     19.11
1046.92/262.14	c  N dy  5758   1460520        60      5340         0     58841     37380    765649     17.99     18.96
1067.30/267.30	c  N dy  5888   1480583        60      5340         0     76670     37380   1154979     18.01     21.43
1096.46/274.56	c  N dy  6024   1501115        60      5340         0     48122     37380    532988     18.03     19.00
1112.83/278.63	c  N dy  6109   1521203        60      5340         0     65864     37380    913020     18.03     20.72
1137.20/284.75	c  N dy  6258   1541217        60      5340         0     83683     37380   1304180     18.05     20.28
1161.16/290.71	c  N dy  6314   1561584        60      5340         0     53835     37380    641896     18.05     19.15
1178.32/295.06	c  N dy  6400   1581616        60      5340         0     71601     37380   1023212     18.06     19.02
1201.49/300.81	c  N dy  6474   1602416        60      5340         0     89920     37380   1409354     18.06     19.02
1222.66/306.16	c  N dy  6546   1622524        60      5340         0     59020     37380    744238     18.06     19.09
1243.45/311.33	c  N dy  6646   1642899        60      5340         0     76988     37380   1129038     18.06     19.09
1267.80/317.41	c  N dy  6729   1662909        60      5340         0     94635     37380   1504093     18.07     20.99
1290.57/323.14	c  N dy  6871   1682912        60      5340         0     62919     37380    825483     18.08     20.31
1312.14/328.55	c  N dy  6967   1702919        60      5340         0     80570     37380   1204331     18.09     19.65
1323.72/331.41	c  S st  6992   1710548        60      5340         0     87265     37380   1346400     18.09     17.27
1324.92/331.75	c  S st  6992   1711052        60      5340         0     87713     37380   1356421     18.09   no data
1324.92/331.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1325.32/331.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1325.32/331.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1325.32/331.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1325.32/331.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1325.32/331.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1325.32/331.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1325.32/331.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1325.32/331.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1392.44/348.65	c lits-rem:      1035  cl-subs:     9598  v-elim:      0  v-fix:    0  time: 16.78 s
1392.44/348.65	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1392.44/348.67	c vivif2 --  cl tried    78115 cl shrink        0 lits rem          0 time: 0.02
1394.43/349.11	c asymm  cl-useful: 0/637/5340 lits-rem:0 time: 0.44
1394.43/349.12	c calculated reachability. Time: 0.00
1394.43/349.12	c  N dy  6992   1711052        60      5340         0     78115     37380   1150093     18.09   no data
1428.78/357.72	c  N dy  7101   1731464        60      5340         0     96169     37380   1540797     18.10     19.16
1450.38/363.14	c  N dy  7194   1751560        60      5340         0     64145     37380    840462     18.10     20.40
1475.52/369.42	c  N dy  7278   1775343        60      5340         0     85149     37380   1283348     18.10     19.17
1506.28/377.19	c  N dy  7412   1795699        60      5340         0     52258     37380    572821     18.11     19.12
1526.64/382.22	c  N dy  7570   1815799        60      5340         0     70067     37380    965254     18.13     19.77
1556.61/389.80	c  N dy  7675   1838082        60      5340         0     89821     37380   1390512     18.14     19.10
1584.97/396.81	c  N dy  7770   1858291        60      5340         0     55649     37380    636292     18.14     19.13
1601.74/401.03	c  N dy  7820   1878514        60      5340         0     73267     37380   1002686     18.14     19.11
1627.31/407.49	c  N dy  7932   1899016        60      5340         0     91420     37380   1397012     18.14     19.10
1660.46/415.77	c  N dy  8084   1921633        60      5340         0     58571     37380    686280     18.16     19.14
1681.23/420.92	c  N dy  8173   1941652        60      5340         0     76237     37380   1064160     18.16     19.99
1714.01/429.18	c  N dy  8256   1969345        60      5340         0    100651     37380   1584203     18.16     19.46
1737.95/435.14	c  N dy  8304   1990084        60      5340         0     65098     37380    813268     18.16     19.16
1760.33/440.74	c  N dy  8418   2010195        60      5340         0     82928     37380   1202140     18.17     19.16
1789.09/447.96	c  N dy  8526   2030277        60      5340         0    100681     37380   1586028     18.18     19.23
1815.07/454.43	c  N dy  8600   2050364        60      5340         0     63652     37380    772604     18.18     19.52
1837.04/459.93	c  N dy  8716   2070385        60      5340         0     81324     37380   1156688     18.18     19.81
1867.80/467.64	c  N dy  8859   2090659        60      5340         0     99277     37380   1551456     18.20     19.20
1897.33/475.01	c  N dy  8955   2110694        60      5340         0     61306     37380    714240     18.20     21.06
1919.30/480.52	c  N dy  9027   2133162        60      5340         0     81115     37380   1138575     18.20     19.32
1944.47/486.82	c  N dy  9094   2153234        60      5340         0     98774     37380   1514835     18.20     20.46
1980.82/495.97	c  N dy  9150   2182770        60      5340         0     68194     37380    842966     18.20     19.23
2001.99/501.23	c  N dy  9194   2202850        60      5340         0     85836     37380   1214890     18.19     20.38
2013.57/504.10	c  S st  9233   2211052        60      5340         0     93102     37380   1371342     18.19     16.82
2014.77/504.41	c  S st  9233   2211557        60      5340         0     93564     37380   1381701     18.19   no data
2014.77/504.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2014.77/504.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2014.77/504.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2014.77/504.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2014.77/504.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2014.77/504.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2014.77/504.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2015.17/504.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2015.17/504.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2090.27/523.36	c lits-rem:       973  cl-subs:    11951  v-elim:      0  v-fix:    0  time: 18.81 s
2090.27/523.36	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2090.27/523.37	c vivif2 --  cl tried    81613 cl shrink        0 lits rem          0 time: 0.02
2091.89/523.79	c asymm  cl-useful: 0/604/5340 lits-rem:0 time: 0.42
2092.26/523.80	c calculated reachability. Time: 0.00
2092.26/523.80	c  N dy  9233   2211557        60      5340         0     81613     37380   1141788     18.19   no data
2125.42/532.19	c  N dy  9340   2231580        60      5340         0     99277     37380   1524214     18.20     20.79
2159.37/540.66	c  N dy  9475   2251679        60      5340         0     60522     37380    686082     18.21     19.57
2179.37/545.62	c  N dy  9528   2272291        60      5340         0     78551     37380   1065367     18.20     19.21
2210.90/553.56	c  N dy  9648   2295326        60      5340         0     98997     37380   1508442     18.21     19.18
2249.68/563.22	c  N dy  9701   2326215        60      5340         0     68261     37380    825562     18.20     19.29
2267.25/567.62	c  N dy  9736   2347115        60      5340         0     86697     37380   1217141     18.19     19.42
2294.79/574.52	c  N dy  9834   2367121        60      5340         0    104333     37380   1600548     18.20     20.09
2323.55/581.74	c  N dy  9906   2387964        60      5340         0     63929     37380    733789     18.20     19.25
2344.71/587.09	c  N dy 10012   2407981        60      5340         0     81565     37380   1115150     18.20     19.47
2373.10/594.16	c  N dy 10109   2428420        60      5340         0     99640     37380   1505695     18.21     19.24
2414.63/604.51	c  N dy 10234   2452685        60      5340         0     61214     37380    662572     18.21     19.25
2435.79/609.88	c  N dy 10295   2474965        60      5340         0     80835     37380   1080837     18.21     19.20
2458.16/615.45	c  N dy 10307   2496227        60      5340         0     99369     37380   1460121     18.20     19.23
2492.91/624.19	c  N dy 10403   2516308        60      5340         0    117082     37380   1843462     18.20     19.26
2521.68/631.30	c  N dy 10525   2536427        60      5340         0     74149     37380    937231     18.21     19.22
2548.04/637.95	c  N dy 10655   2556523        60      5340         0     91895     37380   1323142     18.22     19.18
2581.20/646.27	c  N dy 10766   2577104        60      5340         0    110114     37380   1720938     18.23     19.21
2618.34/655.50	c  N dy 10887   2597130        60      5340         0     66021     37380    744852     18.23     19.98
2639.51/660.86	c  N dy 10978   2617190        60      5340         0     83765     37380   1128863     18.23     20.82
2667.10/667.76	c  N dy 11039   2637622        60      5340         0    101696     37380   1511471     18.23     19.37
2706.22/677.54	c  N dy 11177   2658547        60      5340         0    120207     37380   1918023     18.24     19.31
2751.35/688.88	c  N dy 11257   2696563        60      5340         0     90839     37380   1247574     18.23     19.20
2773.33/694.39	c  S st 11317   2711558        60      5340         0    104006     37380   1531134     18.23     17.33
2774.93/694.70	c  S st 11317   2712061        60      5340         0    104451     37380   1541079     18.23   no data
2774.93/694.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2774.93/694.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2774.93/694.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2774.93/694.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2774.93/694.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2774.93/694.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2774.93/694.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2774.93/694.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2775.33/694.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2844.43/712.12	c lits-rem:      1056  cl-subs:    13356  v-elim:      0  v-fix:    0  time: 17.29 s
2844.43/712.12	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2844.43/712.14	c vivif2 --  cl tried    91095 cl shrink        0 lits rem          0 time: 0.02
2846.03/712.58	c asymm  cl-useful: 0/508/5340 lits-rem:0 time: 0.44
2846.03/712.58	c calculated reachability. Time: 0.00
2846.03/712.58	c  N dy 11317   2712061        60      5340         0     91095     37380   1277173     18.23   no data
2887.57/722.95	c  N dy 11369   2739280        60      5340         0    114966     37380   1779683     18.22     19.19
2924.32/732.16	c  N dy 11418   2760884        60      5340         0     71454     37380    851024     18.22     19.22
2954.68/739.78	c  N dy 11569   2781730        60      5340         0     89894     37380   1257044     18.23     19.29
3012.20/754.17	c  N dy 11652   2821520        60      5340         0    124665     37380   1980043     18.22     19.20
3036.59/760.24	c  N dy 11700   2841659        60      5340         0     78656     37380    991570     18.21     19.27
3061.73/766.52	c  N dy 11750   2862358        60      5340         0     96885     37380   1376819     18.21     19.39
3097.70/775.53	c  N dy 11891   2882409        60      5340         0    114667     37380   1768037     18.22     20.41
3132.85/784.33	c  N dy 11978   2902487        60      5340         0     67481     37380    743779     18.22     19.89
3159.62/791.02	c  N dy 12112   2924453        60      5340         0     86843     37380   1166812     18.23     19.21
3189.56/798.58	c  N dy 12218   2944715        60      5340         0    104731     37380   1555946     18.23     19.21
3226.30/807.76	c  N dy 12309   2965971        60      5340         0    123490     37380   1962627     18.24     19.21
3262.25/816.79	c  N dy 12413   2988643        60      5340         0     77421     37380    944146     18.24     19.29
3293.41/824.53	c  N dy 12528   3011917        60      5340         0     97919     37380   1386873     18.24     19.25
3324.97/832.40	c  N dy 12600   3031990        60      5340         0    115517     37380   1763299     18.24     20.79
3357.35/840.51	c  N dy 12631   3052447        60      5340         0    133377     37380   2131855     18.23     19.29
3385.29/847.53	c  N dy 12791   3072533        60      5340         0     84477     37380   1099212     18.24     20.05
3410.45/853.85	c  N dy 12835   3093355        60      5340         0    102754     37380   1486552     18.24     19.21
3446.40/862.87	c  N dy 12952   3113440        60      5340         0    120536     37380   1874378     18.25     19.57
3479.97/871.20	c  N dy 12991   3135362        60      5340         0     71983     37380    808155     18.24     19.24
3503.92/877.27	c  N dy 13071   3156320        60      5340         0     90346     37380   1202615     18.24     19.28
3535.88/885.27	c  N dy 13192   3176406        60      5340         0    108106     37380   1591781     18.25     19.22
3576.22/895.30	c  N dy 13249   3201812        60      5340         0    130285     37380   2058082     18.25     19.24
3595.80/900.25	c  S st 13275   3212061        60      5340         0     70745     37380    770566     18.25     14.58
3596.60/900.46	c  S st 13275   3212562        60      5340         0     71198     37380    780759     18.25   no data
3596.60/900.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3596.60/900.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3596.60/900.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3596.60/900.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3596.60/900.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3596.60/900.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3596.60/900.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3597.00/900.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3597.00/900.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3600.99/901.58	c lits-rem:        45  cl-subs:      872  v-elim:      0  v-fix:    0  time:  1.05 s
3600.99/901.58	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3601.39/901.60	c vivif2 --  cl tried    70326 cl shrink        0 lits rem          0 time: 0.01
3602.59/901.90	c asymm  cl-useful: 0/674/5340 lits-rem:0 time: 0.30
3602.59/901.90	c calculated reachability. Time: 0.00
3602.59/901.90	c  N dy 13275   3212562        60      5340         0     70326     37380    764148     18.25   no data
3626.15/907.82	c  N dy 13349   3233667        60      5340         0     88882     37380   1163222     18.25     19.23
3660.53/916.47	c  N dy 13492   3253933        60      5340         0    106790     37380   1558251     18.25     19.25
3697.26/925.62	c  N dy 13570   3273984        60      5340         0    124447     37380   1937822     18.26     19.54
3740.39/936.47	c  N dy 13698   3293999        60      5340         0     72643     37380    804561     18.26     19.73
3772.75/944.56	c  N dy 13848   3316577        60      5340         0     92650     37380   1242697     18.27     19.25
3802.31/951.98	c  N dy 13869   3338177        60      5340         0    111363     37380   1628376     18.26     19.37
3841.45/961.78	c  N dy 13973   3358293        60      5340         0    129167     37380   2016670     18.26     19.41
3892.20/974.44	c  N dy 14089   3387738        60      5340         0     84608     37380   1045109     18.27     19.31
3915.38/980.22	c  N dy 14104   3408065        60      5340         0    102425     37380   1416985     18.26     19.27
3958.49/991.05	c  N dy 14220   3431838        60      5340         0    123334     37380   1870712     18.26     19.37
3991.25/999.24	c  N dy 14249   3451911        60      5340         0    140851     37380   2233960     18.26     20.33
4022.01/1006.98	c  N dy 14373   3472346        60      5340         0     87838     37380   1118059     18.26     19.32
4052.37/1014.58	c  N dy 14458   3492420        60      5340         0    105496     37380   1497595     18.26     20.58
4087.92/1023.47	c  N dy 14535   3513323        60      5340         0    123837     37380   1892618     18.26     19.27
4127.87/1033.40	c  N dy 14617   3533787        60      5340         0    141893     37380   2282246     18.27     19.35
4159.02/1041.22	c  N dy 14667   3557101        60      5340         0     90242     37380   1147836     18.26     19.49
4278.06/1071.08	c  N dy 14741   3650463        60      5340         0     98787     37380   1287965     18.21     19.33
4314.41/1080.16	c  N dy 14874   3670506        60      5340         0    116517     37380   1675080     18.22     20.90
4343.16/1087.35	c  N dy 14888   3691754        60      5340         0    134969     37380   2057180     18.21     19.32
4383.11/1097.31	c  N dy 14992   3712420        60      5340         0     79689     37380    912502     18.21     19.17
4383.11/1097.36	c  S st 14994   3712562        60      5340         0     79817     37380    915477     18.21   no data
4383.91/1097.59	c  S st 14994   3713068        60      5340         0     80260     37380    925674     18.21   no data
4383.91/1097.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4384.31/1097.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
4384.31/1097.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4384.31/1097.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4384.31/1097.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4384.31/1097.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4384.31/1097.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4384.31/1097.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4384.31/1097.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4391.50/1099.47	c lits-rem:       148  cl-subs:     1610  v-elim:      0  v-fix:    0  time:  1.79 s
4391.50/1099.47	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4391.50/1099.48	c vivif2 --  cl tried    78650 cl shrink        0 lits rem          0 time: 0.01
4393.10/1099.81	c asymm  cl-useful: 0/611/5340 lits-rem:0 time: 0.33
4393.10/1099.81	c calculated reachability. Time: 0.00
4393.10/1099.81	c  N dy 14994   3713068        60      5340         0     78650     37380    889610     18.21   no data
4422.26/1107.15	c  N dy 15116   3733082        60      5340         0     96350     37380   1276285     18.22     20.00
4451.45/1114.43	c  F st 15182   3751562        60      5340         0    112518     37380   1614580     18.21     15.93
4454.62/1115.27	c  N st 15186   3753596        60      5340         0    114290     37380   1654074     18.21   no data
4491.76/1124.54	c  N dy 15246   3773992        60      5340         0    132168     37380   2035050     18.21     19.19
4546.49/1138.21	c  N dy 15367   3794025        60      5340         0     75348     37380    806326     18.22     19.21
4575.25/1145.45	c  N dy 15468   3816749        60      5340         0     95331     37380   1235797     18.22     19.21
4657.55/1166.09	c  N dy 15498   3878727        60      5340         0    149064     37380   2322521     18.19     19.26
4690.68/1174.36	c  N dy 15638   3898787        60      5340         0     91740     37380   1158664     18.19     19.80
4720.25/1181.79	c  N dy 15704   3919564        60      5340         0    109961     37380   1547947     18.19     19.22
4755.80/1190.64	c  N dy 15773   3939842        60      5340         0    127703     37380   1927010     18.19     19.27

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-3174184-1304110569/watcher-3174184-1304110569 -o /tmp/evaluation-result-3174184-1304110569/solver-3174184-1304110569 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174184-1304110569.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: 6.28 7.65 7.63 4/176 26647
/proc/meminfo: memFree=24385384/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=273404 CPUtime=0 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 643 0 0 0 0 0 0 0 18 0 4 0 601287563 279965696 570 33554432000 4194304 4627427 140735114728032 18446744073709551615 216734875403 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 68351 572 338 106 0 63322 0
[pid=26647/tid=26651] ppid=26645 vsize=273404 CPUtime=0 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 20 0 0 0 0 0 0 0 18 0 4 0 601287563 279965696 573 33554432000 4194304 4627427 140735114728032 18446744073709551615 216734875403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=273404 CPUtime=0 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 60 0 0 0 0 0 0 0 18 0 4 0 601287563 279965696 576 33554432000 4194304 4627427 140735114728032 18446744073709551615 216734839493 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=273404 CPUtime=0 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 80 0 0 0 0 0 0 0 25 0 4 0 601287563 279965696 581 33554432000 4194304 4627427 140735114728032 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.108147 s]
/proc/loadavg: 6.28 7.65 7.63 4/176 26647
/proc/meminfo: memFree=24385384/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=281860 CPUtime=0.4 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 1319 0 0 0 40 0 0 0 18 0 4 0 601287563 288624640 1246 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 70465 1246 364 106 0 65436 0
[pid=26647/tid=26651] ppid=26645 vsize=281860 CPUtime=0.1 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 181 0 0 0 10 0 0 0 18 0 4 0 601287563 288624640 1246 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=281860 CPUtime=0.1 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 180 0 0 0 10 0 0 0 18 0 4 0 601287563 288624640 1246 33554432000 4194304 4627427 140735114728032 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=281860 CPUtime=0.1 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 333 0 0 0 10 0 0 0 25 0 4 0 601287563 288624640 1246 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 281860

[startup+0.201133 s]
/proc/loadavg: 6.28 7.65 7.63 4/176 26647
/proc/meminfo: memFree=24385384/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=283656 CPUtime=0.77 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 2823 0 0 0 77 0 0 0 18 0 4 0 601287563 290463744 2410 33554432000 4194304 4627427 140735114728032 18446744073709551615 4332856 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 70914 2410 384 106 0 65885 0
[pid=26647/tid=26651] ppid=26645 vsize=283656 CPUtime=0.19 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 614 0 0 0 19 0 0 0 18 0 4 0 601287563 290463744 2410 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=283656 CPUtime=0.19 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 609 0 0 0 19 0 0 0 18 0 4 0 601287563 290463744 2410 33554432000 4194304 4627427 140735114728032 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=283656 CPUtime=0.19 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 526 0 0 0 19 0 0 0 25 0 4 0 601287563 290463744 2410 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309250 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) 283656

[startup+0.301115 s]
/proc/loadavg: 6.28 7.65 7.63 4/176 26647
/proc/meminfo: memFree=24385384/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=285108 CPUtime=1.17 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 3438 0 0 0 117 0 0 0 18 0 4 0 601287563 291950592 2548 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 71277 2548 384 106 0 66248 0
[pid=26647/tid=26651] ppid=26645 vsize=285108 CPUtime=0.29 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 781 0 0 0 29 0 0 0 18 0 4 0 601287563 291950592 2548 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=285108 CPUtime=0.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 777 0 0 0 29 0 0 0 18 0 4 0 601287563 291950592 2549 33554432000 4194304 4627427 140735114728032 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=285108 CPUtime=0.29 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 622 0 0 0 29 0 0 0 25 0 4 0 601287563 291950592 2549 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 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) 285108

[startup+0.701046 s]
/proc/loadavg: 6.28 7.65 7.63 4/176 26647
/proc/meminfo: memFree=24385384/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=286272 CPUtime=2.77 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 5361 0 0 0 277 0 0 0 18 0 4 0 601287563 293142528 3290 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 71568 3290 384 106 0 66539 0
[pid=26647/tid=26651] ppid=26645 vsize=286272 CPUtime=0.69 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 1228 0 0 0 69 0 0 0 18 0 4 0 601287563 293142528 3290 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=286272 CPUtime=0.69 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 1223 0 0 0 69 0 0 0 18 0 4 0 601287563 293142528 3290 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=286272 CPUtime=0.69 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 1197 0 0 0 69 0 0 0 25 0 4 0 601287563 293142528 3290 33554432000 4194304 4627427 140735114728032 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286272

[startup+1.50091 s]
/proc/loadavg: 6.28 7.65 7.63 10/184 26655
/proc/meminfo: memFree=24361004/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=287308 CPUtime=5.96 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 9714 0 0 0 595 1 0 0 20 0 4 0 601287563 294203392 5184 33554432000 4194304 4627427 140735114728032 18446744073709551615 4427856 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 71827 5184 388 106 0 66798 0
[pid=26647/tid=26651] ppid=26645 vsize=287308 CPUtime=1.48 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 2024 0 0 0 148 0 0 0 20 0 4 0 601287563 294203392 5184 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=287308 CPUtime=1.48 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 2020 0 0 0 148 0 0 0 19 0 4 0 601287563 294203392 5184 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=287308 CPUtime=1.48 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 2009 0 0 0 148 0 0 0 25 0 4 0 601287563 294203392 5184 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309225 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) 287308

[startup+3.10063 s]
/proc/loadavg: 6.28 7.65 7.63 10/184 26655
/proc/meminfo: memFree=24324920/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=295792 CPUtime=12.36 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 17639 0 0 0 1233 3 0 0 25 0 4 0 601287563 302891008 9506 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 73948 9506 388 106 0 68919 0
[pid=26647/tid=26651] ppid=26645 vsize=295792 CPUtime=3.08 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 4141 0 0 0 308 0 0 0 25 0 4 0 601287563 302891008 9506 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=295792 CPUtime=3.09 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 4585 0 0 0 308 1 0 0 25 0 4 0 601287563 302891008 9506 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=295792 CPUtime=3.07 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 4430 0 0 0 307 0 0 0 25 0 4 0 601287563 302891008 9506 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309089 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) 295792

[startup+6.30107 s]
/proc/loadavg: 6.50 7.67 7.64 10/184 26655
/proc/meminfo: memFree=24298900/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=299312 CPUtime=25.14 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 26424 0 0 0 2508 6 0 0 25 0 4 0 601287563 306495488 12342 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 74828 12342 388 106 0 69799 0
[pid=26647/tid=26651] ppid=26645 vsize=299312 CPUtime=6.29 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 6910 0 0 0 628 1 0 0 25 0 4 0 601287563 306495488 12342 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=299312 CPUtime=6.28 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 6821 0 0 0 627 1 0 0 25 0 4 0 601287563 306495488 12342 33554432000 4194304 4627427 140735114728032 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=299312 CPUtime=6.25 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 6440 0 0 0 624 1 0 0 25 0 4 0 601287563 306495488 12342 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309209 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) 299312

[startup+12.701 s]
/proc/loadavg: 6.62 7.68 7.64 10/184 26655
/proc/meminfo: memFree=24249912/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=299484 CPUtime=50.7 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 40031 0 0 0 5062 8 0 0 25 0 4 0 601287563 306671616 16156 33554432000 4194304 4627427 140735114728032 18446744073709551615 4427838 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 74871 16156 388 106 0 69842 0
[pid=26647/tid=26651] ppid=26645 vsize=299484 CPUtime=12.69 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 10089 0 0 0 1267 2 0 0 25 0 4 0 601287563 306671616 16156 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=299484 CPUtime=12.69 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 8624 0 0 0 1267 2 0 0 25 0 4 0 601287563 306671616 16156 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=299484 CPUtime=12.61 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 10453 0 0 0 1260 1 0 0 25 0 4 0 601287563 306671616 16156 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 299484

[startup+25.5007 s]
/proc/loadavg: 6.99 7.71 7.65 10/184 26655
/proc/meminfo: memFree=24218332/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=300448 CPUtime=101.83 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 60763 0 0 0 10170 13 0 0 25 0 4 0 601287563 307658752 19949 33554432000 4194304 4627427 140735114728032 18446744073709551615 4310558 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 75112 19949 388 106 0 70083 0
[pid=26647/tid=26651] ppid=26645 vsize=300448 CPUtime=25.49 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 16092 0 0 0 2546 3 0 0 25 0 4 0 601287563 307658752 19949 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=300448 CPUtime=25.49 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 13052 0 0 0 2546 3 0 0 25 0 4 0 601287563 307658752 19949 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=300448 CPUtime=25.34 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 15470 0 0 0 2532 2 0 0 25 0 4 0 601287563 307658752 19949 33554432000 4194304 4627427 140735114728032 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 300448

[startup+51.1003 s]
/proc/loadavg: 7.33 7.73 7.66 10/184 26656
/proc/meminfo: memFree=24175228/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=301508 CPUtime=204.08 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 90643 0 0 0 20387 21 0 0 25 0 4 0 601287563 308744192 24110 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 75377 24110 388 106 0 70348 0
[pid=26647/tid=26651] ppid=26645 vsize=301508 CPUtime=51.09 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 24256 0 0 0 5104 5 0 0 25 0 4 0 601287563 308744192 24110 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=301508 CPUtime=51.08 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 20583 0 0 0 5103 5 0 0 25 0 4 0 601287563 308744192 24110 33554432000 4194304 4627427 140735114728032 18446744073709551615 4332676 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=301508 CPUtime=50.81 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 22254 0 0 0 5077 4 0 0 25 0 4 0 601287563 308744192 24110 33554432000 4194304 4627427 140735114728032 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 301508

[startup+102.3 s]
/proc/loadavg: 7.76 7.78 7.68 10/184 26657
/proc/meminfo: memFree=24136520/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=313540 CPUtime=408.63 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 138349 0 0 0 40828 35 0 0 25 0 4 0 601287563 321064960 27450 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 78385 27450 388 106 0 73356 0
[pid=26647/tid=26651] ppid=26645 vsize=313540 CPUtime=102.29 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 34711 0 0 0 10222 7 0 0 25 0 4 0 601287563 321064960 27450 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=313540 CPUtime=102.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 31920 0 0 0 10220 9 0 0 25 0 4 0 601287563 321064960 27450 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=313540 CPUtime=101.73 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 36116 0 0 0 10166 7 0 0 25 0 4 0 601287563 321064960 27450 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 313540

[startup+162.301 s]

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

[pid=26647] ppid=26645 vsize=346564 CPUtime=2565.62 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 402242 0 0 0 256438 124 0 0 25 0 4 0 601287563 354881536 60281 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 86641 60281 388 106 0 81612 0
[pid=26647/tid=26651] ppid=26645 vsize=346564 CPUtime=642.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 103695 0 0 0 64199 29 0 0 25 0 4 0 601287563 354881536 60281 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=346564 CPUtime=642.28 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 93617 0 0 0 64196 32 0 0 25 0 4 0 601287563 354881536 60281 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=346564 CPUtime=638.8 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 98594 0 0 0 63853 27 0 0 25 0 4 0 601287563 354881536 60281 33554432000 4194304 4627427 140735114728032 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.62
Current children cumulated vsize (KiB) 346564

[startup+702.301 s]
/proc/loadavg: 8.10 8.04 7.86 10/184 26682
/proc/meminfo: memFree=23788336/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=412496 CPUtime=2805.29 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 425398 0 0 0 280396 133 0 0 25 0 4 0 601287563 422395904 64272 33554432000 4194304 4627427 140735114728032 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 103124 64272 388 106 0 98095 0
[pid=26647/tid=26651] ppid=26645 vsize=412496 CPUtime=702.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 111299 0 0 0 70196 32 0 0 25 0 4 0 601287563 422395904 64272 33554432000 4194304 4627427 140735114728032 18446744073709551615 4467828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=412496 CPUtime=702.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 96077 0 0 0 70195 34 0 0 25 0 4 0 601287563 422395904 64272 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=412496 CPUtime=698.47 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 104922 0 0 0 69818 29 0 0 25 0 4 0 601287563 422395904 64272 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.29
Current children cumulated vsize (KiB) 412496

[startup+762.301 s]
/proc/loadavg: 8.15 8.06 7.88 10/184 26684
/proc/meminfo: memFree=23757812/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=400184 CPUtime=3044.98 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 441694 0 0 0 304358 140 0 0 25 0 4 0 601287563 409788416 64962 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 100046 64962 388 106 0 95017 0
[pid=26647/tid=26651] ppid=26645 vsize=400184 CPUtime=762.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 114412 0 0 0 76195 33 0 0 25 0 4 0 601287563 409788416 64962 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=400184 CPUtime=762.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 100650 0 0 0 76193 36 0 0 25 0 4 0 601287563 409788416 64962 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=400184 CPUtime=758.16 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 110190 0 0 0 75785 31 0 0 25 0 4 0 601287563 409788416 64962 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 400184

[startup+822.301 s]
/proc/loadavg: 8.16 8.08 7.89 10/184 26686
/proc/meminfo: memFree=23712280/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=413068 CPUtime=3284.62 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 457241 0 0 0 328316 146 0 0 25 0 4 0 601287563 422981632 67960 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 103267 67960 388 106 0 98238 0
[pid=26647/tid=26651] ppid=26645 vsize=413068 CPUtime=822.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 119545 0 0 0 82192 36 0 0 25 0 4 0 601287563 422981632 67960 33554432000 4194304 4627427 140735114728032 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=413068 CPUtime=822.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 103902 0 0 0 82192 37 0 0 25 0 4 0 601287563 422981632 67960 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=413068 CPUtime=817.83 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 113347 0 0 0 81751 32 0 0 25 0 4 0 601287563 422981632 67960 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.62
Current children cumulated vsize (KiB) 413068

[startup+882.306 s]
/proc/loadavg: 8.15 8.09 7.91 10/184 26687
/proc/meminfo: memFree=23719556/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=349088 CPUtime=3524.32 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 475566 0 0 0 352278 154 0 0 25 0 4 0 601287563 357466112 64928 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 87272 64928 388 106 0 82243 0
[pid=26647/tid=26651] ppid=26645 vsize=349088 CPUtime=882.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 122544 0 0 0 88191 37 0 0 25 0 4 0 601287563 357466112 64928 33554432000 4194304 4627427 140735114728032 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=349088 CPUtime=882.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 108711 0 0 0 88190 39 0 0 25 0 4 0 601287563 357466112 64928 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=349088 CPUtime=877.5 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 118278 0 0 0 87717 33 0 0 25 0 4 0 601287563 357466112 64928 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 349088

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 7.92 10/184 26689
/proc/meminfo: memFree=23694360/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=476900 CPUtime=3763.96 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 498879 0 0 0 376233 163 0 0 25 0 4 0 601287563 488345600 69225 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 119225 69225 388 106 0 114196 0
[pid=26647/tid=26651] ppid=26645 vsize=476900 CPUtime=942.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 127734 0 0 0 94188 40 0 0 25 0 4 0 601287563 488345600 69225 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=476900 CPUtime=942.28 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 115871 0 0 0 94187 41 0 0 25 0 4 0 601287563 488345600 69225 33554432000 4194304 4627427 140735114728032 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=476900 CPUtime=937.17 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 123917 0 0 0 93682 35 0 0 25 0 4 0 601287563 488345600 69225 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 476900

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 7.93 10/184 26690
/proc/meminfo: memFree=23642748/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=529696 CPUtime=4003.63 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 518310 0 0 0 400192 171 0 0 25 0 4 0 601287563 542408704 74927 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 132424 74927 388 106 0 127395 0
[pid=26647/tid=26651] ppid=26645 vsize=529696 CPUtime=1002.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 133091 0 0 0 100186 42 0 0 25 0 4 0 601287563 542408704 74927 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=529696 CPUtime=1002.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 119435 0 0 0 100186 43 0 0 25 0 4 0 601287563 542408704 74927 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=529696 CPUtime=996.85 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 129349 0 0 0 99648 37 0 0 25 0 4 0 601287563 542408704 74927 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 529696

[startup+1062.3 s]
/proc/loadavg: 8.09 8.10 7.94 10/184 26692
/proc/meminfo: memFree=23667028/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=542980 CPUtime=4243.31 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 538377 0 0 0 424152 179 0 0 25 0 4 0 601287563 556011520 73234 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 135745 73234 388 106 0 130716 0
[pid=26647/tid=26651] ppid=26645 vsize=542980 CPUtime=1062.28 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 138324 0 0 0 106184 44 0 0 25 0 4 0 601287563 556011520 73234 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=542980 CPUtime=1062.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 124542 0 0 0 106184 45 0 0 25 0 4 0 601287563 556011520 73234 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=542980 CPUtime=1056.53 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 134756 0 0 0 105614 39 0 0 25 0 4 0 601287563 556011520 73234 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 542980

[startup+1122.3 s]
/proc/loadavg: 8.07 8.10 7.94 10/184 26694
/proc/meminfo: memFree=23645044/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=543296 CPUtime=4482.97 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 558325 0 0 0 448110 187 0 0 25 0 4 0 601287563 556335104 76448 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 135824 76448 388 106 0 130795 0
[pid=26647/tid=26651] ppid=26645 vsize=543296 CPUtime=1122.27 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 143152 0 0 0 112182 45 0 0 25 0 4 0 601287563 556335104 76448 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=543296 CPUtime=1122.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 129503 0 0 0 112182 47 0 0 25 0 4 0 601287563 556335104 76448 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=543296 CPUtime=1116.2 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 139703 0 0 0 111579 41 0 0 25 0 4 0 601287563 556335104 76448 33554432000 4194304 4627427 140735114728032 18446744073709551615 4331211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 543296

[startup+1182.3 s]
/proc/loadavg: 8.06 8.09 7.95 10/184 26695
/proc/meminfo: memFree=23651344/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=543504 CPUtime=4722.65 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 573060 0 0 0 472071 194 0 0 25 0 4 0 601287563 556548096 74025 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 135876 74025 388 106 0 130847 0
[pid=26647/tid=26651] ppid=26645 vsize=543504 CPUtime=1182.27 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 147017 0 0 0 118179 48 0 0 25 0 4 0 601287563 556548096 74025 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=543504 CPUtime=1182.29 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 133379 0 0 0 118180 49 0 0 25 0 4 0 601287563 556548096 74025 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=543504 CPUtime=1175.87 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 141451 0 0 0 117545 42 0 0 25 0 4 0 601287563 556548096 74025 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 543504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.10 7.95 10/184 26696
/proc/meminfo: memFree=23651332/32951124 swapFree=67102140/67111528
[pid=26647] ppid=26645 vsize=543536 CPUtime=4800.15 cores=0,2,4,6
/proc/26647/stat : 26647 (strangenight2-m) R 26645 26647 26610 0 -1 4202496 576717 0 0 0 479820 195 0 0 25 0 4 0 601287563 556580864 74669 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26647/statm: 135884 74669 388 106 0 130855 0
[pid=26647/tid=26651] ppid=26645 vsize=543536 CPUtime=1201.67 cores=0,2,4,6
/proc/26647/task/26651/stat : 26651 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 147776 0 0 0 120119 48 0 0 25 0 4 0 601287563 556580864 74669 33554432000 4194304 4627427 140735114728032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26647/tid=26652] ppid=26645 vsize=543536 CPUtime=1201.7 cores=0,2,4,6
/proc/26647/task/26652/stat : 26652 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 135374 0 0 0 120120 50 0 0 25 0 4 0 601287563 556580864 74669 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26647/tid=26653] ppid=26645 vsize=543536 CPUtime=1195.16 cores=0,2,4,6
/proc/26647/task/26653/stat : 26653 (strangenight2-m) R 26645 26647 26610 0 -1 4202560 141557 0 0 0 119474 42 0 0 25 0 4 0 601287563 556580864 74669 33554432000 4194304 4627427 140735114728032 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 543536

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.2
CPU user time (s): 4798.23
CPU system time (s): 1.9737
CPU usage (%): 399.441
Max. virtual memory (cumulated for all children) (KiB): 556744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 1.9737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 576718
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= 230
involuntary context switches= 39487

runsolver used 1.90571 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 22:56:09
IDJOB=3174184
IDBENCH=83002
IDSOLVER=1586
FILE ID=node119/3174184-1304110569
RUNJOBID= node119-1304110569-26628
PBS_JOBID= 13170679
Free space on /tmp= 71816 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S385597856-055.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174184-1304110569/watcher-3174184-1304110569 -o /tmp/evaluation-result-3174184-1304110569/solver-3174184-1304110569 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174184-1304110569.cnf

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

MD5SUM BENCH= ea8a8c80a9c6e1328d7a171765d2b8ef
RANDOM SEED=100144277

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24385928 kB
Buffers:       1909912 kB
Cached:        6032000 kB
SwapCached:       3688 kB
Active:         164732 kB
Inactive:      7836288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24385928 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           11816 kB
Writeback:           0 kB
AnonPages:       58932 kB
Mapped:          14620 kB
Slab:           499008 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186888 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= 71804 MiB
End job on node119 at 2011-04-29 23:16:13