Trace number 3366593

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366593-1305409656.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.00	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.00	c -- vars added         60
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.42/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.42/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.42/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.42/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.42/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.42/0.14	c calculated reachability. Time: 0.00
0.42/0.14	c Calc default polars -  time:   0.00 s pos:      26 undec:       2 neg:      32
0.42/0.14	c =========================================================================================
0.42/0.14	c types(t): F = full restart, N = normal restart
0.42/0.14	c types(t): S = simplification begin/end, E = solution found
0.42/0.14	c restart types(rt): st = static, dy = dynamic
0.42/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.42/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.24	c  N dy     8      4018        60      5340         0      3558     37380     76228     17.47     20.15
1.57/0.40	c  N dy    21      8984        60      5340         0      5772     37380    115481     17.56     18.51
1.96/0.56	c  N dy    54     13052        60      5340         0      5624     37380    106450     18.23     20.37
2.76/0.74	c  N dy    64     17118        60      5340         0      9209     37380    181502     18.14     19.26
3.57/0.91	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.39/1.11	c  N st    98     25250        60      5340         0     11440     37380    222042     18.33   no data
5.16/1.32	c  N dy   103     30001        60      5340         0      9626     37380    173121     18.33   no data
5.16/1.32	c  S st   103     30001        60      5340         0      9626     37380    173121     18.33   no data
5.16/1.35	c  S st   103     30504        60      5340         0     10091     37380    183415     18.33   no data
5.16/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.36	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.55	c lits-rem:       138  cl-subs:     1009  v-elim:      0  v-fix:    0  time:  0.19 s
6.75/1.78	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.75/1.78	c calculated reachability. Time: 0.00
6.75/1.78	c  N dy   103     30504        60      5340         0      9082     37380    162125     18.33   no data
9.94/2.53	c  N dy   109     45758        60      5340         0     15545     37380    277267     17.60     17.64
9.94/2.53	c  S st   109     45758        60      5340         0     15545     37380    277267     17.60     17.64
9.94/2.58	c  S st   109     46264        60      5340         0      8127     37380    122945     17.60   no data
9.94/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.94/2.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
9.94/2.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.63	c lits-rem:        19  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.04 s
10.34/2.63	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.34/2.63	c vivif2 --  cl tried     8024 cl shrink        0 lits rem          0 time: 0.00
11.14/2.84	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.14/2.84	c calculated reachability. Time: 0.00
11.14/2.84	c  N dy   109     46264        60      5340         0      8024     37380    121054     17.60   no data
11.94/3.06	c  N dy   141     50355        60      5340         0     11673     37380    200363     17.77     20.61
12.74/3.30	c  N dy   168     54357        60      5340         0     15253     37380    277258     17.87     18.87
13.93/3.58	c  N dy   204     58450        60      5340         0     10068     37380    155330     18.01     20.37
15.93/4.08	c  N dy   230     67267        60      5340         0     17867     37380    319261     17.97     18.94
16.73/4.23	c  S st   238     69396        60      5340         0     10011     37380    145195     17.98     20.17
16.73/4.27	c  S st   238     69900        60      5340         0     10471     37380    155502     17.98   no data
16.73/4.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.73/4.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.73/4.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.73/4.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.73/4.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.73/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.13/4.33	c lits-rem:        11  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.05 s
17.13/4.33	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.13/4.33	c vivif2 --  cl tried    10359 cl shrink        0 lits rem          0 time: 0.00
17.97/4.58	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.97/4.58	c calculated reachability. Time: 0.00
17.97/4.58	c  N dy   238     69900        60      5340         0     10359     37380    152786     17.98   no data
21.51/5.44	c  N dy   251     84164        60      5340         0     12315     37380    181492     17.64     18.74
22.35/5.65	c  F st   280     87501        60      5340         0     15293     37380    245285     17.71     17.44
22.70/5.78	c  N st   284     89537        60      5340         0     17097     37380    284674     17.71   no data
24.71/6.22	c  N dy   309     95286        60      5340         0     22196     37380    395814     17.77     20.09
26.33/6.68	c  N dy   347    101574        60      5340         0     16294     37380    259086     17.84     18.82
27.49/6.92	c  S st   361    104851        60      5340         0     19212     37380    320763     17.86     16.15
27.49/6.97	c  S st   361    105354        60      5340         0     19670     37380    330706     17.86   no data
27.49/6.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.49/6.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.49/6.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.49/6.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.49/6.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.49/6.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.49/6.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.49/6.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.49/6.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.49/7.41	c lits-rem:       180  cl-subs:     2011  v-elim:      0  v-fix:    0  time:  0.42 s
29.49/7.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.49/7.42	c vivif2 --  cl tried    17659 cl shrink        0 lits rem          0 time: 0.00
30.71/7.77	c asymm  cl-useful: 0/4926/5340 lits-rem:0 time: 0.35
30.71/7.77	c calculated reachability. Time: 0.00
30.71/7.77	c  N dy   361    105354        60      5340         0     17659     37380    287578     17.86   no data
33.08/8.31	c  N dy   376    112258        60      5340         0     23727     37380    413237     17.83     18.78
35.09/8.90	c  N dy   412    120359        60      5340         0     18669     37380    300953     17.87     18.89
37.86/9.58	c  N dy   447    128465        60      5340         0     25881     37380    454826     17.90     18.85
40.66/10.21	c  N dy   485    136757        60      5340         0     19974     37380    315713     17.92     18.96
43.46/11.00	c  N dy   507    145572        60      5340         0     27819     37380    480162     17.91     18.92
47.44/11.95	c  N dy   541    158032        60      5340         0     24616     37380    402081     17.89     16.31
47.44/11.95	c  S st   541    158032        60      5340         0     24616     37380    402081     17.89     16.31
47.84/12.02	c  S st   541    158534        60      5340         0     25061     37380    411848     17.89   no data
47.84/12.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.84/12.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.84/12.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.84/12.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.84/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.84/12.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.84/12.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.84/12.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.84/12.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.03/12.82	c lits-rem:       326  cl-subs:     2980  v-elim:      0  v-fix:    0  time:  0.77 s
51.03/12.82	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.03/12.82	c vivif2 --  cl tried    22081 cl shrink        0 lits rem          0 time: 0.00
52.23/13.18	c asymm  cl-useful: 0/4156/5340 lits-rem:0 time: 0.36
52.23/13.18	c calculated reachability. Time: 0.00
52.23/13.18	c  N dy   541    158534        60      5340         0     22081     37380    351425     17.89   no data
56.21/14.16	c  N dy   580    168708        60      5340         0     16231     37380    216819     17.92     21.25
60.20/15.16	c  N dy   625    180811        60      5340         0     26925     37380    440279     17.91     18.91
64.60/16.20	c  N dy   659    192389        60      5340         0     21314     37380    314573     17.91     18.87
69.78/17.52	c  N dy   693    206209        60      5340         0     33543     37380    569987     17.90     18.85
80.55/20.22	c  N dy   735    237803        60      5340         0     26938     37380    402451     17.76     15.56
80.55/20.22	c  S st   735    237803        60      5340         0     26938     37380    402451     17.76     15.56
80.55/20.29	c  S st   735    238311        60      5340         0     27401     37380    412822     17.76   no data
80.55/20.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.94/20.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.94/20.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.94/20.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.94/20.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.94/20.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.94/20.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.94/20.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.94/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.53/21.29	c lits-rem:       441  cl-subs:     3485  v-elim:      0  v-fix:    0  time:  0.98 s
84.53/21.30	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.93/21.30	c vivif2 --  cl tried    23916 cl shrink        0 lits rem          0 time: 0.01
85.33/21.43	c asymm  cl-useful: 0/1184/5340 lits-rem:0 time: 0.12
85.33/21.43	c calculated reachability. Time: 0.00
85.33/21.43	c  N dy   735    238311        60      5340         0     23916     37380    348714     17.76   no data
93.31/23.43	c  N dy   774    259760        60      5340         0     24526     37380    347506     17.72     18.72
101.67/25.57	c  N dy   907    276433        60      5340         0     20036     37380    247675     17.82     21.37
108.87/27.39	c  N dy   987    294122        60      5340         0     35679     37380    578107     17.84     20.68
114.49/28.74	c  F st  1029    306250        60      5340         0     26113     37380    362485     17.84   no data
117.23/29.44	c  N dy  1049    312918        60      5340         0     32019     37380    489147     17.85     20.73
125.61/31.53	c  N dy  1074    332919        60      5340         0     28387     37380    398005     17.77     19.13
135.59/34.01	c  N dy  1155    352940        60      5340         0     24070     37380    305545     17.79     20.44
137.17/34.43	c  S st  1167    357467        60      5340         0     28112     37380    390721     17.79     17.13
137.57/34.50	c  S st  1167    357971        60      5340         0     28571     37380    400744     17.79   no data
137.57/34.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.57/34.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.57/34.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.57/34.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.57/34.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.57/34.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
137.57/34.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.57/34.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
137.57/34.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.57/35.07	c lits-rem:       191  cl-subs:     1681  v-elim:      0  v-fix:    0  time:  0.55 s
139.57/35.07	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
139.57/35.08	c vivif2 --  cl tried    26890 cl shrink        0 lits rem          0 time: 0.00
141.17/35.45	c asymm  cl-useful: 0/3709/5340 lits-rem:0 time: 0.37
141.17/35.45	c calculated reachability. Time: 0.00
141.17/35.45	c  N dy  1167    357971        60      5340         0     26890     37380    365782     17.79   no data
151.94/38.11	c  N dy  1284    377980        60      5340         0     44655     37380    745537     17.84     19.70
163.90/41.12	c  N dy  1445    400426        60      5340         0     41733     37380    677502     17.92     19.03
178.67/44.88	c  N dy  1550    426901        60      5340         0     41150     37380    638941     17.92     18.93
192.23/48.26	c  N dy  1636    452708        60      5340         0     39234     37380    585898     17.92     18.91
204.99/51.46	c  N dy  1771    473009        60      5340         0     31620     37380    423784     17.97     18.96
216.15/54.27	c  N dy  1826    493062        60      5340         0     49298     37380    795757     17.96     20.23
226.93/56.92	c  N dy  1885    513065        60      5340         0     40437     37380    596096     17.96     19.29
238.10/59.73	c  N dy  1918    533092        60      5340         0     30656     37380    382919     17.92     20.92
239.70/60.15	c  S st  1935    536958        60      5340         0     34077     37380    455533     17.92     16.68
240.10/60.24	c  S st  1935    537459        60      5340         0     34537     37380    465769     17.92   no data
240.10/60.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.10/60.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.10/60.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.10/60.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.10/60.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.10/60.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
240.10/60.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.10/60.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.10/60.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.28/61.00	c lits-rem:       209  cl-subs:     1645  v-elim:      0  v-fix:    0  time:  0.73 s
243.28/61.01	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
243.28/61.01	c vivif2 --  cl tried    32892 cl shrink        0 lits rem          0 time: 0.00
244.09/61.25	c asymm  cl-useful: 0/1631/5340 lits-rem:0 time: 0.24
244.09/61.25	c calculated reachability. Time: 0.00
244.09/61.25	c  N dy  1935    537459        60      5340         0     32892     37380    430129     17.92   no data
256.44/64.30	c  N dy  2036    557468        60      5340         0     50632     37380    808088     17.94     19.09
269.21/67.54	c  N dy  2140    578399        60      5340         0     41024     37380    592341     17.97     18.96
296.32/74.39	c  N dy  2171    630873        60      5340         0     57874     37380    912030     17.83     18.83
308.69/77.44	c  N dy  2287    650876        60      5340         0     45755     37380    681234     17.86     18.97
325.43/81.65	c  N dy  2372    675987        60      5340         0     36979     37380    469040     17.85     18.81
341.39/85.61	c  N dy  2472    699242        60      5340         0     57627     37380    905769     17.85     18.81
357.34/89.65	c  N dy  2574    722256        60      5340         0     46170     37380    657397     17.87     18.85
404.41/101.48	c  N dy  2697    795956        60      5340         0     44581     37380    585880     17.71     18.65
412.41/103.45	c  S st  2772    806189        60      5340         0     53726     37380    783408     17.72     18.16
413.18/103.60	c  S st  2772    806698        60      5340         0     54182     37380    793573     17.72   no data
413.18/103.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
413.18/103.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
413.18/103.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
413.18/103.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
413.18/103.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
413.18/103.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
413.18/103.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
413.18/103.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
413.18/103.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.14/107.16	c lits-rem:       721  cl-subs:     6598  v-elim:      0  v-fix:    0  time:  3.49 s
427.14/107.16	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
427.14/107.17	c vivif2 --  cl tried    47584 cl shrink        0 lits rem          0 time: 0.01
427.94/107.39	c asymm  cl-useful: 0/1193/5340 lits-rem:0 time: 0.23
428.35/107.40	c calculated reachability. Time: 0.00
428.35/107.40	c  N dy  2772    806698        60      5340         0     47584     37380    672326     17.72   no data
446.69/112.03	c  N dy  2896    828353        60      5340         0     66795     37380   1086464     17.75     18.73
461.08/115.63	c  N dy  3036    848377        60      5340         0     50696     37380    737234     17.79     18.93
481.78/120.81	c  N dy  3177    869244        60      5340         0     69232     37380   1137657     17.82     18.77
495.76/124.31	c  N dy  3295    889294        60      5340         0     51786     37380    742224     17.84     19.70
514.88/129.17	c  N dy  3436    909310        60      5340         0     69609     37380   1129869     17.87     20.77
530.44/133.04	c  N dy  3561    929382        60      5340         0     51191     37380    719471     17.89     19.84
548.84/137.68	c  N dy  3688    949442        60      5340         0     69014     37380   1105486     17.92     19.35
568.33/142.51	c  N dy  3790    974550        60      5340         0     53982     37380    757341     17.92     18.97
594.65/149.15	c  N dy  3935   1003365        60      5340         0     41331     37380    482340     17.94     18.95
614.64/154.15	c  N dy  4026   1033062        60      5340         0     67432     37380   1024552     17.93     18.92
634.14/159.04	c  N dy  4150   1053671        60      5340         0     46898     37380    597720     17.95     18.91
648.89/162.71	c  F st  4255   1071875        60      5340         0     63056     37380    947962     17.96     16.86
650.48/163.16	c  N st  4259   1073908        60      5340         0     64845     37380    987015     17.96   no data
670.83/168.22	c  N dy  4352   1093913        60      5340         0     42749     37380    499361     17.97     20.38
685.18/171.83	c  N dy  4423   1113915        60      5340         0     60397     37380    870603     17.97     20.39
703.93/176.54	c  N dy  4501   1133931        60      5340         0     78003     37380   1245253     17.97     20.24
720.68/180.74	c  N dy  4611   1154003        60      5340         0     55179     37380    756127     17.99     18.95
739.03/185.36	c  N dy  4707   1174030        60      5340         0     72826     37380   1132645     17.99     19.48
762.97/191.37	c  N dy  4859   1194160        60      5340         0     49143     37380    618775     18.02     19.16
780.12/195.67	c  S st  4977   1210047        60      5340         0     63209     37380    925999     18.04   no data
780.93/195.90	c  S st  4977   1210547        60      5340         0     63667     37380    936101     18.04   no data
780.93/195.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
781.35/195.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
781.35/195.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
781.35/195.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.35/195.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
781.35/195.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
781.35/195.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
781.35/195.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
781.35/195.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.63/202.05	c lits-rem:       636  cl-subs:     5012  v-elim:      0  v-fix:    0  time:  6.06 s
805.63/202.05	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
805.63/202.06	c vivif2 --  cl tried    58655 cl shrink        0 lits rem          0 time: 0.01
807.25/202.42	c asymm  cl-useful: 0/845/5340 lits-rem:0 time: 0.36
807.25/202.42	c calculated reachability. Time: 0.00
807.25/202.42	c  N dy  4977   1210547        60      5340         0     58655     37380    823428     18.04   no data
841.52/211.09	c  N dy  5094   1240572        60      5340         0     43001     37380    475426     18.04     19.03
856.67/214.83	c  N dy  5202   1260591        60      5340         0     60718     37380    859309     18.05     19.31
874.62/219.38	c  N dy  5249   1280595        60      5340         0     78405     37380   1230856     18.05     20.75
897.36/225.02	c  N dy  5331   1305359        60      5340         0     57146     37380    763490     18.05     19.17
917.35/230.09	c  N dy  5455   1325382        60      5340         0     74914     37380   1149699     18.06     20.06
943.25/236.55	c  N dy  5553   1349142        60      5340         0     51707     37380    638273     18.07     19.04
997.46/250.18	c  N dy  5587   1412625        60      5340         0     62346     37380    834981     17.99     18.96
1018.25/255.36	c  N dy  5666   1432697        60      5340         0     80030     37380   1211974     18.00     19.11
1045.72/262.24	c  N dy  5758   1460520        60      5340         0     58841     37380    765649     17.99     18.96
1066.51/267.42	c  N dy  5888   1480583        60      5340         0     76670     37380   1154979     18.01     21.43
1095.18/274.62	c  N dy  6024   1501115        60      5340         0     48122     37380    532988     18.03     19.00
1111.53/278.77	c  N dy  6109   1521203        60      5340         0     65864     37380    913020     18.03     20.72
1135.87/284.88	c  N dy  6258   1541217        60      5340         0     83683     37380   1304180     18.05     20.28
1159.80/290.87	c  N dy  6314   1561584        60      5340         0     53835     37380    641896     18.05     19.15
1177.34/295.25	c  N dy  6400   1581616        60      5340         0     71601     37380   1023212     18.06     19.02
1200.48/301.04	c  N dy  6474   1602416        60      5340         0     89920     37380   1409354     18.06     19.02
1222.01/306.43	c  N dy  6546   1622524        60      5340         0     59020     37380    744238     18.06     19.09
1242.75/311.62	c  N dy  6646   1642899        60      5340         0     76988     37380   1129038     18.06     19.09
1267.09/317.70	c  N dy  6729   1662909        60      5340         0     94635     37380   1504093     18.07     20.99
1289.84/323.46	c  N dy  6871   1682912        60      5340         0     62919     37380    825483     18.08     20.31
1313.75/329.46	c  N dy  6967   1702919        60      5340         0     80570     37380   1204331     18.09     19.65
1325.35/332.32	c  S st  6992   1710548        60      5340         0     87265     37380   1346400     18.09     17.27
1326.50/332.66	c  S st  6992   1711052        60      5340         0     87713     37380   1356421     18.09   no data
1326.50/332.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1326.90/332.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1326.90/332.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1326.90/332.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1326.90/332.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1326.90/332.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1326.90/332.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1326.90/332.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1326.90/332.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1380.74/346.21	c lits-rem:      1035  cl-subs:     9598  v-elim:      0  v-fix:    0  time: 13.42 s
1380.74/346.21	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1380.74/346.22	c vivif2 --  cl tried    78115 cl shrink        0 lits rem          0 time: 0.02
1382.38/346.65	c asymm  cl-useful: 0/637/5340 lits-rem:0 time: 0.43
1382.38/346.66	c calculated reachability. Time: 0.00
1382.38/346.66	c  N dy  6992   1711052        60      5340         0     78115     37380   1150093     18.09   no data
1417.06/355.36	c  N dy  7101   1731464        60      5340         0     96169     37380   1540797     18.10     19.16
1440.16/361.17	c  N dy  7194   1751560        60      5340         0     64145     37380    840462     18.10     20.40
1465.32/367.49	c  N dy  7278   1775343        60      5340         0     85149     37380   1283348     18.10     19.17
1496.45/375.25	c  N dy  7412   1795699        60      5340         0     52258     37380    572821     18.11     19.12
1515.95/380.18	c  N dy  7570   1815799        60      5340         0     70067     37380    965254     18.13     19.77
1543.06/386.94	c  N dy  7675   1838082        60      5340         0     89821     37380   1390512     18.14     19.10
1574.57/394.90	c  N dy  7770   1858291        60      5340         0     55649     37380    636292     18.14     19.13
1591.73/399.16	c  N dy  7820   1878514        60      5340         0     73267     37380   1002686     18.14     19.11
1618.05/405.70	c  N dy  7932   1899016        60      5340         0     91420     37380   1397012     18.14     19.10
1650.35/413.89	c  N dy  8084   1921633        60      5340         0     58571     37380    686280     18.16     19.14
1671.09/419.08	c  N dy  8173   1941652        60      5340         0     76237     37380   1064160     18.16     19.99
1704.99/427.50	c  N dy  8256   1969345        60      5340         0    100651     37380   1584203     18.16     19.46
1728.13/433.38	c  N dy  8304   1990084        60      5340         0     65098     37380    813268     18.16     19.16
1750.89/439.05	c  N dy  8418   2010195        60      5340         0     82928     37380   1202140     18.17     19.16
1779.97/446.34	c  N dy  8526   2030277        60      5340         0    100681     37380   1586028     18.18     19.23
1805.49/452.76	c  N dy  8600   2050364        60      5340         0     63652     37380    772604     18.18     19.52
1827.83/458.33	c  N dy  8716   2070385        60      5340         0     81324     37380   1156688     18.18     19.81
1858.94/466.15	c  N dy  8859   2090659        60      5340         0     99277     37380   1551456     18.20     19.20
1888.05/473.47	c  N dy  8955   2110694        60      5340         0     61306     37380    714240     18.20     21.06
1910.38/479.04	c  N dy  9027   2133162        60      5340         0     81115     37380   1138575     18.20     19.32
1935.90/485.43	c  N dy  9094   2153234        60      5340         0     98774     37380   1514835     18.20     20.46
1972.20/494.51	c  N dy  9150   2182770        60      5340         0     68194     37380    842966     18.20     19.23
1993.33/499.84	c  N dy  9194   2202850        60      5340         0     85836     37380   1214890     18.19     20.38
2004.51/502.69	c  S st  9233   2211052        60      5340         0     93102     37380   1371342     18.19     16.82
2005.70/502.96	c  S st  9233   2211557        60      5340         0     93564     37380   1381701     18.19   no data
2005.70/502.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2006.10/503.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2006.10/503.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2006.10/503.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2006.10/503.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2006.10/503.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2006.10/503.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2006.10/503.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2006.10/503.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2093.08/524.85	c lits-rem:       973  cl-subs:    11951  v-elim:      0  v-fix:    0  time: 21.78 s
2093.08/524.86	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2093.08/524.88	c vivif2 --  cl tried    81613 cl shrink        0 lits rem          0 time: 0.02
2095.03/525.38	c asymm  cl-useful: 0/604/5340 lits-rem:0 time: 0.51
2095.03/525.39	c calculated reachability. Time: 0.00
2095.03/525.39	c  N dy  9233   2211557        60      5340         0     81613     37380   1141788     18.19   no data
2127.34/533.44	c  N dy  9340   2231580        60      5340         0     99277     37380   1524214     18.20     20.79
2160.84/541.86	c  N dy  9475   2251679        60      5340         0     60522     37380    686082     18.21     19.57
2180.41/546.79	c  N dy  9528   2272291        60      5340         0     78551     37380   1065367     18.20     19.21
2212.28/554.79	c  N dy  9648   2295326        60      5340         0     98997     37380   1508442     18.21     19.18
2250.18/564.28	c  N dy  9701   2326215        60      5340         0     68261     37380    825562     18.20     19.29
2268.91/568.95	c  N dy  9736   2347115        60      5340         0     86697     37380   1217141     18.19     19.42
2296.44/575.85	c  N dy  9834   2367121        60      5340         0    104333     37380   1600548     18.20     20.09
2325.17/583.03	c  N dy  9906   2387964        60      5340         0     63929     37380    733789     18.20     19.25
2346.69/588.50	c  N dy 10012   2407981        60      5340         0     81565     37380   1115150     18.20     19.47
2375.40/595.62	c  N dy 10109   2428420        60      5340         0     99640     37380   1505695     18.21     19.24
2416.49/605.93	c  N dy 10234   2452685        60      5340         0     61214     37380    662572     18.21     19.25
2438.42/611.41	c  N dy 10295   2474965        60      5340         0     80835     37380   1080837     18.21     19.20
2460.76/617.00	c  N dy 10307   2496227        60      5340         0     99369     37380   1460121     18.20     19.23
2495.45/625.79	c  N dy 10403   2516308        60      5340         0    117082     37380   1843462     18.20     19.26
2523.76/632.86	c  N dy 10525   2536427        60      5340         0     74149     37380    937231     18.21     19.22
2550.89/639.68	c  N dy 10655   2556523        60      5340         0     91895     37380   1323142     18.22     19.18
2584.43/648.01	c  N dy 10766   2577104        60      5340         0    110114     37380   1720938     18.23     19.21
2620.67/657.18	c  N dy 10887   2597130        60      5340         0     66021     37380    744852     18.23     19.98
2643.00/662.71	c  N dy 10978   2617190        60      5340         0     83765     37380   1128863     18.23     20.82
2670.53/669.64	c  N dy 11039   2637622        60      5340         0    101696     37380   1511471     18.23     19.37
2709.61/679.44	c  N dy 11177   2658547        60      5340         0    120207     37380   1918023     18.24     19.31
2755.10/690.88	c  N dy 11257   2696563        60      5340         0     90839     37380   1247574     18.23     19.20
2777.04/696.40	c  S st 11317   2711558        60      5340         0    104006     37380   1531134     18.23     17.33
2778.60/696.72	c  S st 11317   2712061        60      5340         0    104451     37380   1541079     18.23   no data
2778.60/696.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2778.60/696.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2778.60/696.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2778.60/696.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2778.60/696.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2778.60/696.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2778.60/696.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2779.00/696.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2779.00/696.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2842.84/712.82	c lits-rem:      1056  cl-subs:    13356  v-elim:      0  v-fix:    0  time: 15.97 s
2842.84/712.82	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2842.84/712.84	c vivif2 --  cl tried    91095 cl shrink        0 lits rem          0 time: 0.02
2844.40/713.27	c asymm  cl-useful: 0/508/5340 lits-rem:0 time: 0.44
2844.40/713.28	c calculated reachability. Time: 0.00
2844.40/713.28	c  N dy 11317   2712061        60      5340         0     91095     37380   1277173     18.23   no data
2892.26/725.23	c  N dy 11369   2739280        60      5340         0    114966     37380   1779683     18.22     19.19
2931.34/735.01	c  N dy 11418   2760884        60      5340         0     71454     37380    851024     18.22     19.22
2959.66/742.20	c  N dy 11569   2781730        60      5340         0     89894     37380   1257044     18.23     19.29
3016.68/756.49	c  N dy 11652   2821520        60      5340         0    124665     37380   1980043     18.22     19.20
3041.81/762.70	c  N dy 11700   2841659        60      5340         0     78656     37380    991570     18.21     19.27
3066.56/769.00	c  N dy 11750   2862358        60      5340         0     96885     37380   1376819     18.21     19.39
3102.83/778.09	c  N dy 11891   2882409        60      5340         0    114667     37380   1768037     18.22     20.41
3138.33/786.92	c  N dy 11978   2902487        60      5340         0     67481     37380    743779     18.22     19.89
3165.05/793.63	c  N dy 12112   2924453        60      5340         0     86843     37380   1166812     18.23     19.21
3195.35/801.24	c  N dy 12218   2944715        60      5340         0    104731     37380   1555946     18.23     19.21
3232.44/810.54	c  N dy 12309   2965971        60      5340         0    123490     37380   1962627     18.24     19.21
3268.36/819.55	c  N dy 12413   2988643        60      5340         0     77421     37380    944146     18.24     19.29
3299.49/827.36	c  N dy 12528   3011917        60      5340         0     97919     37380   1386873     18.24     19.25
3330.94/835.21	c  N dy 12600   3031990        60      5340         0    115517     37380   1763299     18.24     20.79
3363.25/843.36	c  N dy 12631   3052447        60      5340         0    133377     37380   2131855     18.23     19.29
3391.19/850.39	c  N dy 12791   3072533        60      5340         0     84477     37380   1099212     18.24     20.05
3417.10/856.80	c  N dy 12835   3093355        60      5340         0    102754     37380   1486552     18.24     19.21
3452.61/865.79	c  N dy 12952   3113440        60      5340         0    120536     37380   1874378     18.25     19.57
3486.09/874.10	c  N dy 12991   3135362        60      5340         0     71983     37380    808155     18.24     19.24
3510.40/880.25	c  N dy 13071   3156320        60      5340         0     90346     37380   1202615     18.24     19.28
3542.72/888.33	c  N dy 13192   3176406        60      5340         0    108106     37380   1591781     18.25     19.22
3582.60/898.36	c  N dy 13249   3201812        60      5340         0    130285     37380   2058082     18.25     19.24
3602.19/903.26	c  S st 13275   3212061        60      5340         0     70745     37380    770566     18.25     14.58
3602.94/903.48	c  S st 13275   3212562        60      5340         0     71198     37380    780759     18.25   no data
3602.94/903.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3603.34/903.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3603.34/903.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3603.34/903.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3603.34/903.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3603.34/903.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3603.34/903.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3603.34/903.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3603.34/903.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3607.73/904.64	c lits-rem:        45  cl-subs:      872  v-elim:      0  v-fix:    0  time:  1.08 s
3607.73/904.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3607.73/904.65	c vivif2 --  cl tried    70326 cl shrink        0 lits rem          0 time: 0.01
3608.93/904.96	c asymm  cl-useful: 0/674/5340 lits-rem:0 time: 0.30
3608.93/904.96	c calculated reachability. Time: 0.00
3608.93/904.96	c  N dy 13275   3212562        60      5340         0     70326     37380    764148     18.25   no data
3632.90/910.96	c  N dy 13349   3233667        60      5340         0     88882     37380   1163222     18.25     19.23
3666.35/919.33	c  N dy 13492   3253933        60      5340         0    106790     37380   1558251     18.25     19.25
3704.63/928.91	c  N dy 13570   3273984        60      5340         0    124447     37380   1937822     18.26     19.54
3747.70/939.76	c  N dy 13698   3293999        60      5340         0     72643     37380    804561     18.26     19.73
3778.01/947.38	c  N dy 13848   3316577        60      5340         0     92650     37380   1242697     18.27     19.25
3804.73/954.08	c  N dy 13869   3338177        60      5340         0    111363     37380   1628376     18.26     19.37
3847.44/964.72	c  N dy 13973   3358293        60      5340         0    129167     37380   2016670     18.26     19.41
3899.65/977.83	c  N dy 14089   3387738        60      5340         0     84608     37380   1045109     18.27     19.31
3922.77/983.66	c  N dy 14104   3408065        60      5340         0    102425     37380   1416985     18.26     19.27
3966.30/994.56	c  N dy 14220   3431838        60      5340         0    123334     37380   1870712     18.26     19.37
3999.36/1002.80	c  N dy 14249   3451911        60      5340         0    140851     37380   2233960     18.26     20.33
4029.67/1010.43	c  N dy 14373   3472346        60      5340         0     87838     37380   1118059     18.26     19.32
4059.98/1018.06	c  N dy 14458   3492420        60      5340         0    105496     37380   1497595     18.26     20.58
4096.26/1027.10	c  N dy 14535   3513323        60      5340         0    123837     37380   1892618     18.26     19.27
4135.76/1037.09	c  N dy 14617   3533787        60      5340         0    141893     37380   2282246     18.27     19.35
4166.87/1044.80	c  N dy 14667   3557101        60      5340         0     90242     37380   1147836     18.26     19.49
4286.90/1074.92	c  N dy 14741   3650463        60      5340         0     98787     37380   1287965     18.21     19.33
4322.79/1083.97	c  N dy 14874   3670506        60      5340         0    116517     37380   1675080     18.22     20.90
4351.93/1091.21	c  N dy 14888   3691754        60      5340         0    134969     37380   2057180     18.21     19.32
4391.84/1101.24	c  N dy 14992   3712420        60      5340         0     79689     37380    912502     18.21     19.17
4391.84/1101.29	c  S st 14994   3712562        60      5340         0     79817     37380    915477     18.21   no data
4392.99/1101.52	c  S st 14994   3713068        60      5340         0     80260     37380    925674     18.21   no data
4392.99/1101.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4392.99/1101.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
4392.99/1101.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4392.99/1101.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4392.99/1101.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4392.99/1101.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4392.99/1101.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4392.99/1101.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4393.39/1101.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4400.61/1103.42	c lits-rem:       148  cl-subs:     1610  v-elim:      0  v-fix:    0  time:  1.82 s
4400.61/1103.42	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4400.61/1103.44	c vivif2 --  cl tried    78650 cl shrink        0 lits rem          0 time: 0.01
4401.76/1103.76	c asymm  cl-useful: 0/611/5340 lits-rem:0 time: 0.32
4401.76/1103.76	c calculated reachability. Time: 0.00
4401.76/1103.76	c  N dy 14994   3713068        60      5340         0     78650     37380    889610     18.21   no data
4431.32/1111.11	c  N dy 15116   3733082        60      5340         0     96350     37380   1276285     18.22     20.00
4459.99/1118.35	c  F st 15182   3751562        60      5340         0    112518     37380   1614580     18.21     15.93
4463.18/1119.18	c  N st 15186   3753596        60      5340         0    114290     37380   1654074     18.21   no data
4502.66/1129.08	c  N dy 15246   3773992        60      5340         0    132168     37380   2035050     18.21     19.19
4554.51/1142.01	c  N dy 15367   3794025        60      5340         0     75348     37380    806326     18.22     19.21
4583.63/1149.30	c  N dy 15468   3816749        60      5340         0     95331     37380   1235797     18.22     19.21
4664.99/1169.79	c  N dy 15498   3878727        60      5340         0    149064     37380   2322521     18.19     19.26
4696.89/1177.79	c  N dy 15638   3898787        60      5340         0     91740     37380   1158664     18.19     19.80
4726.80/1185.21	c  N dy 15704   3919564        60      5340         0    109961     37380   1547947     18.19     19.22
4764.73/1194.75	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: 961)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.01 7.97 8.03 5/358 18098
/proc/meminfo: memFree=24126820/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=216160 CPUtime=0 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 736 0 0 0 0 0 0 0 25 0 4 0 633381027 221347840 656 33554432000 4194304 4580107 140733853968928 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 54040 663 336 95 0 49022 0
[pid=18098/tid=18099] ppid=18096 vsize=216284 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 177 0 0 0 0 0 0 0 25 0 4 0 633381027 221474816 965 33554432000 4194304 4580107 140733853968928 18446744073709551615 228095112225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=216284 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 86 0 0 0 0 0 0 0 25 0 4 0 633381027 221474816 965 33554432000 4194304 4580107 140733853968928 18446744073709551615 228095556078 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=216284 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 197 0 0 0 0 0 0 0 25 0 4 0 633381027 221474816 965 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113156 s]
/proc/loadavg: 8.01 7.97 8.03 5/358 18098
/proc/meminfo: memFree=24126820/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=216280 CPUtime=0.42 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 1323 0 0 0 42 0 0 0 25 0 4 0 633381027 221470720 1243 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 54070 1243 358 95 0 49052 0
[pid=18098/tid=18099] ppid=18096 vsize=216280 CPUtime=0.1 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 187 0 0 0 10 0 0 0 25 0 4 0 633381027 221470720 1243 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=216280 CPUtime=0.1 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 203 0 0 0 10 0 0 0 25 0 4 0 633381027 221470720 1243 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=216280 CPUtime=0.1 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 330 0 0 0 10 0 0 0 25 0 4 0 633381027 221470720 1243 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216280

[startup+0.201142 s]
/proc/loadavg: 8.01 7.97 8.03 5/358 18098
/proc/meminfo: memFree=24126820/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=217980 CPUtime=0.77 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 2767 0 0 0 77 0 0 0 25 0 4 0 633381027 223211520 2397 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 54495 2397 376 95 0 49477 0
[pid=18098/tid=18099] ppid=18096 vsize=217980 CPUtime=0.19 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 637 0 0 0 19 0 0 0 25 0 4 0 633381027 223211520 2397 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=217980 CPUtime=0.18 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 568 0 0 0 18 0 0 0 25 0 4 0 633381027 223211520 2397 33554432000 4194304 4580107 140733853968928 18446744073709551615 4320616 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=217980 CPUtime=0.19 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 520 0 0 0 19 0 0 0 25 0 4 0 633381027 223211520 2397 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 217980

[startup+0.301124 s]
/proc/loadavg: 8.01 7.97 8.03 5/358 18098
/proc/meminfo: memFree=24126820/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=219432 CPUtime=1.17 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 3371 0 0 0 117 0 0 0 25 0 4 0 633381027 224698368 2524 33554432000 4194304 4580107 140733853968928 18446744073709551615 4305975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 54858 2524 376 95 0 49840 0
[pid=18098/tid=18099] ppid=18096 vsize=219432 CPUtime=0.29 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 804 0 0 0 29 0 0 0 25 0 4 0 633381027 224698368 2524 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=219432 CPUtime=0.28 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 737 0 0 0 28 0 0 0 25 0 4 0 633381027 224698368 2524 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=219432 CPUtime=0.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 618 0 0 0 29 0 0 0 25 0 4 0 633381027 224698368 2524 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219432

[startup+0.70105 s]
/proc/loadavg: 8.01 7.97 8.03 5/358 18098
/proc/meminfo: memFree=24126820/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=220672 CPUtime=2.76 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 5276 0 0 0 276 0 0 0 25 0 4 0 633381027 225968128 3248 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 55168 3248 376 95 0 50150 0
[pid=18098/tid=18099] ppid=18096 vsize=220672 CPUtime=0.69 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 1243 0 0 0 69 0 0 0 25 0 4 0 633381027 225968128 3248 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=220672 CPUtime=0.68 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 1185 0 0 0 68 0 0 0 25 0 4 0 633381027 225968128 3248 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=220672 CPUtime=0.69 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 1186 0 0 0 69 0 0 0 25 0 4 0 633381027 225968128 3248 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 220672

[startup+1.50091 s]
/proc/loadavg: 8.01 7.97 8.03 9/362 18102
/proc/meminfo: memFree=24111668/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=226988 CPUtime=5.95 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 9665 0 0 0 594 1 0 0 25 0 4 0 633381027 232435712 5178 33554432000 4194304 4580107 140733853968928 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 56747 5178 378 95 0 51729 0
[pid=18098/tid=18099] ppid=18096 vsize=226988 CPUtime=1.48 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 2076 0 0 0 148 0 0 0 25 0 4 0 633381027 232435712 5178 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=226988 CPUtime=1.47 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 1967 0 0 0 147 0 0 0 25 0 4 0 633381027 232435712 5178 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=226988 CPUtime=1.49 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 2002 0 0 0 149 0 0 0 25 0 4 0 633381027 232435712 5178 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 226988

[startup+3.10061 s]
/proc/loadavg: 8.01 7.97 8.03 9/362 18102
/proc/meminfo: memFree=24094432/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=235932 CPUtime=12.34 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 17264 0 0 0 1232 2 0 0 25 0 4 0 633381027 241594368 9446 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 58983 9446 378 95 0 53965 0
[pid=18098/tid=18099] ppid=18096 vsize=235932 CPUtime=3.08 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 4183 0 0 0 308 0 0 0 25 0 4 0 633381027 241594368 9446 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=235932 CPUtime=3.05 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 4380 0 0 0 305 0 0 0 25 0 4 0 633381027 241594368 9446 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=235932 CPUtime=3.08 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 4420 0 0 0 308 0 0 0 25 0 4 0 633381027 241594368 9446 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 235932

[startup+6.30102 s]
/proc/loadavg: 8.01 7.97 8.02 9/362 18102
/proc/meminfo: memFree=24082552/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=236960 CPUtime=25.11 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 25463 0 0 0 2507 4 0 0 25 0 4 0 633381027 242647040 12466 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 59240 12466 378 95 0 54222 0
[pid=18098/tid=18099] ppid=18096 vsize=236960 CPUtime=6.29 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 6948 0 0 0 628 1 0 0 25 0 4 0 633381027 242647040 12466 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=236960 CPUtime=6.22 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 6533 0 0 0 622 0 0 0 25 0 4 0 633381027 242647040 12466 33554432000 4194304 4580107 140733853968928 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=236960 CPUtime=6.28 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 6434 0 0 0 628 0 0 0 25 0 4 0 633381027 242647040 12466 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 236960

[startup+12.7008 s]
/proc/loadavg: 8.00 7.97 8.02 9/362 18102
/proc/meminfo: memFree=24058264/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=238284 CPUtime=50.63 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 39513 0 0 0 5056 7 0 0 25 0 4 0 633381027 244002816 15701 33554432000 4194304 4580107 140733853968928 18446744073709551615 4416472 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 59571 15701 378 95 0 54553 0
[pid=18098/tid=18099] ppid=18096 vsize=238284 CPUtime=12.68 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 10091 0 0 0 1267 1 0 0 25 0 4 0 633381027 244002816 15701 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=238284 CPUtime=12.54 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 9459 0 0 0 1253 1 0 0 25 0 4 0 633381027 244002816 15701 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=238284 CPUtime=12.68 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 10296 0 0 0 1267 1 0 0 25 0 4 0 633381027 244002816 15701 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 238284

[startup+25.5005 s]
/proc/loadavg: 8.00 7.97 8.02 9/362 18102
/proc/meminfo: memFree=24036820/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=286580 CPUtime=101.67 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 58666 0 0 0 10155 12 0 0 25 0 4 0 633381027 293457920 21667 33554432000 4194304 4580107 140733853968928 18446744073709551615 4304894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 71645 21667 378 95 0 66627 0
[pid=18098/tid=18099] ppid=18096 vsize=286580 CPUtime=25.48 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 14663 0 0 0 2545 3 0 0 25 0 4 0 633381027 293457920 21667 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=286580 CPUtime=25.19 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 14731 0 0 0 2516 3 0 0 25 0 4 0 633381027 293457920 21667 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=286580 CPUtime=25.48 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 15297 0 0 0 2546 2 0 0 25 0 4 0 633381027 293457920 21667 33554432000 4194304 4580107 140733853968928 18446744073709551615 4415782 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 286580

[startup+51.1007 s]
/proc/loadavg: 8.15 8.00 8.03 9/362 18103
/proc/meminfo: memFree=24005644/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=299556 CPUtime=203.79 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 87324 0 0 0 20358 21 0 0 25 0 4 0 633381027 306745344 23407 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 74889 23407 378 95 0 69871 0
[pid=18098/tid=18099] ppid=18096 vsize=299556 CPUtime=51.08 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 21893 0 0 0 5103 5 0 0 25 0 4 0 633381027 306745344 23407 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=299556 CPUtime=50.52 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 21359 0 0 0 5047 5 0 0 25 0 4 0 633381027 306745344 23407 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=299556 CPUtime=51.08 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 22558 0 0 0 5104 4 0 0 25 0 4 0 633381027 306745344 23407 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 299556

[startup+102.301 s]
/proc/loadavg: 8.14 8.02 8.03 9/362 18104
/proc/meminfo: memFree=23969928/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=256848 CPUtime=408.03 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 132418 0 0 0 40767 36 0 0 25 0 4 0 633381027 263012352 27808 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 64212 27808 378 95 0 59194 0
[pid=18098/tid=18099] ppid=18096 vsize=256848 CPUtime=102.29 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 33230 0 0 0 10220 9 0 0 25 0 4 0 633381027 263012352 27811 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=256848 CPUtime=101.14 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 30456 0 0 0 10106 8 0 0 25 0 4 0 633381027 263012352 27811 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=256848 CPUtime=102.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 35991 0 0 0 10221 8 0 0 25 0 4 0 633381027 263012352 27811 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 256848

[startup+162.301 s]

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

[pid=18098] ppid=18096 vsize=360596 CPUtime=2800.93 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 413831 0 0 0 279933 160 0 0 25 0 4 0 633381027 369250304 60835 33554432000 4194304 4580107 140733853968928 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 90149 60835 378 95 0 85131 0
[pid=18098/tid=18099] ppid=18096 vsize=360596 CPUtime=702.17 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 106442 0 0 0 70176 41 0 0 25 0 4 0 633381027 369250304 60835 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=360596 CPUtime=694.13 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 101543 0 0 0 69371 42 0 0 25 0 4 0 633381027 369250304 60835 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=360596 CPUtime=702.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 107940 0 0 0 70191 38 0 0 25 0 4 0 633381027 369250304 60835 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.93
Current children cumulated vsize (KiB) 360596

[startup+762.301 s]
/proc/loadavg: 8.09 8.10 8.05 9/362 18122
/proc/meminfo: memFree=23597064/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=409816 CPUtime=3040.24 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 432594 0 0 0 303855 169 0 0 25 0 4 0 633381027 419651584 65007 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 102454 65007 378 95 0 97436 0
[pid=18098/tid=18099] ppid=18096 vsize=409816 CPUtime=762.18 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 111569 0 0 0 76175 43 0 0 25 0 4 0 633381027 419651584 65007 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=409816 CPUtime=753.42 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 106284 0 0 0 75298 44 0 0 25 0 4 0 633381027 419651584 65007 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=409816 CPUtime=762.31 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 113130 0 0 0 76191 40 0 0 25 0 4 0 633381027 419651584 65007 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.24
Current children cumulated vsize (KiB) 409816

[startup+822.301 s]
/proc/loadavg: 8.11 8.11 8.06 9/362 18133
/proc/meminfo: memFree=23609412/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=409800 CPUtime=3279.5 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 448831 0 0 0 327773 177 0 0 25 0 4 0 633381027 419635200 63181 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 102450 63181 378 95 0 97432 0
[pid=18098/tid=18099] ppid=18096 vsize=409800 CPUtime=822.16 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 114248 0 0 0 82171 45 0 0 25 0 4 0 633381027 419635200 63181 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=409800 CPUtime=812.72 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 111460 0 0 0 81225 47 0 0 25 0 4 0 633381027 419635200 63181 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=409800 CPUtime=822.28 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 116275 0 0 0 82187 41 0 0 25 0 4 0 633381027 419635200 63181 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.5
Current children cumulated vsize (KiB) 409800

[startup+882.313 s]
/proc/loadavg: 8.08 8.10 8.06 9/362 18134
/proc/meminfo: memFree=23544776/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=463296 CPUtime=3518.83 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 468687 0 0 0 351695 188 0 0 25 0 4 0 633381027 474415104 72740 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 115824 72740 378 95 0 110806 0
[pid=18098/tid=18099] ppid=18096 vsize=463296 CPUtime=882.15 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 119427 0 0 0 88167 48 0 0 25 0 4 0 633381027 474415104 72740 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=463296 CPUtime=872.02 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 115763 0 0 0 87152 50 0 0 25 0 4 0 633381027 474415104 72740 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=463296 CPUtime=882.3 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 121227 0 0 0 88186 44 0 0 25 0 4 0 633381027 474415104 72740 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.83
Current children cumulated vsize (KiB) 463296

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.06 9/362 18136
/proc/meminfo: memFree=23565208/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=346940 CPUtime=3758.08 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 487470 0 0 0 375611 197 0 0 25 0 4 0 633381027 355266560 64810 33554432000 4194304 4580107 140733853968928 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 86735 64810 378 95 0 81717 0
[pid=18098/tid=18099] ppid=18096 vsize=346940 CPUtime=942.13 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 124488 0 0 0 94163 50 0 0 25 0 4 0 633381027 355266560 64810 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=346940 CPUtime=931.31 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 121328 0 0 0 93079 52 0 0 25 0 4 0 633381027 355266560 64810 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=346940 CPUtime=942.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 124163 0 0 0 94184 45 0 0 25 0 4 0 633381027 355266560 64810 33554432000 4194304 4580107 140733853968928 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.08
Current children cumulated vsize (KiB) 346940

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 8.06 9/362 18137
/proc/meminfo: memFree=23542856/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=425708 CPUtime=3997.36 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 506868 0 0 0 399531 205 0 0 25 0 4 0 633381027 435924992 67803 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 106427 67803 378 95 0 101409 0
[pid=18098/tid=18099] ppid=18096 vsize=425708 CPUtime=1002.13 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 129804 0 0 0 100160 53 0 0 25 0 4 0 633381027 435924992 67803 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=425708 CPUtime=990.59 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 125872 0 0 0 99006 53 0 0 25 0 4 0 633381027 435924992 67803 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=425708 CPUtime=1002.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 129596 0 0 0 100181 48 0 0 25 0 4 0 633381027 435924992 67803 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.36
Current children cumulated vsize (KiB) 425708

[startup+1062.3 s]
/proc/loadavg: 8.18 8.10 8.06 9/362 18139
/proc/meminfo: memFree=23535136/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=426088 CPUtime=4236.65 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 526691 0 0 0 423451 214 0 0 25 0 4 0 633381027 436314112 68585 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 106522 68585 378 95 0 101504 0
[pid=18098/tid=18099] ppid=18096 vsize=426088 CPUtime=1062.12 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 134988 0 0 0 106157 55 0 0 25 0 4 0 633381027 436314112 68585 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=426088 CPUtime=1049.91 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 129794 0 0 0 104935 56 0 0 25 0 4 0 633381027 436314112 68585 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=426088 CPUtime=1062.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 135050 0 0 0 106179 50 0 0 25 0 4 0 633381027 436314112 68585 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.65
Current children cumulated vsize (KiB) 426088

[startup+1122.3 s]
/proc/loadavg: 8.20 8.11 8.07 9/362 18141
/proc/meminfo: memFree=23491228/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=426472 CPUtime=4475.94 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 545966 0 0 0 447370 224 0 0 25 0 4 0 633381027 436707328 68455 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 106618 68455 378 95 0 101600 0
[pid=18098/tid=18099] ppid=18096 vsize=426472 CPUtime=1122.11 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 138853 0 0 0 112155 56 0 0 25 0 4 0 633381027 436707328 68455 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=426472 CPUtime=1109.19 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 134935 0 0 0 110861 58 0 0 25 0 4 0 633381027 436707328 68455 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=426472 CPUtime=1122.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 140062 0 0 0 112176 53 0 0 25 0 4 0 633381027 436707328 68455 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.94
Current children cumulated vsize (KiB) 426472

[startup+1182.3 s]
/proc/loadavg: 8.25 8.14 8.08 9/362 18173
/proc/meminfo: memFree=23901420/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=426836 CPUtime=4715.24 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 564896 0 0 0 471291 233 0 0 25 0 4 0 633381027 437080064 67228 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 106709 67228 378 95 0 101691 0
[pid=18098/tid=18099] ppid=18096 vsize=426836 CPUtime=1182.1 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 143748 0 0 0 118151 59 0 0 25 0 4 0 633381027 437080064 67228 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=426836 CPUtime=1168.5 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 139866 0 0 0 116789 61 0 0 25 0 4 0 633381027 437080064 67228 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294479 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=426836 CPUtime=1182.29 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 143944 0 0 0 118175 54 0 0 25 0 4 0 633381027 437080064 67228 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.24
Current children cumulated vsize (KiB) 426836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.18 8.13 8.07 9/362 18174
/proc/meminfo: memFree=23874792/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=426908 CPUtime=4800.2 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 569529 0 0 0 479783 237 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 106727 68978 378 95 0 101709 0
[pid=18098/tid=18099] ppid=18096 vsize=426908 CPUtime=1203.4 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 144658 0 0 0 120281 59 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=426908 CPUtime=1189.54 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 140712 0 0 0 118892 62 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=426908 CPUtime=1203.61 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 145927 0 0 0 120306 55 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 426908

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

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

[startup+1203.6 s]
/proc/loadavg: 8.18 8.13 8.07 9/362 18174
/proc/meminfo: memFree=23874792/32951124 swapFree=65980216/67111528
[pid=18098] ppid=18096 vsize=426908 CPUtime=4800.2 cores=1,3,5,7
/proc/18098/stat : 18098 (strangenight2-m) R 18096 18098 17667 0 -1 4202496 569529 0 0 0 479783 237 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18098/statm: 106727 68978 378 95 0 101709 0
[pid=18098/tid=18099] ppid=18096 vsize=426908 CPUtime=1203.4 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 144658 0 0 0 120281 59 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18098/tid=18100] ppid=18096 vsize=426908 CPUtime=1189.54 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 140712 0 0 0 118892 62 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=426908 CPUtime=1203.61 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (strangenight2-m) R 18096 18098 17667 0 -1 4202560 145927 0 0 0 120306 55 0 0 25 0 4 0 633381027 437153792 68978 33554432000 4194304 4580107 140733853968928 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 426908

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.63
CPU time (s): 4800.26
CPU user time (s): 4797.87
CPU system time (s): 2.38964
CPU usage (%): 398.815
Max. virtual memory (cumulated for all children) (KiB): 491160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.87
system time used= 2.38964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569530
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= 234
involuntary context switches= 31828

runsolver used 3.9624 second user time and 10.1575 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 23:47:36
IDJOB=3366593
IDBENCH=83002
IDSOLVER=1844
FILE ID=node142/3366593-1305409656
RUNJOBID= node142-1305409539-18013
PBS_JOBID= 13324504
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366593-1305409656/watcher-3366593-1305409656 -o /tmp/evaluation-result-3366593-1305409656/solver-3366593-1305409656 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366593-1305409656.cnf

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

MD5SUM BENCH= ea8a8c80a9c6e1328d7a171765d2b8ef
RANDOM SEED=274193220

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24127100 kB
Buffers:        315848 kB
Cached:        3835892 kB
SwapCached:      11520 kB
Active:        6173644 kB
Inactive:      2320268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24127100 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:     4338840 kB
Mapped:          20632 kB
Slab:           234060 kB
PageTables:      32288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77278240 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= 73432 MiB
End job on node142 at 2011-05-15 00:07:41