Trace number 3174100

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1445862528-059.UNKNOWN.cnf
MD5SUM9e4f1914facdb4a8b3ffdd1de343beff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.429
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-3174100-1304092149.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.00	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.00	c -- vars added         60
0.00/0.10	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.40/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.40/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.40/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.40/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.78/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.78/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.78/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.78/0.20	c calculated reachability. Time: 0.00
0.78/0.20	c Calc default polars -  time:   0.00 s pos:      31 undec:       1 neg:      28
0.78/0.20	c =========================================================================================
0.78/0.20	c types(t): F = full restart, N = normal restart
0.78/0.20	c types(t): S = simplification begin/end, E = solution found
0.78/0.20	c restart types(rt): st = static, dy = dynamic
0.78/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/0.20	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.78/0.25	c  N dy     8      4325        60      5340         0      3870     37380     84978     18.56     19.54
1.58/0.42	c  N dy    11      9811        60      5340         0      6490     37380    132476     17.88     18.87
3.57/0.96	c  N dy    30     23428        60      5340         0      9773     37380    183618     17.25     18.17
3.97/1.05	c  F st    45     25001        60      5340         0     11173     37380    213805     17.40   no data
4.79/1.21	c  N st    50     28300        60      5340         0      8092     37380    144087     17.40   no data
4.79/1.28	c  S st    51     30000        60      5340         0      9610     37380    176236     17.40   no data
5.17/1.31	c  S st    51     30502        60      5340         0     10067     37380    186368     17.40   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.52	c lits-rem:       107  cl-subs:     1099  v-elim:      0  v-fix:    0  time:  0.20 s
6.77/1.74	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.77/1.74	c calculated reachability. Time: 0.00
6.77/1.74	c  N dy    51     30502        60      5340         0      8968     37380    162594     17.40   no data
7.57/1.97	c  N dy    79     34691        60      5340         0     12721     37380    242689     17.63     18.63
8.37/2.18	c  N dy    98     38784        60      5340         0      9414     37380    159844     17.74     18.70
9.56/2.46	c  N dy   120     44013        60      5340         0     14097     37380    259685     17.82     18.81
9.96/2.58	c  S st   134     45753        60      5340         0     15640     37380    292627     17.87   no data
10.36/2.64	c  S st   134     46259        60      5340         0      8133     37380    124377     17.87   no data
10.36/2.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.67	c lits-rem:         7  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.68	c vivif2 --  cl tried     8112 cl shrink        0 lits rem          0 time: 0.00
11.16/2.88	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.20
11.16/2.88	c calculated reachability. Time: 0.00
11.16/2.88	c  N dy   134     46259        60      5340         0      8112     37380    123860     17.87   no data
11.96/3.09	c  N dy   159     50315        60      5340         0     11751     37380    201755     17.96     19.51
14.75/3.77	c  N dy   169     62686        60      5340         0     13786     37380    228840     17.70     18.66
15.95/4.08	c  N dy   192     67194        60      5340         0     17810     37380    313953     17.76     18.80
16.75/4.28	c  S st   209     69388        60      5340         0     10009     37380    146170     17.79     16.20
17.15/4.31	c  S st   209     69892        60      5340         0     10471     37380    156312     17.79   no data
17.15/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.15/4.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.15/4.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.15/4.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.15/4.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.37	c lits-rem:        11  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.05 s
17.15/4.38	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.15/4.38	c vivif2 --  cl tried    10336 cl shrink        0 lits rem          0 time: 0.00
18.35/4.62	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.24
18.35/4.62	c calculated reachability. Time: 0.00
18.35/4.62	c  N dy   209     69892        60      5340         0     10336     37380    153423     17.79   no data
19.55/4.90	c  N dy   252     74413        60      5340         0     14367     37380    241416     17.92     18.89
20.75/5.22	c  N dy   277     79173        60      5340         0     18591     37380    331743     17.98     19.61
22.37/5.65	c  N dy   303     85074        60      5340         0     13191     37380    201229     18.00     18.95
23.14/5.81	c  F st   318     87501        60      5340         0     15343     37380    247189     18.03     17.19
23.94/6.01	c  N st   323     90800        60      5340         0     18266     37380    311186     18.03   no data
25.94/6.58	c  N dy   334     98910        60      5340         0     13896     37380    206435     18.00     19.19
27.54/6.95	c  S st   347    104839        60      5340         0     19083     37380    312564     17.94     15.79
27.93/7.00	c  S st   347    105341        60      5340         0     19537     37380    322598     17.94   no data
27.93/7.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.93/7.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.93/7.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.93/7.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.93/7.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.93/7.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.93/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.47	c lits-rem:       269  cl-subs:     2209  v-elim:      0  v-fix:    0  time:  0.45 s
29.54/7.47	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.54/7.48	c vivif2 --  cl tried    17328 cl shrink        0 lits rem          0 time: 0.00
31.15/7.83	c asymm  cl-useful: 0/5035/5340 lits-rem:0 time: 0.35
31.15/7.83	c calculated reachability. Time: 0.00
31.15/7.83	c  N dy   347    105341        60      5340         0     17328     37380    278999     17.94   no data
33.13/8.35	c  N dy   356    112117        60      5340         0     23276     37380    401976     17.89     19.04
35.55/8.97	c  N dy   364    121117        60      5340         0     18979     37380    303514     17.82     18.80
38.33/9.69	c  N dy   411    128886        60      5340         0     25886     37380    451245     17.89     18.84
40.72/10.26	c  N dy   432    137226        60      5340         0     20084     37380    316928     17.86     18.82
43.93/11.10	c  N dy   498    146041        60      5340         0     27956     37380    487340     17.96     20.04
47.51/11.96	c  N dy   502    158011        60      5340         0     24319     37380    388074     17.84     16.55
47.51/11.96	c  S st   502    158011        60      5340         0     24319     37380    388074     17.84     16.55
47.91/12.02	c  S st   502    158512        60      5340         0     24773     37380    398098     17.84   no data
47.91/12.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.91/12.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.91/12.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.91/12.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.91/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.91/12.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.91/12.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.91/12.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.91/12.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.91/13.06	c lits-rem:       329  cl-subs:     3612  v-elim:      0  v-fix:    0  time:  1.02 s
51.91/13.07	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.91/13.07	c vivif2 --  cl tried    21161 cl shrink        0 lits rem          0 time: 0.00
53.50/13.42	c asymm  cl-useful: 0/4520/5340 lits-rem:0 time: 0.35
53.50/13.42	c calculated reachability. Time: 0.00
53.50/13.42	c  N dy   502    158512        60      5340         0     21161     37380    328893     17.84   no data
57.52/14.49	c  N dy   575    169540        60      5340         0     16137     37380    215560     17.92     18.93
61.50/15.48	c  N dy   599    182990        60      5340         0     27994     37380    462265     17.87     18.88
67.08/16.80	c  N dy   648    197712        60      5340         0     25236     37380    394377     17.86     18.84
72.27/18.13	c  N dy   733    210340        60      5340         0     19697     37380    272552     17.93     19.63
78.27/19.60	c  N dy   820    224089        60      5340         0     31936     37380    536979     18.00     19.00
82.66/20.79	c  S st   840    237769        60      5340         0     26203     37380    391110     17.95     16.78
83.06/20.86	c  S st   840    238271        60      5340         0     26664     37380    401335     17.95   no data
83.06/20.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.06/20.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.06/20.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.06/20.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.06/20.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.06/20.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
83.06/20.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.06/20.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.06/20.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.66/21.74	c lits-rem:       251  cl-subs:     2958  v-elim:      0  v-fix:    0  time:  0.85 s
86.66/21.74	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
86.66/21.74	c vivif2 --  cl tried    23706 cl shrink        0 lits rem          0 time: 0.00
87.06/21.82	c asymm  cl-useful: 0/820/5340 lits-rem:0 time: 0.08
87.06/21.82	c calculated reachability. Time: 0.00
87.06/21.82	c  N dy   840    238271        60      5340         0     23706     37380    344469     17.95   no data
95.44/23.99	c  N dy   912    260603        60      5340         0     25111     37380    355040     17.91     18.95
104.23/26.12	c  N dy   917    283789        60      5340         0     26109     37380    367621     17.76     18.75
113.42/28.47	c  N dy  1032    302629        60      5340         0     22576     37380    292853     17.82     18.77
115.01/28.83	c  F st  1062    306250        60      5340         0     25821     37380    364070     17.85   no data
122.21/30.66	c  N dy  1127    322023        60      5340         0     39816     37380    666429     17.88     20.16
131.00/32.87	c  N dy  1179    343213        60      5340         0     37342     37380    589372     17.85     18.79
138.18/34.68	c  S st  1228    357406        60      5340         0     27756     37380    378846     17.85     16.59
138.58/34.75	c  S st  1228    357910        60      5340         0     28216     37380    388942     17.85   no data
138.58/34.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.58/34.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.58/34.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.58/34.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.58/34.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.58/34.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.58/34.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.58/34.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.58/34.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.00/35.36	c lits-rem:       154  cl-subs:     1784  v-elim:      0  v-fix:    0  time:  0.59 s
141.00/35.36	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.00/35.37	c vivif2 --  cl tried    26432 cl shrink        0 lits rem          0 time: 0.00
142.57/35.74	c asymm  cl-useful: 0/3553/5340 lits-rem:0 time: 0.37
142.57/35.74	c calculated reachability. Time: 0.00
142.57/35.74	c  N dy  1228    357910        60      5340         0     26432     37380    354699     17.85   no data
152.96/38.38	c  N dy  1324    378283        60      5340         0     44533     37380    740920     17.89     18.98
166.55/41.73	c  N dy  1426    403210        60      5340         0     43676     37380    708995     17.90     18.97
177.73/44.51	c  N dy  1507    425032        60      5340         0     39134     37380    603172     17.91     18.92
190.11/47.61	c  N dy  1670    445121        60      5340         0     32230     37380    449755     17.98     19.28
203.29/50.93	c  N dy  1732    470102        60      5340         0     28628     37380    355932     17.97     19.02
216.07/54.16	c  N dy  1809    494151        60      5340         0     49943     37380    802746     17.96     19.02
228.07/57.10	c  N dy  1912    514904        60      5340         0     41802     37380    629061     17.99     19.01
240.44/60.26	c  N dy  1986    534998        60      5340         0     32125     37380    411250     18.00     20.00
241.65/60.50	c  S st  1998    536866        60      5340         0     33795     37380    447432     18.00     17.75
241.65/60.60	c  S st  1998    537372        60      5340         0     34243     37380    457367     18.00   no data
241.65/60.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.05/60.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.05/60.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.05/60.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.05/60.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.05/60.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
242.05/60.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.05/60.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.05/60.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.84/61.34	c lits-rem:       170  cl-subs:     1557  v-elim:      0  v-fix:    0  time:  0.71 s
244.84/61.34	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
244.84/61.35	c vivif2 --  cl tried    32686 cl shrink        0 lits rem          0 time: 0.01
246.04/61.62	c asymm  cl-useful: 0/1787/5340 lits-rem:0 time: 0.27
246.04/61.62	c calculated reachability. Time: 0.00
246.04/61.62	c  N dy  1998    537372        60      5340         0     32686     37380    423597     18.00   no data
258.81/64.85	c  N dy  2094    558587        60      5340         0     51552     37380    826501     18.02     19.07
271.20/67.99	c  N dy  2201    579217        60      5340         0     41582     37380    605148     18.05     19.01
286.37/71.70	c  N dy  2295    599243        60      5340         0     30090     37380    347011     18.06     20.70
297.96/74.61	c  N dy  2388    620406        60      5340         0     48879     37380    746750     18.07     19.09
311.54/78.01	c  N dy  2423    643391        60      5340         0     38935     37380    515298     18.04     19.02
325.92/81.60	c  N dy  2533    663625        60      5340         0     56914     37380    902948     18.06     19.02
339.50/85.06	c  N dy  2614    684807        60      5340         0     44688     37380    638485     18.07     19.15
355.90/89.20	c  N dy  2662    707667        60      5340         0     32977     37380    378094     18.05     19.09
368.67/92.37	c  N dy  2783    727717        60      5340         0     50833     37380    764040     18.08     20.41
383.44/96.04	c  N dy  2816    747751        60      5340         0     35669     37380    424696     18.05     19.03
396.63/99.31	c  N dy  2896    767796        60      5340         0     53401     37380    802476     18.05     20.88
412.60/103.37	c  N dy  2970    788708        60      5340         0     38333     37380    469166     18.06     19.04
423.39/106.08	c  S st  3016    806059        60      5340         0     53679     37380    793116     18.06     17.19
424.19/106.23	c  S st  3016    806561        60      5340         0     54134     37380    803113     18.06   no data
424.19/106.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.19/106.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
424.19/106.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.19/106.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.19/106.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.19/106.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
424.19/106.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.19/106.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
424.19/106.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.97/109.44	c lits-rem:       554  cl-subs:     5668  v-elim:      0  v-fix:    0  time:  3.15 s
436.97/109.44	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
436.97/109.45	c vivif2 --  cl tried    48466 cl shrink        0 lits rem          0 time: 0.01
437.77/109.68	c asymm  cl-useful: 0/1191/5340 lits-rem:0 time: 0.23
437.77/109.68	c calculated reachability. Time: 0.00
437.77/109.68	c  N dy  3016    806561        60      5340         0     48466     37380    687382     18.06   no data
453.34/113.52	c  N dy  3072    826587        60      5340         0     66163     37380   1061035     18.06     20.27
467.73/117.17	c  N dy  3202    846658        60      5340         0     49779     37380    713034     18.08     19.32
485.70/121.68	c  N dy  3296    866667        60      5340         0     67509     37380   1093954     18.09     19.53
500.89/125.49	c  N dy  3419    886914        60      5340         0     50245     37380    711210     18.12     19.11
518.06/129.73	c  N dy  3500    906921        60      5340         0     67919     37380   1088787     18.12     19.51
560.40/140.32	c  N dy  3602    968242        60      5340         0     48487     37380    631235     18.03     19.15
578.38/144.82	c  N dy  3744    988523        60      5340         0     66509     37380   1022740     18.06     19.03
595.95/149.25	c  N dy  3817   1008978        60      5340         0     46709     37380    596516     18.06     19.03
613.93/153.76	c  N dy  3897   1031605        60      5340         0     66725     37380   1024545     18.07     19.27
634.30/158.80	c  N dy  4010   1051669        60      5340         0     45631     37380    567869     18.08     19.23
650.70/162.99	c  N dy  4137   1071671        60      5340         0     63310     37380    951538     18.10     19.38
651.08/163.05	c  F st  4140   1071877        60      5340         0     63491     37380    955617     18.10   no data
670.65/167.98	c  N dy  4181   1092962        60      5340         0     42354     37380    484782     18.10     19.05
685.85/171.77	c  N dy  4274   1112969        60      5340         0     60078     37380    866218     18.11     20.61
703.02/176.10	c  N dy  4297   1134618        60      5340         0     79010     37380   1255214     18.08     19.04
724.99/181.59	c  N dy  4382   1163854        60      5340         0     64240     37380    936250     18.07     19.16
745.35/186.68	c  N dy  4447   1184276        60      5340         0     82275     37380   1322473     18.07     19.07
762.13/190.84	c  N dy  4576   1204313        60      5340         0     58607     37380    823119     18.09     19.89
767.72/192.23	c  S st  4615   1209843        60      5340         0     63520     37380    930065     18.10   no data
768.52/192.41	c  S st  4615   1210345        60      5340         0     63980     37380    940239     18.10   no data
768.52/192.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
768.52/192.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
768.52/192.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
768.52/192.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
768.52/192.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
768.52/192.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
768.52/192.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
768.52/192.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
768.52/192.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
791.68/198.22	c lits-rem:       601  cl-subs:     5164  v-elim:      0  v-fix:    0  time:  5.74 s
791.68/198.22	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
791.68/198.23	c vivif2 --  cl tried    58816 cl shrink        0 lits rem          0 time: 0.01
793.28/198.60	c asymm  cl-useful: 0/872/5340 lits-rem:0 time: 0.36
793.28/198.60	c calculated reachability. Time: 0.00
793.28/198.60	c  N dy  4615   1210345        60      5340         0     58816     37380    825457     18.10   no data
829.63/207.73	c  N dy  4641   1242164        60      5340         0     44717     37380    507608     18.07     19.03
851.20/213.10	c  N dy  4654   1272613        60      5340         0     71277     37380   1041737     18.02     19.07
874.38/219.00	c  N dy  4759   1292705        60      5340         0     46071     37380    527644     18.03     22.23
891.55/223.24	c  N dy  4871   1313047        60      5340         0     64035     37380    914562     18.04     19.07
914.71/229.03	c  N dy  4997   1333064        60      5340         0     81824     37380   1298961     18.05     20.26
944.28/236.42	c  N dy  5078   1365642        60      5340         0     66436     37380    937481     18.03     19.00
981.82/245.83	c  N dy  5196   1393635        60      5340         0     46210     37380    508412     18.04     19.12
1001.00/250.69	c  N dy  5304   1417694        60      5340         0     67474     37380    963207     18.04     19.05
1025.37/256.76	c  N dy  5435   1437748        60      5340         0     85264     37380   1349066     18.06     20.12
1046.53/262.07	c  N dy  5568   1457848        60      5340         0     57154     37380    741285     18.08     21.62
1067.72/267.37	c  N dy  5629   1481129        60      5340         0     77693     37380   1175994     18.07     19.03
1089.28/272.74	c  N dy  5634   1502368        60      5340         0     49482     37380    555768     18.05     19.26
1106.86/277.10	c  N dy  5722   1523554        60      5340         0     68159     37380    955795     18.05     19.00
1132.02/283.43	c  N dy  5870   1543577        60      5340         0     85991     37380   1345531     18.06     19.03
1157.98/289.92	c  N dy  5986   1567068        60      5340         0     59117     37380    759665     18.07     19.12
1186.35/297.05	c  N dy  6021   1600673        60      5340         0     88448     37380   1358483     18.04     19.01
1211.11/303.27	c  N dy  6161   1620680        60      5340         0     57724     37380    721067     18.06     20.38
1241.87/310.98	c  N dy  6278   1652606        60      5340         0     85894     37380   1317977     18.06     19.03
1272.62/318.67	c  N dy  6388   1677412        60      5340         0     58279     37380    711710     18.06     19.18
1291.81/323.44	c  N dy  6453   1697489        60      5340         0     75936     37380   1085603     18.06     20.01
1307.78/327.40	c  S st  6518   1710345        60      5340         0     87365     37380   1332532     18.07   no data
1308.58/327.66	c  S st  6518   1710852        60      5340         0     87826     37380   1342975     18.07   no data
1308.58/327.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1308.98/327.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1308.98/327.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1308.98/327.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1308.98/327.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.98/327.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1308.98/327.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1308.98/327.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1308.98/327.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1364.50/341.70	c lits-rem:      1141  cl-subs:    11035  v-elim:      0  v-fix:    0  time: 13.93 s
1364.90/341.70	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1364.90/341.72	c vivif2 --  cl tried    76791 cl shrink        0 lits rem          0 time: 0.02
1366.92/342.23	c asymm  cl-useful: 0/642/5340 lits-rem:0 time: 0.51
1366.92/342.23	c calculated reachability. Time: 0.00
1366.92/342.23	c  N dy  6518   1710852        60      5340         0     76791     37380   1117279     18.07   no data
1402.85/351.23	c  N dy  6586   1730937        60      5340         0     94532     37380   1496157     18.07     19.78
1434.01/359.05	c  N dy  6697   1752722        60      5340         0     64239     37380    838872     18.07     19.03
1457.98/365.01	c  N dy  6813   1772730        60      5340         0     81956     37380   1222077     18.08     21.54
1484.74/371.78	c  N dy  6883   1793121        60      5340         0     99963     37380   1606634     18.08     19.04
1504.31/376.60	c  N dy  6960   1813220        60      5340         0     66768     37380    882513     18.09     19.65
1530.67/383.22	c  N dy  7102   1834714        60      5340         0     85857     37380   1299565     18.10     19.07
1565.43/391.99	c  N dy  7233   1855476        60      5340         0     52247     37380    558164     18.11     19.10
1587.00/397.34	c  N dy  7286   1878249        60      5340         0     72235     37380    976829     18.10     19.26
1614.56/404.20	c  N dy  7445   1898257        60      5340         0     90013     37380   1368848     18.12     20.18
1646.52/412.22	c  N dy  7537   1920321        60      5340         0     56568     37380    641609     18.12     19.28
1667.29/417.42	c  N dy  7644   1941387        60      5340         0     75169     37380   1042882     18.13     19.14
1702.44/426.27	c  N dy  7738   1970982        60      5340         0    101300     37380   1604068     18.13     19.17
1727.60/432.56	c  N dy  7815   1992666        60      5340         0     66549     37380    843017     18.13     19.09
1750.77/438.31	c  N dy  7902   2013090        60      5340         0     84506     37380   1226536     18.13     19.26
1791.12/448.46	c  N dy  7985   2044245        60      5340         0     57227     37380    631915     18.13     19.11
1811.49/453.58	c  N dy  8088   2064282        60      5340         0     74957     37380   1016101     18.13     19.13
1839.05/460.47	c  N dy  8208   2084329        60      5340         0     92695     37380   1402064     18.14     19.83
1887.79/472.63	c  N dy  8254   2128385        60      5340         0     75560     37380    988881     18.11     19.09
1914.94/479.47	c  N dy  8344   2149603        60      5340         0     94264     37380   1388374     18.11     19.18
1946.51/487.34	c  N dy  8384   2173191        60      5340         0     58768     37380    648701     18.10     19.07
1969.27/493.04	c  N dy  8501   2195133        60      5340         0     78062     37380   1063794     18.11     19.11
1990.46/498.32	c  S st  8592   2210852        60      5340         0     91989     37380   1367634     18.12   no data
1991.24/498.60	c  S st  8592   2211357        60      5340         0     92446     37380   1377924     18.12   no data
1991.64/498.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1991.64/498.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1991.64/498.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1991.64/498.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1991.64/498.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1991.64/498.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1991.64/498.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1991.64/498.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1992.04/498.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2045.16/512.03	c lits-rem:       923  cl-subs:     9520  v-elim:      0  v-fix:    0  time: 13.32 s
2045.16/512.03	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2045.16/512.05	c vivif2 --  cl tried    82926 cl shrink        0 lits rem          0 time: 0.02
2046.77/512.46	c asymm  cl-useful: 0/605/5340 lits-rem:0 time: 0.41
2046.77/512.46	c calculated reachability. Time: 0.00
2046.77/512.46	c  N dy  8592   2211357        60      5340         0     82926     37380   1176126     18.12   no data
2090.71/523.43	c  N dy  8670   2239899        60      5340         0    107936     37380   1706392     18.11     19.11
2123.06/531.59	c  N dy  8821   2259982        60      5340         0     69188     37380    876066     18.13     19.88
2148.64/537.97	c  N dy  8932   2279999        60      5340         0     86828     37380   1258601     18.13     19.47
2177.39/545.12	c  N dy  9006   2300016        60      5340         0    104503     37380   1637787     18.13     20.00
2213.33/554.12	c  N dy  9155   2322516        60      5340         0     66472     37380    796848     18.14     19.14
2236.51/559.96	c  N dy  9253   2342555        60      5340         0     84144     37380   1177115     18.15     19.16
2267.28/567.68	c  N dy  9370   2362642        60      5340         0    101954     37380   1562056     18.15     19.45
2308.80/578.08	c  N dy  9504   2389068        60      5340         0     66216     37380    776486     18.16     19.19
2333.18/584.11	c  N dy  9621   2409697        60      5340         0     84425     37380   1171901     18.17     19.13
2364.35/591.94	c  N dy  9748   2430024        60      5340         0    102433     37380   1565622     18.18     19.18
2403.49/601.70	c  N dy  9832   2453227        60      5340         0     62956     37380    697719     18.18     19.22
2425.05/607.19	c  N dy  9927   2473328        60      5340         0     80740     37380   1082395     18.18     19.19
2453.00/614.18	c  N dy 10025   2493375        60      5340         0     98391     37380   1465601     18.19     20.18
2485.77/622.33	c  N dy 10102   2513419        60      5340         0    116055     37380   1843910     18.19     20.74
2510.93/628.63	c  N dy 10157   2533513        60      5340         0     72876     37380    901372     18.19     20.50
2536.90/635.14	c  N dy 10276   2553742        60      5340         0     90740     37380   1290930     18.20     19.18
2572.44/644.00	c  N dy 10428   2573823        60      5340         0    108503     37380   1681424     18.21     20.99
2605.20/652.22	c  N dy 10480   2594030        60      5340         0     64554     37380    715265     18.20     19.20
2628.76/658.14	c  N dy 10599   2615085        60      5340         0     83194     37380   1121533     18.21     19.24
2653.14/664.21	c  N dy 10637   2635125        60      5340         0    100788     37380   1492832     18.21     20.43
2689.88/673.47	c  N dy 10759   2655219        60      5340         0    118574     37380   1880613     18.21     19.70
2720.27/681.02	c  N dy 10873   2675246        60      5340         0     73723     37380    905166     18.22     20.57
2744.62/687.15	c  N dy 10947   2696001        60      5340         0     91940     37380   1294256     18.22     19.22
2765.77/692.45	c  S st 10994   2711357        60      5340         0    105395     37380   1581496     18.22     18.46
2767.38/692.81	c  S st 10994   2711858        60      5340         0    105848     37380   1591772     18.22   no data
2767.38/692.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2767.38/692.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2767.38/692.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2767.38/692.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2767.38/692.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2767.38/692.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2767.38/692.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2767.78/692.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2767.78/692.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2836.89/710.24	c lits-rem:      1032  cl-subs:    11910  v-elim:      0  v-fix:    0  time: 17.30 s
2836.89/710.24	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2836.89/710.26	c vivif2 --  cl tried    93938 cl shrink        0 lits rem          0 time: 0.02
2838.91/710.70	c asymm  cl-useful: 0/510/5340 lits-rem:0 time: 0.44
2838.91/710.71	c calculated reachability. Time: 0.00
2838.91/710.71	c  N dy 10994   2711858        60      5340         0     93938     37380   1345059     18.22   no data
2876.42/720.10	c  N dy 11102   2731951        60      5340         0    111678     37380   1729540     18.22     21.38
2919.56/730.95	c  N dy 11198   2752013        60      5340         0     66636     37380    747630     18.23     19.22
2950.71/738.71	c  N dy 11248   2782883        60      5340         0     93503     37380   1297841     18.21     19.17
2983.48/746.98	c  N dy 11331   2803065        60      5340         0    111234     37380   1678941     18.21     19.18
3019.04/755.81	c  N dy 11369   2823068        60      5340         0     64966     37380    700639     18.21     20.21
3062.58/766.71	c  N dy 11400   2867438        60      5340         0    103611     37380   1499940     18.19     19.15
3102.90/776.87	c  N dy 11526   2889752        60      5340         0    123334     37380   1931187     18.20     19.32
3133.66/784.56	c  N dy 11631   2909764        60      5340         0     76216     37380    931365     18.20     19.88
3158.83/790.88	c  N dy 11702   2930452        60      5340         0     94429     37380   1321770     18.20     19.20
3191.19/798.99	c  N dy 11787   2950494        60      5340         0    112086     37380   1699540     18.20     20.07
3234.35/809.72	c  N dy 11934   2970587        60      5340         0    129893     37380   2091467     18.21     19.53
3262.30/816.74	c  N dy 12019   2992111        60      5340         0     83036     37380   1065754     18.21     19.31
3293.44/824.55	c  N dy 12131   3013629        60      5340         0    102007     37380   1476510     18.22     19.25
3331.39/834.02	c  N dy 12238   3035328        60      5340         0    121183     37380   1892345     18.22     19.32
3372.94/844.43	c  N dy 12402   3055349        60      5340         0     71984     37380    821482     18.23     20.49
3394.91/849.93	c  N dy 12441   3075797        60      5340         0     89882     37380   1198276     18.23     19.25
3427.28/858.05	c  N dy 12553   3096468        60      5340         0    108124     37380   1594645     18.24     19.36
3470.00/868.78	c  N dy 12629   3121360        60      5340         0    129963     37380   2057852     18.23     19.33
3503.56/877.17	c  N dy 12727   3144129        60      5340         0     82207     37380   1025275     18.24     19.31
3530.72/883.93	c  N dy 12801   3164141        60      5340         0     99826     37380   1401102     18.24     19.52
3568.29/893.35	c  N dy 12922   3184601        60      5340         0    117845     37380   1795533     18.24     19.33
3611.82/904.21	c  N dy 13030   3204677        60      5340         0    135568     37380   2181561     18.25     19.30
3625.01/907.52	c  S st 13081   3211859        60      5340         0     73267     37380    827787     18.25     18.24
3625.79/907.74	c  S st 13081   3212361        60      5340         0     73725     37380    838155     18.25   no data
3625.79/907.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3625.79/907.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3625.79/907.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3625.79/907.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3625.79/907.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3625.79/907.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3625.79/907.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3626.19/907.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3626.19/907.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3631.79/909.29	c lits-rem:        84  cl-subs:     1197  v-elim:      0  v-fix:    0  time:  1.47 s
3631.79/909.29	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3632.19/909.31	c vivif2 --  cl tried    72528 cl shrink        0 lits rem          0 time: 0.02
3633.39/909.62	c asymm  cl-useful: 0/663/5340 lits-rem:0 time: 0.31
3633.39/909.63	c calculated reachability. Time: 0.00
3633.39/909.63	c  N dy 13081   3212361        60      5340         0     72528     37380    811344     18.25   no data
3660.56/916.47	c  N dy 13211   3232632        60      5340         0     90426     37380   1203300     18.26     19.31
3718.86/931.02	c  N dy 13256   3274482        60      5340         0    126792     37380   1943163     18.24     19.20
3765.61/942.72	c  N dy 13360   3305406        60      5340         0     84607     37380   1057223     18.23     19.26
3795.96/950.35	c  N dy 13451   3325581        60      5340         0    102297     37380   1437600     18.24     19.24
3835.50/960.23	c  N dy 13563   3345649        60      5340         0    119987     37380   1823452     18.24     20.40
3875.87/970.37	c  N dy 13655   3365725        60      5340         0    137696     37380   2207049     18.24     20.04
3907.80/978.31	c  N dy 13747   3388095        60      5340         0     87081     37380   1103328     18.25     19.21
3934.57/985.08	c  N dy 13783   3408183        60      5340         0    104663     37380   1473560     18.24     19.33
3969.32/993.75	c  N dy 13853   3428225        60      5340         0    122330     37380   1854487     18.24     19.47
4013.65/1004.90	c  N dy 13961   3448250        60      5340         0    140020     37380   2241023     18.25     19.71
4048.81/1013.69	c  N dy 13973   3477994        60      5340         0     94791     37380   1241655     18.24     19.23
4087.15/1023.22	c  N dy 14090   3500938        60      5340         0    115001     37380   1678350     18.24     19.21
4131.89/1034.43	c  N dy 14200   3522670        60      5340         0    134172     37380   2095826     18.25     19.27
4171.44/1044.34	c  N dy 14305   3542673        60      5340         0     79787     37380    929338     18.25     19.30
4201.02/1051.75	c  N dy 14383   3565254        60      5340         0     99604     37380   1352788     18.25     19.52
4238.14/1061.07	c  N dy 14514   3585713        60      5340         0    117617     37380   1748169     18.26     19.28
4278.89/1071.27	c  N dy 14582   3606967        60      5340         0    136256     37380   2142925     18.25     19.34
4316.84/1080.78	c  N dy 14674   3627360        60      5340         0     81287     37380    958168     18.26     19.22
4352.79/1089.77	c  N dy 14729   3655929        60      5340         0    106156     37380   1483291     18.25     19.24
4391.54/1099.47	c  N dy 14801   3678476        60      5340         0    125955     37380   1905961     18.25     19.22
4434.68/1110.26	c  N dy 14886   3698959        60      5340         0    144048     37380   2296593     18.25     19.27
4458.64/1116.29	c  S st 14950   3712361        60      5340         0     82060     37380    957499     18.26     17.46
4459.85/1116.54	c  S st 14950   3712869        60      5340         0     82529     37380    967741     18.26   no data
4459.85/1116.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4459.85/1116.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4459.85/1116.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4459.85/1116.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4459.85/1116.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4459.85/1116.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4459.85/1116.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4460.26/1116.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4460.26/1116.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4469.43/1118.93	c lits-rem:       219  cl-subs:     2481  v-elim:      0  v-fix:    0  time:  2.30 s
4469.43/1118.94	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4469.43/1118.95	c vivif2 --  cl tried    80048 cl shrink        0 lits rem          0 time: 0.02
4470.63/1119.28	c asymm  cl-useful: 0/598/5340 lits-rem:0 time: 0.33
4470.63/1119.29	c calculated reachability. Time: 0.00
4470.63/1119.29	c  N dy 14950   3712869        60      5340         0     80048     37380    916723     18.26   no data
4495.79/1125.50	c  N dy 14987   3734479        60      5340         0     98902     37380   1308274     18.25     19.25
4527.75/1133.54	c  F st 15097   3751563        60      5340         0    113906     37380   1637812     18.25   no data
4533.75/1135.00	c  N st 15102   3754862        60      5340         0    116817     37380   1702007     18.25   no data
4575.27/1145.49	c  N dy 15162   3777432        60      5340         0    136598     37380   2124647     18.25     19.26
4622.02/1157.10	c  N dy 15291   3797444        60      5340         0     79841     37380    906842     18.26     19.36
4651.98/1164.66	c  N dy 15413   3817788        60      5340         0     97773     37380   1299814     18.27     19.23
4689.12/1173.91	c  N dy 15532   3837808        60      5340         0    115369     37380   1684807     18.27     20.82
4729.47/1184.07	c  N dy 15619   3860022        60      5340         0    134817     37380   2101249     18.27     19.24
4778.60/1196.33	c  N dy 15724   3880501        60      5340         0     77338     37380    837604     18.27     19.30

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-3174100-1304092149/watcher-3174100-1304092149 -o /tmp/evaluation-result-3174100-1304092149/solver-3174100-1304092149 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174100-1304092149.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.52 7.97 8.01 7/180 940
/proc/meminfo: memFree=24385984/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 520812631 52441088 348 33554432000 4194304 4627427 140735087035136 18446744073709551615 212687731697 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/940/statm: 12803 348 299 106 0 7774 0
[pid=940/tid=941] ppid=938 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 520812631 52441088 353 33554432000 4194304 4627427 140735087035136 18446744073709551615 47836653471666 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=940/tid=942] ppid=938 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520812631 52441088 353 33554432000 4194304 4627427 140735087035136 18446744073709551615 47836653471666 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=940/tid=944] ppid=938 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 520812631 52441088 353 33554432000 4194304 4627427 140735087035136 18446744073709551615 212682722390 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106512 s]
/proc/loadavg: 7.52 7.97 8.01 7/180 940
/proc/meminfo: memFree=24385984/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=281864 CPUtime=0.4 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 1339 0 0 0 40 0 0 0 25 0 4 0 520812631 288628736 1248 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 70466 1248 364 106 0 65437 0
[pid=940/tid=941] ppid=938 vsize=281864 CPUtime=0.1 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 200 0 0 0 10 0 0 0 25 0 4 0 520812631 288628736 1248 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=281864 CPUtime=0.1 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 195 0 0 0 10 0 0 0 25 0 4 0 520812631 288628736 1248 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=281864 CPUtime=0.1 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 326 0 0 0 10 0 0 0 25 0 4 0 520812631 288628736 1248 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 281864

[startup+0.20048 s]
/proc/loadavg: 7.52 7.97 8.01 7/180 940
/proc/meminfo: memFree=24385984/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=283580 CPUtime=0.78 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 2860 0 0 0 78 0 0 0 25 0 4 0 520812631 290385920 2411 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 70895 2411 384 106 0 65866 0
[pid=940/tid=941] ppid=938 vsize=283580 CPUtime=0.19 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 632 0 0 0 19 0 0 0 25 0 4 0 520812631 290385920 2411 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=283580 CPUtime=0.19 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 651 0 0 0 19 0 0 0 25 0 4 0 520812631 290385920 2411 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=283580 CPUtime=0.19 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 527 0 0 0 19 0 0 0 25 0 4 0 520812631 290385920 2411 33554432000 4194304 4627427 140735087035136 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283580

[startup+0.30046 s]
/proc/loadavg: 7.52 7.97 8.01 7/180 940
/proc/meminfo: memFree=24385984/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=285204 CPUtime=1.18 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 3475 0 0 0 118 0 0 0 25 0 4 0 520812631 292048896 2545 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 71301 2545 384 106 0 66272 0
[pid=940/tid=941] ppid=938 vsize=285204 CPUtime=0.29 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 807 0 0 0 29 0 0 0 25 0 4 0 520812631 292048896 2545 33554432000 4194304 4627427 140735087035136 18446744073709551615 4333301 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=285204 CPUtime=0.29 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 833 0 0 0 29 0 0 0 25 0 4 0 520812631 292048896 2545 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=285204 CPUtime=0.29 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 604 0 0 0 29 0 0 0 25 0 4 0 520812631 292048896 2545 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285204

[startup+0.700387 s]
/proc/loadavg: 7.52 7.97 8.01 7/180 940
/proc/meminfo: memFree=24385984/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=286216 CPUtime=2.77 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 5398 0 0 0 277 0 0 0 25 0 4 0 520812631 293085184 3281 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 71554 3281 384 106 0 66525 0
[pid=940/tid=941] ppid=938 vsize=286216 CPUtime=0.69 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 1270 0 0 0 69 0 0 0 25 0 4 0 520812631 293085184 3281 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=286216 CPUtime=0.69 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 1275 0 0 0 69 0 0 0 25 0 4 0 520812631 293085184 3281 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=286216 CPUtime=0.69 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 1173 0 0 0 69 0 0 0 25 0 4 0 520812631 293085184 3281 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286216

[startup+1.50024 s]
/proc/loadavg: 7.52 7.97 8.01 9/184 945
/proc/meminfo: memFree=24355820/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=287324 CPUtime=5.97 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 9724 0 0 0 596 1 0 0 25 0 4 0 520812631 294219776 5145 33554432000 4194304 4627427 140735087035136 18446744073709551615 4427834 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 71831 5145 388 106 0 66802 0
[pid=940/tid=941] ppid=938 vsize=287324 CPUtime=1.48 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 2074 0 0 0 148 0 0 0 25 0 4 0 520812631 294219776 5145 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=287324 CPUtime=1.49 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 2099 0 0 0 149 0 0 0 25 0 4 0 520812631 294219776 5145 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=287324 CPUtime=1.48 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 1985 0 0 0 148 0 0 0 25 0 4 0 520812631 294219776 5145 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287324

[startup+3.10095 s]
/proc/loadavg: 7.52 7.97 8.01 9/184 946
/proc/meminfo: memFree=24329492/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=295680 CPUtime=12.37 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 17642 0 0 0 1234 3 0 0 25 0 4 0 520812631 302776320 9396 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 73920 9396 388 106 0 68891 0
[pid=940/tid=941] ppid=938 vsize=295680 CPUtime=3.07 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 4200 0 0 0 307 0 0 0 25 0 4 0 520812631 302776320 9396 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=295680 CPUtime=3.09 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 4619 0 0 0 309 0 0 0 25 0 4 0 520812631 302776320 9396 33554432000 4194304 4627427 140735087035136 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=295680 CPUtime=3.08 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 4487 0 0 0 308 0 0 0 25 0 4 0 520812631 302776320 9396 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 295680

[startup+6.30037 s]
/proc/loadavg: 7.56 7.97 8.01 9/184 946
/proc/meminfo: memFree=24304320/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=299144 CPUtime=25.14 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 26338 0 0 0 2510 4 0 0 25 0 4 0 520812631 306323456 12110 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 74786 12110 388 106 0 69757 0
[pid=940/tid=941] ppid=938 vsize=299144 CPUtime=6.26 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 6961 0 0 0 625 1 0 0 25 0 4 0 520812631 306323456 12110 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=299144 CPUtime=6.28 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 6834 0 0 0 628 0 0 0 25 0 4 0 520812631 306323456 12110 33554432000 4194304 4627427 140735087035136 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=299144 CPUtime=6.29 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 6462 0 0 0 628 1 0 0 25 0 4 0 520812631 306323456 12110 33554432000 4194304 4627427 140735087035136 18446744073709551615 4330330 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 299144

[startup+12.7002 s]
/proc/loadavg: 7.60 7.97 8.01 9/184 946
/proc/meminfo: memFree=24277644/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=299272 CPUtime=50.71 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 39802 0 0 0 5064 7 0 0 25 0 4 0 520812631 306454528 15834 33554432000 4194304 4627427 140735087035136 18446744073709551615 4420161 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 74818 15834 388 106 0 69789 0
[pid=940/tid=941] ppid=938 vsize=299272 CPUtime=12.62 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 10207 0 0 0 1261 1 0 0 25 0 4 0 520812631 306454528 15834 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=299272 CPUtime=12.69 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 8632 0 0 0 1268 1 0 0 25 0 4 0 520812631 306454528 15834 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=299272 CPUtime=12.69 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 10317 0 0 0 1267 2 0 0 25 0 4 0 520812631 306454528 15834 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 299272

[startup+25.5009 s]
/proc/loadavg: 7.68 7.97 8.01 9/184 946
/proc/meminfo: memFree=24238188/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=290564 CPUtime=101.83 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 60377 0 0 0 10171 12 0 0 25 0 4 0 520812631 297537536 21023 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 72641 21023 388 106 0 67612 0
[pid=940/tid=941] ppid=938 vsize=290564 CPUtime=25.35 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 16095 0 0 0 2532 3 0 0 25 0 4 0 520812631 297537536 21023 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=290564 CPUtime=25.49 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 13299 0 0 0 2547 2 0 0 25 0 4 0 520812631 297537536 21023 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=290564 CPUtime=25.48 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 15424 0 0 0 2545 3 0 0 25 0 4 0 520812631 297537536 21023 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 290564

[startup+51.1012 s]
/proc/loadavg: 7.86 7.99 8.01 9/184 947
/proc/meminfo: memFree=24206116/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=301488 CPUtime=204.1 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 89948 0 0 0 20391 19 0 0 25 0 4 0 520812631 308723712 24173 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 75372 24173 388 106 0 70343 0
[pid=940/tid=941] ppid=938 vsize=301488 CPUtime=50.81 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 23501 0 0 0 5077 4 0 0 25 0 4 0 520812631 308723712 24173 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=301488 CPUtime=51.09 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 20805 0 0 0 5105 4 0 0 25 0 4 0 520812631 308723712 24173 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=301488 CPUtime=51.08 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 22133 0 0 0 5103 5 0 0 25 0 4 0 520812631 308723712 24173 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 301488

[startup+102.301 s]
/proc/loadavg: 7.94 7.99 8.01 9/184 948
/proc/meminfo: memFree=24190596/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=313476 CPUtime=408.63 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 135164 0 0 0 40829 34 0 0 25 0 4 0 520812631 320999424 26894 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 78369 26894 388 106 0 73340 0
[pid=940/tid=941] ppid=938 vsize=313476 CPUtime=101.73 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 32989 0 0 0 10166 7 0 0 25 0 4 0 520812631 320999424 26895 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=313476 CPUtime=102.29 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 31741 0 0 0 10222 7 0 0 25 0 4 0 520812631 320999424 26895 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=313476 CPUtime=102.28 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 35585 0 0 0 10219 9 0 0 25 0 4 0 520812631 320999424 26895 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 313476

[startup+162.301 s]

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

[pid=940] ppid=938 vsize=373404 CPUtime=2565.66 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 407023 0 0 0 256431 135 0 0 25 0 4 0 520812631 382365696 65681 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 93351 65681 388 106 0 88322 0
[pid=940/tid=941] ppid=938 vsize=373404 CPUtime=638.79 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 100481 0 0 0 63847 32 0 0 25 0 4 0 520812631 382365696 65681 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=373404 CPUtime=642.3 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 94346 0 0 0 64198 32 0 0 25 0 4 0 520812631 382365696 65681 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=373404 CPUtime=642.23 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 105718 0 0 0 64188 35 0 0 25 0 4 0 520812631 382365696 65681 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 373404

[startup+702.301 s]
/proc/loadavg: 8.01 8.01 8.00 9/184 964
/proc/meminfo: memFree=23907752/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=415336 CPUtime=2805.33 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 432130 0 0 0 280389 144 0 0 25 0 4 0 520812631 425304064 64489 33554432000 4194304 4627427 140735087035136 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 103834 64489 388 106 0 98805 0
[pid=940/tid=941] ppid=938 vsize=415336 CPUtime=698.46 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 106572 0 0 0 69812 34 0 0 25 0 4 0 520812631 425304064 64489 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=415336 CPUtime=702.3 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 99026 0 0 0 70196 34 0 0 25 0 4 0 520812631 425304064 64489 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=415336 CPUtime=702.23 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 112761 0 0 0 70184 39 0 0 25 0 4 0 520812631 425304064 64489 33554432000 4194304 4627427 140735087035136 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 415336

[startup+762.301 s]
/proc/loadavg: 8.00 8.01 8.00 9/184 975
/proc/meminfo: memFree=23893260/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=509084 CPUtime=3045 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 449720 0 0 0 304348 152 0 0 25 0 4 0 520812631 521302016 66690 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 127271 66690 388 106 0 122242 0
[pid=940/tid=941] ppid=938 vsize=509084 CPUtime=758.13 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 111495 0 0 0 75778 35 0 0 25 0 4 0 520812631 521302016 66691 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=509084 CPUtime=762.3 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 103735 0 0 0 76194 36 0 0 25 0 4 0 520812631 521302016 66691 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=509084 CPUtime=762.23 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 115942 0 0 0 76183 40 0 0 25 0 4 0 520812631 521302016 66691 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 509084

[startup+822.301 s]
/proc/loadavg: 8.04 8.02 8.00 9/184 977
/proc/meminfo: memFree=23856284/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=510008 CPUtime=3284.66 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 468811 0 0 0 328306 160 0 0 25 0 4 0 520812631 522248192 70797 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 127502 70797 388 106 0 122473 0
[pid=940/tid=941] ppid=938 vsize=510008 CPUtime=817.8 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 116856 0 0 0 81743 37 0 0 25 0 4 0 520812631 522248192 70797 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=510008 CPUtime=822.3 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 108896 0 0 0 82192 38 0 0 25 0 4 0 520812631 522248192 70797 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=510008 CPUtime=822.22 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 120992 0 0 0 82179 43 0 0 25 0 4 0 520812631 522248192 70797 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 510008

[startup+882.307 s]
/proc/loadavg: 8.05 8.03 8.00 9/184 979
/proc/meminfo: memFree=23877224/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=457392 CPUtime=3524.35 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 483642 0 0 0 352269 166 0 0 25 0 4 0 520812631 468369408 70187 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 114348 70187 388 106 0 109319 0
[pid=940/tid=941] ppid=938 vsize=457392 CPUtime=877.48 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 119613 0 0 0 87710 38 0 0 25 0 4 0 520812631 468369408 70187 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=457392 CPUtime=882.31 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 113957 0 0 0 88191 40 0 0 25 0 4 0 520812631 468369408 70187 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=457392 CPUtime=882.21 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 123644 0 0 0 88177 44 0 0 25 0 4 0 520812631 468369408 70187 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 457392

[startup+942.301 s]
/proc/loadavg: 8.31 8.10 8.02 9/184 984
/proc/meminfo: memFree=23882320/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=511832 CPUtime=3764.01 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 500067 0 0 0 376226 175 0 0 25 0 4 0 520812631 524115968 68211 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 127958 68211 388 106 0 122929 0
[pid=940/tid=941] ppid=938 vsize=511832 CPUtime=937.15 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 122429 0 0 0 93676 39 0 0 25 0 4 0 520812631 524115968 68211 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=511832 CPUtime=942.3 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 119395 0 0 0 94186 44 0 0 25 0 4 0 520812631 524115968 68211 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=511832 CPUtime=942.2 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 126490 0 0 0 94175 45 0 0 25 0 4 0 520812631 524115968 68211 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 511832

[startup+1002.3 s]
/proc/loadavg: 8.26 8.12 8.03 9/184 985
/proc/meminfo: memFree=23828204/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=543408 CPUtime=4003.67 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 518955 0 0 0 400185 182 0 0 25 0 4 0 520812631 556449792 78862 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 135852 78862 388 106 0 130823 0
[pid=940/tid=941] ppid=938 vsize=543408 CPUtime=996.82 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 127324 0 0 0 99641 41 0 0 25 0 4 0 520812631 556449792 78862 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=543408 CPUtime=1002.31 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 124319 0 0 0 100185 46 0 0 25 0 4 0 520812631 556449792 78862 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=543408 CPUtime=1002.2 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 131589 0 0 0 100173 47 0 0 25 0 4 0 520812631 556449792 78862 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 543408

[startup+1062.3 s]
/proc/loadavg: 8.24 8.13 8.04 9/184 987
/proc/meminfo: memFree=23864884/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=556880 CPUtime=4243.34 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 538598 0 0 0 424142 192 0 0 25 0 4 0 520812631 570245120 73838 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 139220 73838 388 106 0 134191 0
[pid=940/tid=941] ppid=938 vsize=556880 CPUtime=1056.5 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 132162 0 0 0 105607 43 0 0 25 0 4 0 520812631 570245120 73838 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=556880 CPUtime=1062.31 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 129132 0 0 0 106182 49 0 0 25 0 4 0 520812631 570245120 73838 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=556880 CPUtime=1062.19 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 136508 0 0 0 106169 50 0 0 25 0 4 0 520812631 570245120 73838 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 556880

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.04 9/184 988
/proc/meminfo: memFree=23856816/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=557152 CPUtime=4483 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 555829 0 0 0 448102 198 0 0 25 0 4 0 520812631 570523648 77083 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 139288 77083 388 106 0 134259 0
[pid=940/tid=941] ppid=938 vsize=557152 CPUtime=1116.17 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 136254 0 0 0 111572 45 0 0 25 0 4 0 520812631 570523648 77083 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=557152 CPUtime=1122.31 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 133330 0 0 0 112180 51 0 0 25 0 4 0 520812631 570523648 77083 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=557152 CPUtime=1122.19 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 140578 0 0 0 112168 51 0 0 25 0 4 0 520812631 570523648 77083 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 557152

[startup+1182.3 s]
/proc/loadavg: 8.19 8.13 8.04 9/184 990
/proc/meminfo: memFree=23851084/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=557452 CPUtime=4722.69 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 574698 0 0 0 472062 207 0 0 25 0 4 0 520812631 570830848 76002 33554432000 4194304 4627427 140735087035136 18446744073709551615 4324267 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 139363 76002 388 106 0 134334 0
[pid=940/tid=941] ppid=938 vsize=557452 CPUtime=1175.84 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 141040 0 0 0 117537 47 0 0 25 0 4 0 520812631 570830848 76002 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=557452 CPUtime=1182.31 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 138568 0 0 0 118178 53 0 0 25 0 4 0 520812631 570830848 76002 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=557452 CPUtime=1182.19 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 145562 0 0 0 118166 53 0 0 25 0 4 0 520812631 570830848 76002 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 557452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 8.04 5/179 991
/proc/meminfo: memFree=24085976/32951124 swapFree=67111524/67111528
[pid=940] ppid=938 vsize=557516 CPUtime=4800.18 cores=0,2,4,6
/proc/940/stat : 940 (strangenight2-m) R 938 940 32720 0 -1 4202496 579180 0 0 0 479809 209 0 0 25 0 4 0 520812631 570896384 77584 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/940/statm: 139379 77584 388 106 0 134350 0
[pid=940/tid=941] ppid=938 vsize=557516 CPUtime=1195.14 cores=0,2,4,6
/proc/940/task/941/stat : 941 (strangenight2-m) R 938 940 32720 0 -1 4202560 141987 0 0 0 119466 48 0 0 25 0 4 0 520812631 570896384 77584 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=940/tid=942] ppid=938 vsize=557516 CPUtime=1201.72 cores=0,2,4,6
/proc/940/task/942/stat : 942 (strangenight2-m) R 938 940 32720 0 -1 4202560 139312 0 0 0 120119 53 0 0 25 0 4 0 520812631 570896384 77584 33554432000 4194304 4627427 140735087035136 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=940/tid=944] ppid=938 vsize=557516 CPUtime=1201.58 cores=0,2,4,6
/proc/940/task/944/stat : 944 (strangenight2-m) R 938 940 32720 0 -1 4202560 146380 0 0 0 120105 53 0 0 25 0 4 0 520812631 570896384 77584 33554432000 4194304 4627427 140735087035136 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 557516

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.24
CPU user time (s): 4798.13
CPU system time (s): 2.10968
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 570084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.13
system time used= 2.10968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579180
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= 279
involuntary context switches= 22627

runsolver used 2.07069 second user time and 4.51531 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 17:49:09
IDJOB=3174100
IDBENCH=82918
IDSOLVER=1586
FILE ID=node139/3174100-1304092149
RUNJOBID= node139-1304090944-776
PBS_JOBID= 13170557
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= 9e4f1914facdb4a8b3ffdd1de343beff
RANDOM SEED=399861244

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24386264 kB
Buffers:       2042196 kB
Cached:        5928936 kB
SwapCached:          4 kB
Active:         935480 kB
Inactive:      7110736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24386264 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11680 kB
Writeback:           0 kB
AnonPages:       75568 kB
Mapped:          15440 kB
Slab:           453816 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283656 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= 72548 MiB
End job on node139 at 2011-04-29 18:09:13