Trace number 3173891

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1555786344-071.SATISFIABLE.cnf
MD5SUMf8817105cc2067c24c16bafe0c05427a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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-3173891-1304072668.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.37/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.13
0.37/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.37/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.37/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.37/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.17	c calculated reachability. Time: 0.00
0.37/0.17	c Calc default polars -  time:   0.00 s pos:      29 undec:       3 neg:      38
0.37/0.17	c =========================================================================================
0.37/0.17	c types(t): F = full restart, N = normal restart
0.37/0.17	c types(t): S = simplification begin/end, E = solution found
0.37/0.17	c restart types(rt): st = static, dy = dynamic
0.37/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.17	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
0.77/0.29	c  N dy    10      4338        70      6230         0      3951     43610     96565     20.91     22.18
1.57/0.43	c  N dy    18      8471        70      6230         0      5392     43610    120491     20.36     21.75
2.37/0.61	c  N dy    32     12986        70      6230         0      5623     43610    116627     20.51     21.59
3.17/0.85	c  N dy    45     18486        70      6230         0      5527     43610    103579     20.45     21.54
4.38/1.13	c  F st    47     25000        70      6230         0     11406     43610    242153     20.18     18.46
4.38/1.13	c  N st    47     25000        70      6230         0     11406     43610    242153     20.18     18.46
5.17/1.36	c  N dy    53     30003        70      6230         0      9775     43610    196322     20.18   no data
5.17/1.36	c  S st    53     30003        70      6230         0      9775     43610    196322     20.18   no data
5.17/1.39	c  S st    53     30511        70      6230         0     10236     43610    207459     20.18   no data
5.17/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.57/1.40	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.60	c lits-rem:       150  cl-subs:      891  v-elim:      0  v-fix:    0  time:  0.19 s
7.16/1.86	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.25
7.16/1.86	c calculated reachability. Time: 0.00
7.16/1.86	c  N dy    53     30511        70      6230         0      9345     43610    184407     20.18   no data
7.96/2.09	c  N dy    79     34607        70      6230         0     13085     43610    275055     20.35     22.96
9.16/2.32	c  N dy    98     38931        70      6230         0      9912     43610    184449     20.47     21.63
9.96/2.55	c  N dy   115     43015        70      6230         0     13623     43610    273800     20.51     21.61
10.76/2.74	c  S st   130     45767        70      6230         0     16109     43610    333146     20.54     18.86
10.76/2.78	c  S st   130     46268        70      6230         0      8459     43610    137092     20.54   no data
10.76/2.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.76/2.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.76/2.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.76/2.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.76/2.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.76/2.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.76/2.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.76/2.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.83	c lits-rem:         6  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
11.16/2.83	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.16/2.83	c vivif2 --  cl tried     8413 cl shrink        0 lits rem          0 time: 0.00
11.96/3.06	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.96/3.06	c calculated reachability. Time: 0.00
11.96/3.06	c  N dy   130     46268        70      6230         0      8413     43610    135778     20.54   no data
15.15/3.89	c  N dy   145     61656        70      6230         0     13223     43610    238407     20.22     21.59
17.17/4.32	c  N dy   156     68595        70      6230         0     19474     43610    388082     20.18     21.26
17.17/4.40	c  S st   164     69402        70      6230         0     10314     43610    159676     20.21   no data
17.57/4.43	c  S st   164     69906        70      6230         0     10787     43610    171544     20.21   no data
17.57/4.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.57/4.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.57/4.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.51	c lits-rem:        16  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.06 s
17.95/4.51	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.95/4.51	c vivif2 --  cl tried    10675 cl shrink        0 lits rem          0 time: 0.00
18.74/4.78	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.27
18.74/4.78	c calculated reachability. Time: 0.00
18.74/4.78	c  N dy   164     69906        70      6230         0     10675     43610    168400     20.21   no data
19.94/5.05	c  N dy   187     74408        70      6230         0     14768     43610    266867     20.25     22.03
21.14/5.38	c  N dy   212     79283        70      6230         0     19210     43610    374153     20.30     21.41
22.74/5.79	c  N dy   257     84576        70      6230         0     13161     43610    217929     20.42     21.50
23.54/5.98	c  F st   275     87501        70      6230         0     15819     43610    282493     20.46     18.93
24.73/6.20	c  N st   280     90797        70      6230         0     18801     43610    354622     20.46   no data
28.33/7.18	c  N dy   304    104859        70      6230         0     19703     43610    355774     20.38     19.88
28.33/7.18	c  S st   304    104859        70      6230         0     19703     43610    355774     20.38     19.88
28.73/7.23	c  S st   304    105364        70      6230         0     20169     43610    367312     20.38   no data
28.73/7.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.73/7.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.73/7.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.73/7.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.73/7.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.73/7.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.73/7.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.85	c lits-rem:       323  cl-subs:     2082  v-elim:      0  v-fix:    0  time:  0.60 s
31.13/7.85	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
31.13/7.85	c vivif2 --  cl tried    18087 cl shrink        0 lits rem          0 time: 0.00
32.72/8.22	c asymm  cl-useful: 0/5654/6230 lits-rem:0 time: 0.37
32.72/8.22	c calculated reachability. Time: 0.00
32.72/8.22	c  N dy   304    105364        70      6230         0     18087     43610    319333     20.38   no data
36.32/9.12	c  N dy   329    117007        70      6230         0     16094     43610    260225     20.34     21.43
46.71/11.80	c  N dy   367    153254        70      6230         0     20690     43610    338071     19.88     20.99
48.70/12.23	c  S st   409    158046        70      6230         0     25069     43610    444727     19.95   no data
49.10/12.30	c  S st   409    158547        70      6230         0     25539     43610    456268     19.95   no data
49.10/12.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.10/12.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.10/12.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.10/12.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.10/12.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.10/12.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.10/12.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.10/12.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.10/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.31/13.20	c lits-rem:       499  cl-subs:     2899  v-elim:      0  v-fix:    0  time:  0.87 s
52.31/13.20	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
52.71/13.20	c vivif2 --  cl tried    22640 cl shrink        0 lits rem          0 time: 0.00
52.71/13.25	c asymm  cl-useful: 0/576/6230 lits-rem:0 time: 0.05
52.71/13.26	c calculated reachability. Time: 0.00
52.71/13.26	c  N dy   409    158547        70      6230         0     22640     43610    392873     19.95   no data
57.11/14.36	c  N dy   488    169004        70      6230         0     16961     43610    247219     20.07     21.21
61.10/15.33	c  N dy   556    180103        70      6230         0     27042     43610    491204     20.15     21.27
66.27/16.61	c  N dy   609    193519        70      6230         0     22986     43610    376936     20.17     21.44
71.06/17.89	c  N dy   667    205922        70      6230         0     34224     43610    646862     20.22     23.31
77.86/19.54	c  N dy   735    223041        70      6230         0     32474     43610    590713     20.25     21.35
84.24/21.14	c  N dy   831    237817        70      6230         0     27849     43610    470569     20.33     21.42
84.24/21.14	c  S st   832    237820        70      6230         0     27852     43610    470636     20.33   no data
84.64/21.22	c  S st   832    238325        70      6230         0     28323     43610    482728     20.33   no data
84.64/21.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.64/21.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.64/21.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.64/21.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.64/21.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.64/21.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
84.64/21.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.64/21.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.64/21.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.47/21.98	c lits-rem:       263  cl-subs:     1966  v-elim:      0  v-fix:    0  time:  0.73 s
87.47/21.98	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
87.47/21.99	c vivif2 --  cl tried    26357 cl shrink        0 lits rem          0 time: 0.01
89.05/22.36	c asymm  cl-useful: 0/4253/6230 lits-rem:0 time: 0.37
89.05/22.36	c calculated reachability. Time: 0.00
89.05/22.36	c  N dy   832    238325        70      6230         0     26357     43610    432041     20.33   no data
96.25/24.12	c  N dy   925    253608        70      6230         0     21299     43610    297429     20.41     23.53
109.44/27.44	c  N dy   968    289461        70      6230         0     33668     43610    569522     20.26     21.36
117.41/29.48	c  F st  1071    306250        70      6230         0     28215     43610    439563     20.32     20.55
118.22/29.67	c  N st  1075    308284        70      6230         0     30042     43610    484794     20.32   no data
127.41/31.93	c  N dy  1130    328099        70      6230         0     26249     43610    379270     20.32     21.47
137.38/34.47	c  N dy  1236    348184        70      6230         0     44432     43610    818364     20.37     23.22
140.97/35.38	c  S st  1252    357487        70      6230         0     30192     43610    460639     20.36     20.57
141.37/35.46	c  S st  1252    357991        70      6230         0     30658     43610    472285     20.36   no data
141.37/35.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.37/35.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
141.37/35.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.37/35.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.37/35.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.37/35.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
141.37/35.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.37/35.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.37/35.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.99/36.35	c lits-rem:       227  cl-subs:     2148  v-elim:      0  v-fix:    0  time:  0.85 s
144.99/36.35	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
144.99/36.35	c vivif2 --  cl tried    28510 cl shrink        0 lits rem          0 time: 0.00
145.76/36.59	c asymm  cl-useful: 0/1977/6230 lits-rem:0 time: 0.24
145.76/36.59	c calculated reachability. Time: 0.00
145.76/36.59	c  N dy  1252    357991        70      6230         0     28510     43610    422650     20.36   no data
157.35/39.43	c  N dy  1345    380385        70      6230         0     25427     43610    333358     20.39     21.49
168.93/42.38	c  N dy  1454    400563        70      6230         0     43670     43610    778198     20.43     21.51
179.75/45.02	c  N dy  1525    420653        70      6230         0     37499     43610    610410     20.44     21.59
203.29/50.99	c  N dy  1569    472981        70      6230         0     32875     43610    464710     20.27     21.41
216.46/54.23	c  N dy  1683    494914        70      6230         0     52717     43610    944843     20.31     21.38
227.65/57.03	c  N dy  1810    514962        70      6230         0     44013     43610    737158     20.36     22.49
240.84/60.39	c  N dy  1911    536986        70      6230         0     35912     43610    515866     20.38     18.26
240.84/60.39	c  S st  1911    536986        70      6230         0     35912     43610    515866     20.38     18.26
241.26/60.48	c  S st  1911    537488        70      6230         0     36375     43610    527272     20.38   no data
241.26/60.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.26/60.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.26/60.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.26/60.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.26/60.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.26/60.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
241.26/60.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.66/60.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.66/60.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.65/61.51	c lits-rem:       306  cl-subs:     2131  v-elim:      0  v-fix:    0  time:  1.00 s
245.65/61.52	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
245.65/61.52	c vivif2 --  cl tried    34244 cl shrink        0 lits rem          0 time: 0.01
246.42/61.72	c asymm  cl-useful: 0/1782/6230 lits-rem:0 time: 0.19
246.42/61.72	c calculated reachability. Time: 0.00
246.42/61.72	c  N dy  1911    537488        70      6230         0     34244     43610    478403     20.38   no data
258.01/64.67	c  N dy  1980    557915        70      6230         0     52663     43610    920796     20.39     21.57
270.40/67.74	c  N dy  2085    577967        70      6230         0     42010     43610    661434     20.42     21.98
285.20/71.48	c  N dy  2184    598444        70      6230         0     30817     43610    373371     20.44     21.54
300.36/75.27	c  N dy  2230    626920        70      6230         0     56277     43610    979383     20.41     21.62
313.94/78.62	c  N dy  2349    646942        70      6230         0     43834     43610    679603     20.45     22.39
328.32/82.20	c  N dy  2440    667108        70      6230         0     61994     43610   1116778     20.46     21.54
340.71/85.34	c  N dy  2503    688807        70      6230         0     49993     43610    805097     20.46     21.83
357.88/89.63	c  N dy  2629    708843        70      6230         0     35716     43610    451444     20.49     22.34
370.66/92.82	c  N dy  2701    728891        70      6230         0     53830     43610    887653     20.50     22.29
386.26/96.77	c  N dy  2787    749023        70      6230         0     38615     43610    507615     20.51     21.69
403.42/101.08	c  N dy  2891    774410        70      6230         0     61524     43610   1063527     20.52     21.72
418.19/104.75	c  N dy  2975    794969        70      6230         0     45799     43610    667918     20.54     21.80
426.59/106.85	c  S st  3032    806232        70      6230         0     56020     43610    916403     20.55   no data
427.38/107.00	c  S st  3032    806736        70      6230         0     56496     43610    928213     20.55   no data
427.38/107.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
427.38/107.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
427.38/107.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
427.38/107.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.38/107.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.38/107.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
427.38/107.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
427.38/107.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
427.38/107.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
441.76/110.60	c lits-rem:       559  cl-subs:     4615  v-elim:      0  v-fix:    0  time:  3.54 s
441.76/110.60	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
441.76/110.61	c vivif2 --  cl tried    51881 cl shrink        0 lits rem          0 time: 0.01
442.56/110.89	c asymm  cl-useful: 0/1117/6230 lits-rem:0 time: 0.27
442.56/110.89	c calculated reachability. Time: 0.00
442.56/110.89	c  N dy  3032    806736        70      6230         0     51881     43610    812386     20.55   no data
458.94/114.94	c  N dy  3043    830936        70      6230         0     38531     43610    475653     20.50     21.58
471.32/118.06	c  N dy  3102    850978        70      6230         0     56606     43610    903683     20.48     22.08
487.72/122.10	c  N dy  3174    870992        70      6230         0     38783     43610    474286     20.48     23.38
498.89/124.94	c  N dy  3198    891069        70      6230         0     56755     43610    901212     20.46     21.66
516.87/129.45	c  N dy  3288    911149        70      6230         0     38040     43610    442152     20.47     21.65
534.44/133.82	c  N dy  3384    937966        70      6230         0     62236     43610   1027307     20.48     21.56
549.25/137.55	c  N dy  3423    957969        70      6230         0     42362     43610    534260     20.46     21.57
562.79/140.92	c  N dy  3502    977997        70      6230         0     60359     43610    965473     20.46     22.13
584.39/146.31	c  N dy  3585   1003234        70      6230         0     44388     43610    568261     20.46     21.56
598.75/149.91	c  N dy  3660   1023281        70      6230         0     62413     43610   1000577     20.46     21.76
617.53/154.66	c  N dy  3716   1043709        70      6230         0     41235     43610    481668     20.46     21.70
631.50/158.11	c  N dy  3753   1066646        70      6230         0     61894     43610    976538     20.44     21.63
636.72/159.44	c  F st  3799   1071875        70      6230         0     66638     43610   1094727     20.45   no data
651.88/163.29	c  N dy  3847   1086900        70      6230         0     80147     43610   1422554     20.45     21.54
669.45/167.65	c  N dy  3928   1111420        70      6230         0     61665     43610    955659     20.45     21.56
687.03/172.09	c  N dy  3959   1131448        70      6230         0     79677     43610   1382941     20.44     23.33
703.03/176.01	c  N dy  4052   1151521        70      6230         0     56451     43610    822122     20.44     21.62
724.60/181.41	c  N dy  4167   1173817        70      6230         0     76603     43610   1313713     20.46     21.65
742.18/185.89	c  N dy  4208   1196330        70      6230         0     54453     43610    749656     20.45     21.68
754.94/189.03	c  S st  4258   1210105        70      6230         0     66927     43610   1047365     20.45     20.07
755.76/189.26	c  S st  4258   1210608        70      6230         0     67389     43610   1059067     20.45   no data
755.76/189.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
756.14/189.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
756.14/189.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
756.14/189.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
756.14/189.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
756.14/189.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
756.14/189.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
756.14/189.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
756.14/189.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
785.69/196.80	c lits-rem:       747  cl-subs:     6741  v-elim:      0  v-fix:    0  time:  7.44 s
785.69/196.80	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
786.11/196.82	c vivif2 --  cl tried    60648 cl shrink        0 lits rem          0 time: 0.01
787.68/197.20	c asymm  cl-useful: 0/904/6230 lits-rem:0 time: 0.39
787.68/197.20	c calculated reachability. Time: 0.00
787.68/197.20	c  N dy  4258   1210608        70      6230         0     60648     43610    902584     20.45   no data
813.65/203.78	c  N dy  4362   1231817        70      6230         0     79739     43610   1363985     20.46     21.54
835.23/209.10	c  N dy  4450   1252063        70      6230         0     55065     43610    761577     20.47     21.62
853.20/213.63	c  N dy  4558   1272099        70      6230         0     73134     43610   1201100     20.48     21.58
876.37/219.43	c  N dy  4671   1292460        70      6230         0     47511     43610    567278     20.49     21.58
895.96/224.36	c  N dy  4754   1318396        70      6230         0     70851     43610   1131714     20.49     21.63
925.51/231.76	c  N dy  4856   1341686        70      6230         0     46839     43610    534408     20.50     21.64
945.08/236.66	c  N dy  4933   1363037        70      6230         0     66125     43610    998167     20.50     21.67
969.45/242.72	c  N dy  5046   1383476        70      6230         0     84492     43610   1445728     20.52     21.80
990.62/248.01	c  N dy  5099   1406658        70      6230         0     59424     43610    824014     20.51     21.66
1012.58/253.54	c  N dy  5236   1427521        70      6230         0     78281     43610   1287006     20.53     21.62
1035.35/259.28	c  N dy  5288   1447566        70      6230         0     49516     43610    574795     20.53     22.02
1056.53/264.50	c  N dy  5396   1472216        70      6230         0     71704     43610   1114532     20.54     21.87
1080.51/270.54	c  N dy  5478   1494479        70      6230         0     91743     43610   1599794     20.54     21.65
1100.47/275.50	c  N dy  5559   1515840        70      6230         0     63252     43610    895161     20.55     21.87
1122.44/281.01	c  N dy  5667   1536091        70      6230         0     81521     43610   1342912     20.56     21.67
1147.60/287.32	c  N dy  5735   1556975        70      6230         0     51619     43610    598941     20.56     21.72
1169.17/292.79	c  N dy  5850   1581713        70      6230         0     73957     43610   1141493     20.57     22.05
1196.33/299.55	c  N dy  5890   1609222        70      6230         0     98524     43610   1720373     20.55     21.65
1214.71/304.16	c  N dy  6003   1629289        70      6230         0     67216     43610    972428     20.56     21.68
1236.29/309.54	c  N dy  6096   1649344        70      6230         0     85308     43610   1413398     20.57     22.35
1265.06/316.73	c  N dy  6232   1669410        70      6230         0     52989     43610    608419     20.58     22.55
1284.62/321.68	c  N dy  6340   1691236        70      6230         0     72701     43610   1087685     20.59     21.74
1303.79/326.49	c  S st  6383   1710608        70      6230         0     90020     43610   1499409     20.58     19.82
1305.01/326.75	c  S st  6383   1711108        70      6230         0     90488     43610   1510940     20.58   no data
1305.01/326.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1305.39/326.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1305.39/326.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1305.39/326.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1305.39/326.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1305.39/326.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1305.39/326.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1305.39/326.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1305.39/326.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1360.11/340.51	c lits-rem:      1010  cl-subs:     9706  v-elim:      0  v-fix:    0  time: 13.64 s
1360.11/340.51	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1360.11/340.53	c vivif2 --  cl tried    80782 cl shrink        0 lits rem          0 time: 0.02
1361.73/340.96	c asymm  cl-useful: 0/679/6230 lits-rem:0 time: 0.43
1361.73/340.97	c calculated reachability. Time: 0.00
1361.73/340.97	c  N dy  6383   1711108        70      6230         0     80782     43610   1278691     20.58   no data
1388.09/347.60	c  N dy  6385   1732671        70      6230         0     99908     43610   1727392     20.56     21.65
1413.64/353.97	c  N dy  6449   1752756        70      6230         0     67248     43610    947726     20.57     21.82
1435.22/359.33	c  N dy  6477   1772993        70      6230         0     85321     43610   1374429     20.56     21.76
1465.98/367.09	c  N dy  6532   1799922        70      6230         0     57638     43610    696152     20.54     21.72
1487.94/372.55	c  N dy  6545   1827339        70      6230         0     82037     43610   1273160     20.52     21.61
1518.70/380.29	c  N dy  6672   1847358        70      6230         0    100156     43610   1719317     20.54     21.94
1566.63/392.28	c  N dy  6733   1896083        70      6230         0     90624     43610   1450635     20.49     21.58
1598.19/400.15	c  N dy  6849   1917472        70      6230         0     56353     43610    644502     20.50     21.75
1623.35/406.45	c  N dy  6866   1951525        70      6230         0     86866     43610   1374355     20.48     21.82
1648.52/412.75	c  N dy  6937   1971593        70      6230         0    104919     43610   1807050     20.48     24.02
1672.49/418.75	c  N dy  7044   1991688        70      6230         0     68442     43610    928244     20.49     23.81
1695.26/424.49	c  N dy  7147   2011785        70      6230         0     86558     43610   1370500     20.49     23.06
1757.59/440.09	c  N dy  7255   2070770        70      6230         0     83549     43610   1246487     20.46     21.58
1782.74/446.35	c  N dy  7334   2090771        70      6230         0    101580     43610   1684795     20.46     22.27
1812.70/453.86	c  N dy  7468   2110793        70      6230         0     63209     43610    774924     20.48     21.66
1835.07/459.46	c  N dy  7613   2130955        70      6230         0     81478     43610   1227370     20.49     21.81
1861.43/466.08	c  N dy  7708   2150977        70      6230         0     99520     43610   1663668     20.49     23.06
1894.18/474.20	c  N dy  7815   2171061        70      6230         0     60073     43610    682083     20.50     21.65
1912.96/478.92	c  N dy  7891   2191078        70      6230         0     78074     43610   1117324     20.50     23.75
1938.93/485.49	c  N dy  8000   2211110        70      6230         0     96116     43610   1558628     20.51     18.42
1938.93/485.49	c  S st  8000   2211110        70      6230         0     96116     43610   1558628     20.51     18.42
1940.13/485.79	c  S st  8000   2211614        70      6230         0     96583     43610   1570489     20.51   no data
1940.53/485.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1940.53/485.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1940.53/485.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1940.53/485.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1940.53/485.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1940.53/485.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1940.53/485.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1940.53/485.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1940.93/485.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1980.47/495.86	c lits-rem:       814  cl-subs:     8686  v-elim:      0  v-fix:    0  time:  9.94 s
1980.47/495.86	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1980.47/495.88	c vivif2 --  cl tried    87897 cl shrink        0 lits rem          0 time: 0.02
1982.06/496.23	c asymm  cl-useful: 0/628/6230 lits-rem:0 time: 0.35
1982.06/496.24	c calculated reachability. Time: 0.00
1982.06/496.24	c  N dy  8000   2211614        70      6230         0     87897     43610   1355788     20.51   no data
2027.61/507.66	c  N dy  8098   2244332        70      6230         0     59213     43610    650067     20.51     21.66
2053.17/514.05	c  N dy  8196   2264975        70      6230         0     77741     43610   1101156     20.51     21.62
2088.32/522.90	c  N dy  8319   2285185        70      6230         0     95925     43610   1548352     20.52     21.63
2145.84/537.22	c  N dy  8390   2326814        70      6230         0     73921     43610    980912     20.51     21.65
2173.01/544.07	c  N dy  8541   2346914        70      6230         0     92077     43610   1429602     20.52     22.17
2203.37/551.64	c  N dy  8618   2367262        70      6230         0    110365     43610   1873342     20.52     21.71
2228.93/558.06	c  N dy  8690   2387337        70      6230         0     68398     43610    851316     20.53     24.56
2250.90/563.56	c  N dy  8760   2407623        70      6230         0     86619     43610   1293301     20.53     21.64
2276.09/569.85	c  N dy  8816   2427719        70      6230         0    104589     43610   1724362     20.53     22.79
2310.84/578.52	c  N dy  8874   2451706        70      6230         0     65118     43610    752773     20.52     21.78
2338.38/585.47	c  N dy  8910   2481303        70      6230         0     91437     43610   1372651     20.51     21.68
2368.74/593.06	c  N dy  9003   2502396        70      6230         0    110504     43610   1837006     20.51     21.60
2405.09/602.16	c  N dy  9153   2522416        70      6230         0     66723     43610    783446     20.53     21.95
2425.49/607.26	c  N dy  9202   2542667        70      6230         0     84933     43610   1222885     20.53     21.68
2454.62/614.50	c  N dy  9337   2562739        70      6230         0    102984     43610   1667905     20.54     22.67
2489.78/623.36	c  N dy  9461   2583825        70      6230         0    121971     43610   2135502     20.55     21.64
2514.54/629.55	c  N dy  9537   2603991        70      6230         0     77206     43610   1019650     20.55     21.64
2540.51/636.04	c  N dy  9640   2624382        70      6230         0     95668     43610   1473380     20.55     21.65
2579.65/645.84	c  N dy  9747   2649338        70      6230         0    118135     43610   2021529     20.56     21.70
2612.01/653.99	c  N dy  9859   2669410        70      6230         0     72356     43610    892691     20.57     24.11
2637.17/660.22	c  N dy  9961   2690130        70      6230         0     91019     43610   1348308     20.57     21.67
2669.53/668.35	c  N dy 10080   2710195        70      6230         0    109166     43610   1794969     20.58     21.73
2671.92/668.94	c  S st 10085   2711616        70      6230         0    110441     43610   1825674     20.58   no data
2673.12/669.28	c  S st 10085   2712120        70      6230         0    110908     43610   1837509     20.58   no data
2673.12/669.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2673.52/669.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2673.52/669.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2673.52/669.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2673.52/669.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2673.52/669.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2673.52/669.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2673.52/669.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2673.93/669.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2729.05/683.23	c lits-rem:      1010  cl-subs:    10317  v-elim:      0  v-fix:    0  time: 13.80 s
2729.05/683.23	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2729.05/683.25	c vivif2 --  cl tried   100591 cl shrink        0 lits rem          0 time: 0.02
2730.65/683.62	c asymm  cl-useful: 0/570/6230 lits-rem:0 time: 0.37
2730.65/683.63	c calculated reachability. Time: 0.00
2730.65/683.63	c  N dy 10085   2712120        70      6230         0    100591     43610   1577709     20.58   no data
2763.82/691.99	c  N dy 10162   2733479        70      6230         0    119721     43610   2039410     20.58     21.77
2794.96/699.71	c  N dy 10182   2759628        70      6230         0     78815     43610   1026797     20.57     21.65
2826.51/707.69	c  N dy 10285   2779688        70      6230         0     96910     43610   1467721     20.57     23.02
2886.46/722.63	c  N dy 10302   2814824        70      6230         0    128093     43610   2205859     20.55     21.78
2926.40/732.69	c  N dy 10391   2843703        70      6230         0     88820     43610   1267511     20.55     21.69
2953.94/739.54	c  N dy 10442   2863785        70      6230         0    106814     43610   1699176     20.55     23.29
2989.09/748.35	c  N dy 10524   2884232        70      6230         0    125120     43610   2145126     20.55     21.78
3019.45/755.90	c  N dy 10596   2904897        70      6230         0     77509     43610    980647     20.55     21.69
3045.41/762.43	c  N dy 10688   2924978        70      6230         0     95644     43610   1421376     20.56     22.56
3078.58/770.70	c  N dy 10803   2945068        70      6230         0    113753     43610   1866854     20.57     22.81
3127.71/783.10	c  N dy 10880   2976527        70      6230         0     74643     43610    890940     20.56     21.90
3155.27/789.94	c  N dy 11002   2998224        70      6230         0     94192     43610   1371845     20.57     21.68
3187.22/797.94	c  N dy 11123   3018275        70      6230         0    112316     43610   1818574     20.57     21.67
3221.58/806.55	c  N dy 11189   3038866        70      6230         0    130821     43610   2264685     20.58     21.72
3257.14/815.42	c  N dy 11314   3061017        70      6230         0     82488     43610   1075764     20.58     21.71
3297.47/825.53	c  N dy 11387   3094443        70      6230         0    112398     43610   1789968     20.58     21.74
3334.64/834.84	c  N dy 11480   3114472        70      6230         0    130458     43610   2232865     20.58     22.19
3369.39/843.53	c  N dy 11622   3134573        70      6230         0     79395     43610    993007     20.59     21.74
3393.74/849.69	c  N dy 11681   3154636        70      6230         0     97404     43610   1425890     20.59     23.69
3431.32/859.04	c  N dy 11832   3176502        70      6230         0    117157     43610   1915901     20.60     21.78
3471.26/869.09	c  N dy 11930   3196553        70      6230         0    135219     43610   2359078     20.60     22.30
3494.81/874.95	c  S st 11986   3212122        70      6230         0     79019     43610    965924     20.60     19.51
3495.61/875.18	c  S st 11986   3212625        70      6230         0     79489     43610    977770     20.60   no data
3495.61/875.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3496.01/875.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3496.01/875.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3496.01/875.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3496.01/875.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3496.01/875.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3496.01/875.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3496.01/875.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3496.01/875.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3505.19/877.50	c lits-rem:       178  cl-subs:     1966  v-elim:      0  v-fix:    0  time:  2.23 s
3505.19/877.50	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3505.19/877.51	c vivif2 --  cl tried    77523 cl shrink        0 lits rem          0 time: 0.01
3506.01/877.76	c asymm  cl-useful: 0/550/6230 lits-rem:0 time: 0.25
3506.01/877.77	c calculated reachability. Time: 0.00
3506.01/877.77	c  N dy 11986   3212625        70      6230         0     77523     43610    927980     20.60   no data
3529.95/883.71	c  N dy 12047   3232701        70      6230         0     95547     43610   1365967     20.60     21.81
3563.91/892.20	c  N dy 12178   3252746        70      6230         0    113650     43610   1816445     20.61     23.32
3623.84/907.20	c  N dy 12230   3295271        70      6230         0     80604     43610    978680     20.59     21.74
3656.19/915.34	c  N dy 12326   3318331        70      6230         0    101351     43610   1480675     20.60     21.71
3704.91/927.52	c  N dy 12355   3353038        70      6230         0    132314     43610   2217219     20.58     21.73
3747.69/938.25	c  N dy 12466   3373136        70      6230         0     78728     43610    935130     20.59     22.33
3773.23/944.61	c  N dy 12549   3393951        70      6230         0     97436     43610   1390689     20.59     21.68
3802.79/952.02	c  N dy 12624   3413961        70      6230         0    115415     43610   1829557     20.59     23.61
3839.54/961.20	c  N dy 12674   3436712        70      6230         0    135741     43610   2316257     20.59     21.72
3885.87/972.83	c  N dy 12797   3465064        70      6230         0     88563     43610   1156139     20.59     21.75
3917.43/980.77	c  N dy 12913   3486268        70      6230         0    107593     43610   1624139     20.60     21.69
3953.78/989.82	c  N dy 13012   3506322        70      6230         0    125654     43610   2067842     20.60     22.28
3993.75/999.86	c  N dy 13097   3526666        70      6230         0    144079     43610   2519534     20.61     21.78
4022.88/1007.16	c  N dy 13194   3547261        70      6230         0     89009     43610   1163006     20.61     21.72
4052.45/1014.51	c  N dy 13233   3571088        70      6230         0    110305     43610   1664904     20.60     21.78
4098.78/1026.10	c  N dy 13350   3596954        70      6230         0    133554     43610   2231724     20.61     21.74
4145.92/1037.91	c  N dy 13501   3616977        70      6230         0     77041     43610    855047     20.61     23.36
4172.28/1044.51	c  N dy 13596   3637385        70      6230         0     95427     43610   1304047     20.62     21.73
4201.44/1051.89	c  N dy 13652   3657454        70      6230         0    113425     43610   1739886     20.62     23.46
4260.96/1066.71	c  N dy 13717   3694127        70      6230         0    146090     43610   2524339     20.61     21.76
4287.33/1073.33	c  S st 13749   3712625        70      6230         0     87299     43610   1088427     20.61     20.61
4288.14/1073.59	c  S st 13749   3713131        70      6230         0     87760     43610   1100055     20.61   no data
4288.14/1073.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4288.55/1073.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4288.55/1073.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4288.55/1073.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4288.55/1073.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4288.55/1073.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4288.55/1073.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4288.55/1073.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4288.55/1073.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4302.51/1077.15	c lits-rem:       399  cl-subs:     3440  v-elim:      0  v-fix:    0  time:  3.46 s
4302.51/1077.15	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4302.51/1077.17	c vivif2 --  cl tried    84320 cl shrink        0 lits rem          0 time: 0.02
4303.71/1077.48	c asymm  cl-useful: 0/818/6230 lits-rem:0 time: 0.32
4303.71/1077.49	c calculated reachability. Time: 0.00
4303.71/1077.49	c  N dy 13749   3713131        70      6230         0     84320     43610   1019542     20.61   no data
4328.87/1083.72	c  N dy 13802   3733208        70      6230         0    102334     43610   1450091     20.61     23.10
4355.23/1090.36	c  F st 13847   3751562        70      6230         0    118730     43610   1841655     20.60   no data
4358.85/1091.28	c  N st 13851   3753595        70      6230         0    120547     43610   1887156     20.60   no data
4401.57/1101.91	c  N dy 13945   3774947        70      6230         0    139844     43610   2360650     20.61     21.77
4439.52/1111.44	c  N dy 14009   3794995        70      6230         0     81760     43610    946312     20.61     23.14
4479.87/1121.54	c  N dy 14123   3823644        70      6230         0    107436     43610   1568896     20.61     21.75
4512.24/1129.64	c  N dy 14197   3843797        70      6230         0    125457     43610   2006535     20.61     21.75
4564.55/1142.76	c  N dy 14330   3866936        70      6230         0    146330     43610   2522374     20.62     21.79
4607.29/1153.47	c  N dy 14460   3887658        70      6230         0     87922     43610   1086541     20.62     21.74
4634.46/1160.22	c  N dy 14531   3908221        70      6230         0    106435     43610   1541790     20.62     21.80
4666.81/1168.30	c  N dy 14585   3928867        70      6230         0    124841     43610   1983197     20.62     21.81
4709.16/1178.92	c  N dy 14699   3948903        70      6230         0    142909     43610   2429722     20.63     21.72
4754.69/1190.36	c  N dy 14817   3968916        70      6230         0     82809     43610    946631     20.63     22.45
4781.85/1197.19	c  N dy 14904   3989374        70      6230         0    101134     43610   1389007     20.63     21.77

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.38 1.84 3.49 3/180 32381
/proc/meminfo: memFree=30871076/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 408 0 0 0 0 0 0 0 20 0 4 0 518864704 52441088 348 33554432000 4194304 4627427 140736104210704 18446744073709551615 47187954984882 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 12803 348 299 106 0 7774 0
[pid=32381/tid=32385] ppid=32379 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 518864704 52441088 348 33554432000 4194304 4627427 140736104210704 18446744073709551615 47187954984882 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 518864704 52441088 348 33554432000 4194304 4627427 140736104210704 18446744073709551615 47187954984882 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 518864705 52441088 348 33554432000 4194304 4627427 140736104210704 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.069061 s]
/proc/loadavg: 1.38 1.84 3.49 3/180 32381
/proc/meminfo: memFree=30871076/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=216332 CPUtime=0.25 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 1373 0 0 0 25 0 0 0 18 0 4 0 518864704 221523968 1293 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 54083 1293 364 106 0 49054 0
[pid=32381/tid=32385] ppid=32379 vsize=216332 CPUtime=0.06 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 194 0 0 0 6 0 0 0 18 0 4 0 518864704 221523968 1293 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=216332 CPUtime=0.06 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 231 0 0 0 6 0 0 0 18 0 4 0 518864704 221523968 1293 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=216332 CPUtime=0.06 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 287 0 0 0 6 0 0 0 23 0 4 0 518864705 221523968 1293 33554432000 4194304 4627427 140736104210704 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 216332

[startup+0.101055 s]
/proc/loadavg: 1.38 1.84 3.49 3/180 32381
/proc/meminfo: memFree=30871076/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=216332 CPUtime=0.37 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 1413 0 0 0 37 0 0 0 18 0 4 0 518864704 221523968 1333 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 54083 1333 364 106 0 49054 0
[pid=32381/tid=32385] ppid=32379 vsize=216332 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 194 0 0 0 9 0 0 0 18 0 4 0 518864704 221523968 1333 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=216332 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 232 0 0 0 9 0 0 0 18 0 4 0 518864704 221523968 1333 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=216332 CPUtime=0.09 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 325 0 0 0 9 0 0 0 23 0 4 0 518864705 221523968 1333 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 216332

[startup+0.301019 s]
/proc/loadavg: 1.38 1.84 3.49 3/180 32381
/proc/meminfo: memFree=30871076/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=218692 CPUtime=1.17 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 3496 0 0 0 117 0 0 0 18 0 4 0 518864704 223940608 3074 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 54673 3074 384 106 0 49644 0
[pid=32381/tid=32385] ppid=32379 vsize=218692 CPUtime=0.29 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 782 0 0 0 29 0 0 0 18 0 4 0 518864704 223940608 3074 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=218692 CPUtime=0.29 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 832 0 0 0 29 0 0 0 18 0 4 0 518864704 223940608 3074 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=218692 CPUtime=0.29 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 631 0 0 0 29 0 0 0 23 0 4 0 518864705 223940608 3074 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218692

[startup+0.700948 s]
/proc/loadavg: 1.38 1.84 3.49 3/180 32381
/proc/meminfo: memFree=30871076/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=221048 CPUtime=2.77 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 5788 0 0 0 276 1 0 0 18 0 4 0 518864704 226353152 3466 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 55262 3466 384 106 0 50233 0
[pid=32381/tid=32385] ppid=32379 vsize=221048 CPUtime=0.68 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 1299 0 0 0 68 0 0 0 18 0 4 0 518864704 226353152 3466 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=221048 CPUtime=0.69 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 1414 0 0 0 69 0 0 0 18 0 4 0 518864704 226353152 3466 33554432000 4194304 4627427 140736104210704 18446744073709551615 4333037 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=221048 CPUtime=0.69 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 1216 0 0 0 69 0 0 0 25 0 4 0 518864705 226353152 3466 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 221048

[startup+1.5008 s]
/proc/loadavg: 1.38 1.84 3.49 10/188 32389
/proc/meminfo: memFree=30842360/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=221708 CPUtime=5.96 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 10318 0 0 0 594 2 0 0 19 0 4 0 518864704 227028992 5615 33554432000 4194304 4627427 140736104210704 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 55427 5615 388 106 0 50398 0
[pid=32381/tid=32385] ppid=32379 vsize=221708 CPUtime=1.48 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 2179 0 0 0 148 0 0 0 19 0 4 0 518864704 227028992 5615 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=221708 CPUtime=1.48 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 2279 0 0 0 148 0 0 0 19 0 4 0 518864704 227028992 5615 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=221708 CPUtime=1.48 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 1872 0 0 0 148 0 0 0 25 0 4 0 518864705 227028992 5615 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221708

[startup+3.10051 s]
/proc/loadavg: 1.38 1.84 3.49 9/188 32389
/proc/meminfo: memFree=30818844/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=230308 CPUtime=12.36 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 18494 0 0 0 1233 3 0 0 25 0 4 0 518864704 235835392 10772 33554432000 4194304 4627427 140736104210704 18446744073709551615 4321706 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 57577 10772 388 106 0 52548 0
[pid=32381/tid=32385] ppid=32379 vsize=230308 CPUtime=3.08 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 4287 0 0 0 308 0 0 0 24 0 4 0 518864704 235835392 10772 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=230308 CPUtime=3.08 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 4740 0 0 0 308 0 0 0 24 0 4 0 518864704 235835392 10772 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=230308 CPUtime=3.07 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 4695 0 0 0 307 0 0 0 25 0 4 0 518864705 235835392 10772 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 230308

[startup+6.30093 s]
/proc/loadavg: 1.91 1.94 3.51 9/188 32389
/proc/meminfo: memFree=30773472/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=234184 CPUtime=25.13 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 28414 0 0 0 2509 4 0 0 25 0 4 0 518864704 239804416 13299 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 58546 13299 388 106 0 53517 0
[pid=32381/tid=32385] ppid=32379 vsize=234184 CPUtime=6.29 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 7503 0 0 0 628 1 0 0 25 0 4 0 518864704 239804416 13299 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310363 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=234184 CPUtime=6.28 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 7480 0 0 0 627 1 0 0 25 0 4 0 518864704 239804416 13299 33554432000 4194304 4627427 140736104210704 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=234184 CPUtime=6.25 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 6856 0 0 0 625 0 0 0 25 0 4 0 518864705 239804416 13299 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 234184

[startup+12.7008 s]
/proc/loadavg: 2.48 2.06 3.54 9/188 32389
/proc/meminfo: memFree=30736656/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=235008 CPUtime=50.7 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 43612 0 0 0 5063 7 0 0 25 0 4 0 518864704 240648192 18070 33554432000 4194304 4627427 140736104210704 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 58752 18070 390 106 0 53723 0
[pid=32381/tid=32385] ppid=32379 vsize=235008 CPUtime=12.68 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 11085 0 0 0 1266 2 0 0 25 0 4 0 518864704 240648192 18070 33554432000 4194304 4627427 140736104210704 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=235008 CPUtime=12.68 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 10354 0 0 0 1266 2 0 0 25 0 4 0 518864704 240648192 18070 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=235008 CPUtime=12.61 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 10507 0 0 0 1261 0 0 0 25 0 4 0 518864705 240648192 18070 33554432000 4194304 4627427 140736104210704 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 235008

[startup+25.5004 s]
/proc/loadavg: 3.77 2.37 3.62 9/188 32389
/proc/meminfo: memFree=30696336/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=229084 CPUtime=101.82 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 65950 0 0 0 10170 12 0 0 25 0 4 0 518864704 234582016 22100 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 57271 22100 390 106 0 52242 0
[pid=32381/tid=32385] ppid=32379 vsize=229084 CPUtime=25.48 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 16904 0 0 0 2545 3 0 0 25 0 4 0 518864704 234582016 22100 33554432000 4194304 4627427 140736104210704 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=229084 CPUtime=25.48 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 16649 0 0 0 2545 3 0 0 25 0 4 0 518864704 234582016 22100 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=229084 CPUtime=25.35 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 15628 0 0 0 2533 2 0 0 25 0 4 0 518864705 234582016 22100 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 229084

[startup+51.1008 s]
/proc/loadavg: 5.29 2.83 3.74 9/188 32390
/proc/meminfo: memFree=30670124/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=243352 CPUtime=204.08 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 99217 0 0 0 20388 20 0 0 25 0 4 0 518864704 249192448 24262 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 60838 24262 389 106 0 55809 0
[pid=32381/tid=32385] ppid=32379 vsize=243352 CPUtime=51.08 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 25907 0 0 0 5103 5 0 0 25 0 4 0 518864704 249192448 24262 33554432000 4194304 4627427 140736104210704 18446744073709551615 4332105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=243352 CPUtime=51.08 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 24740 0 0 0 5103 5 0 0 25 0 4 0 518864704 249192448 24262 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=243352 CPUtime=50.81 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 23983 0 0 0 5076 5 0 0 25 0 4 0 518864705 249192448 24262 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 243352

[startup+102.307 s]
/proc/loadavg: 6.99 3.67 3.97 9/188 32391
/proc/meminfo: memFree=30629156/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=245688 CPUtime=408.63 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 151399 0 0 0 40828 35 0 0 25 0 4 0 518864704 251584512 29334 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 61422 29334 388 106 0 56393 0
[pid=32381/tid=32385] ppid=32379 vsize=245688 CPUtime=102.29 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 39119 0 0 0 10220 9 0 0 25 0 4 0 518864704 251584512 29334 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=245688 CPUtime=102.28 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 37128 0 0 0 10220 8 0 0 25 0 4 0 518864704 251584512 29334 33554432000 4194304 4627427 140736104210704 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=245688 CPUtime=101.73 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 38040 0 0 0 10165 8 0 0 25 0 4 0 518864705 251584512 29334 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 245688

[startup+162.301 s]

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

[pid=32381] ppid=32379 vsize=466572 CPUtime=2805.34 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 472310 0 0 0 280386 148 0 0 25 0 4 0 518864704 477769728 69675 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 116643 69675 388 106 0 111614 0
[pid=32381/tid=32385] ppid=32379 vsize=466572 CPUtime=702.3 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 120032 0 0 0 70192 38 0 0 25 0 4 0 518864704 477769728 69675 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=466572 CPUtime=702.23 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 116365 0 0 0 70184 39 0 0 25 0 4 0 518864704 477769728 69675 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=466572 CPUtime=698.47 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 116305 0 0 0 69813 34 0 0 25 0 4 0 518864705 477769728 69675 33554432000 4194304 4627427 140736104210704 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 466572

[startup+762.307 s]
/proc/loadavg: 8.26 7.73 6.11 9/188 32409
/proc/meminfo: memFree=30254752/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=453380 CPUtime=3045.04 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 492608 0 0 0 304347 157 0 0 25 0 4 0 518864704 464261120 73833 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 113345 73833 388 106 0 108316 0
[pid=32381/tid=32385] ppid=32379 vsize=453380 CPUtime=762.31 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 124578 0 0 0 76192 39 0 0 25 0 4 0 518864704 464261120 73833 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=453380 CPUtime=762.23 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 121798 0 0 0 76182 41 0 0 25 0 4 0 518864704 464261120 73833 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=453380 CPUtime=758.15 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 120935 0 0 0 75778 37 0 0 25 0 4 0 518864705 464261120 73833 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 453380

[startup+822.301 s]
/proc/loadavg: 8.15 7.79 6.23 9/188 32410
/proc/meminfo: memFree=30246144/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=453628 CPUtime=3284.69 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 512305 0 0 0 328304 165 0 0 25 0 4 0 518864704 464515072 74644 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 113407 74644 388 106 0 108378 0
[pid=32381/tid=32385] ppid=32379 vsize=453628 CPUtime=822.31 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 128009 0 0 0 82190 41 0 0 25 0 4 0 518864704 464515072 74644 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=453628 CPUtime=822.22 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 128019 0 0 0 82179 43 0 0 25 0 4 0 518864704 464515072 74644 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=453628 CPUtime=817.82 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 125224 0 0 0 81744 38 0 0 25 0 4 0 518864705 464515072 74644 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 453628

[startup+882.301 s]
/proc/loadavg: 8.19 7.87 6.35 9/188 32412
/proc/meminfo: memFree=30205652/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=453848 CPUtime=3524.36 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 528607 0 0 0 352264 172 0 0 25 0 4 0 518864704 464740352 79505 33554432000 4194304 4627427 140736104210704 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 113462 79505 388 106 0 108433 0
[pid=32381/tid=32385] ppid=32379 vsize=453848 CPUtime=882.31 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 130846 0 0 0 88189 42 0 0 25 0 4 0 518864704 464740352 79505 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=453848 CPUtime=882.22 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 130875 0 0 0 88178 44 0 0 25 0 4 0 518864704 464740352 79505 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=453848 CPUtime=877.5 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 130338 0 0 0 87709 41 0 0 25 0 4 0 518864705 464740352 79505 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 453848

[startup+942.301 s]
/proc/loadavg: 8.17 7.92 6.47 9/188 32414
/proc/meminfo: memFree=30208212/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=462588 CPUtime=3764.04 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 544746 0 0 0 376225 179 0 0 25 0 4 0 518864704 473690112 81114 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 115647 81114 388 106 0 110618 0
[pid=32381/tid=32385] ppid=32379 vsize=462588 CPUtime=942.31 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 133477 0 0 0 94188 43 0 0 25 0 4 0 518864704 473690112 81114 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=462588 CPUtime=942.22 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 133836 0 0 0 94177 45 0 0 25 0 4 0 518864704 473690112 81114 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=462588 CPUtime=937.17 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 135106 0 0 0 93674 43 0 0 25 0 4 0 518864705 473690112 81114 33554432000 4194304 4627427 140736104210704 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 462588

[startup+1002.3 s]
/proc/loadavg: 8.25 8.00 6.58 9/188 32415
/proc/meminfo: memFree=30201208/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=486692 CPUtime=4003.71 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 563232 0 0 0 400185 186 0 0 25 0 4 0 518864704 498372608 81597 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 121673 81597 388 106 0 116644 0
[pid=32381/tid=32385] ppid=32379 vsize=486692 CPUtime=1002.31 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 138483 0 0 0 100186 45 0 0 25 0 4 0 518864704 498372608 81597 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=486692 CPUtime=1002.21 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 138728 0 0 0 100175 46 0 0 25 0 4 0 518864704 498372608 81597 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=486692 CPUtime=996.84 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 138114 0 0 0 99639 45 0 0 25 0 4 0 518864705 498372608 81597 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 486692

[startup+1062.3 s]
/proc/loadavg: 8.18 8.02 6.67 9/188 32417
/proc/meminfo: memFree=30194824/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=460392 CPUtime=4243.39 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 580283 0 0 0 424146 193 0 0 25 0 4 0 518864704 471441408 83494 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 115098 83494 388 106 0 110069 0
[pid=32381/tid=32385] ppid=32379 vsize=460392 CPUtime=1062.32 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 144015 0 0 0 106184 48 0 0 25 0 4 0 518864704 471441408 83494 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=460392 CPUtime=1062.21 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 139934 0 0 0 106174 47 0 0 25 0 4 0 518864704 471441408 83494 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=460392 CPUtime=1056.52 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 143729 0 0 0 105605 47 0 0 25 0 4 0 518864705 471441408 83494 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 460392

[startup+1122.3 s]
/proc/loadavg: 8.18 8.06 6.77 9/188 32418
/proc/meminfo: memFree=30200596/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=474148 CPUtime=4483.06 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 595061 0 0 0 448105 201 0 0 25 0 4 0 518864704 485527552 82769 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 118537 82769 388 106 0 113508 0
[pid=32381/tid=32385] ppid=32379 vsize=474148 CPUtime=1122.31 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 145547 0 0 0 112182 49 0 0 25 0 4 0 518864704 485527552 82769 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=474148 CPUtime=1122.21 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 145575 0 0 0 112171 50 0 0 25 0 4 0 518864704 485527552 82769 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=474148 CPUtime=1116.19 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 145770 0 0 0 111571 48 0 0 25 0 4 0 518864705 485527552 82769 33554432000 4194304 4627427 140736104210704 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 474148

[startup+1182.3 s]
/proc/loadavg: 8.11 8.06 6.85 10/188 32420
/proc/meminfo: memFree=30159884/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=474220 CPUtime=4722.73 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 609326 0 0 0 472066 207 0 0 25 0 4 0 518864704 485601280 84183 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 118555 84183 388 106 0 113526 0
[pid=32381/tid=32385] ppid=32379 vsize=474220 CPUtime=1182.32 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 150673 0 0 0 118181 51 0 0 25 0 4 0 518864704 485601280 84183 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=474220 CPUtime=1182.2 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 146272 0 0 0 118170 50 0 0 25 0 4 0 518864704 485601280 84183 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=474220 CPUtime=1175.87 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 149983 0 0 0 117537 50 0 0 25 0 4 0 518864705 485601280 84183 33554432000 4194304 4627427 140736104210704 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 474220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.28 8.10 6.89 10/188 32421
/proc/meminfo: memFree=30163092/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=487796 CPUtime=4800.24 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 615474 0 0 0 479814 210 0 0 25 0 4 0 518864704 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 121949 83941 388 106 0 116920 0
[pid=32381/tid=32385] ppid=32379 vsize=487796 CPUtime=1201.73 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 151720 0 0 0 120121 52 0 0 25 0 4 0 518864704 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=487796 CPUtime=1201.61 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 148572 0 0 0 120110 51 0 0 25 0 4 0 518864704 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=487796 CPUtime=1195.16 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 150566 0 0 0 119466 50 0 0 25 0 4 0 518864705 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 487796

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

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

[startup+1201.7 s]
/proc/loadavg: 8.28 8.10 6.89 10/188 32421
/proc/meminfo: memFree=30163092/32951124 swapFree=67111344/67111528
[pid=32381] ppid=32379 vsize=487796 CPUtime=4800.24 cores=0,2,4,6
/proc/32381/stat : 32381 (strangenight2-m) R 32379 32381 31926 0 -1 4202496 615474 0 0 0 479814 210 0 0 25 0 4 0 518864704 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32381/statm: 121949 83941 388 106 0 116920 0
[pid=32381/tid=32385] ppid=32379 vsize=487796 CPUtime=1201.73 cores=0,2,4,6
/proc/32381/task/32385/stat : 32385 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 151720 0 0 0 120121 52 0 0 25 0 4 0 518864704 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32381/tid=32386] ppid=32379 vsize=487796 CPUtime=1201.61 cores=0,2,4,6
/proc/32381/task/32386/stat : 32386 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 148572 0 0 0 120110 51 0 0 25 0 4 0 518864704 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32381/tid=32387] ppid=32379 vsize=487796 CPUtime=1195.16 cores=0,2,4,6
/proc/32381/task/32387/stat : 32387 (strangenight2-m) R 32379 32381 31926 0 -1 4202560 150566 0 0 0 119466 50 0 0 25 0 4 0 518864705 499503104 83941 33554432000 4194304 4627427 140736104210704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 487796

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.29
CPU user time (s): 4798.17
CPU system time (s): 2.12268
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 538152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.17
system time used= 2.12268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 615474
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= 982
involuntary context switches= 68491

runsolver used 1.91971 second user time and 4.65629 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 12:24:28
IDJOB=3173891
IDBENCH=82709
IDSOLVER=1586
FILE ID=node133/3173891-1304072668
RUNJOBID= node133-1304072668-32362
PBS_JOBID= 13170473
Free space on /tmp= 71896 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1555786344-071.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173891-1304072668/watcher-3173891-1304072668 -o /tmp/evaluation-result-3173891-1304072668/solver-3173891-1304072668 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173891-1304072668.cnf

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

MD5SUM BENCH= f8817105cc2067c24c16bafe0c05427a
RANDOM SEED=1284717912

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      30871480 kB
Buffers:        726544 kB
Cached:         932740 kB
SwapCached:        124 kB
Active:         592084 kB
Inactive:      1130948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30871480 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           11832 kB
Writeback:           0 kB
AnonPages:       63524 kB
Mapped:          14888 kB
Slab:           293756 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-29 12:44:32