Trace number 3366300

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366300-1305401023.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	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.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.37/0.15	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.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.37/0.17	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
1.16/0.30	c  N dy    10      4338        70      6230         0      3951     43610     96565     20.91     22.18
1.56/0.44	c  N dy    18      8471        70      6230         0      5392     43610    120491     20.36     21.75
2.36/0.62	c  N dy    32     12986        70      6230         0      5623     43610    116627     20.51     21.59
3.16/0.86	c  N dy    45     18486        70      6230         0      5527     43610    103579     20.45     21.54
4.39/1.14	c  F st    47     25000        70      6230         0     11406     43610    242153     20.18     18.46
4.39/1.14	c  N st    47     25000        70      6230         0     11406     43610    242153     20.18     18.46
5.15/1.37	c  N dy    53     30003        70      6230         0      9775     43610    196322     20.18   no data
5.15/1.37	c  S st    53     30003        70      6230         0      9775     43610    196322     20.18   no data
5.55/1.40	c  S st    53     30511        70      6230         0     10236     43610    207459     20.18   no data
5.55/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.55/1.41	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.55/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.55/1.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.55/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.61	c lits-rem:       150  cl-subs:      891  v-elim:      0  v-fix:    0  time:  0.19 s
7.15/1.87	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
7.15/1.87	c calculated reachability. Time: 0.00
7.15/1.87	c  N dy    53     30511        70      6230         0      9345     43610    184407     20.18   no data
7.95/2.10	c  N dy    79     34607        70      6230         0     13085     43610    275055     20.35     22.96
9.14/2.33	c  N dy    98     38931        70      6230         0      9912     43610    184449     20.47     21.63
9.95/2.56	c  N dy   115     43015        70      6230         0     13623     43610    273800     20.51     21.61
10.75/2.75	c  S st   130     45767        70      6230         0     16109     43610    333146     20.54     18.86
10.75/2.79	c  S st   130     46268        70      6230         0      8459     43610    137092     20.54   no data
10.75/2.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.14/2.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.14/2.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.14/2.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.14/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.14/2.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
11.14/2.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.14/2.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.14/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.14/2.84	c lits-rem:         6  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.03 s
11.14/2.84	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.14/2.84	c vivif2 --  cl tried     8413 cl shrink        0 lits rem          0 time: 0.00
11.94/3.08	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
11.94/3.08	c calculated reachability. Time: 0.00
11.94/3.08	c  N dy   130     46268        70      6230         0      8413     43610    135778     20.54   no data
15.53/3.90	c  N dy   145     61656        70      6230         0     13223     43610    238407     20.22     21.59
17.15/4.34	c  N dy   156     68595        70      6230         0     19474     43610    388082     20.18     21.26
17.57/4.42	c  S st   164     69402        70      6230         0     10314     43610    159676     20.21   no data
17.57/4.45	c  S st   164     69906        70      6230         0     10787     43610    171544     20.21   no data
17.57/4.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.57/4.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.57/4.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.52	c lits-rem:        16  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.06 s
17.93/4.52	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.93/4.53	c vivif2 --  cl tried    10675 cl shrink        0 lits rem          0 time: 0.00
19.12/4.81	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.27
19.12/4.81	c calculated reachability. Time: 0.00
19.12/4.81	c  N dy   164     69906        70      6230         0     10675     43610    168400     20.21   no data
19.92/5.07	c  N dy   187     74408        70      6230         0     14768     43610    266867     20.25     22.03
21.53/5.41	c  N dy   212     79283        70      6230         0     19210     43610    374153     20.30     21.41
23.12/5.82	c  N dy   257     84576        70      6230         0     13161     43610    217929     20.42     21.50
23.91/6.01	c  F st   275     87501        70      6230         0     15819     43610    282493     20.46     18.93
24.71/6.24	c  N st   280     90797        70      6230         0     18801     43610    354622     20.46   no data
28.70/7.22	c  N dy   304    104859        70      6230         0     19703     43610    355774     20.38     19.88
28.70/7.22	c  S st   304    104859        70      6230         0     19703     43610    355774     20.38     19.88
28.70/7.27	c  S st   304    105364        70      6230         0     20169     43610    367312     20.38   no data
28.70/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.70/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.70/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.70/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.70/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.70/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.70/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.70/7.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.70/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.09/7.89	c lits-rem:       323  cl-subs:     2082  v-elim:      0  v-fix:    0  time:  0.59 s
31.09/7.89	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
31.09/7.89	c vivif2 --  cl tried    18087 cl shrink        0 lits rem          0 time: 0.00
32.69/8.26	c asymm  cl-useful: 0/5654/6230 lits-rem:0 time: 0.37
32.69/8.26	c calculated reachability. Time: 0.00
32.69/8.26	c  N dy   304    105364        70      6230         0     18087     43610    319333     20.38   no data
36.28/9.18	c  N dy   329    117007        70      6230         0     16094     43610    260225     20.34     21.43
47.06/11.86	c  N dy   367    153254        70      6230         0     20690     43610    338071     19.88     20.99
49.04/12.31	c  S st   409    158046        70      6230         0     25069     43610    444727     19.95   no data
49.04/12.37	c  S st   409    158547        70      6230         0     25539     43610    456268     19.95   no data
49.04/12.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.04/12.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.04/12.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.04/12.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.04/12.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.04/12.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.04/12.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.04/12.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.44/12.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.67/13.27	c lits-rem:       499  cl-subs:     2899  v-elim:      0  v-fix:    0  time:  0.87 s
52.67/13.27	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
52.67/13.27	c vivif2 --  cl tried    22640 cl shrink        0 lits rem          0 time: 0.01
53.03/13.33	c asymm  cl-useful: 0/576/6230 lits-rem:0 time: 0.05
53.03/13.33	c calculated reachability. Time: 0.00
53.03/13.33	c  N dy   409    158547        70      6230         0     22640     43610    392873     19.95   no data
57.43/14.44	c  N dy   488    169004        70      6230         0     16961     43610    247219     20.07     21.21
61.45/15.42	c  N dy   556    180103        70      6230         0     27042     43610    491204     20.15     21.27
66.60/16.71	c  N dy   609    193519        70      6230         0     22986     43610    376936     20.17     21.44
71.79/18.00	c  N dy   667    205922        70      6230         0     34224     43610    646862     20.22     23.31
78.18/19.67	c  N dy   735    223041        70      6230         0     32474     43610    590713     20.25     21.35
84.56/21.27	c  N dy   831    237817        70      6230         0     27849     43610    470569     20.33     21.42
84.56/21.27	c  S st   832    237820        70      6230         0     27852     43610    470636     20.33   no data
84.96/21.34	c  S st   832    238325        70      6230         0     28323     43610    482728     20.33   no data
84.96/21.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.96/21.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.96/21.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.96/21.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.96/21.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.96/21.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
84.96/21.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.96/21.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
84.96/21.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.15/22.10	c lits-rem:       263  cl-subs:     1966  v-elim:      0  v-fix:    0  time:  0.73 s
88.15/22.10	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
88.15/22.11	c vivif2 --  cl tried    26357 cl shrink        0 lits rem          0 time: 0.00
89.35/22.48	c asymm  cl-useful: 0/4253/6230 lits-rem:0 time: 0.37
89.35/22.48	c calculated reachability. Time: 0.00
89.35/22.48	c  N dy   832    238325        70      6230         0     26357     43610    432041     20.33   no data
96.57/24.24	c  N dy   925    253608        70      6230         0     21299     43610    297429     20.41     23.53
109.75/27.59	c  N dy   968    289461        70      6230         0     33668     43610    569522     20.26     21.36
118.11/29.64	c  F st  1071    306250        70      6230         0     28215     43610    439563     20.32     20.55
118.88/29.84	c  N st  1075    308284        70      6230         0     30042     43610    484794     20.32   no data
128.07/32.11	c  N dy  1130    328099        70      6230         0     26249     43610    379270     20.32     21.47
138.04/34.69	c  N dy  1236    348184        70      6230         0     44432     43610    818364     20.37     23.22
142.03/35.60	c  S st  1252    357487        70      6230         0     30192     43610    460639     20.36     20.57
142.03/35.68	c  S st  1252    357991        70      6230         0     30658     43610    472285     20.36   no data
142.03/35.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.03/35.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
142.03/35.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.03/35.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.03/35.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.03/35.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
142.03/35.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.44/35.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.44/35.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.62/36.56	c lits-rem:       227  cl-subs:     2148  v-elim:      0  v-fix:    0  time:  0.85 s
145.62/36.56	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
145.62/36.57	c vivif2 --  cl tried    28510 cl shrink        0 lits rem          0 time: 0.01
146.82/36.81	c asymm  cl-useful: 0/1977/6230 lits-rem:0 time: 0.24
146.82/36.81	c calculated reachability. Time: 0.00
146.82/36.81	c  N dy  1252    357991        70      6230         0     28510     43610    422650     20.36   no data
158.03/39.66	c  N dy  1345    380385        70      6230         0     25427     43610    333358     20.39     21.49
169.98/42.61	c  N dy  1454    400563        70      6230         0     43670     43610    778198     20.43     21.51
180.34/45.26	c  N dy  1525    420653        70      6230         0     37499     43610    610410     20.44     21.59
204.29/51.25	c  N dy  1569    472981        70      6230         0     32875     43610    464710     20.27     21.41
217.46/54.52	c  N dy  1683    494914        70      6230         0     52717     43610    944843     20.31     21.38
228.63/57.33	c  N dy  1810    514962        70      6230         0     44013     43610    737158     20.36     22.49
242.20/60.71	c  N dy  1911    536986        70      6230         0     35912     43610    515866     20.38     18.26
242.20/60.71	c  S st  1911    536986        70      6230         0     35912     43610    515866     20.38     18.26
242.60/60.80	c  S st  1911    537488        70      6230         0     36375     43610    527272     20.38   no data
242.60/60.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.60/60.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.60/60.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.60/60.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.60/60.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.60/60.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
242.60/60.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.60/60.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.60/60.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.59/61.84	c lits-rem:       306  cl-subs:     2131  v-elim:      0  v-fix:    0  time:  1.00 s
246.59/61.84	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
246.59/61.85	c vivif2 --  cl tried    34244 cl shrink        0 lits rem          0 time: 0.01
247.39/62.04	c asymm  cl-useful: 0/1782/6230 lits-rem:0 time: 0.19
247.39/62.04	c calculated reachability. Time: 0.00
247.39/62.04	c  N dy  1911    537488        70      6230         0     34244     43610    478403     20.38   no data
259.36/65.02	c  N dy  1980    557915        70      6230         0     52663     43610    920796     20.39     21.57
271.33/68.10	c  N dy  2085    577967        70      6230         0     42010     43610    661434     20.42     21.98
286.49/71.88	c  N dy  2184    598444        70      6230         0     30817     43610    373371     20.44     21.54
302.06/75.70	c  N dy  2230    626920        70      6230         0     56277     43610    979383     20.41     21.62
315.24/79.07	c  N dy  2349    646942        70      6230         0     43834     43610    679603     20.45     22.39
329.59/82.70	c  N dy  2440    667108        70      6230         0     61994     43610   1116778     20.46     21.54
342.41/85.83	c  N dy  2503    688807        70      6230         0     49993     43610    805097     20.46     21.83
359.55/90.14	c  N dy  2629    708843        70      6230         0     35716     43610    451444     20.49     22.34
372.31/93.36	c  N dy  2701    728891        70      6230         0     53830     43610    887653     20.50     22.29
388.27/97.30	c  N dy  2787    749023        70      6230         0     38615     43610    507615     20.51     21.69
405.42/101.69	c  N dy  2891    774410        70      6230         0     61524     43610   1063527     20.52     21.72
420.19/105.37	c  N dy  2975    794969        70      6230         0     45799     43610    667918     20.54     21.80
428.97/107.51	c  S st  3032    806232        70      6230         0     56020     43610    916403     20.55   no data
429.37/107.65	c  S st  3032    806736        70      6230         0     56496     43610    928213     20.55   no data
429.37/107.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.37/107.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
429.37/107.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.37/107.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.37/107.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.37/107.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
429.37/107.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.37/107.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
429.79/107.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
444.13/111.32	c lits-rem:       559  cl-subs:     4615  v-elim:      0  v-fix:    0  time:  3.60 s
444.13/111.32	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
444.13/111.33	c vivif2 --  cl tried    51881 cl shrink        0 lits rem          0 time: 0.01
445.33/111.61	c asymm  cl-useful: 0/1117/6230 lits-rem:0 time: 0.28
445.33/111.61	c calculated reachability. Time: 0.00
445.33/111.61	c  N dy  3032    806736        70      6230         0     51881     43610    812386     20.55   no data
461.29/115.68	c  N dy  3043    830936        70      6230         0     38531     43610    475653     20.50     21.58
474.10/118.88	c  N dy  3102    850978        70      6230         0     56606     43610    903683     20.48     22.08
490.04/122.87	c  N dy  3174    870992        70      6230         0     38783     43610    474286     20.48     23.38
501.60/125.73	c  N dy  3198    891069        70      6230         0     56755     43610    901212     20.46     21.66
519.56/130.24	c  N dy  3288    911149        70      6230         0     38040     43610    442152     20.47     21.65
537.13/134.66	c  N dy  3384    937966        70      6230         0     62236     43610   1027307     20.48     21.56
552.30/138.40	c  N dy  3423    957969        70      6230         0     42362     43610    534260     20.46     21.57
565.87/141.81	c  N dy  3502    977997        70      6230         0     60359     43610    965473     20.46     22.13
587.40/147.21	c  N dy  3585   1003234        70      6230         0     44388     43610    568261     20.46     21.56
601.77/150.84	c  N dy  3660   1023281        70      6230         0     62413     43610   1000577     20.46     21.76
620.53/155.58	c  N dy  3716   1043709        70      6230         0     41235     43610    481668     20.46     21.70
634.50/159.07	c  N dy  3753   1066646        70      6230         0     61894     43610    976538     20.44     21.63
640.09/160.42	c  F st  3799   1071875        70      6230         0     66638     43610   1094727     20.45   no data
655.25/164.28	c  N dy  3847   1086900        70      6230         0     80147     43610   1422554     20.45     21.54
672.81/168.67	c  N dy  3928   1111420        70      6230         0     61665     43610    955659     20.45     21.56
690.77/173.14	c  N dy  3959   1131448        70      6230         0     79677     43610   1382941     20.44     23.33
706.35/177.06	c  N dy  4052   1151521        70      6230         0     56451     43610    822122     20.44     21.62
727.89/182.49	c  N dy  4167   1173817        70      6230         0     76603     43610   1313713     20.46     21.65
746.29/187.01	c  N dy  4208   1196330        70      6230         0     54453     43610    749656     20.45     21.68
758.21/190.06	c  S st  4258   1210105        70      6230         0     66927     43610   1047365     20.45     20.07
759.03/190.29	c  S st  4258   1210608        70      6230         0     67389     43610   1059067     20.45   no data
759.03/190.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
759.44/190.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
759.44/190.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
759.44/190.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.44/190.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.44/190.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
759.44/190.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
759.44/190.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
759.44/190.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
790.17/198.04	c lits-rem:       747  cl-subs:     6741  v-elim:      0  v-fix:    0  time:  7.66 s
790.17/198.04	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
790.17/198.06	c vivif2 --  cl tried    60648 cl shrink        0 lits rem          0 time: 0.01
791.73/198.44	c asymm  cl-useful: 0/904/6230 lits-rem:0 time: 0.38
791.73/198.44	c calculated reachability. Time: 0.00
791.73/198.44	c  N dy  4258   1210608        70      6230         0     60648     43610    902584     20.45   no data
819.27/205.33	c  N dy  4362   1231817        70      6230         0     79739     43610   1363985     20.46     21.54
840.02/210.58	c  N dy  4450   1252063        70      6230         0     55065     43610    761577     20.47     21.62
858.38/215.14	c  N dy  4558   1272099        70      6230         0     73134     43610   1201100     20.48     21.58
881.53/220.97	c  N dy  4671   1292460        70      6230         0     47511     43610    567278     20.49     21.58
901.48/225.90	c  N dy  4754   1318396        70      6230         0     70851     43610   1131714     20.49     21.63
931.42/233.40	c  N dy  4856   1341686        70      6230         0     46839     43610    534408     20.50     21.64
950.96/238.31	c  N dy  4933   1363037        70      6230         0     66125     43610    998167     20.50     21.67
974.91/244.30	c  N dy  5046   1383476        70      6230         0     84492     43610   1445728     20.52     21.80
995.67/249.60	c  N dy  5099   1406658        70      6230         0     59424     43610    824014     20.51     21.66
1018.03/255.14	c  N dy  5236   1427521        70      6230         0     78281     43610   1287006     20.53     21.62
1040.76/260.86	c  N dy  5288   1447566        70      6230         0     49516     43610    574795     20.53     22.02
1061.52/266.10	c  N dy  5396   1472216        70      6230         0     71704     43610   1114532     20.54     21.87
1085.86/272.16	c  N dy  5478   1494479        70      6230         0     91743     43610   1599794     20.54     21.65
1105.83/277.16	c  N dy  5559   1515840        70      6230         0     63252     43610    895161     20.55     21.87
1128.20/282.73	c  N dy  5667   1536091        70      6230         0     81521     43610   1342912     20.56     21.67
1153.31/289.05	c  N dy  5735   1556975        70      6230         0     51619     43610    598941     20.56     21.72
1175.26/294.55	c  N dy  5850   1581713        70      6230         0     73957     43610   1141493     20.57     22.05
1202.42/301.33	c  N dy  5890   1609222        70      6230         0     98524     43610   1720373     20.55     21.65
1220.74/305.94	c  N dy  6003   1629289        70      6230         0     67216     43610    972428     20.56     21.68
1242.34/311.33	c  N dy  6096   1649344        70      6230         0     85308     43610   1413398     20.57     22.35
1271.04/318.51	c  N dy  6232   1669410        70      6230         0     52989     43610    608419     20.58     22.55
1290.99/323.51	c  N dy  6340   1691236        70      6230         0     72701     43610   1087685     20.59     21.74
1310.14/328.37	c  S st  6383   1710608        70      6230         0     90020     43610   1499409     20.58     19.82
1311.34/328.63	c  S st  6383   1711108        70      6230         0     90488     43610   1510940     20.58   no data
1311.34/328.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1311.34/328.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1311.34/328.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1311.34/328.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1311.34/328.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1311.34/328.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1311.34/328.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1311.74/328.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1311.74/328.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1361.23/341.10	c lits-rem:      1010  cl-subs:     9706  v-elim:      0  v-fix:    0  time: 12.36 s
1361.23/341.10	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1361.23/341.12	c vivif2 --  cl tried    80782 cl shrink        0 lits rem          0 time: 0.02
1362.83/341.59	c asymm  cl-useful: 0/679/6230 lits-rem:0 time: 0.46
1362.83/341.59	c calculated reachability. Time: 0.00
1362.83/341.59	c  N dy  6383   1711108        70      6230         0     80782     43610   1278691     20.58   no data
1389.56/348.23	c  N dy  6385   1732671        70      6230         0     99908     43610   1727392     20.56     21.65
1415.51/354.74	c  N dy  6449   1752756        70      6230         0     67248     43610    947726     20.57     21.82
1437.85/360.38	c  N dy  6477   1772993        70      6230         0     85321     43610   1374429     20.56     21.76
1469.39/368.29	c  N dy  6532   1799922        70      6230         0     57638     43610    696152     20.54     21.72
1491.32/373.78	c  N dy  6545   1827339        70      6230         0     82037     43610   1273160     20.52     21.61
1522.46/381.58	c  N dy  6672   1847358        70      6230         0    100156     43610   1719317     20.54     21.94
1570.35/393.53	c  N dy  6733   1896083        70      6230         0     90624     43610   1450635     20.49     21.58
1601.48/401.35	c  N dy  6849   1917472        70      6230         0     56353     43610    644502     20.50     21.75
1626.62/407.69	c  N dy  6866   1951525        70      6230         0     86866     43610   1374355     20.48     21.82
1652.15/414.02	c  N dy  6937   1971593        70      6230         0    104919     43610   1807050     20.48     24.02
1676.11/420.01	c  N dy  7044   1991688        70      6230         0     68442     43610    928244     20.49     23.81
1698.89/425.76	c  N dy  7147   2011785        70      6230         0     86558     43610   1370500     20.49     23.06
1761.11/441.39	c  N dy  7255   2070770        70      6230         0     83549     43610   1246487     20.46     21.58
1786.28/447.70	c  N dy  7334   2090771        70      6230         0    101580     43610   1684795     20.46     22.27
1816.19/455.16	c  N dy  7468   2110793        70      6230         0     63209     43610    774924     20.48     21.66
1838.53/460.76	c  N dy  7613   2130955        70      6230         0     81478     43610   1227370     20.49     21.81
1864.87/467.40	c  N dy  7708   2150977        70      6230         0     99520     43610   1663668     20.49     23.06
1897.19/475.46	c  N dy  7815   2171061        70      6230         0     60073     43610    682083     20.50     21.65
1916.35/480.21	c  N dy  7891   2191078        70      6230         0     78074     43610   1117324     20.50     23.75
1942.30/486.79	c  N dy  8000   2211110        70      6230         0     96116     43610   1558628     20.51     18.42
1942.30/486.79	c  S st  8000   2211110        70      6230         0     96116     43610   1558628     20.51     18.42
1943.90/487.10	c  S st  8000   2211614        70      6230         0     96583     43610   1570489     20.51   no data
1943.90/487.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1943.90/487.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1943.90/487.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1943.90/487.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1943.90/487.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1943.90/487.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1943.90/487.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1943.90/487.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1944.31/487.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1984.23/497.23	c lits-rem:       814  cl-subs:     8686  v-elim:      0  v-fix:    0  time: 10.02 s
1984.23/497.23	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1984.23/497.25	c vivif2 --  cl tried    87897 cl shrink        0 lits rem          0 time: 0.02
1985.79/497.60	c asymm  cl-useful: 0/628/6230 lits-rem:0 time: 0.35
1985.79/497.60	c calculated reachability. Time: 0.00
1985.79/497.60	c  N dy  8000   2211614        70      6230         0     87897     43610   1355788     20.51   no data
2029.69/508.66	c  N dy  8098   2244332        70      6230         0     59213     43610    650067     20.51     21.66
2054.06/514.77	c  N dy  8196   2264975        70      6230         0     77741     43610   1101156     20.51     21.62
2089.59/523.61	c  N dy  8319   2285185        70      6230         0     95925     43610   1548352     20.52     21.63
2150.63/538.99	c  N dy  8390   2326814        70      6230         0     73921     43610    980912     20.51     21.65
2178.56/545.96	c  N dy  8541   2346914        70      6230         0     92077     43610   1429602     20.52     22.17
2208.87/553.53	c  N dy  8618   2367262        70      6230         0    110365     43610   1873342     20.52     21.71
2234.45/559.93	c  N dy  8690   2387337        70      6230         0     68398     43610    851316     20.53     24.56
2256.41/565.50	c  N dy  8760   2407623        70      6230         0     86619     43610   1293301     20.53     21.64
2281.92/571.86	c  N dy  8816   2427719        70      6230         0    104589     43610   1724362     20.53     22.79
2316.24/580.46	c  N dy  8874   2451706        70      6230         0     65118     43610    752773     20.52     21.78
2344.57/587.51	c  N dy  8910   2481303        70      6230         0     91437     43610   1372651     20.51     21.68
2374.93/595.14	c  N dy  9003   2502396        70      6230         0    110504     43610   1837006     20.51     21.60
2411.21/604.20	c  N dy  9153   2522416        70      6230         0     66723     43610    783446     20.53     21.95
2431.58/609.36	c  N dy  9202   2542667        70      6230         0     84933     43610   1222885     20.53     21.68
2460.71/616.65	c  N dy  9337   2562739        70      6230         0    102984     43610   1667905     20.54     22.67
2496.22/625.55	c  N dy  9461   2583825        70      6230         0    121971     43610   2135502     20.55     21.64
2520.96/631.70	c  N dy  9537   2603991        70      6230         0     77206     43610   1019650     20.55     21.64
2546.91/638.25	c  N dy  9640   2624382        70      6230         0     95668     43610   1473380     20.55     21.65
2586.01/648.06	c  N dy  9747   2649338        70      6230         0    118135     43610   2021529     20.56     21.70
2618.74/656.21	c  N dy  9859   2669410        70      6230         0     72356     43610    892691     20.57     24.11
2643.48/662.49	c  N dy  9961   2690130        70      6230         0     91019     43610   1348308     20.57     21.67
2676.22/670.64	c  N dy 10080   2710195        70      6230         0    109166     43610   1794969     20.58     21.73
2678.60/671.23	c  S st 10085   2711616        70      6230         0    110441     43610   1825674     20.58   no data
2679.81/671.58	c  S st 10085   2712120        70      6230         0    110908     43610   1837509     20.58   no data
2679.81/671.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2680.21/671.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2680.21/671.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2680.21/671.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2680.21/671.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2680.21/671.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2680.21/671.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2680.21/671.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2680.61/671.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2735.66/685.58	c lits-rem:      1010  cl-subs:    10317  v-elim:      0  v-fix:    0  time: 13.86 s
2735.66/685.58	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2736.06/685.61	c vivif2 --  cl tried   100591 cl shrink        0 lits rem          0 time: 0.02
2737.26/685.97	c asymm  cl-useful: 0/570/6230 lits-rem:0 time: 0.36
2737.26/685.97	c calculated reachability. Time: 0.00
2737.26/685.97	c  N dy 10085   2712120        70      6230         0    100591     43610   1577709     20.58   no data
2770.79/694.35	c  N dy 10162   2733479        70      6230         0    119721     43610   2039410     20.58     21.77
2800.34/701.73	c  N dy 10182   2759628        70      6230         0     78815     43610   1026797     20.57     21.65
2829.46/709.03	c  N dy 10285   2779688        70      6230         0     96910     43610   1467721     20.57     23.02
2890.52/724.36	c  N dy 10302   2814824        70      6230         0    128093     43610   2205859     20.55     21.78
2934.41/735.35	c  N dy 10391   2843703        70      6230         0     88820     43610   1267511     20.55     21.69
2962.77/742.49	c  N dy 10442   2863785        70      6230         0    106814     43610   1699176     20.55     23.29
2998.31/751.38	c  N dy 10524   2884232        70      6230         0    125120     43610   2145126     20.55     21.78
3028.20/758.84	c  N dy 10596   2904897        70      6230         0     77509     43610    980647     20.55     21.69
3054.55/765.42	c  N dy 10688   2924978        70      6230         0     95644     43610   1421376     20.56     22.56
3087.66/773.77	c  N dy 10803   2945068        70      6230         0    113753     43610   1866854     20.57     22.81
3136.76/786.08	c  N dy 10880   2976527        70      6230         0     74643     43610    890940     20.56     21.90
3164.30/793.01	c  N dy 11002   2998224        70      6230         0     94192     43610   1371845     20.57     21.68
3196.61/801.02	c  N dy 11123   3018275        70      6230         0    112316     43610   1818574     20.57     21.67
3230.98/809.65	c  N dy 11189   3038866        70      6230         0    130821     43610   2264685     20.58     21.72
3266.09/818.47	c  N dy 11314   3061017        70      6230         0     82488     43610   1075764     20.58     21.71
3307.16/828.74	c  N dy 11387   3094443        70      6230         0    112398     43610   1789968     20.58     21.74
3344.28/838.01	c  N dy 11480   3114472        70      6230         0    130458     43610   2232865     20.58     22.19
3378.60/846.64	c  N dy 11622   3134573        70      6230         0     79395     43610    993007     20.59     21.74
3403.34/852.88	c  N dy 11681   3154636        70      6230         0     97404     43610   1425890     20.59     23.69
3440.86/862.28	c  N dy 11832   3176502        70      6230         0    117157     43610   1915901     20.60     21.78
3481.20/872.33	c  N dy 11930   3196553        70      6230         0    135219     43610   2359078     20.60     22.30
3504.30/878.17	c  S st 11986   3212122        70      6230         0     79019     43610    965924     20.60     19.51
3505.10/878.39	c  S st 11986   3212625        70      6230         0     79489     43610    977770     20.60   no data
3505.50/878.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3505.50/878.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3505.50/878.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3505.50/878.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3505.50/878.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3505.50/878.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3505.50/878.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3505.50/878.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3505.50/878.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3514.68/880.75	c lits-rem:       178  cl-subs:     1966  v-elim:      0  v-fix:    0  time:  2.26 s
3514.68/880.75	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3514.68/880.76	c vivif2 --  cl tried    77523 cl shrink        0 lits rem          0 time: 0.01
3515.90/881.02	c asymm  cl-useful: 0/550/6230 lits-rem:0 time: 0.26
3515.90/881.03	c calculated reachability. Time: 0.00
3515.90/881.03	c  N dy 11986   3212625        70      6230         0     77523     43610    927980     20.60   no data
3539.43/886.99	c  N dy 12047   3232701        70      6230         0     95547     43610   1365967     20.60     21.81
3573.39/895.48	c  N dy 12178   3252746        70      6230         0    113650     43610   1816445     20.61     23.32
3632.81/910.35	c  N dy 12230   3295271        70      6230         0     80604     43610    978680     20.59     21.74
3664.74/918.37	c  N dy 12326   3318331        70      6230         0    101351     43610   1480675     20.60     21.71
3714.63/930.88	c  N dy 12355   3353038        70      6230         0    132314     43610   2217219     20.58     21.73
3758.92/941.99	c  N dy 12466   3373136        70      6230         0     78728     43610    935130     20.59     22.33
3784.87/948.43	c  N dy 12549   3393951        70      6230         0     97436     43610   1390689     20.59     21.68
3814.41/955.90	c  N dy 12624   3413961        70      6230         0    115415     43610   1829557     20.59     23.61
3851.50/965.15	c  N dy 12674   3436712        70      6230         0    135741     43610   2316257     20.59     21.72
3897.41/976.68	c  N dy 12797   3465064        70      6230         0     88563     43610   1156139     20.59     21.75
3929.72/984.71	c  N dy 12913   3486268        70      6230         0    107593     43610   1624139     20.60     21.69
3965.64/993.77	c  N dy 13012   3506322        70      6230         0    125654     43610   2067842     20.60     22.28
4005.95/1003.84	c  N dy 13097   3526666        70      6230         0    144079     43610   2519534     20.61     21.78
4035.08/1011.14	c  N dy 13194   3547261        70      6230         0     89009     43610   1163006     20.61     21.72
4064.22/1018.50	c  N dy 13233   3571088        70      6230         0    110305     43610   1664904     20.60     21.78
4110.92/1030.14	c  N dy 13350   3596954        70      6230         0    133554     43610   2231724     20.61     21.74
4157.61/1041.88	c  N dy 13501   3616977        70      6230         0     77041     43610    855047     20.61     23.36
4184.34/1048.58	c  N dy 13596   3637385        70      6230         0     95427     43610   1304047     20.62     21.73
4213.90/1055.98	c  N dy 13652   3657454        70      6230         0    113425     43610   1739886     20.62     23.46
4273.34/1070.89	c  N dy 13717   3694127        70      6230         0    146090     43610   2524339     20.61     21.76
4299.68/1077.45	c  S st 13749   3712625        70      6230         0     87299     43610   1088427     20.61     20.61
4300.88/1077.72	c  S st 13749   3713131        70      6230         0     87760     43610   1100055     20.61   no data
4300.88/1077.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4300.88/1077.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4300.88/1077.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4300.88/1077.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4300.88/1077.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4300.88/1077.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4300.88/1077.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4300.88/1077.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4301.28/1077.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4315.28/1081.33	c lits-rem:       399  cl-subs:     3440  v-elim:      0  v-fix:    0  time:  3.51 s
4315.28/1081.33	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4315.28/1081.34	c vivif2 --  cl tried    84320 cl shrink        0 lits rem          0 time: 0.02
4316.44/1081.66	c asymm  cl-useful: 0/818/6230 lits-rem:0 time: 0.32
4316.44/1081.67	c calculated reachability. Time: 0.00
4316.44/1081.67	c  N dy 13749   3713131        70      6230         0     84320     43610   1019542     20.61   no data
4341.62/1087.98	c  N dy 13802   3733208        70      6230         0    102334     43610   1450091     20.61     23.10
4368.31/1094.68	c  F st 13847   3751562        70      6230         0    118730     43610   1841655     20.60   no data
4371.92/1095.59	c  N st 13851   3753595        70      6230         0    120547     43610   1887156     20.60   no data
4414.61/1106.25	c  N dy 13945   3774947        70      6230         0    139844     43610   2360650     20.61     21.77
4452.52/1115.78	c  N dy 14009   3794995        70      6230         0     81760     43610    946312     20.61     23.14
4490.04/1125.18	c  N dy 14123   3823644        70      6230         0    107436     43610   1568896     20.61     21.75
4525.58/1134.05	c  N dy 14197   3843797        70      6230         0    125457     43610   2006535     20.61     21.75
4577.43/1147.07	c  N dy 14330   3866936        70      6230         0    146330     43610   2522374     20.62     21.79
4620.54/1157.81	c  N dy 14460   3887658        70      6230         0     87922     43610   1086541     20.62     21.74
4647.68/1164.61	c  N dy 14531   3908221        70      6230         0    106435     43610   1541790     20.62     21.80
4680.00/1172.70	c  N dy 14585   3928867        70      6230         0    124841     43610   1983197     20.62     21.81
4722.31/1183.36	c  N dy 14699   3948903        70      6230         0    142909     43610   2429722     20.63     21.72
4767.80/1194.72	c  N dy 14817   3968916        70      6230         0     82809     43610    946631     20.63     22.45
4795.34/1201.60	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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.83 7.85 8.00 3/286 4743
/proc/meminfo: memFree=16816332/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 651705058 52396032 348 33554432000 4194304 4580107 140737283825632 18446744073709551615 218371013617 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 12792 348 299 95 0 7774 0
[pid=4743/tid=4744] ppid=4741 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 651705058 52396032 348 33554432000 4194304 4580107 140737283825632 18446744073709551615 47152954484662 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651705058 52396032 348 33554432000 4194304 4580107 140737283825632 18446744073709551615 47152954484662 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651705059 52396032 348 33554432000 4194304 4580107 140737283825632 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.082738 s]
/proc/loadavg: 6.83 7.85 8.00 3/286 4743
/proc/meminfo: memFree=16816332/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=281844 CPUtime=0.29 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 1394 0 0 0 29 0 0 0 18 0 4 0 651705058 288608256 1306 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 70461 1306 358 95 0 65443 0
[pid=4743/tid=4744] ppid=4741 vsize=281844 CPUtime=0.07 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 227 0 0 0 7 0 0 0 18 0 4 0 651705058 288608256 1306 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=281844 CPUtime=0.07 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 224 0 0 0 7 0 0 0 18 0 4 0 651705058 288608256 1306 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=281844 CPUtime=0.07 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 315 0 0 0 7 0 0 0 25 0 4 0 651705059 288608256 1306 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 281844

[startup+0.100734 s]
/proc/loadavg: 6.83 7.85 8.00 3/286 4743
/proc/meminfo: memFree=16816332/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=281976 CPUtime=0.37 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 1420 0 0 0 37 0 0 0 18 0 4 0 651705058 288743424 1332 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 70494 1332 358 95 0 65476 0
[pid=4743/tid=4744] ppid=4741 vsize=281976 CPUtime=0.09 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 228 0 0 0 9 0 0 0 18 0 4 0 651705058 288743424 1332 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=281976 CPUtime=0.09 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 226 0 0 0 9 0 0 0 18 0 4 0 651705058 288743424 1332 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=281976 CPUtime=0.08 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 338 0 0 0 8 0 0 0 25 0 4 0 651705059 288743424 1332 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 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) 281976

[startup+0.300699 s]
/proc/loadavg: 6.83 7.85 8.00 3/286 4743
/proc/meminfo: memFree=16816332/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=284544 CPUtime=1.16 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 3513 0 0 0 116 0 0 0 18 0 4 0 651705058 291373056 3065 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 71136 3065 376 95 0 66118 0
[pid=4743/tid=4744] ppid=4741 vsize=284544 CPUtime=0.29 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 838 0 0 0 29 0 0 0 18 0 4 0 651705058 291373056 3065 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=284544 CPUtime=0.29 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 820 0 0 0 29 0 0 0 18 0 4 0 651705058 291373056 3065 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=284544 CPUtime=0.28 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 647 0 0 0 28 0 0 0 25 0 4 0 651705059 291373056 3065 33554432000 4194304 4580107 140737283825632 18446744073709551615 4321972 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284544

[startup+0.700629 s]
/proc/loadavg: 6.83 7.85 8.00 3/286 4743
/proc/meminfo: memFree=16816332/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=286900 CPUtime=2.76 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 5802 0 0 0 276 0 0 0 18 0 4 0 651705058 293785600 3470 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 71725 3470 376 95 0 66707 0
[pid=4743/tid=4744] ppid=4741 vsize=286900 CPUtime=0.69 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 1382 0 0 0 69 0 0 0 18 0 4 0 651705058 293785600 3470 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=286900 CPUtime=0.69 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 1390 0 0 0 69 0 0 0 18 0 4 0 651705058 293785600 3470 33554432000 4194304 4580107 140737283825632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=286900 CPUtime=0.68 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 1271 0 0 0 68 0 0 0 25 0 4 0 651705059 293785600 3470 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286900

[startup+1.50049 s]
/proc/loadavg: 6.83 7.85 8.00 9/298 4755
/proc/meminfo: memFree=16791072/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=287920 CPUtime=5.96 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 10372 0 0 0 594 2 0 0 20 0 4 0 651705058 294830080 5659 33554432000 4194304 4580107 140737283825632 18446744073709551615 4406483 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 71980 5659 378 95 0 66962 0
[pid=4743/tid=4744] ppid=4741 vsize=287920 CPUtime=1.49 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 2227 0 0 0 149 0 0 0 19 0 4 0 651705058 294830080 5659 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=287920 CPUtime=1.48 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 2288 0 0 0 148 0 0 0 20 0 4 0 651705058 294830080 5659 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=287920 CPUtime=1.47 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 1910 0 0 0 147 0 0 0 25 0 4 0 651705059 294830080 5659 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294963 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) 287920

[startup+3.1002 s]
/proc/loadavg: 6.83 7.85 8.00 9/298 4755
/proc/meminfo: memFree=16767272/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=293280 CPUtime=12.34 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 18731 0 0 0 1231 3 0 0 25 0 4 0 651705058 300318720 10547 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 73320 10547 378 95 0 68302 0
[pid=4743/tid=4744] ppid=4741 vsize=293280 CPUtime=3.08 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 4353 0 0 0 308 0 0 0 25 0 4 0 651705058 300318720 10547 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=293280 CPUtime=3.09 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 4835 0 0 0 308 1 0 0 25 0 4 0 651705058 300318720 10548 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=293280 CPUtime=3.06 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 4820 0 0 0 306 0 0 0 25 0 4 0 651705059 300318720 10548 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 293280

[startup+6.30063 s]
/proc/loadavg: 6.92 7.85 8.00 9/298 4756
/proc/meminfo: memFree=16720820/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=300576 CPUtime=25.11 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 28913 0 0 0 2506 5 0 0 25 0 4 0 651705058 307789824 13371 33554432000 4194304 4580107 140737283825632 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 75144 13371 378 95 0 70126 0
[pid=4743/tid=4744] ppid=4741 vsize=300576 CPUtime=6.29 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 7418 0 0 0 628 1 0 0 25 0 4 0 651705058 307789824 13371 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=300576 CPUtime=6.28 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 7777 0 0 0 627 1 0 0 25 0 4 0 651705058 307789824 13371 33554432000 4194304 4580107 140737283825632 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=300576 CPUtime=6.23 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 6950 0 0 0 623 0 0 0 25 0 4 0 651705059 307789824 13371 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 300576

[startup+12.7005 s]
/proc/loadavg: 7.01 7.85 8.00 9/298 4756
/proc/meminfo: memFree=16675712/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=303860 CPUtime=50.64 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 44333 0 0 0 5057 7 0 0 25 0 4 0 651705058 311152640 18258 33554432000 4194304 4580107 140737283825632 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 75965 18258 378 95 0 70947 0
[pid=4743/tid=4744] ppid=4741 vsize=303860 CPUtime=12.68 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 10768 0 0 0 1267 1 0 0 25 0 4 0 651705058 311152640 18258 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=303860 CPUtime=12.68 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 10647 0 0 0 1267 1 0 0 25 0 4 0 651705058 311152640 18258 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=303860 CPUtime=12.57 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 10910 0 0 0 1256 1 0 0 25 0 4 0 651705059 311152640 18258 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 303860

[startup+25.5002 s]
/proc/loadavg: 7.23 7.86 8.00 9/298 4756
/proc/meminfo: memFree=16630804/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=309264 CPUtime=101.72 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 65966 0 0 0 10160 12 0 0 25 0 4 0 651705058 316686336 21870 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 77316 21870 378 95 0 72298 0
[pid=4743/tid=4744] ppid=4741 vsize=309264 CPUtime=25.49 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 16114 0 0 0 2546 3 0 0 25 0 4 0 651705058 316686336 21870 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=309264 CPUtime=25.49 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 16780 0 0 0 2546 3 0 0 25 0 4 0 651705058 316686336 21870 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=309264 CPUtime=25.25 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 16090 0 0 0 2523 2 0 0 25 0 4 0 651705059 316686336 21870 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 309264

[startup+51.1007 s]
/proc/loadavg: 7.56 7.88 8.00 9/298 4757
/proc/meminfo: memFree=16582116/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=328004 CPUtime=203.9 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 99226 0 0 0 20371 19 0 0 25 0 4 0 651705058 335876096 27374 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 82001 27374 378 95 0 76983 0
[pid=4743/tid=4744] ppid=4741 vsize=328004 CPUtime=51.09 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 24849 0 0 0 5104 5 0 0 25 0 4 0 651705058 335876096 27374 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=328004 CPUtime=51.08 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 24734 0 0 0 5104 4 0 0 25 0 4 0 651705058 335876096 27374 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=328004 CPUtime=50.62 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 24440 0 0 0 5058 4 0 0 25 0 4 0 651705059 335876096 27374 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 328004

[startup+102.311 s]
/proc/loadavg: 7.95 7.93 8.01 9/298 4758
/proc/meminfo: memFree=16535724/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=330212 CPUtime=408.25 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 147730 0 0 0 40791 34 0 0 25 0 4 0 651705058 338137088 31565 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 82553 31565 378 95 0 77535 0
[pid=4743/tid=4744] ppid=4741 vsize=330212 CPUtime=102.29 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 35588 0 0 0 10221 8 0 0 25 0 4 0 651705058 338137088 31565 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=330212 CPUtime=102.3 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 36907 0 0 0 10222 8 0 0 25 0 4 0 651705058 338137088 31565 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=330212 CPUtime=101.36 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 37983 0 0 0 10128 8 0 0 25 0 4 0 651705059 338137088 31565 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 330212

[startup+162.301 s]

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

[pid=4743] ppid=4741 vsize=455308 CPUtime=2563.29 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 438408 0 0 0 256192 137 0 0 25 0 4 0 651705058 466235392 71197 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 113827 71197 378 95 0 108809 0
[pid=4743/tid=4744] ppid=4741 vsize=455308 CPUtime=642.31 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 96395 0 0 0 64199 32 0 0 25 0 4 0 651705058 466235392 71197 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=455308 CPUtime=642.31 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 112745 0 0 0 64194 37 0 0 25 0 4 0 651705058 466235392 71197 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=455308 CPUtime=636.46 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 112728 0 0 0 63615 31 0 0 25 0 4 0 651705059 466235392 71197 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.29
Current children cumulated vsize (KiB) 455308

[startup+702.301 s]
/proc/loadavg: 8.11 8.08 8.02 9/298 4774
/proc/meminfo: memFree=16159140/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=496260 CPUtime=2802.72 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 461204 0 0 0 280126 146 0 0 25 0 4 0 651705058 508170240 74131 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 124065 74131 378 95 0 119047 0
[pid=4743/tid=4744] ppid=4741 vsize=496260 CPUtime=702.3 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 100356 0 0 0 70196 34 0 0 25 0 4 0 651705058 508170240 74131 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=496260 CPUtime=702.3 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 119828 0 0 0 70190 40 0 0 25 0 4 0 651705058 508170240 74131 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=496260 CPUtime=695.92 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 118513 0 0 0 69558 34 0 0 25 0 4 0 651705059 508170240 74131 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.72
Current children cumulated vsize (KiB) 496260

[startup+762.311 s]
/proc/loadavg: 8.07 8.07 8.02 9/298 4776
/proc/meminfo: memFree=16125384/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=509100 CPUtime=3042.21 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 474024 0 0 0 304069 152 0 0 25 0 4 0 651705058 521318400 81184 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 127275 81184 378 95 0 122257 0
[pid=4743/tid=4744] ppid=4741 vsize=509100 CPUtime=762.31 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 100978 0 0 0 76197 34 0 0 25 0 4 0 651705058 521318400 81184 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=509100 CPUtime=762.32 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 124301 0 0 0 76190 42 0 0 25 0 4 0 651705058 521318400 81184 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=509100 CPUtime=755.38 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 121793 0 0 0 75503 35 0 0 25 0 4 0 651705059 521318400 81184 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.21
Current children cumulated vsize (KiB) 509100

[startup+822.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/298 4777
/proc/meminfo: memFree=16080720/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=522136 CPUtime=3281.62 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 493609 0 0 0 328003 159 0 0 25 0 4 0 651705058 534667264 81905 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 130534 81905 378 95 0 125516 0
[pid=4743/tid=4744] ppid=4741 vsize=522136 CPUtime=822.3 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 103741 0 0 0 82195 35 0 0 25 0 4 0 651705058 534667264 81905 33554432000 4194304 4580107 140737283825632 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=522136 CPUtime=822.3 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 131629 0 0 0 82186 44 0 0 25 0 4 0 651705058 534667264 81905 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=522136 CPUtime=814.83 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 125466 0 0 0 81446 37 0 0 25 0 4 0 651705059 534667264 81905 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.62
Current children cumulated vsize (KiB) 522136

[startup+882.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/298 4779
/proc/meminfo: memFree=16057504/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=588396 CPUtime=3521.07 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 511229 0 0 0 351941 166 0 0 25 0 4 0 651705058 602517504 81935 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 147099 81935 378 95 0 142081 0
[pid=4743/tid=4744] ppid=4741 vsize=588396 CPUtime=882.31 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 103920 0 0 0 88195 36 0 0 25 0 4 0 651705058 602517504 81935 33554432000 4194304 4580107 140737283825632 18446744073709551615 4296772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=588396 CPUtime=882.31 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 137352 0 0 0 88184 47 0 0 25 0 4 0 651705058 602517504 81935 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=588396 CPUtime=874.28 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 131374 0 0 0 87389 39 0 0 25 0 4 0 651705059 602517504 81935 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.07
Current children cumulated vsize (KiB) 588396

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 8.02 9/298 4781
/proc/meminfo: memFree=16056616/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=523012 CPUtime=3760.52 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 524282 0 0 0 375881 171 0 0 25 0 4 0 651705058 535564288 83119 33554432000 4194304 4580107 140737283825632 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 130753 83119 378 95 0 125735 0
[pid=4743/tid=4744] ppid=4741 vsize=523012 CPUtime=942.31 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 104118 0 0 0 94195 36 0 0 25 0 4 0 651705058 535564288 83119 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=523012 CPUtime=942.31 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 141520 0 0 0 94183 48 0 0 25 0 4 0 651705058 535564288 83119 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=523012 CPUtime=933.75 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 134301 0 0 0 93334 41 0 0 25 0 4 0 651705059 535564288 83119 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.52
Current children cumulated vsize (KiB) 523012

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/298 4782
/proc/meminfo: memFree=15995340/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=523684 CPUtime=3999.96 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 540758 0 0 0 399819 177 0 0 25 0 4 0 651705058 536252416 90433 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 130921 90433 378 95 0 125903 0
[pid=4743/tid=4744] ppid=4741 vsize=523684 CPUtime=1002.3 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 104533 0 0 0 100194 36 0 0 25 0 4 0 651705058 536252416 90433 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=523684 CPUtime=1002.31 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 147209 0 0 0 100181 50 0 0 25 0 4 0 651705058 536252416 90433 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=523684 CPUtime=993.2 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 140024 0 0 0 99277 43 0 0 25 0 4 0 651705059 536252416 90433 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.96
Current children cumulated vsize (KiB) 523684

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/298 4784
/proc/meminfo: memFree=16012792/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=523868 CPUtime=4239.42 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 553440 0 0 0 423758 184 0 0 25 0 4 0 651705058 536440832 88116 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 130967 88116 378 95 0 125949 0
[pid=4743/tid=4744] ppid=4741 vsize=523868 CPUtime=1062.3 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 104563 0 0 0 106194 36 0 0 25 0 4 0 651705058 536440832 88116 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=523868 CPUtime=1062.31 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 151542 0 0 0 106179 52 0 0 25 0 4 0 651705058 536440832 88116 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=523868 CPUtime=1052.65 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 142677 0 0 0 105221 44 0 0 25 0 4 0 651705059 536440832 88116 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.42
Current children cumulated vsize (KiB) 523868

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 8.02 9/298 4785
/proc/meminfo: memFree=16043772/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=524600 CPUtime=4478.87 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 570424 0 0 0 447695 192 0 0 25 0 4 0 651705058 537190400 83155 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 131150 83155 378 95 0 126132 0
[pid=4743/tid=4744] ppid=4741 vsize=524600 CPUtime=1122.31 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 104783 0 0 0 112195 36 0 0 25 0 4 0 651705058 537190400 83155 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=524600 CPUtime=1122.31 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 157246 0 0 0 112176 55 0 0 25 0 4 0 651705058 537190400 83155 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=524600 CPUtime=1112.11 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 147973 0 0 0 111164 47 0 0 25 0 4 0 651705059 537190400 83155 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.87
Current children cumulated vsize (KiB) 524600

[startup+1182.3 s]
/proc/loadavg: 8.17 8.11 8.03 9/298 4787
/proc/meminfo: memFree=16027260/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=498584 CPUtime=4718.32 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 584223 0 0 0 471634 198 0 0 25 0 4 0 651705058 510550016 77550 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 124646 77550 378 95 0 119628 0
[pid=4743/tid=4744] ppid=4741 vsize=498584 CPUtime=1182.31 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 105968 0 0 0 118194 37 0 0 25 0 4 0 651705058 510550016 77550 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=498584 CPUtime=1182.32 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 161236 0 0 0 118175 57 0 0 25 0 4 0 651705058 510550016 77550 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=498584 CPUtime=1171.57 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 152262 0 0 0 117108 49 0 0 25 0 4 0 651705059 510550016 77550 33554432000 4194304 4580107 140737283825632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4718.32
Current children cumulated vsize (KiB) 498584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.12 8.10 8.03 9/298 4787
/proc/meminfo: memFree=16077844/32951124 swapFree=52307768/67111528
[pid=4743] ppid=4741 vsize=498688 CPUtime=4800.14 cores=0,2,4,6
/proc/4743/stat : 4743 (strangenight2-m) R 4741 4743 4414 0 -1 4202496 591006 0 0 0 479814 200 0 0 25 0 4 0 651705058 510656512 77773 33554432000 4194304 4580107 140737283825632 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4743/statm: 124672 77773 378 95 0 119654 0
[pid=4743/tid=4744] ppid=4741 vsize=498688 CPUtime=1202.82 cores=0,2,4,6
/proc/4743/task/4744/stat : 4744 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 107293 0 0 0 120245 37 0 0 25 0 4 0 651705058 510656512 77774 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4743/tid=4745] ppid=4741 vsize=498688 CPUtime=1202.83 cores=0,2,4,6
/proc/4743/task/4745/stat : 4745 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 163570 0 0 0 120225 58 0 0 25 0 4 0 651705058 510656512 77774 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4743/tid=4746] ppid=4741 vsize=498688 CPUtime=1191.88 cores=0,2,4,6
/proc/4743/task/4746/stat : 4746 (strangenight2-m) R 4741 4743 4414 0 -1 4202560 153187 0 0 0 119139 49 0 0 25 0 4 0 651705059 510656512 77774 33554432000 4194304 4580107 140737283825632 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 498688

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.2
CPU user time (s): 4798.18
CPU system time (s): 2.01969
CPU usage (%): 399.076
Max. virtual memory (cumulated for all children) (KiB): 588396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.18
system time used= 2.01969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 591007
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= 441
involuntary context switches= 20125

runsolver used 2.99554 second user time and 7.97979 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 21:23:43
IDJOB=3366300
IDBENCH=82709
IDSOLVER=1844
FILE ID=node101/3366300-1305401023
RUNJOBID= node101-1305401023-4728
PBS_JOBID= 13324459
Free space on /tmp= 73736 MiB

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

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

MD5SUM BENCH= f8817105cc2067c24c16bafe0c05427a
RANDOM SEED=167098929

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16816496 kB
Buffers:        321332 kB
Cached:        5884428 kB
SwapCached:      14848 kB
Active:       10825604 kB
Inactive:      5034508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16816496 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           11408 kB
Writeback:           0 kB
AnonPages:     9651396 kB
Mapped:          14292 kB
Slab:           149732 kB
PageTables:      61952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41975872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73728 MiB
End job on node101 at 2011-05-14 21:43:48