Trace number 3174073

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1720200795-004.UNKNOWN.cnf
MD5SUM3db6bd99841631bff4d8c3d33ccc1047
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark371.116
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174073-1304085686.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.38/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.38/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.38/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.14	c calculated reachability. Time: 0.00
0.38/0.14	c Calc default polars -  time:   0.00 s pos:      27 undec:       0 neg:      33
0.38/0.14	c =========================================================================================
0.38/0.14	c types(t): F = full restart, N = normal restart
0.38/0.14	c types(t): S = simplification begin/end, E = solution found
0.38/0.14	c restart types(rt): st = static, dy = dynamic
0.38/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.78/0.29	c  N dy    11      5494        60      5340         0      2661     37380     51572     18.31     19.36
1.57/0.43	c  N dy    21      9988        60      5340         0      6665     37380    136870     18.19     19.28
2.37/0.61	c  N dy    34     14812        60      5340         0      7173     37380    139400     18.19     19.16
3.17/0.82	c  N dy    36     19532        60      5340         0      6358     37380    113347     17.99     18.97
3.99/1.06	c  F st    61     25000        60      5340         0     11217     37380    217336     18.15     17.22
3.99/1.06	c  N st    61     25000        60      5340         0     11217     37380    217336     18.15     17.22
4.77/1.28	c  N dy    67     30002        60      5340         0      9645     37380    175632     18.15   no data
4.77/1.28	c  S st    67     30002        60      5340         0      9645     37380    175632     18.15   no data
5.17/1.31	c  S st    67     30506        60      5340         0     10109     37380    185724     18.15   no data
5.17/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.32	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.51	c lits-rem:       137  cl-subs:      930  v-elim:      0  v-fix:    0  time:  0.19 s
6.76/1.74	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.76/1.74	c calculated reachability. Time: 0.00
6.76/1.74	c  N dy    67     30506        60      5340         0      9179     37380    165571     18.15   no data
7.57/1.94	c  N dy    75     34891        60      5340         0     13090     37380    248450     18.10     19.06
9.56/2.41	c  N dy    97     44293        60      5340         0     14436     37380    265227     18.03     18.98
9.96/2.50	c  S st   104     45759        60      5340         0     15751     37380    293332     18.06     17.08
9.96/2.55	c  S st   104     46262        60      5340         0      8252     37380    126550     18.06   no data
9.96/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.96/2.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
9.96/2.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.96/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.60	c lits-rem:         8  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.03 s
9.96/2.60	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.60	c vivif2 --  cl tried     8217 cl shrink        0 lits rem          0 time: 0.00
11.16/2.81	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.16/2.81	c calculated reachability. Time: 0.00
11.16/2.81	c  N dy   104     46262        60      5340         0      8217     37380    125636     18.06   no data
12.36/3.16	c  N dy   105     53373        60      5340         0     14511     37380    254777     17.78     18.83
13.95/3.56	c  N dy   126     60281        60      5340         0     11787     37380    189172     17.75     18.72
14.75/3.79	c  N dy   133     64693        60      5340         0     15713     37380    270466     17.70     18.71
16.36/4.12	c  N dy   157     68909        60      5340         0     19479     37380    351611     17.78     19.13
16.36/4.17	c  S st   162     69394        60      5340         0     10163     37380    150061     17.80   no data
16.76/4.20	c  S st   162     69895        60      5340         0     10619     37380    160264     17.80   no data
16.76/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.76/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.76/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.76/4.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.76/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.28	c lits-rem:        11  cl-subs:      163  v-elim:      0  v-fix:    0  time:  0.07 s
16.76/4.28	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
16.76/4.28	c vivif2 --  cl tried    10456 cl shrink        0 lits rem          0 time: 0.00
17.95/4.54	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.95/4.54	c calculated reachability. Time: 0.00
17.95/4.54	c  N dy   162     69895        60      5340         0     10456     37380    156382     17.80   no data
19.55/4.96	c  N dy   180     77414        60      5340         0     17092     37380    295492     17.78     18.72
21.14/5.36	c  N dy   206     82589        60      5340         0     11079     37380    157904     17.82     18.78
22.35/5.65	c  F st   231     87501        60      5340         0     15461     37380    252375     17.87     17.02
22.35/5.70	c  N st   233     88129        60      5340         0     16033     37380    264628     17.87   no data
24.35/6.10	c  N dy   248     93850        60      5340         0     21067     37380    372425     17.90     19.27
25.96/6.54	c  N dy   264     99866        60      5340         0     14863     37380    226829     17.91     18.87
27.54/6.91	c  S st   302    104843        60      5340         0     19301     37380    322515     17.97     18.26
27.54/6.96	c  S st   302    105347        60      5340         0     19765     37380    332823     17.97   no data
27.54/6.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.54/6.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.54/6.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.54/6.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.54/6.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.54/6.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.54/6.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.40	c lits-rem:       227  cl-subs:     1914  v-elim:      0  v-fix:    0  time:  0.42 s
29.54/7.40	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.54/7.40	c vivif2 --  cl tried    17851 cl shrink        0 lits rem          0 time: 0.00
30.76/7.75	c asymm  cl-useful: 0/4940/5340 lits-rem:0 time: 0.34
30.76/7.75	c calculated reachability. Time: 0.00
30.76/7.75	c  N dy   302    105347        60      5340         0     17851     37380    291629     17.97   no data
33.13/8.35	c  N dy   309    113084        60      5340         0     12386     37380    167295     17.90     18.92
36.73/9.24	c  N dy   338    126212        60      5340         0     23928     37380    408490     17.88     18.83
39.54/9.90	c  N dy   391    134317        60      5340         0     17934     37380    276566     17.96     21.77
41.91/10.58	c  N dy   424    142986        60      5340         0     25637     37380    437734     17.95     18.94
45.12/11.33	c  N dy   458    152113        60      5340         0     19599     37380    297848     17.97     19.15
47.12/11.85	c  S st   500    158021        60      5340         0     24870     37380    412134     18.02     16.97
47.52/11.92	c  S st   500    158523        60      5340         0     25331     37380    422345     18.02   no data
47.52/11.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.52/11.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.52/11.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.52/11.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.52/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.52/11.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.52/11.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.52/11.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.52/11.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.67	c lits-rem:       334  cl-subs:     2560  v-elim:      0  v-fix:    0  time:  0.72 s
50.31/12.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.31/12.67	c vivif2 --  cl tried    22771 cl shrink        0 lits rem          0 time: 0.00
51.90/13.03	c asymm  cl-useful: 0/4098/5340 lits-rem:0 time: 0.35
51.90/13.03	c calculated reachability. Time: 0.00
51.90/13.03	c  N dy   500    158523        60      5340         0     22771     37380    366463     18.02   no data
57.50/14.43	c  N dy   541    175325        60      5340         0     22716     37380    349442     17.97     18.92
62.29/15.66	c  N dy   613    186557        60      5340         0     16810     37380    219673     18.03     19.45
67.88/17.09	c  N dy   648    203757        60      5340         0     32020     37380    535534     17.97     18.95
73.08/18.32	c  N dy   713    216837        60      5340         0     26823     37380    424123     18.01     19.01
81.07/20.33	c  N dy   755    237785        60      5340         0     27574     37380    419322     17.93     15.76
81.07/20.33	c  S st   755    237785        60      5340         0     27574     37380    419322     17.93     15.76
81.47/20.40	c  S st   755    238287        60      5340         0     28042     37380    429765     17.93   no data
81.47/20.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.47/20.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.47/20.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.47/20.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.47/20.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.47/20.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.47/20.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.47/20.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.47/20.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.46/21.41	c lits-rem:       386  cl-subs:     3049  v-elim:      0  v-fix:    0  time:  0.97 s
85.46/21.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
85.46/21.41	c vivif2 --  cl tried    24993 cl shrink        0 lits rem          0 time: 0.00
85.86/21.55	c asymm  cl-useful: 0/1242/5340 lits-rem:0 time: 0.13
85.86/21.55	c calculated reachability. Time: 0.00
85.86/21.55	c  N dy   755    238287        60      5340         0     24993     37380    372062     17.93   no data
94.25/23.63	c  N dy   809    260439        60      5340         0     26184     37380    383125     17.90     18.96
101.83/25.58	c  N dy   903    277098        60      5340         0     21597     37380    280537     17.96     19.75
112.62/28.25	c  N dy   968    305167        60      5340         0     26035     37380    360896     17.91     19.02
113.02/28.36	c  F st   979    306252        60      5340         0     27015     37380    382282     17.92   no data
122.21/30.69	c  N dy  1043    326283        60      5340         0     23594     37380    299849     17.92     18.90
131.82/33.09	c  N dy  1135    347153        60      5340         0     42132     37380    695080     17.95     19.01
136.59/34.26	c  S st  1175    357430        60      5340         0     29031     37380    408087     17.96     16.73
136.99/34.34	c  S st  1175    357931        60      5340         0     29490     37380    418276     17.96   no data
136.99/34.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.99/34.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.99/34.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.99/34.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.99/34.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.99/34.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
136.99/34.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.99/34.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.80/35.01	c lits-rem:       185  cl-subs:     1830  v-elim:      0  v-fix:    0  time:  0.64 s
139.80/35.01	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
139.80/35.01	c vivif2 --  cl tried    27660 cl shrink        0 lits rem          0 time: 0.00
140.99/35.39	c asymm  cl-useful: 0/3565/5340 lits-rem:0 time: 0.37
140.99/35.39	c calculated reachability. Time: 0.00
140.99/35.39	c  N dy  1175    357931        60      5340         0     27660     37380    379877     17.96   no data
150.97/37.86	c  N dy  1228    377987        60      5340         0     45365     37380    751012     17.95     19.11
162.18/40.62	c  N dy  1328    399463        60      5340         0     41507     37380    664392     17.98     19.08
174.95/43.86	c  N dy  1410    423175        60      5340         0     38728     37380    593013     17.98     19.10
186.93/46.87	c  N dy  1532    443417        60      5340         0     31947     37380    439271     18.03     18.99
199.31/49.97	c  N dy  1652    463451        60      5340         0     49745     37380    824164     18.07     19.80
209.29/52.47	c  N dy  1680    484555        60      5340         0     42554     37380    642498     18.04     19.12
222.48/55.74	c  N dy  1810    505527        60      5340         0     34638     37380    476981     18.08     19.12
234.46/58.72	c  N dy  1894    525544        60      5340         0     52369     37380    856812     18.10     20.48
240.45/60.22	c  S st  1920    536898        60      5340         0     34899     37380    465328     18.08   no data
240.85/60.31	c  S st  1920    537403        60      5340         0     35354     37380    475570     18.08   no data
240.85/60.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.85/60.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.85/60.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.85/60.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.85/60.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.85/60.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
240.85/60.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.85/60.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.85/60.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.45/61.20	c lits-rem:       194  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  0.86 s
244.45/61.20	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
244.45/61.21	c vivif2 --  cl tried    33139 cl shrink        0 lits rem          0 time: 0.01
245.25/61.47	c asymm  cl-useful: 0/1775/5340 lits-rem:0 time: 0.27
245.25/61.48	c calculated reachability. Time: 0.00
245.25/61.48	c  N dy  1920    537403        60      5340         0     33139     37380    432053     18.08   no data
257.63/64.53	c  N dy  2013    557421        60      5340         0     50892     37380    812707     18.10     19.11
270.41/67.75	c  N dy  2062    582020        60      5340         0     44467     37380    657066     18.06     19.05
284.00/71.18	c  N dy  2139    602415        60      5340         0     33346     37380    416788     18.06     19.02
294.40/73.79	c  N dy  2174    622515        60      5340         0     51087     37380    789785     18.04     19.82
307.18/76.92	c  N dy  2252    642583        60      5340         0     38801     37380    524244     18.05     19.33
317.55/79.57	c  N dy  2272    663024        60      5340         0     56650     37380    889474     18.01     18.99
330.73/82.88	c  N dy  2349    683109        60      5340         0     43627     37380    616835     18.01     20.50
345.11/86.49	c  N dy  2441    703201        60      5340         0     61488     37380   1001459     18.03     19.03
359.50/90.05	c  N dy  2541    724224        60      5340         0     48263     37380    707830     18.05     19.02
377.07/94.40	c  N dy  2652    744314        60      5340         0     33332     37380    376174     18.07     19.31
388.65/97.35	c  N dy  2725    764413        60      5340         0     51216     37380    759386     18.07     20.39
405.03/101.40	c  N dy  2767    788184        60      5340         0     38505     37380    472100     18.05     19.02
415.02/103.94	c  S st  2796    806107        60      5340         0     54316     37380    805477     18.04     18.45
415.42/104.09	c  S st  2796    806610        60      5340         0     54762     37380    815568     18.04   no data
415.42/104.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
415.82/104.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
415.82/104.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
415.82/104.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
415.82/104.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
415.82/104.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
415.82/104.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
415.82/104.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
415.82/104.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.79/107.67	c lits-rem:       701  cl-subs:     6138  v-elim:      0  v-fix:    0  time:  3.52 s
429.79/107.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
429.79/107.68	c vivif2 --  cl tried    48624 cl shrink        0 lits rem          0 time: 0.01
430.99/107.92	c asymm  cl-useful: 0/1177/5340 lits-rem:0 time: 0.24
430.99/107.93	c calculated reachability. Time: 0.00
430.99/107.93	c  N dy  2796    806610        60      5340         0     48624     37380    693291     18.04   no data
447.79/112.19	c  N dy  2898    826656        60      5340         0     66431     37380   1077014     18.06     19.57
461.76/115.62	c  N dy  2968    846747        60      5340         0     49992     37380    708836     18.06     20.22
485.32/121.57	c  N dy  3025    882882        60      5340         0     46579     37380    616444     18.02     18.98
500.92/125.42	c  N dy  3112    903516        60      5340         0     64848     37380   1007105     18.02     19.00
516.09/129.25	c  N dy  3201    923594        60      5340         0     46510     37380    617854     18.02     18.99
542.45/135.84	c  N dy  3299    958593        60      5340         0     40391     37380    470958     18.00     19.03
557.23/139.57	c  N dy  3426    978618        60      5340         0     58271     37380    860103     18.03     19.40
578.80/144.99	c  N dy  3550    999561        60      5340         0     38763     37380    429170     18.05     19.19
593.57/148.64	c  N dy  3674   1019589        60      5340         0     56509     37380    813567     18.07     19.13
611.95/153.28	c  N dy  3733   1039687        60      5340         0     74224     37380   1186172     18.06     20.11
630.33/157.85	c  N dy  3786   1064725        60      5340         0     57345     37380    806057     18.05     19.10
636.74/159.42	c  F st  3825   1071876        60      5340         0     63696     37380    943416     18.06     17.99
685.85/171.78	c  N dy  3837   1142138        60      5340         0     44792     37380    524379     17.91     18.87
703.83/176.23	c  N dy  4009   1162224        60      5340         0     62682     37380    917418     17.94     19.55
726.20/181.80	c  N dy  4103   1183709        60      5340         0     81635     37380   1321196     17.95     18.96
742.60/185.92	c  N dy  4204   1203885        60      5340         0     58161     37380    808105     17.96     19.00
748.17/187.33	c  S st  4235   1209916        60      5340         0     63498     37380    922392     17.96     17.42
748.97/187.51	c  S st  4235   1210422        60      5340         0     63972     37380    932932     17.96   no data
748.97/187.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
748.97/187.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
748.97/187.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
748.97/187.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
748.97/187.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
748.97/187.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
748.97/187.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
748.97/187.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
748.97/187.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.55/191.99	c lits-rem:       620  cl-subs:     5962  v-elim:      0  v-fix:    0  time:  4.41 s
766.55/191.99	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
766.95/192.00	c vivif2 --  cl tried    58010 cl shrink        0 lits rem          0 time: 0.01
768.15/192.37	c asymm  cl-useful: 0/837/5340 lits-rem:0 time: 0.37
768.15/192.37	c calculated reachability. Time: 0.00
768.15/192.37	c  N dy  4235   1210422        60      5340         0     58010     37380    807647     17.96   no data
795.70/199.27	c  N dy  4343   1231615        60      5340         0     76734     37380   1211954     17.98     18.97
822.47/205.92	c  N dy  4484   1251694        60      5340         0     52604     37380    685878     18.00     20.72
844.84/211.53	c  N dy  4646   1272722        60      5340         0     71310     37380   1098057     18.03     18.99
863.22/216.17	c  N dy  4662   1292749        60      5340         0     45705     37380    522313     18.00     19.30
878.41/219.96	c  N dy  4730   1312847        60      5340         0     63375     37380    894541     18.00     21.60
901.97/225.83	c  N dy  4875   1332919        60      5340         0     81202     37380   1285086     18.02     19.18
923.54/231.29	c  N dy  4986   1352947        60      5340         0     54897     37380    711324     18.04     19.95
945.50/236.72	c  N dy  5062   1373264        60      5340         0     72822     37380   1094387     18.04     19.04
984.65/246.51	c  N dy  5155   1409414        60      5340         0     59485     37380    777906     18.03     19.02
1008.63/252.52	c  N dy  5223   1434730        60      5340         0     81803     37380   1246968     18.02     19.11
1031.40/258.21	c  N dy  5333   1454803        60      5340         0     53732     37380    663531     18.03     20.15
1050.57/263.08	c  N dy  5394   1477039        60      5340         0     73348     37380   1076521     18.03     19.10
1072.53/268.52	c  N dy  5466   1497062        60      5340         0     90993     37380   1449964     18.03     19.09
1091.71/273.34	c  N dy  5582   1517068        60      5340         0     61995     37380    834415     18.04     19.10
1112.48/278.53	c  N dy  5674   1537160        60      5340         0     79750     37380   1216823     18.04     20.01
1138.45/285.08	c  N dy  5782   1557540        60      5340         0     50101     37380    566059     18.06     19.02
1153.63/288.88	c  N dy  5821   1578016        60      5340         0     68098     37380    942434     18.05     19.23
1193.18/298.71	c  N dy  5901   1616830        60      5340         0     53633     37380    626633     18.02     19.04
1211.95/303.43	c  N dy  6004   1636832        60      5340         0     71318     37380   1008075     18.02     20.74
1239.13/310.29	c  N dy  6126   1659776        60      5340         0     91571     37380   1445167     18.03     19.07
1264.28/316.50	c  N dy  6214   1682487        60      5340         0     62360     37380    808308     18.04     19.03
1285.85/321.92	c  N dy  6320   1702564        60      5340         0     80079     37380   1190962     18.05     19.92
1295.04/324.23	c  S st  6343   1710424        60      5340         0     86984     37380   1337433     18.05     16.73
1295.86/324.50	c  S st  6343   1710929        60      5340         0     87437     37380   1347541     18.05   no data
1295.86/324.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1296.26/324.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1296.26/324.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1296.26/324.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1296.26/324.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1296.26/324.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1296.26/324.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1296.26/324.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1296.63/324.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1337.38/334.86	c lits-rem:       942  cl-subs:    10049  v-elim:      0  v-fix:    0  time: 10.26 s
1337.38/334.86	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1337.38/334.87	c vivif2 --  cl tried    77388 cl shrink        0 lits rem          0 time: 0.02
1338.98/335.22	c asymm  cl-useful: 0/611/5340 lits-rem:0 time: 0.34
1338.98/335.22	c calculated reachability. Time: 0.00
1338.98/335.22	c  N dy  6343   1710929        60      5340         0     77388     37380   1136258     18.05   no data
1371.73/343.45	c  N dy  6416   1731142        60      5340         0     95223     37380   1513249     18.05     19.11
1404.49/351.68	c  N dy  6576   1751149        60      5340         0     63279     37380    830561     18.07     19.10
1431.66/358.43	c  N dy  6711   1771150        60      5340         0     81031     37380   1217659     18.08     21.18
1461.62/365.94	c  N dy  6829   1792403        60      5340         0     99851     37380   1626112     18.09     19.10
1482.39/371.12	c  N dy  6941   1812484        60      5340         0     66662     37380    885508     18.10     19.58
1509.15/377.81	c  N dy  7023   1837355        60      5340         0     88515     37380   1353196     18.10     19.10
1540.31/385.63	c  N dy  7124   1858882        60      5340         0     55543     37380    631526     18.11     19.08
1563.90/391.56	c  N dy  7250   1878959        60      5340         0     73308     37380   1018462     18.12     19.43
1587.84/397.52	c  N dy  7314   1899904        60      5340         0     91769     37380   1410935     18.12     19.09
1640.97/410.86	c  N dy  7417   1952020        60      5340         0     84460     37380   1205053     18.09     19.13
1671.33/418.44	c  N dy  7489   1976999        60      5340         0    106440     37380   1670444     18.08     19.06
1698.50/425.29	c  N dy  7598   2005451        60      5340         0     77863     37380   1088484     18.08     19.06
1725.27/431.96	c  N dy  7688   2025868        60      5340         0     95874     37380   1476021     18.09     19.16
1756.02/439.61	c  N dy  7818   2045900        60      5340         0     59043     37380    680111     18.10     19.85
1777.99/445.10	c  N dy  7961   2065920        60      5340         0     76782     37380   1068207     18.11     20.29
1807.95/452.67	c  N dy  8052   2088839        60      5340         0     96937     37380   1500052     18.12     19.20
1837.51/460.08	c  N dy  8123   2110636        60      5340         0     60618     37380    700093     18.12     19.12
1860.67/465.87	c  N dy  8254   2131674        60      5340         0     79172     37380   1104077     18.13     19.49
1888.24/472.71	c  N dy  8348   2151684        60      5340         0     96766     37380   1482677     18.13     19.79
1921.40/481.05	c  N dy  8438   2172570        60      5340         0     58800     37380    649967     18.14     19.14
1941.78/486.19	c  N dy  8553   2192617        60      5340         0     76502     37380   1035401     18.15     19.63
1965.34/492.06	c  S st  8614   2210930        60      5340         0     92696     37380   1379797     18.15   no data
1966.54/492.36	c  S st  8614   2211432        60      5340         0     93156     37380   1390087     18.15   no data
1966.54/492.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1966.93/492.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1966.93/492.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1966.93/492.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1966.93/492.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1966.93/492.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1966.93/492.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1966.93/492.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1966.93/492.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2008.87/502.90	c lits-rem:      1019  cl-subs:    10183  v-elim:      0  v-fix:    0  time: 10.43 s
2008.87/502.90	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2008.87/502.92	c vivif2 --  cl tried    82973 cl shrink        0 lits rem          0 time: 0.02
2010.07/503.26	c asymm  cl-useful: 0/578/5340 lits-rem:0 time: 0.34
2010.07/503.26	c calculated reachability. Time: 0.00
2010.07/503.26	c  N dy  8614   2211432        60      5340         0     82973     37380   1176138     18.15   no data
2038.04/510.26	c  N dy  8673   2231454        60      5340         0    100525     37380   1547297     18.15     20.07
2083.18/521.54	c  N dy  8772   2252408        60      5340         0     62368     37380    722154     18.15     19.24
2111.54/528.69	c  N dy  8878   2272457        60      5340         0     80065     37380   1103205     18.16     19.18
2140.31/535.89	c  N dy  8930   2296652        60      5340         0    101214     37380   1547729     18.15     19.14
2174.26/544.33	c  N dy  9047   2316703        60      5340         0     61084     37380    684137     18.16     20.38
2202.22/551.35	c  N dy  9136   2345085        60      5340         0     85978     37380   1212234     18.16     19.20
2235.78/559.77	c  N dy  9245   2369480        60      5340         0    107353     37380   1664684     18.16     19.24
2265.33/567.14	c  N dy  9351   2389533        60      5340         0     66315     37380    785266     18.16     20.20
2289.32/573.10	c  N dy  9465   2409679        60      5340         0     84149     37380   1173267     18.17     19.31
2318.86/580.58	c  N dy  9573   2429713        60      5340         0    101895     37380   1560328     18.18     19.67
2357.21/590.16	c  N dy  9631   2458240        60      5340         0     67077     37380    783894     18.17     19.18
2380.38/595.92	c  N dy  9735   2478310        60      5340         0     84900     37380   1169764     18.18     20.71
2403.95/601.80	c  N dy  9771   2498349        60      5340         0    102416     37380   1532948     18.17     20.95
2442.71/611.51	c  N dy  9849   2523310        60      5340         0     63585     37380    701202     18.16     19.14
2469.48/618.24	c  N dy  9956   2548065        60      5340         0     85356     37380   1166939     18.17     19.33
2497.82/625.39	c  N dy 10044   2568172        60      5340         0    103126     37380   1551311     18.17     19.24
2534.99/634.70	c  N dy 10155   2588245        60      5340         0    120910     37380   1938135     18.18     19.15
2562.54/641.50	c  N dy 10248   2611435        60      5340         0     79651     37380   1041391     18.18     19.18
2585.70/647.38	c  N dy 10272   2632725        60      5340         0     98316     37380   1433811     18.17     19.21
2621.66/656.39	c  N dy 10346   2655594        60      5340         0    118410     37380   1860156     18.17     19.14
2653.63/664.38	c  N dy 10472   2677066        60      5340         0     74833     37380    928546     18.18     19.14
2677.58/670.30	c  N dy 10546   2697164        60      5340         0     92462     37380   1303052     18.18     19.45
2701.97/676.44	c  S st 10657   2711432        60      5340         0    105122     37380   1582886     18.19   no data
2703.14/676.79	c  S st 10657   2711933        60      5340         0    105581     37380   1593238     18.19   no data
2703.14/676.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2703.54/676.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2703.54/676.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2703.54/676.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2703.54/676.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2703.54/676.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2703.54/676.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2703.54/676.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2703.95/676.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2753.08/689.29	c lits-rem:      1071  cl-subs:    11587  v-elim:      0  v-fix:    0  time: 12.37 s
2753.08/689.29	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2753.48/689.31	c vivif2 --  cl tried    93994 cl shrink        0 lits rem          0 time: 0.02
2754.70/689.66	c asymm  cl-useful: 0/505/5340 lits-rem:0 time: 0.35
2754.70/689.66	c calculated reachability. Time: 0.00
2754.70/689.66	c  N dy 10657   2711933        60      5340         0     93994     37380   1348103     18.19   no data
2788.63/698.14	c  N dy 10765   2731966        60      5340         0    111661     37380   1732311     18.19     21.15
2832.17/709.00	c  N dy 10817   2755009        60      5340         0     69209     37380    799032     18.19     19.30
2864.95/717.23	c  N dy 10909   2775021        60      5340         0     86825     37380   1178207     18.19     20.81
2892.89/724.26	c  N dy 10915   2798036        60      5340         0    106883     37380   1592285     18.18     19.25
2925.65/732.47	c  N dy 10980   2818112        60      5340         0    124641     37380   1975655     18.18     20.28
2955.61/739.92	c  N dy 11088   2839953        60      5340         0     80059     37380   1030467     18.18     19.16
2993.15/749.36	c  N dy 11181   2867386        60      5340         0    104168     37380   1542556     18.18     19.15
3031.11/758.82	c  N dy 11272   2889987        60      5340         0    124059     37380   1967124     18.18     19.14
3060.27/766.14	c  N dy 11368   2910371        60      5340         0     77062     37380    949441     18.18     19.18
3097.44/775.42	c  N dy 11421   2942008        60      5340         0    104731     37380   1525845     18.17     19.14
3134.17/784.62	c  N dy 11522   2962770        60      5340         0    123004     37380   1919153     18.18     19.24
3169.32/793.46	c  N dy 11637   2984620        60      5340         0     76403     37380    928932     18.18     19.15
3196.48/800.26	c  N dy 11741   3004693        60      5340         0     94074     37380   1311820     18.19     19.97
3244.02/812.15	c  N dy 11798   3040670        60      5340         0    125561     37380   1982667     18.18     19.15
3276.39/820.29	c  N dy 11882   3062279        60      5340         0     77875     37380    945625     18.18     19.22
3301.15/826.41	c  N dy 11950   3082411        60      5340         0     95479     37380   1321748     18.18     19.31
3336.30/835.21	c  N dy 12076   3102455        60      5340         0    113200     37380   1708051     18.19     19.25
3370.65/843.88	c  N dy 12136   3122484        60      5340         0    130832     37380   2082327     18.18     19.73
3401.81/851.66	c  N dy 12233   3144239        60      5340         0     82296     37380   1027840     18.19     19.25
3444.57/862.35	c  N dy 12379   3174554        60      5340         0    108835     37380   1592459     18.19     19.16
3483.71/872.18	c  N dy 12467   3196214        60      5340         0    127927     37380   2002644     18.19     19.17
3506.49/877.88	c  S st 12473   3211933        60      5340         0     73114     37380    817741     18.18     15.25
3507.67/878.10	c  S st 12473   3212433        60      5340         0     73554     37380    827768     18.18   no data
3507.67/878.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3507.67/878.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3507.67/878.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3507.67/878.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3507.67/878.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3507.67/878.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3507.67/878.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3507.67/878.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3507.67/878.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3513.66/879.62	c lits-rem:       154  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  1.44 s
3513.66/879.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3513.66/879.63	c vivif2 --  cl tried    71892 cl shrink        0 lits rem          0 time: 0.01
3514.88/879.94	c asymm  cl-useful: 0/655/5340 lits-rem:0 time: 0.30
3514.88/879.94	c calculated reachability. Time: 0.00
3514.88/879.94	c  N dy 12473   3212433        60      5340         0     71892     37380    798198     18.18   no data
3543.62/887.16	c  N dy 12603   3235059        60      5340         0     91886     37380   1234351     18.19     19.22
3577.18/895.58	c  N dy 12746   3255097        60      5340         0    109645     37380   1623935     18.20     19.18
3615.94/905.28	c  N dy 12859   3275157        60      5340         0    127329     37380   2008747     18.20     20.10
3656.26/915.36	c  N dy 12955   3296574        60      5340         0     76751     37380    891322     18.20     19.24
3685.43/922.66	c  N dy 13048   3317752        60      5340         0     95400     37380   1291970     18.21     19.22
3716.59/930.48	c  N dy 13120   3337859        60      5340         0    113061     37380   1672092     18.21     19.17
3762.92/942.00	c  N dy 13232   3360568        60      5340         0    133047     37380   2103423     18.21     19.29
3810.46/953.95	c  N dy 13357   3389911        60      5340         0     88421     37380   1129311     18.21     19.26
3840.82/961.58	c  N dy 13459   3409959        60      5340         0    106056     37380   1510810     18.22     21.48
3892.35/974.46	c  N dy 13556   3440901        60      5340         0    133074     37380   2082719     18.21     19.24
3929.10/983.61	c  N dy 13680   3460956        60      5340         0     79653     37380    942349     18.22     19.80
3969.85/993.88	c  N dy 13750   3495233        60      5340         0    109633     37380   1568530     18.21     19.18
4008.19/1003.42	c  N dy 13863   3515257        60      5340         0    127244     37380   1951643     18.22     19.71
4058.13/1015.97	c  N dy 14010   3535264        60      5340         0     72932     37380    782736     18.22     20.26
4079.70/1021.32	c  N dy 14052   3555835        60      5340         0     90844     37380   1154366     18.22     19.19
4108.86/1028.69	c  N dy 14129   3576217        60      5340         0    108831     37380   1538745     18.22     19.27
4146.01/1037.92	c  N dy 14205   3596318        60      5340         0    126539     37380   1918369     18.22     19.83
4189.56/1048.84	c  N dy 14314   3616326        60      5340         0    144200     37380   2304828     18.22     20.28
4220.31/1056.54	c  N dy 14396   3638248        60      5340         0     90487     37380   1147320     18.22     19.22
4260.66/1066.63	c  N dy 14449   3668759        60      5340         0    117270     37380   1713855     18.22     19.21
4306.21/1078.02	c  N dy 14551   3691089        60      5340         0    136849     37380   2134766     18.22     19.24
4348.94/1088.76	c  N dy 14635   3712433        60      5340         0     81830     37380    950400     18.22     16.29
4348.94/1088.76	c  S st 14635   3712433        60      5340         0     81830     37380    950400     18.22     16.29
4349.76/1088.99	c  S st 14635   3712937        60      5340         0     82284     37380    960636     18.22   no data
4349.76/1089.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4350.16/1089.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4350.16/1089.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4350.16/1089.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4350.16/1089.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4350.16/1089.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4350.16/1089.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4350.16/1089.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4350.16/1089.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4359.32/1091.38	c lits-rem:       217  cl-subs:     2649  v-elim:      0  v-fix:    0  time:  2.30 s
4359.32/1091.39	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4359.72/1091.40	c vivif2 --  cl tried    79635 cl shrink        0 lits rem          0 time: 0.01
4360.92/1091.72	c asymm  cl-useful: 0/601/5340 lits-rem:0 time: 0.32
4360.92/1091.72	c calculated reachability. Time: 0.00
4360.92/1091.72	c  N dy 14635   3712937        60      5340         0     79635     37380    907822     18.22   no data
4387.29/1098.30	c  N dy 14699   3735386        60      5340         0     99350     37380   1329917     18.22     19.21
4408.46/1103.68	c  F st 14720   3751564        60      5340         0    113444     37380   1619577     18.21     17.94
4416.06/1105.57	c  N dy 14726   3756760        60      5340         0    118019     37380   1721030     18.21   no data
4459.61/1116.46	c  N dy 14857   3776861        60      5340         0    135837     37380   2113544     18.22     20.31
4501.53/1126.91	c  N dy 14929   3796922        60      5340         0     78958     37380    883169     18.22     19.23
4539.88/1136.50	c  N dy 15043   3825074        60      5340         0    103781     37380   1418568     18.22     19.19
4600.99/1151.89	c  N dy 15096   3868409        60      5340         0    141379     37380   2190144     18.20     19.19
4642.95/1162.33	c  N dy 15216   3888505        60      5340         0     83765     37380    980609     18.21     21.98
4672.10/1169.60	c  N dy 15268   3909539        60      5340         0    102214     37380   1371135     18.21     19.24
4708.45/1178.74	c  N dy 15389   3929637        60      5340         0    119940     37380   1760326     18.21     20.20
4749.61/1189.03	c  N dy 15488   3949644        60      5340         0    137580     37380   2142759     18.22     19.89
4794.34/1200.29	c  N dy 15562   3969940        60      5340         0     79023     37380    866141     18.22     19.25

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.90 7.81 7.80 6/180 6486
/proc/meminfo: memFree=26108780/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 520169070 52441088 352 33554432000 4194304 4627427 140733979018944 18446744073709551615 230809165755 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 12803 352 303 106 0 7774 0
[pid=6486/tid=6487] ppid=6484 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 520169070 52441088 352 33554432000 4194304 4627427 140733979018944 18446744073709551615 47561696499229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 520169070 52441088 352 33554432000 4194304 4627427 140733979018944 18446744073709551615 47561696499634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 520169070 52441088 352 33554432000 4194304 4627427 140733979018944 18446744073709551615 230804212822 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0641311 s]
/proc/loadavg: 6.90 7.81 7.80 6/180 6486
/proc/meminfo: memFree=26108780/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=216188 CPUtime=0.23 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 1246 0 0 0 23 0 0 0 18 0 4 0 520169070 221376512 1164 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 54047 1164 364 106 0 49018 0
[pid=6486/tid=6487] ppid=6484 vsize=216188 CPUtime=0.06 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 195 0 0 0 6 0 0 0 24 0 4 0 520169070 221376512 1164 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=216188 CPUtime=0.05 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 189 0 0 0 5 0 0 0 18 0 4 0 520169070 221376512 1164 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=216188 CPUtime=0.05 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 262 0 0 0 5 0 0 0 24 0 4 0 520169070 221376512 1164 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 216188

[startup+0.101124 s]
/proc/loadavg: 6.90 7.81 7.80 6/180 6486
/proc/meminfo: memFree=26108780/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=216320 CPUtime=0.38 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 1319 0 0 0 38 0 0 0 18 0 4 0 520169070 221511680 1237 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 54080 1237 364 106 0 49051 0
[pid=6486/tid=6487] ppid=6484 vsize=216320 CPUtime=0.09 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 196 0 0 0 9 0 0 0 24 0 4 0 520169070 221511680 1237 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308787 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=216320 CPUtime=0.09 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 191 0 0 0 9 0 0 0 18 0 4 0 520169070 221511680 1237 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=216320 CPUtime=0.09 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 327 0 0 0 9 0 0 0 24 0 4 0 520169070 221511680 1237 33554432000 4194304 4627427 140733979018944 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216320

[startup+0.301088 s]
/proc/loadavg: 6.90 7.81 7.80 6/180 6486
/proc/meminfo: memFree=26108780/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=219392 CPUtime=1.18 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 3440 0 0 0 118 0 0 0 18 0 4 0 520169070 224657408 2541 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 54848 2541 384 106 0 49819 0
[pid=6486/tid=6487] ppid=6484 vsize=219392 CPUtime=0.29 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 836 0 0 0 29 0 0 0 25 0 4 0 520169070 224657408 2541 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=219392 CPUtime=0.29 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 797 0 0 0 29 0 0 0 18 0 4 0 520169070 224657408 2541 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=219392 CPUtime=0.29 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 586 0 0 0 29 0 0 0 25 0 4 0 520169070 224657408 2541 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 219392

[startup+0.701016 s]
/proc/loadavg: 6.90 7.81 7.80 6/180 6486
/proc/meminfo: memFree=26108780/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=220384 CPUtime=2.77 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 5332 0 0 0 277 0 0 0 18 0 4 0 520169070 225673216 3248 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 55096 3248 384 106 0 50067 0
[pid=6486/tid=6487] ppid=6484 vsize=220384 CPUtime=0.69 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 1277 0 0 0 69 0 0 0 25 0 4 0 520169070 225673216 3248 33554432000 4194304 4627427 140733979018944 18446744073709551615 4334195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=220384 CPUtime=0.69 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 1239 0 0 0 69 0 0 0 18 0 4 0 520169070 225673216 3248 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=220384 CPUtime=0.69 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 1168 0 0 0 69 0 0 0 25 0 4 0 520169070 225673216 3248 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220384

[startup+1.50087 s]
/proc/loadavg: 7.07 7.83 7.81 10/184 6490
/proc/meminfo: memFree=26088512/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=221416 CPUtime=5.97 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 9618 0 0 0 596 1 0 0 20 0 4 0 520169070 226729984 5068 33554432000 4194304 4627427 140733979018944 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 55354 5068 388 106 0 50325 0
[pid=6486/tid=6487] ppid=6484 vsize=221416 CPUtime=1.49 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 2063 0 0 0 149 0 0 0 25 0 4 0 520169070 226729984 5068 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=221416 CPUtime=1.49 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 2030 0 0 0 149 0 0 0 20 0 4 0 520169070 226729984 5068 33554432000 4194304 4627427 140733979018944 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=221416 CPUtime=1.48 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 1952 0 0 0 148 0 0 0 25 0 4 0 520169070 226729984 5068 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 221416

[startup+3.10058 s]
/proc/loadavg: 7.07 7.83 7.81 9/184 6490
/proc/meminfo: memFree=26055156/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=226280 CPUtime=12.36 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 17114 0 0 0 1234 2 0 0 25 0 4 0 520169070 231710720 9422 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 56570 9422 388 106 0 51541 0
[pid=6486/tid=6487] ppid=6484 vsize=226280 CPUtime=3.09 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 3968 0 0 0 309 0 0 0 25 0 4 0 520169070 231710720 9422 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=226280 CPUtime=3.08 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 4593 0 0 0 308 0 0 0 25 0 4 0 520169070 231710720 9422 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=226280 CPUtime=3.07 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 4071 0 0 0 307 0 0 0 25 0 4 0 520169070 231710720 9422 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 226280

[startup+6.30099 s]
/proc/loadavg: 7.15 7.83 7.81 9/184 6490
/proc/meminfo: memFree=26029008/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=232512 CPUtime=25.15 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 25994 0 0 0 2511 4 0 0 25 0 4 0 520169070 238092288 12118 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 58128 12118 388 106 0 53099 0
[pid=6486/tid=6487] ppid=6484 vsize=232512 CPUtime=6.28 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 6609 0 0 0 628 0 0 0 25 0 4 0 520169070 238092288 12118 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=232512 CPUtime=6.29 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 6986 0 0 0 628 1 0 0 25 0 4 0 520169070 238092288 12118 33554432000 4194304 4627427 140733979018944 18446744073709551615 4427856 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=232512 CPUtime=6.26 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 6049 0 0 0 625 1 0 0 25 0 4 0 520169070 238092288 12118 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 232512

[startup+12.7008 s]
/proc/loadavg: 7.21 7.84 7.81 9/184 6490
/proc/meminfo: memFree=25989196/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=236304 CPUtime=50.71 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 41076 0 0 0 5064 7 0 0 25 0 4 0 520169070 241975296 16160 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 59076 16160 388 106 0 54047 0
[pid=6486/tid=6487] ppid=6484 vsize=236304 CPUtime=12.68 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 9910 0 0 0 1267 1 0 0 25 0 4 0 520169070 241975296 16161 33554432000 4194304 4627427 140733979018944 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=236304 CPUtime=12.69 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 9936 0 0 0 1268 1 0 0 25 0 4 0 520169070 241975296 16161 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=236304 CPUtime=12.62 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 10112 0 0 0 1260 2 0 0 25 0 4 0 520169070 241975296 16161 33554432000 4194304 4627427 140733979018944 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 236304

[startup+25.5005 s]
/proc/loadavg: 7.33 7.84 7.81 9/184 6491
/proc/meminfo: memFree=25954572/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=240844 CPUtime=101.83 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 60498 0 0 0 10172 11 0 0 25 0 4 0 520169070 246624256 18956 33554432000 4194304 4627427 140733979018944 18446744073709551615 4330074 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 60211 18956 388 106 0 55182 0
[pid=6486/tid=6487] ppid=6484 vsize=240844 CPUtime=25.48 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 14984 0 0 0 2546 2 0 0 25 0 4 0 520169070 246624256 18956 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=240844 CPUtime=25.49 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 15256 0 0 0 2546 3 0 0 25 0 4 0 520169070 246624256 18956 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=240844 CPUtime=25.35 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 14705 0 0 0 2532 3 0 0 25 0 4 0 520169070 246624256 18956 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 240844

[startup+51.1008 s]
/proc/loadavg: 7.65 7.87 7.82 9/184 6491
/proc/meminfo: memFree=25917932/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=248896 CPUtime=204.1 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 89988 0 0 0 20391 19 0 0 25 0 4 0 520169070 254869504 22423 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 62224 22423 388 106 0 57195 0
[pid=6486/tid=6487] ppid=6484 vsize=248896 CPUtime=51.08 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 22118 0 0 0 5104 4 0 0 25 0 4 0 520169070 254869504 22423 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=248896 CPUtime=51.09 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 23332 0 0 0 5104 5 0 0 25 0 4 0 520169070 254869504 22423 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=248896 CPUtime=50.81 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 21426 0 0 0 5076 5 0 0 25 0 4 0 520169070 254869504 22423 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 248896

[startup+102.306 s]
/proc/loadavg: 7.96 7.92 7.84 10/184 6493
/proc/meminfo: memFree=25850192/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=271160 CPUtime=408.64 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 132505 0 0 0 40830 34 0 0 25 0 4 0 520169070 277667840 30448 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 67790 30448 388 106 0 62761 0
[pid=6486/tid=6487] ppid=6484 vsize=271160 CPUtime=102.29 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 31862 0 0 0 10221 8 0 0 25 0 4 0 520169070 277667840 30448 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=271160 CPUtime=102.29 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 33850 0 0 0 10221 8 0 0 25 0 4 0 520169070 277667840 30448 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=271160 CPUtime=101.73 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 33067 0 0 0 10165 8 0 0 25 0 4 0 520169070 277667840 30448 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 271160

[startup+162.3 s]

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

[pid=6486] ppid=6484 vsize=414492 CPUtime=2805.41 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 415761 0 0 0 280389 152 0 0 25 0 4 0 520169070 424439808 64225 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 103623 64225 388 106 0 98594 0
[pid=6486/tid=6487] ppid=6484 vsize=414492 CPUtime=702.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 98261 0 0 0 70193 37 0 0 25 0 4 0 520169070 424439808 64225 33554432000 4194304 4627427 140733979018944 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=414492 CPUtime=702.3 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 107138 0 0 0 70191 39 0 0 25 0 4 0 520169070 424439808 64225 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=414492 CPUtime=698.46 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 103998 0 0 0 69810 36 0 0 25 0 4 0 520169070 424439808 64225 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 414492

[startup+762.306 s]
/proc/loadavg: 8.12 8.08 7.95 9/184 6513
/proc/meminfo: memFree=25510028/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=402052 CPUtime=3045.11 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 433351 0 0 0 304350 161 0 0 25 0 4 0 520169070 411701248 71066 33554432000 4194304 4627427 140733979018944 18446744073709551615 4324344 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 100513 71066 388 106 0 95484 0
[pid=6486/tid=6487] ppid=6484 vsize=402052 CPUtime=762.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 102912 0 0 0 76191 39 0 0 25 0 4 0 520169070 411701248 71066 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=402052 CPUtime=762.31 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 110053 0 0 0 76190 41 0 0 25 0 4 0 520169070 411701248 71066 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=402052 CPUtime=758.14 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 108951 0 0 0 75776 38 0 0 25 0 4 0 520169070 411701248 71066 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 402052

[startup+822.3 s]
/proc/loadavg: 8.11 8.08 7.96 9/184 6515
/proc/meminfo: memFree=25509252/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=423940 CPUtime=3284.77 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 453148 0 0 0 328307 170 0 0 25 0 4 0 520169070 434114560 64252 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 105985 64252 388 106 0 100956 0
[pid=6486/tid=6487] ppid=6484 vsize=423940 CPUtime=822.31 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 107353 0 0 0 82189 42 0 0 25 0 4 0 520169070 434114560 64252 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=423940 CPUtime=822.31 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 114933 0 0 0 82187 44 0 0 25 0 4 0 520169070 434114560 64252 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=423940 CPUtime=817.81 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 115197 0 0 0 81740 41 0 0 25 0 4 0 520169070 434114560 64252 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 423940

[startup+882.3 s]
/proc/loadavg: 8.09 8.08 7.96 9/184 6516
/proc/meminfo: memFree=25466692/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=436876 CPUtime=3524.45 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 473102 0 0 0 352264 181 0 0 25 0 4 0 520169070 447361024 68189 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 109219 68189 388 106 0 104190 0
[pid=6486/tid=6487] ppid=6484 vsize=436876 CPUtime=882.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 112529 0 0 0 88186 44 0 0 25 0 4 0 520169070 447361024 68189 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=436876 CPUtime=882.31 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 120419 0 0 0 88184 47 0 0 25 0 4 0 520169070 447361024 68189 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=436876 CPUtime=877.48 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 120517 0 0 0 87704 44 0 0 25 0 4 0 520169070 447361024 68189 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 436876

[startup+942.3 s]
/proc/loadavg: 8.15 8.10 7.97 10/184 6518
/proc/meminfo: memFree=25467652/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=411640 CPUtime=3764.12 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 491572 0 0 0 376223 189 0 0 25 0 4 0 520169070 421519360 70605 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 102910 70605 388 106 0 97881 0
[pid=6486/tid=6487] ppid=6484 vsize=411640 CPUtime=942.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 117657 0 0 0 94184 46 0 0 25 0 4 0 520169070 421519360 70605 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=411640 CPUtime=942.31 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 127023 0 0 0 94182 49 0 0 25 0 4 0 520169070 421519360 70605 33554432000 4194304 4627427 140733979018944 18446744073709551615 4467868 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=411640 CPUtime=937.16 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 124601 0 0 0 93669 47 0 0 25 0 4 0 520169070 421519360 70605 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 411640

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 7.98 9/184 6520
/proc/meminfo: memFree=25478408/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=464300 CPUtime=4003.8 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 509306 0 0 0 400181 199 0 0 25 0 4 0 520169070 475443200 70310 33554432000 4194304 4627427 140733979018944 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 116075 70310 388 106 0 111046 0
[pid=6486/tid=6487] ppid=6484 vsize=464300 CPUtime=1002.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 123325 0 0 0 100181 49 0 0 25 0 4 0 520169070 475443200 70310 33554432000 4194304 4627427 140733979018944 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=464300 CPUtime=1002.31 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 128861 0 0 0 100181 50 0 0 25 0 4 0 520169070 475443200 70310 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=464300 CPUtime=996.83 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 129650 0 0 0 99635 48 0 0 25 0 4 0 520169070 475443200 70310 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 464300

[startup+1062.3 s]
/proc/loadavg: 8.14 8.10 7.99 9/184 6521
/proc/meminfo: memFree=25414404/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=477556 CPUtime=4243.48 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 529442 0 0 0 424139 209 0 0 25 0 4 0 520169070 489017344 76127 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 119389 76127 388 106 0 114360 0
[pid=6486/tid=6487] ppid=6484 vsize=477556 CPUtime=1062.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 128612 0 0 0 106178 52 0 0 25 0 4 0 520169070 489017344 76127 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=477556 CPUtime=1062.31 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 133737 0 0 0 106178 53 0 0 25 0 4 0 520169070 489017344 76127 33554432000 4194304 4627427 140733979018944 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=477556 CPUtime=1056.51 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 134594 0 0 0 105600 51 0 0 25 0 4 0 520169070 489017344 76127 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 477556

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 7.99 9/184 6523
/proc/meminfo: memFree=25401716/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=477696 CPUtime=4483.16 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 543187 0 0 0 448097 219 0 0 25 0 4 0 520169070 489160704 75921 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 119424 75921 388 106 0 114395 0
[pid=6486/tid=6487] ppid=6484 vsize=477696 CPUtime=1122.31 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 132440 0 0 0 112176 55 0 0 25 0 4 0 520169070 489160704 75921 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=477696 CPUtime=1122.32 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 138517 0 0 0 112176 56 0 0 25 0 4 0 520169070 489160704 75921 33554432000 4194304 4627427 140733979018944 18446744073709551615 4330936 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=477696 CPUtime=1116.18 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 138516 0 0 0 111565 53 0 0 25 0 4 0 520169070 489160704 75921 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 477696

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.00 9/184 6524
/proc/meminfo: memFree=25409600/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=438836 CPUtime=4722.84 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 562066 0 0 0 472056 228 0 0 25 0 4 0 520169070 449368064 72065 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 109709 72065 388 106 0 104680 0
[pid=6486/tid=6487] ppid=6484 vsize=438836 CPUtime=1182.3 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 137182 0 0 0 118173 57 0 0 25 0 4 0 520169070 449368064 72065 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=438836 CPUtime=1182.32 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 142450 0 0 0 118174 58 0 0 25 0 4 0 520169070 449368064 72065 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=438836 CPUtime=1175.85 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 143489 0 0 0 117530 55 0 0 25 0 4 0 520169070 449368064 72065 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 438836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.08 8.00 9/184 6525
/proc/meminfo: memFree=25407108/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=504464 CPUtime=4800.34 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 568881 0 0 0 479803 231 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 126116 72972 388 106 0 121087 0
[pid=6486/tid=6487] ppid=6484 vsize=504464 CPUtime=1201.72 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 138108 0 0 0 120114 58 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=504464 CPUtime=1201.73 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 144529 0 0 0 120114 59 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=504464 CPUtime=1195.15 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 145438 0 0 0 119458 57 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 504464

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

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

[startup+1201.7 s]
/proc/loadavg: 8.06 8.08 8.00 9/184 6525
/proc/meminfo: memFree=25407108/32951124 swapFree=67111524/67111528
[pid=6486] ppid=6484 vsize=504464 CPUtime=4800.34 cores=1,3,5,7
/proc/6486/stat : 6486 (strangenight2-m) R 6484 6486 5661 0 -1 4202496 568881 0 0 0 479803 231 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6486/statm: 126116 72972 388 106 0 121087 0
[pid=6486/tid=6487] ppid=6484 vsize=504464 CPUtime=1201.72 cores=1,3,5,7
/proc/6486/task/6487/stat : 6487 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 138108 0 0 0 120114 58 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6486/tid=6488] ppid=6484 vsize=504464 CPUtime=1201.73 cores=1,3,5,7
/proc/6486/task/6488/stat : 6488 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 144529 0 0 0 120114 59 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6486/tid=6489] ppid=6484 vsize=504464 CPUtime=1195.15 cores=1,3,5,7
/proc/6486/task/6489/stat : 6489 (strangenight2-m) R 6484 6486 5661 0 -1 4202560 145438 0 0 0 119458 57 0 0 25 0 4 0 520169070 516571136 72972 33554432000 4194304 4627427 140733979018944 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 504464

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.39
CPU user time (s): 4798.06
CPU system time (s): 2.33365
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 504464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.06
system time used= 2.33364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568881
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= 430
involuntary context switches= 32711

runsolver used 1.9717 second user time and 4.6043 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 16:01:26
IDJOB=3174073
IDBENCH=82891
IDSOLVER=1586
FILE ID=node104/3174073-1304085686
RUNJOBID= node104-1304085684-6464
PBS_JOBID= 13170520
Free space on /tmp= 71544 MiB

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

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

MD5SUM BENCH= 3db6bd99841631bff4d8c3d33ccc1047
RANDOM SEED=573879705

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26108936 kB
Buffers:       1877856 kB
Cached:        4353592 kB
SwapCached:          4 kB
Active:         161080 kB
Inactive:      6138288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26108936 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11520 kB
Writeback:           0 kB
AnonPages:       67684 kB
Mapped:          15200 kB
Slab:           480360 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276112 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= 71540 MiB
End job on node104 at 2011-04-29 16:21:30