Trace number 3366509

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366509-1305405808.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.37/0.13	c Parsing time:  0.00 s
0.37/0.13	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.37/0.13	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.37/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      31 undec:       1 neg:      28
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.80	c  N dy     8      4325        60      5340         0      3870     37380     84978     18.56     19.54
3.17/0.80	c  N dy    11      9811        60      5340         0      6490     37380    132476     17.88     18.87
3.57/0.98	c  N dy    30     23428        60      5340         0      9773     37380    183618     17.25     18.17
4.00/1.07	c  F st    45     25001        60      5340         0     11173     37380    213805     17.40   no data
4.76/1.22	c  N st    50     28300        60      5340         0      8092     37380    144087     17.40   no data
4.76/1.29	c  S st    51     30000        60      5340         0      9610     37380    176236     17.40   no data
5.16/1.33	c  S st    51     30502        60      5340         0     10067     37380    186368     17.40   no data
5.16/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.33	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.53	c lits-rem:       107  cl-subs:     1099  v-elim:      0  v-fix:    0  time:  0.20 s
6.75/1.75	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.75/1.75	c calculated reachability. Time: 0.00
6.75/1.75	c  N dy    51     30502        60      5340         0      8968     37380    162594     17.40   no data
7.55/1.98	c  N dy    79     34691        60      5340         0     12721     37380    242689     17.63     18.63
8.39/2.19	c  N dy    98     38784        60      5340         0      9414     37380    159844     17.74     18.70
9.54/2.48	c  N dy   120     44013        60      5340         0     14097     37380    259685     17.82     18.81
10.34/2.60	c  S st   134     45753        60      5340         0     15640     37380    292627     17.87   no data
10.34/2.65	c  S st   134     46259        60      5340         0      8133     37380    124377     17.87   no data
10.34/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.34/2.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.34/2.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.34/2.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.69	c lits-rem:         7  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.03 s
10.34/2.69	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.34/2.69	c vivif2 --  cl tried     8112 cl shrink        0 lits rem          0 time: 0.00
11.14/2.90	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.14/2.90	c calculated reachability. Time: 0.00
11.14/2.90	c  N dy   134     46259        60      5340         0      8112     37380    123860     17.87   no data
12.34/3.11	c  N dy   159     50315        60      5340         0     11751     37380    201755     17.96     19.51
15.12/3.80	c  N dy   169     62686        60      5340         0     13786     37380    228840     17.70     18.66
16.33/4.10	c  N dy   192     67194        60      5340         0     17810     37380    313953     17.76     18.80
16.73/4.30	c  S st   209     69388        60      5340         0     10009     37380    146170     17.79     16.20
17.16/4.33	c  S st   209     69892        60      5340         0     10471     37380    156312     17.79   no data
17.16/4.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.16/4.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.16/4.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.16/4.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.16/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.40	c lits-rem:        11  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.05 s
17.16/4.40	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.40	c vivif2 --  cl tried    10336 cl shrink        0 lits rem          0 time: 0.00
18.32/4.64	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.24
18.32/4.64	c calculated reachability. Time: 0.00
18.32/4.64	c  N dy   209     69892        60      5340         0     10336     37380    153423     17.79   no data
19.52/4.92	c  N dy   252     74413        60      5340         0     14367     37380    241416     17.92     18.89
20.72/5.25	c  N dy   277     79173        60      5340         0     18591     37380    331743     17.98     19.61
22.30/5.68	c  N dy   303     85074        60      5340         0     13191     37380    201229     18.00     18.95
23.10/5.84	c  F st   318     87501        60      5340         0     15343     37380    247189     18.03     17.19
23.90/6.05	c  N st   323     90800        60      5340         0     18266     37380    311186     18.03   no data
26.34/6.61	c  N dy   334     98910        60      5340         0     13896     37380    206435     18.00     19.19
27.49/6.99	c  S st   347    104839        60      5340         0     19083     37380    312564     17.94     15.79
27.89/7.04	c  S st   347    105341        60      5340         0     19537     37380    322598     17.94   no data
27.89/7.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.89/7.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.89/7.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.89/7.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/7.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.89/7.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.89/7.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.89/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.51	c lits-rem:       269  cl-subs:     2209  v-elim:      0  v-fix:    0  time:  0.45 s
29.89/7.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.89/7.52	c vivif2 --  cl tried    17328 cl shrink        0 lits rem          0 time: 0.00
31.08/7.87	c asymm  cl-useful: 0/5035/5340 lits-rem:0 time: 0.35
31.08/7.87	c calculated reachability. Time: 0.00
31.08/7.87	c  N dy   347    105341        60      5340         0     17328     37380    278999     17.94   no data
33.48/8.40	c  N dy   356    112117        60      5340         0     23276     37380    401976     17.89     19.04
35.86/9.01	c  N dy   364    121117        60      5340         0     18979     37380    303514     17.82     18.80
38.66/9.74	c  N dy   411    128886        60      5340         0     25886     37380    451245     17.89     18.84
41.06/10.31	c  N dy   432    137226        60      5340         0     20084     37380    316928     17.86     18.82
44.24/11.16	c  N dy   498    146041        60      5340         0     27956     37380    487340     17.96     20.04
47.87/12.01	c  N dy   502    158011        60      5340         0     24319     37380    388074     17.84     16.55
47.87/12.01	c  S st   502    158011        60      5340         0     24319     37380    388074     17.84     16.55
47.87/12.08	c  S st   502    158512        60      5340         0     24773     37380    398098     17.84   no data
47.87/12.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.87/12.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.87/12.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.87/12.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.87/12.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.87/12.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.87/12.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.87/12.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.87/12.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.26/13.12	c lits-rem:       329  cl-subs:     3612  v-elim:      0  v-fix:    0  time:  1.02 s
52.26/13.12	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
52.26/13.13	c vivif2 --  cl tried    21161 cl shrink        0 lits rem          0 time: 0.00
53.42/13.48	c asymm  cl-useful: 0/4520/5340 lits-rem:0 time: 0.35
53.42/13.48	c calculated reachability. Time: 0.00
53.42/13.48	c  N dy   502    158512        60      5340         0     21161     37380    328893     17.84   no data
57.80/14.55	c  N dy   575    169540        60      5340         0     16137     37380    215560     17.92     18.93
61.79/15.55	c  N dy   599    182990        60      5340         0     27994     37380    462265     17.87     18.88
66.98/16.89	c  N dy   648    197712        60      5340         0     25236     37380    394377     17.86     18.84
72.56/18.22	c  N dy   733    210340        60      5340         0     19697     37380    272552     17.93     19.63
78.15/19.71	c  N dy   820    224089        60      5340         0     31936     37380    536979     18.00     19.00
82.96/20.89	c  S st   840    237769        60      5340         0     26203     37380    391110     17.95     16.78
83.38/20.96	c  S st   840    238271        60      5340         0     26664     37380    401335     17.95   no data
83.38/20.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.38/20.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.38/20.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.38/20.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.38/20.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.38/20.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
83.38/20.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.38/20.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
83.38/20.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.93/21.83	c lits-rem:       251  cl-subs:     2958  v-elim:      0  v-fix:    0  time:  0.85 s
86.93/21.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
86.93/21.84	c vivif2 --  cl tried    23706 cl shrink        0 lits rem          0 time: 0.00
87.36/21.92	c asymm  cl-useful: 0/820/5340 lits-rem:0 time: 0.08
87.36/21.92	c calculated reachability. Time: 0.00
87.36/21.92	c  N dy   840    238271        60      5340         0     23706     37380    344469     17.95   no data
95.71/24.08	c  N dy   912    260603        60      5340         0     25111     37380    355040     17.91     18.95
104.48/26.22	c  N dy   917    283789        60      5340         0     26109     37380    367621     17.76     18.75
113.69/28.57	c  N dy  1032    302629        60      5340         0     22576     37380    292853     17.82     18.77
115.25/28.93	c  F st  1062    306250        60      5340         0     25821     37380    364070     17.85   no data
122.46/30.78	c  N dy  1127    322023        60      5340         0     39816     37380    666429     17.88     20.16
131.24/32.99	c  N dy  1179    343213        60      5340         0     37342     37380    589372     17.85     18.79
138.39/34.79	c  S st  1228    357406        60      5340         0     27756     37380    378846     17.85     16.59
138.79/34.87	c  S st  1228    357910        60      5340         0     28216     37380    388942     17.85   no data
138.79/34.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.79/34.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.79/34.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.79/34.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.79/34.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.79/34.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.79/34.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.79/34.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
138.79/34.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.17/35.48	c lits-rem:       154  cl-subs:     1784  v-elim:      0  v-fix:    0  time:  0.59 s
141.17/35.48	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.17/35.49	c vivif2 --  cl tried    26432 cl shrink        0 lits rem          0 time: 0.00
142.77/35.86	c asymm  cl-useful: 0/3553/5340 lits-rem:0 time: 0.37
142.77/35.86	c calculated reachability. Time: 0.00
142.77/35.86	c  N dy  1228    357910        60      5340         0     26432     37380    354699     17.85   no data
153.59/38.53	c  N dy  1324    378283        60      5340         0     44533     37380    740920     17.89     18.98
166.75/41.82	c  N dy  1426    403210        60      5340         0     43676     37380    708995     17.90     18.97
177.87/44.66	c  N dy  1507    425032        60      5340         0     39134     37380    603172     17.91     18.92
190.24/47.77	c  N dy  1670    445121        60      5340         0     32230     37380    449755     17.98     19.28
203.80/51.11	c  N dy  1732    470102        60      5340         0     28628     37380    355932     17.97     19.02
216.56/54.34	c  N dy  1809    494151        60      5340         0     49943     37380    802746     17.96     19.02
228.18/57.29	c  N dy  1912    514904        60      5340         0     41802     37380    629061     17.99     19.01
240.93/60.44	c  N dy  1986    534998        60      5340         0     32125     37380    411250     18.00     20.00
241.69/60.68	c  S st  1998    536866        60      5340         0     33795     37380    447432     18.00     17.75
242.09/60.78	c  S st  1998    537372        60      5340         0     34243     37380    457367     18.00   no data
242.09/60.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.09/60.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.09/60.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.09/60.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.09/60.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.09/60.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
242.09/60.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.49/60.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.49/60.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.32/61.52	c lits-rem:       170  cl-subs:     1557  v-elim:      0  v-fix:    0  time:  0.71 s
245.32/61.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
245.32/61.52	c vivif2 --  cl tried    32686 cl shrink        0 lits rem          0 time: 0.00
246.08/61.79	c asymm  cl-useful: 0/1787/5340 lits-rem:0 time: 0.27
246.08/61.79	c calculated reachability. Time: 0.00
246.08/61.79	c  N dy  1998    537372        60      5340         0     32686     37380    423597     18.00   no data
259.25/65.05	c  N dy  2094    558587        60      5340         0     51552     37380    826501     18.02     19.07
271.64/68.19	c  N dy  2201    579217        60      5340         0     41582     37380    605148     18.05     19.01
286.37/71.89	c  N dy  2295    599243        60      5340         0     30090     37380    347011     18.06     20.70
298.39/74.83	c  N dy  2388    620406        60      5340         0     48879     37380    746750     18.07     19.09
311.90/78.24	c  N dy  2423    643391        60      5340         0     38935     37380    515298     18.04     19.02
326.26/81.86	c  N dy  2533    663625        60      5340         0     56914     37380    902948     18.06     19.02
340.22/85.34	c  N dy  2614    684807        60      5340         0     44688     37380    638485     18.07     19.15
356.58/89.48	c  N dy  2662    707667        60      5340         0     32977     37380    378094     18.05     19.09
369.74/92.74	c  N dy  2783    727717        60      5340         0     50833     37380    764040     18.08     20.41
384.10/96.36	c  N dy  2816    747751        60      5340         0     35669     37380    424696     18.05     19.03
397.27/99.64	c  N dy  2896    767796        60      5340         0     53401     37380    802476     18.05     20.88
413.62/103.74	c  N dy  2970    788708        60      5340         0     38333     37380    469166     18.06     19.04
424.40/106.47	c  S st  3016    806059        60      5340         0     53679     37380    793116     18.06     17.19
425.22/106.62	c  S st  3016    806561        60      5340         0     54134     37380    803113     18.06   no data
425.22/106.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.22/106.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
425.22/106.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.22/106.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.22/106.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.22/106.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
425.22/106.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.22/106.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
425.22/106.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.96/109.85	c lits-rem:       554  cl-subs:     5668  v-elim:      0  v-fix:    0  time:  3.17 s
437.96/109.85	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
437.96/109.87	c vivif2 --  cl tried    48466 cl shrink        0 lits rem          0 time: 0.01
438.80/110.09	c asymm  cl-useful: 0/1191/5340 lits-rem:0 time: 0.22
438.80/110.09	c calculated reachability. Time: 0.00
438.80/110.09	c  N dy  3016    806561        60      5340         0     48466     37380    687382     18.06   no data
454.31/113.97	c  N dy  3072    826587        60      5340         0     66163     37380   1061035     18.06     20.27
469.10/117.63	c  N dy  3202    846658        60      5340         0     49779     37380    713034     18.08     19.32
487.07/122.17	c  N dy  3296    866667        60      5340         0     67509     37380   1093954     18.09     19.53
502.18/125.96	c  N dy  3419    886914        60      5340         0     50245     37380    711210     18.12     19.11
519.33/130.26	c  N dy  3500    906921        60      5340         0     67919     37380   1088787     18.12     19.51
561.65/140.85	c  N dy  3602    968242        60      5340         0     48487     37380    631235     18.03     19.15
579.56/145.37	c  N dy  3744    988523        60      5340         0     66509     37380   1022740     18.06     19.03
597.51/149.81	c  N dy  3817   1008978        60      5340         0     46709     37380    596516     18.06     19.03
615.46/154.38	c  N dy  3897   1031605        60      5340         0     66725     37380   1024545     18.07     19.27
635.84/159.45	c  N dy  4010   1051669        60      5340         0     45631     37380    567869     18.08     19.23
652.56/163.68	c  N dy  4137   1071671        60      5340         0     63310     37380    951538     18.10     19.38
652.96/163.74	c  F st  4140   1071877        60      5340         0     63491     37380    955617     18.10   no data
672.90/168.70	c  N dy  4181   1092962        60      5340         0     42354     37380    484782     18.10     19.05
688.06/172.53	c  N dy  4274   1112969        60      5340         0     60078     37380    866218     18.11     20.61
705.61/176.90	c  N dy  4297   1134618        60      5340         0     79010     37380   1255214     18.08     19.04
727.15/182.39	c  N dy  4382   1163854        60      5340         0     64240     37380    936250     18.07     19.16
747.89/187.57	c  N dy  4447   1184276        60      5340         0     82275     37380   1322473     18.07     19.07
764.24/191.67	c  N dy  4576   1204313        60      5340         0     58607     37380    823119     18.09     19.89
769.83/193.08	c  S st  4615   1209843        60      5340         0     63520     37380    930065     18.10   no data
770.63/193.26	c  S st  4615   1210345        60      5340         0     63980     37380    940239     18.10   no data
770.63/193.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
770.63/193.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
770.63/193.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.63/193.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.63/193.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.63/193.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
770.63/193.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
771.03/193.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
771.03/193.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.55/199.22	c lits-rem:       601  cl-subs:     5164  v-elim:      0  v-fix:    0  time:  5.88 s
794.55/199.22	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
794.55/199.23	c vivif2 --  cl tried    58816 cl shrink        0 lits rem          0 time: 0.01
796.15/199.68	c asymm  cl-useful: 0/872/5340 lits-rem:0 time: 0.45
796.15/199.68	c calculated reachability. Time: 0.00
796.15/199.68	c  N dy  4615   1210345        60      5340         0     58816     37380    825457     18.10   no data
833.27/208.96	c  N dy  4641   1242164        60      5340         0     44717     37380    507608     18.07     19.03
853.98/214.17	c  N dy  4654   1272613        60      5340         0     71277     37380   1041737     18.02     19.07
877.56/220.03	c  N dy  4759   1292705        60      5340         0     46071     37380    527644     18.03     22.23
894.27/224.31	c  N dy  4871   1313047        60      5340         0     64035     37380    914562     18.04     19.07
917.80/230.11	c  N dy  4997   1333064        60      5340         0     81824     37380   1298961     18.05     20.26
946.12/237.22	c  N dy  5078   1365642        60      5340         0     66436     37380    937481     18.03     19.00
982.86/246.45	c  N dy  5196   1393635        60      5340         0     46210     37380    508412     18.04     19.12
1004.38/251.84	c  N dy  5304   1417694        60      5340         0     67474     37380    963207     18.04     19.05
1028.68/257.92	c  N dy  5435   1437748        60      5340         0     85264     37380   1349066     18.06     20.12
1049.82/263.20	c  N dy  5568   1457848        60      5340         0     57154     37380    741285     18.08     21.62
1070.95/268.58	c  N dy  5629   1481129        60      5340         0     77693     37380   1175994     18.07     19.03
1092.14/273.89	c  N dy  5634   1502368        60      5340         0     49482     37380    555768     18.05     19.26
1109.69/278.29	c  N dy  5722   1523554        60      5340         0     68159     37380    955795     18.05     19.00
1135.18/284.66	c  N dy  5870   1543577        60      5340         0     85991     37380   1345531     18.06     19.03
1160.71/291.09	c  N dy  5986   1567068        60      5340         0     59117     37380    759665     18.07     19.12
1189.83/298.36	c  N dy  6021   1600673        60      5340         0     88448     37380   1358483     18.04     19.01
1214.16/304.48	c  N dy  6161   1620680        60      5340         0     57724     37380    721067     18.06     20.38
1245.28/312.28	c  N dy  6278   1652606        60      5340         0     85894     37380   1317977     18.06     19.03
1275.59/319.89	c  N dy  6388   1677412        60      5340         0     58279     37380    711710     18.06     19.18
1295.13/324.71	c  N dy  6453   1697489        60      5340         0     75936     37380   1085603     18.06     20.01
1310.69/328.69	c  S st  6518   1710345        60      5340         0     87365     37380   1332532     18.07   no data
1311.93/328.95	c  S st  6518   1710852        60      5340         0     87826     37380   1342975     18.07   no data
1311.93/328.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1312.28/329.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1312.28/329.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1312.28/329.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1312.28/329.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1312.28/329.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1312.28/329.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1312.28/329.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1312.28/329.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1374.10/344.52	c lits-rem:      1141  cl-subs:    11035  v-elim:      0  v-fix:    0  time: 15.47 s
1374.10/344.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1374.10/344.54	c vivif2 --  cl tried    76791 cl shrink        0 lits rem          0 time: 0.02
1376.10/345.07	c asymm  cl-useful: 0/642/5340 lits-rem:0 time: 0.53
1376.10/345.07	c calculated reachability. Time: 0.00
1376.10/345.07	c  N dy  6518   1710852        60      5340         0     76791     37380   1117279     18.07   no data
1412.00/354.09	c  N dy  6586   1730937        60      5340         0     94532     37380   1496157     18.07     19.78
1441.51/361.47	c  N dy  6697   1752722        60      5340         0     64239     37380    838872     18.07     19.03
1465.48/367.47	c  N dy  6813   1772730        60      5340         0     81956     37380   1222077     18.08     21.54
1492.56/374.29	c  N dy  6883   1793121        60      5340         0     99963     37380   1606634     18.08     19.04
1511.71/379.09	c  N dy  6960   1813220        60      5340         0     66768     37380    882513     18.09     19.65
1538.43/385.73	c  N dy  7102   1834714        60      5340         0     85857     37380   1299565     18.10     19.07
1571.13/393.92	c  N dy  7233   1855476        60      5340         0     52247     37380    558164     18.11     19.10
1591.88/399.17	c  N dy  7286   1878249        60      5340         0     72235     37380    976829     18.10     19.26
1622.60/406.84	c  N dy  7445   1898257        60      5340         0     90013     37380   1368848     18.12     20.18
1654.89/414.91	c  N dy  7537   1920321        60      5340         0     56568     37380    641609     18.12     19.28
1675.67/420.14	c  N dy  7644   1941387        60      5340         0     75169     37380   1042882     18.13     19.14
1710.77/428.97	c  N dy  7738   1970982        60      5340         0    101300     37380   1604068     18.13     19.17
1736.27/435.30	c  N dy  7815   1992666        60      5340         0     66549     37380    843017     18.13     19.09
1759.04/441.08	c  N dy  7902   2013090        60      5340         0     84506     37380   1226536     18.13     19.26
1799.68/451.26	c  N dy  7985   2044245        60      5340         0     57227     37380    631915     18.13     19.11
1820.04/456.40	c  N dy  8088   2064282        60      5340         0     74957     37380   1016101     18.13     19.13
1847.55/463.24	c  N dy  8208   2084329        60      5340         0     92695     37380   1402064     18.14     19.83
1896.62/475.51	c  N dy  8254   2128385        60      5340         0     75560     37380    988881     18.11     19.09
1923.74/482.30	c  N dy  8344   2149603        60      5340         0     94264     37380   1388374     18.11     19.18
1954.85/490.16	c  N dy  8384   2173191        60      5340         0     58768     37380    648701     18.10     19.07
1978.00/495.96	c  N dy  8501   2195133        60      5340         0     78062     37380   1063794     18.11     19.11
1999.14/501.27	c  S st  8592   2210852        60      5340         0     91989     37380   1367634     18.12   no data
2000.36/501.55	c  S st  8592   2211357        60      5340         0     92446     37380   1377924     18.12   no data
2000.36/501.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2000.36/501.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2000.36/501.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2000.36/501.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2000.36/501.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2000.36/501.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2000.36/501.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2000.77/501.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2000.77/501.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2053.42/514.85	c lits-rem:       923  cl-subs:     9520  v-elim:      0  v-fix:    0  time: 13.19 s
2053.42/514.85	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2053.42/514.87	c vivif2 --  cl tried    82926 cl shrink        0 lits rem          0 time: 0.02
2054.97/515.29	c asymm  cl-useful: 0/605/5340 lits-rem:0 time: 0.42
2054.97/515.29	c calculated reachability. Time: 0.00
2054.97/515.29	c  N dy  8592   2211357        60      5340         0     82926     37380   1176126     18.12   no data
2102.42/527.16	c  N dy  8670   2239899        60      5340         0    107936     37380   1706392     18.11     19.11
2133.93/535.06	c  N dy  8821   2259982        60      5340         0     69188     37380    876066     18.13     19.88
2158.30/541.18	c  N dy  8932   2279999        60      5340         0     86828     37380   1258601     18.13     19.47
2186.98/548.32	c  N dy  9006   2300016        60      5340         0    104503     37380   1637787     18.13     20.00
2222.88/557.32	c  N dy  9155   2322516        60      5340         0     66472     37380    796848     18.14     19.14
2246.04/563.19	c  N dy  9253   2342555        60      5340         0     84144     37380   1177115     18.15     19.16
2276.33/570.79	c  N dy  9370   2362642        60      5340         0    101954     37380   1562056     18.15     19.45
2318.60/581.37	c  N dy  9504   2389068        60      5340         0     66216     37380    776486     18.16     19.19
2342.98/587.41	c  N dy  9621   2409697        60      5340         0     84425     37380   1171901     18.17     19.13
2373.69/595.19	c  N dy  9748   2430024        60      5340         0    102433     37380   1565622     18.18     19.18
2412.77/604.93	c  N dy  9832   2453227        60      5340         0     62956     37380    697719     18.18     19.22
2434.71/610.48	c  N dy  9927   2473328        60      5340         0     80740     37380   1082395     18.18     19.19
2462.99/617.57	c  N dy 10025   2493375        60      5340         0     98391     37380   1465601     18.19     20.18
2495.70/625.70	c  N dy 10102   2513419        60      5340         0    116055     37380   1843910     18.19     20.74
2520.43/631.90	c  N dy 10157   2533513        60      5340         0     72876     37380    901372     18.19     20.50
2546.75/638.52	c  N dy 10276   2553742        60      5340         0     90740     37380   1290930     18.20     19.18
2581.85/647.32	c  N dy 10428   2573823        60      5340         0    108503     37380   1681424     18.21     20.99
2614.59/655.52	c  N dy 10480   2594030        60      5340         0     64554     37380    715265     18.20     19.20
2638.50/661.52	c  N dy 10599   2615085        60      5340         0     83194     37380   1121533     18.21     19.24
2662.86/667.64	c  N dy 10637   2635125        60      5340         0    100788     37380   1492832     18.21     20.43
2699.52/676.89	c  N dy 10759   2655219        60      5340         0    118574     37380   1880613     18.21     19.70
2729.44/684.39	c  N dy 10873   2675246        60      5340         0     73723     37380    905166     18.22     20.57
2754.17/690.59	c  N dy 10947   2696001        60      5340         0     91940     37380   1294256     18.22     19.22
2775.70/695.92	c  S st 10994   2711357        60      5340         0    105395     37380   1581496     18.22     18.46
2776.93/696.27	c  S st 10994   2711858        60      5340         0    105848     37380   1591772     18.22   no data
2776.93/696.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2777.35/696.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2777.35/696.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2777.35/696.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2777.35/696.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2777.35/696.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2777.35/696.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2777.35/696.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2777.35/696.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2843.15/712.83	c lits-rem:      1032  cl-subs:    11910  v-elim:      0  v-fix:    0  time: 16.44 s
2843.15/712.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2843.15/712.85	c vivif2 --  cl tried    93938 cl shrink        0 lits rem          0 time: 0.02
2844.69/713.29	c asymm  cl-useful: 0/510/5340 lits-rem:0 time: 0.43
2844.69/713.29	c calculated reachability. Time: 0.00
2844.69/713.29	c  N dy 10994   2711858        60      5340         0     93938     37380   1345059     18.22   no data
2887.36/723.97	c  N dy 11102   2731951        60      5340         0    111678     37380   1729540     18.22     21.38
2930.48/734.72	c  N dy 11198   2752013        60      5340         0     66636     37380    747630     18.23     19.22
2959.57/742.01	c  N dy 11248   2782883        60      5340         0     93503     37380   1297841     18.21     19.17
2992.32/750.27	c  N dy 11331   2803065        60      5340         0    111234     37380   1678941     18.21     19.18
3027.01/758.99	c  N dy 11369   2823068        60      5340         0     64966     37380    700639     18.21     20.21
3071.65/770.16	c  N dy 11400   2867438        60      5340         0    103611     37380   1499940     18.19     19.15
3111.94/780.27	c  N dy 11526   2889752        60      5340         0    123334     37380   1931187     18.20     19.32
3142.64/787.96	c  N dy 11631   2909764        60      5340         0     76216     37380    931365     18.20     19.88
3168.17/794.35	c  N dy 11702   2930452        60      5340         0     94429     37380   1321770     18.20     19.20
3200.48/802.44	c  N dy 11787   2950494        60      5340         0    112086     37380   1699540     18.20     20.07
3243.17/813.11	c  N dy 11934   2970587        60      5340         0    129893     37380   2091467     18.21     19.53
3271.09/820.17	c  N dy 12019   2992111        60      5340         0     83036     37380   1065754     18.21     19.31
3302.60/828.09	c  N dy 12131   3013629        60      5340         0    102007     37380   1476510     18.22     19.25
3340.09/837.49	c  N dy 12238   3035328        60      5340         0    121183     37380   1892345     18.22     19.32
3381.58/847.88	c  N dy 12402   3055349        60      5340         0     71984     37380    821482     18.23     20.49
3403.91/853.43	c  N dy 12441   3075797        60      5340         0     89882     37380   1198276     18.23     19.25
3436.22/861.59	c  N dy 12553   3096468        60      5340         0    108124     37380   1594645     18.24     19.36
3478.93/872.29	c  N dy 12629   3121360        60      5340         0    129963     37380   2057852     18.23     19.33
3512.79/880.70	c  N dy 12727   3144129        60      5340         0     82207     37380   1025275     18.24     19.31
3539.91/887.59	c  N dy 12801   3164141        60      5340         0     99826     37380   1401102     18.24     19.52
3577.81/897.00	c  N dy 12922   3184601        60      5340         0    117845     37380   1795533     18.24     19.33
3621.28/907.93	c  N dy 13030   3204677        60      5340         0    135568     37380   2181561     18.25     19.30
3634.05/911.20	c  S st 13081   3211859        60      5340         0     73267     37380    827787     18.25     18.24
3635.25/911.41	c  S st 13081   3212361        60      5340         0     73725     37380    838155     18.25   no data
3635.25/911.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3635.25/911.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3635.25/911.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3635.25/911.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3635.25/911.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3635.25/911.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3635.25/911.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3635.25/911.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3635.25/911.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3641.26/912.98	c lits-rem:        84  cl-subs:     1197  v-elim:      0  v-fix:    0  time:  1.49 s
3641.26/912.98	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3641.26/912.99	c vivif2 --  cl tried    72528 cl shrink        0 lits rem          0 time: 0.01
3642.82/913.30	c asymm  cl-useful: 0/663/5340 lits-rem:0 time: 0.31
3642.82/913.31	c calculated reachability. Time: 0.00
3642.82/913.31	c  N dy 13081   3212361        60      5340         0     72528     37380    811344     18.25   no data
3669.94/920.19	c  N dy 13211   3232632        60      5340         0     90426     37380   1203300     18.26     19.31
3727.78/934.65	c  N dy 13256   3274482        60      5340         0    126792     37380   1943163     18.24     19.20
3774.84/946.41	c  N dy 13360   3305406        60      5340         0     84607     37380   1057223     18.23     19.26
3804.00/953.73	c  N dy 13451   3325581        60      5340         0    102297     37380   1437600     18.24     19.24
3839.85/962.74	c  N dy 13563   3345649        60      5340         0    119987     37380   1823452     18.24     20.40
3884.52/973.97	c  N dy 13655   3365725        60      5340         0    137696     37380   2207049     18.24     20.04
3916.04/981.86	c  N dy 13747   3388095        60      5340         0     87081     37380   1103328     18.25     19.21
3943.16/988.61	c  N dy 13783   3408183        60      5340         0    104663     37380   1473560     18.24     19.33
3978.25/997.40	c  N dy 13853   3428225        60      5340         0    122330     37380   1854487     18.24     19.47
4022.53/1008.54	c  N dy 13961   3448250        60      5340         0    140020     37380   2241023     18.25     19.71
4057.23/1017.25	c  N dy 13973   3477994        60      5340         0     94791     37380   1241655     18.24     19.23
4095.52/1026.86	c  N dy 14090   3500938        60      5340         0    115001     37380   1678350     18.24     19.21
4140.59/1038.12	c  N dy 14200   3522670        60      5340         0    134172     37380   2095826     18.25     19.27
4179.68/1047.91	c  N dy 14305   3542673        60      5340         0     79787     37380    929338     18.25     19.30
4209.17/1055.30	c  N dy 14383   3565254        60      5340         0     99604     37380   1352788     18.25     19.52
4246.26/1064.68	c  N dy 14514   3585713        60      5340         0    117617     37380   1748169     18.26     19.28
4287.74/1075.01	c  N dy 14582   3606967        60      5340         0    136256     37380   2142925     18.25     19.34
4325.24/1084.43	c  N dy 14674   3627360        60      5340         0     81287     37380    958168     18.26     19.22
4361.17/1093.48	c  N dy 14729   3655929        60      5340         0    106156     37380   1483291     18.25     19.24
4400.65/1103.34	c  N dy 14801   3678476        60      5340         0    125955     37380   1905961     18.25     19.22
4444.12/1114.29	c  N dy 14886   3698959        60      5340         0    144048     37380   2296593     18.25     19.27
4467.61/1120.19	c  S st 14950   3712361        60      5340         0     82060     37380    957499     18.26     17.46
4468.81/1120.44	c  S st 14950   3712869        60      5340         0     82529     37380    967741     18.26   no data
4468.81/1120.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4468.81/1120.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4468.81/1120.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4468.81/1120.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4468.81/1120.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4468.81/1120.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4468.81/1120.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4469.21/1120.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4469.21/1120.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4478.38/1122.82	c lits-rem:       219  cl-subs:     2481  v-elim:      0  v-fix:    0  time:  2.29 s
4478.38/1122.82	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4478.38/1122.84	c vivif2 --  cl tried    80048 cl shrink        0 lits rem          0 time: 0.01
4479.62/1123.16	c asymm  cl-useful: 0/598/5340 lits-rem:0 time: 0.32
4479.62/1123.16	c calculated reachability. Time: 0.00
4479.62/1123.16	c  N dy 14950   3712869        60      5340         0     80048     37380    916723     18.26   no data
4504.31/1129.39	c  N dy 14987   3734479        60      5340         0     98902     37380   1308274     18.25     19.25
4535.42/1137.17	c  F st 15097   3751563        60      5340         0    113906     37380   1637812     18.25   no data
4541.79/1138.78	c  N st 15102   3754862        60      5340         0    116817     37380   1702007     18.25   no data
4585.27/1149.67	c  N dy 15162   3777432        60      5340         0    136598     37380   2124647     18.25     19.26
4631.14/1161.14	c  N dy 15291   3797444        60      5340         0     79841     37380    906842     18.26     19.36
4660.26/1168.46	c  N dy 15413   3817788        60      5340         0     97773     37380   1299814     18.27     19.23
4696.15/1177.43	c  N dy 15532   3837808        60      5340         0    115369     37380   1684807     18.27     20.82
4739.22/1188.20	c  N dy 15619   3860022        60      5340         0    134817     37380   2101249     18.27     19.24
4787.48/1200.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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.43 7.95 7.97 2/346 16161
/proc/meminfo: memFree=25803992/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 408 0 0 0 1 0 0 0 18 0 4 0 652181250 52396032 348 33554432000 4194304 4580107 140736478659168 18446744073709551615 47618336044976 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 12792 348 299 95 0 7774 0
[pid=16161/tid=16164] ppid=16157 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 652181251 52396032 348 33554432000 4194304 4580107 140736478659168 18446744073709551615 47618336044972 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 652181251 52396032 348 33554432000 4194304 4580107 140736478659168 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 652181251 52396032 348 33554432000 4194304 4580107 140736478659168 18446744073709551615 47618336044978 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0720121 s]
/proc/loadavg: 7.43 7.95 7.97 2/346 16161
/proc/meminfo: memFree=25803992/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=281820 CPUtime=0.26 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 1261 0 0 0 26 0 0 0 18 0 4 0 652181250 288583680 1166 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 70455 1166 358 95 0 65437 0
[pid=16161/tid=16164] ppid=16157 vsize=281820 CPUtime=0.06 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 191 0 0 0 6 0 0 0 18 0 4 0 652181251 288583680 1166 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=281820 CPUtime=0.05 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 191 0 0 0 5 0 0 0 21 0 4 0 652181251 288583680 1166 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=281820 CPUtime=0.06 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 270 0 0 0 6 0 0 0 18 0 4 0 652181251 288583680 1166 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 281820

[startup+0.101007 s]
/proc/loadavg: 7.43 7.95 7.97 2/346 16161
/proc/meminfo: memFree=25803992/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=281820 CPUtime=0.37 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 1314 0 0 0 37 0 0 0 18 0 4 0 652181250 288583680 1219 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 70455 1219 358 95 0 65437 0
[pid=16161/tid=16164] ppid=16157 vsize=281820 CPUtime=0.09 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 195 0 0 0 9 0 0 0 18 0 4 0 652181251 288583680 1219 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=281820 CPUtime=0.08 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 195 0 0 0 8 0 0 0 21 0 4 0 652181251 288583680 1219 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=281820 CPUtime=0.09 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 311 0 0 0 9 0 0 0 18 0 4 0 652181251 288583680 1219 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281820

[startup+0.300972 s]
/proc/loadavg: 7.43 7.95 7.97 2/346 16161
/proc/meminfo: memFree=25803992/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=285124 CPUtime=1.17 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 3439 0 0 0 117 0 0 0 18 0 4 0 652181250 291966976 2495 33554432000 4194304 4580107 140736478659168 18446744073709551615 4317008 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 71281 2495 376 95 0 66263 0
[pid=16161/tid=16164] ppid=16157 vsize=285124 CPUtime=0.29 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 815 0 0 0 29 0 0 0 18 0 4 0 652181251 291966976 2495 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=285124 CPUtime=0.28 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 808 0 0 0 28 0 0 0 21 0 4 0 652181251 291966976 2495 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=285124 CPUtime=0.29 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 596 0 0 0 29 0 0 0 18 0 4 0 652181251 291966976 2495 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285124

[startup+0.7009 s]
/proc/loadavg: 7.43 7.95 7.97 2/346 16161
/proc/meminfo: memFree=25803992/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=286144 CPUtime=2.77 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 5396 0 0 0 277 0 0 0 18 0 4 0 652181250 293011456 3265 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 71536 3265 376 95 0 66518 0
[pid=16161/tid=16164] ppid=16157 vsize=286144 CPUtime=0.69 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 1281 0 0 0 69 0 0 0 18 0 4 0 652181251 293011456 3265 33554432000 4194304 4580107 140736478659168 18446744073709551615 4316720 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=286144 CPUtime=0.68 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 1270 0 0 0 68 0 0 0 22 0 4 0 652181251 293011456 3265 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=286144 CPUtime=0.69 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 1167 0 0 0 69 0 0 0 18 0 4 0 652181251 293011456 3265 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286144

[startup+1.50075 s]
/proc/loadavg: 7.43 7.95 7.97 10/354 16169
/proc/meminfo: memFree=25780740/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=287316 CPUtime=5.96 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 9717 0 0 0 595 1 0 0 20 0 4 0 652181250 294211584 5124 33554432000 4194304 4580107 140736478659168 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 71829 5124 378 95 0 66811 0
[pid=16161/tid=16164] ppid=16157 vsize=287316 CPUtime=1.49 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 2088 0 0 0 149 0 0 0 20 0 4 0 652181251 294211584 5124 33554432000 4194304 4580107 140736478659168 18446744073709551615 4321192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=287316 CPUtime=1.47 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 2085 0 0 0 147 0 0 0 25 0 4 0 652181251 294211584 5124 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=287316 CPUtime=1.49 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 1977 0 0 0 149 0 0 0 20 0 4 0 652181251 294211584 5124 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287316

[startup+3.10046 s]
/proc/loadavg: 7.43 7.95 7.97 10/354 16169
/proc/meminfo: memFree=25746268/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=292196 CPUtime=12.34 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 17612 0 0 0 1231 3 0 0 25 0 4 0 652181250 299208704 9449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 73049 9449 378 95 0 68031 0
[pid=16161/tid=16164] ppid=16157 vsize=292196 CPUtime=3.09 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 4172 0 0 0 308 1 0 0 25 0 4 0 652181251 299208704 9449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=292196 CPUtime=3.05 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 4630 0 0 0 305 0 0 0 25 0 4 0 652181251 299208704 9449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=292196 CPUtime=3.08 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 4480 0 0 0 308 0 0 0 25 0 4 0 652181251 299208704 9449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 292196

[startup+6.30088 s]
/proc/loadavg: 7.47 7.95 7.97 10/354 16169
/proc/meminfo: memFree=25718300/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=298856 CPUtime=25.1 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 26282 0 0 0 2506 4 0 0 25 0 4 0 652181250 306028544 12403 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 74714 12403 378 95 0 69696 0
[pid=16161/tid=16164] ppid=16157 vsize=298856 CPUtime=6.28 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 6807 0 0 0 627 1 0 0 25 0 4 0 652181251 306028544 12403 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=298856 CPUtime=6.21 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 6953 0 0 0 621 0 0 0 25 0 4 0 652181251 306028544 12403 33554432000 4194304 4580107 140736478659168 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=298856 CPUtime=6.28 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 6457 0 0 0 628 0 0 0 25 0 4 0 652181251 306028544 12403 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 298856

[startup+12.7007 s]
/proc/loadavg: 7.51 7.95 7.97 6/349 16170
/proc/meminfo: memFree=25741572/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=301432 CPUtime=50.63 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 40495 0 0 0 5055 8 0 0 25 0 4 0 652181250 308666368 15744 33554432000 4194304 4580107 140736478659168 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 75358 15744 378 95 0 70340 0
[pid=16161/tid=16164] ppid=16157 vsize=301432 CPUtime=12.68 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 9698 0 0 0 1266 2 0 0 25 0 4 0 652181251 308666368 15744 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=301432 CPUtime=12.54 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 9874 0 0 0 1253 1 0 0 25 0 4 0 652181251 308666368 15744 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=301432 CPUtime=12.68 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 10297 0 0 0 1267 1 0 0 25 0 4 0 652181251 308666368 15744 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 301432

[startup+25.5004 s]
/proc/loadavg: 7.69 7.97 7.97 9/354 16200
/proc/meminfo: memFree=25627288/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=317492 CPUtime=101.68 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 61245 0 0 0 10155 13 0 0 25 0 4 0 652181250 325111808 20449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 79373 20449 378 95 0 74355 0
[pid=16161/tid=16164] ppid=16157 vsize=317492 CPUtime=25.48 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 15179 0 0 0 2545 3 0 0 25 0 4 0 652181251 325111808 20449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=317492 CPUtime=25.19 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 15466 0 0 0 2517 2 0 0 25 0 4 0 652181251 325111808 20449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4321056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=317492 CPUtime=25.48 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 15414 0 0 0 2545 3 0 0 25 0 4 0 652181251 325111808 20449 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 317492

[startup+51.1007 s]
/proc/loadavg: 7.79 7.97 7.97 9/354 16201
/proc/meminfo: memFree=25588000/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=326440 CPUtime=203.8 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 89594 0 0 0 20359 21 0 0 25 0 4 0 652181250 334274560 23433 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 81610 23433 378 95 0 76592 0
[pid=16161/tid=16164] ppid=16157 vsize=326440 CPUtime=51.08 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 21250 0 0 0 5104 4 0 0 25 0 4 0 652181251 334274560 23433 33554432000 4194304 4580107 140736478659168 18446744073709551615 4301958 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=326440 CPUtime=50.51 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 23161 0 0 0 5046 5 0 0 25 0 4 0 652181251 334274560 23433 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=326440 CPUtime=51.08 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 22103 0 0 0 5103 5 0 0 25 0 4 0 652181251 334274560 23433 33554432000 4194304 4580107 140736478659168 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 326440

[startup+102.313 s]
/proc/loadavg: 8.00 8.00 7.98 9/354 16202
/proc/meminfo: memFree=25518396/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=322024 CPUtime=408.09 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 131922 0 0 0 40773 36 0 0 25 0 4 0 652181250 329752576 26815 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 80506 26815 378 95 0 75488 0
[pid=16161/tid=16164] ppid=16157 vsize=322024 CPUtime=102.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 27550 0 0 0 10223 7 0 0 25 0 4 0 652181251 329752576 26815 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=322024 CPUtime=101.16 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 34496 0 0 0 10107 9 0 0 25 0 4 0 652181251 329752576 26815 33554432000 4194304 4580107 140736478659168 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=322024 CPUtime=102.3 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 35529 0 0 0 10220 10 0 0 25 0 4 0 652181251 329752576 26815 33554432000 4194304 4580107 140736478659168 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 322024

[startup+162.3 s]

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

[pid=16161] ppid=16157 vsize=359884 CPUtime=2801.23 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 426429 0 0 0 279970 153 0 0 25 0 4 0 652181250 368521216 62391 33554432000 4194304 4580107 140736478659168 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 89971 62391 378 95 0 84953 0
[pid=16161/tid=16164] ppid=16157 vsize=359884 CPUtime=702.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 92854 0 0 0 70196 34 0 0 25 0 4 0 652181251 368521216 62391 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=359884 CPUtime=694.28 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 110258 0 0 0 69389 39 0 0 25 0 4 0 652181251 368521216 62391 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=359884 CPUtime=702.31 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 110881 0 0 0 70191 40 0 0 25 0 4 0 652181251 368521216 62391 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.23
Current children cumulated vsize (KiB) 359884

[startup+762.313 s]
/proc/loadavg: 8.02 8.07 8.02 9/354 16220
/proc/meminfo: memFree=25137908/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=416912 CPUtime=3040.58 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 444356 0 0 0 303897 161 0 0 25 0 4 0 652181250 426917888 63515 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 104228 63515 378 95 0 99210 0
[pid=16161/tid=16164] ppid=16157 vsize=416912 CPUtime=762.31 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 96971 0 0 0 76196 35 0 0 25 0 4 0 652181251 426917888 63515 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=416912 CPUtime=753.59 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 114767 0 0 0 75317 42 0 0 25 0 4 0 652181251 426917888 63515 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=416912 CPUtime=762.32 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 115664 0 0 0 76190 42 0 0 25 0 4 0 652181251 426917888 63515 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.58
Current children cumulated vsize (KiB) 416912

[startup+822.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/354 16221
/proc/meminfo: memFree=25083952/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=429668 CPUtime=3279.86 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 461874 0 0 0 327817 169 0 0 25 0 4 0 652181250 439980032 73499 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 107417 73499 378 95 0 102399 0
[pid=16161/tid=16164] ppid=16157 vsize=429668 CPUtime=822.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 100132 0 0 0 82194 36 0 0 25 0 4 0 652181251 439980032 73499 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=429668 CPUtime=812.91 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 118804 0 0 0 81246 45 0 0 25 0 4 0 652181251 439980032 73499 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=429668 CPUtime=822.31 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 120729 0 0 0 82186 45 0 0 25 0 4 0 652181251 439980032 73499 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.86
Current children cumulated vsize (KiB) 429668

[startup+882.3 s]
/proc/loadavg: 8.05 8.07 8.02 9/354 16223
/proc/meminfo: memFree=25073384/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=442112 CPUtime=3519.17 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 477426 0 0 0 351741 176 0 0 25 0 4 0 652181250 452722688 73564 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 110528 73564 378 95 0 105510 0
[pid=16161/tid=16164] ppid=16157 vsize=442112 CPUtime=882.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 102678 0 0 0 88192 38 0 0 25 0 4 0 652181251 452722688 73564 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=442112 CPUtime=872.21 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 123867 0 0 0 87174 47 0 0 25 0 4 0 652181251 452722688 73564 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=442112 CPUtime=882.31 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 123356 0 0 0 88185 46 0 0 25 0 4 0 652181251 452722688 73564 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.17
Current children cumulated vsize (KiB) 442112

[startup+942.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/354 16224
/proc/meminfo: memFree=25078568/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=442320 CPUtime=3758.49 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 491566 0 0 0 375666 183 0 0 25 0 4 0 652181250 452935680 71680 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 110580 71680 378 95 0 105562 0
[pid=16161/tid=16164] ppid=16157 vsize=442320 CPUtime=942.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 103020 0 0 0 94192 38 0 0 25 0 4 0 652181251 452935680 71680 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=442320 CPUtime=931.53 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 129191 0 0 0 93103 50 0 0 25 0 4 0 652181251 452935680 71680 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=442320 CPUtime=942.31 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 126475 0 0 0 94183 48 0 0 25 0 4 0 652181251 452935680 71680 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.49
Current children cumulated vsize (KiB) 442320

[startup+1002.3 s]
/proc/loadavg: 8.19 8.10 8.03 9/354 16226
/proc/meminfo: memFree=25045644/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=432752 CPUtime=3997.79 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 511747 0 0 0 399587 192 0 0 25 0 4 0 652181250 443138048 69569 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 108188 69569 378 95 0 103170 0
[pid=16161/tid=16164] ppid=16157 vsize=432752 CPUtime=1002.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 107894 0 0 0 100189 41 0 0 25 0 4 0 652181251 443138048 69569 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=432752 CPUtime=990.82 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 135583 0 0 0 99031 51 0 0 25 0 4 0 652181251 443138048 69569 33554432000 4194304 4580107 140736478659168 18446744073709551615 4325775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=432752 CPUtime=1002.31 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 131252 0 0 0 100181 50 0 0 25 0 4 0 652181251 443138048 69569 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.79
Current children cumulated vsize (KiB) 432752

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 8.03 9/354 16237
/proc/meminfo: memFree=25057172/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=433120 CPUtime=4237.09 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 529508 0 0 0 423507 202 0 0 25 0 4 0 652181250 443514880 70756 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 108280 70756 378 95 0 103262 0
[pid=16161/tid=16164] ppid=16157 vsize=433120 CPUtime=1062.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 112776 0 0 0 106187 43 0 0 25 0 4 0 652181251 443514880 70756 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=433120 CPUtime=1050.14 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 139641 0 0 0 104960 54 0 0 25 0 4 0 652181251 443514880 70756 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=433120 CPUtime=1062.3 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 135052 0 0 0 106177 53 0 0 25 0 4 0 652181251 443514880 70756 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4237.09
Current children cumulated vsize (KiB) 433120

[startup+1122.3 s]
/proc/loadavg: 8.14 8.11 8.04 9/354 16238
/proc/meminfo: memFree=25017240/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=433528 CPUtime=4476.38 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 548826 0 0 0 447426 212 0 0 25 0 4 0 652181250 443932672 70276 33554432000 4194304 4580107 140736478659168 18446744073709551615 4415787 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 108382 70276 378 95 0 103364 0
[pid=16161/tid=16164] ppid=16157 vsize=433528 CPUtime=1122.31 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 116834 0 0 0 112185 46 0 0 25 0 4 0 652181251 443932672 70276 33554432000 4194304 4580107 140736478659168 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=433528 CPUtime=1109.43 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 144846 0 0 0 110886 57 0 0 25 0 4 0 652181251 443932672 70276 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=433528 CPUtime=1122.3 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 140257 0 0 0 112175 55 0 0 25 0 4 0 652181251 443932672 70276 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.38
Current children cumulated vsize (KiB) 433528

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.04 9/354 16240
/proc/meminfo: memFree=25017568/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=433828 CPUtime=4715.7 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 568860 0 0 0 471348 222 0 0 25 0 4 0 652181250 444239872 70209 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 108457 70209 378 95 0 103439 0
[pid=16161/tid=16164] ppid=16157 vsize=433828 CPUtime=1182.3 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 121654 0 0 0 118182 48 0 0 25 0 4 0 652181251 444239872 70209 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=433828 CPUtime=1168.74 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 151311 0 0 0 116815 59 0 0 25 0 4 0 652181251 444239872 70209 33554432000 4194304 4580107 140736478659168 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=433828 CPUtime=1182.3 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 145091 0 0 0 118173 57 0 0 25 0 4 0 652181251 444239872 70209 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.7
Current children cumulated vsize (KiB) 433828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.11 8.11 8.04 10/354 16240
/proc/meminfo: memFree=25020524/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=433892 CPUtime=4800.27 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 573631 0 0 0 479803 224 0 0 25 0 4 0 652181250 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 108473 71516 378 95 0 103455 0
[pid=16161/tid=16164] ppid=16157 vsize=433892 CPUtime=1203.52 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 122614 0 0 0 120303 49 0 0 25 0 4 0 652181251 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=433892 CPUtime=1189.68 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 152132 0 0 0 118909 59 0 0 25 0 4 0 652181251 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=433892 CPUtime=1203.51 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 146095 0 0 0 120293 58 0 0 25 0 4 0 652181251 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 433892

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

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

[startup+1203.5 s]
/proc/loadavg: 8.11 8.11 8.04 10/354 16240
/proc/meminfo: memFree=25020524/32951124 swapFree=40554400/67111528
[pid=16161] ppid=16157 vsize=433892 CPUtime=4800.27 cores=1,3,5,7
/proc/16161/stat : 16161 (strangenight2-m) R 16157 16161 15499 0 -1 4202496 573631 0 0 0 479803 224 0 0 25 0 4 0 652181250 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16161/statm: 108473 71516 378 95 0 103455 0
[pid=16161/tid=16164] ppid=16157 vsize=433892 CPUtime=1203.52 cores=1,3,5,7
/proc/16161/task/16164/stat : 16164 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 122614 0 0 0 120303 49 0 0 25 0 4 0 652181251 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16161/tid=16165] ppid=16157 vsize=433892 CPUtime=1189.68 cores=1,3,5,7
/proc/16161/task/16165/stat : 16165 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 152132 0 0 0 118909 59 0 0 25 0 4 0 652181251 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16161/tid=16166] ppid=16157 vsize=433892 CPUtime=1203.51 cores=1,3,5,7
/proc/16161/task/16166/stat : 16166 (strangenight2-m) R 16157 16161 15499 0 -1 4202560 146095 0 0 0 120293 58 0 0 25 0 4 0 652181251 444305408 71516 33554432000 4194304 4580107 140736478659168 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 433892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.53
CPU time (s): 4800.32
CPU user time (s): 4798.06
CPU system time (s): 2.25966
CPU usage (%): 398.853
Max. virtual memory (cumulated for all children) (KiB): 473236

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

runsolver used 3.86841 second user time and 9.99948 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 22:43:28
IDJOB=3366509
IDBENCH=82918
IDSOLVER=1844
FILE ID=node104/3366509-1305405808
RUNJOBID= node104-1305405808-16143
PBS_JOBID= 13324492
Free space on /tmp= 73396 MiB

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

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

MD5SUM BENCH= 9e4f1914facdb4a8b3ffdd1de343beff
RANDOM SEED=913333066

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25804172 kB
Buffers:        295160 kB
Cached:        2376492 kB
SwapCached:     122128 kB
Active:         927656 kB
Inactive:      5952804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25804172 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           11028 kB
Writeback:           0 kB
AnonPages:     4099272 kB
Mapped:          10416 kB
Slab:           117688 kB
PageTables:      84140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74807204 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= 73384 MiB
End job on node104 at 2011-05-14 23:03:34