Trace number 3174007

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.14 1201.63

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S474185167-033.SATISFIABLE.cnf
MD5SUM3152d51685e76b4a30e45b9928cc3243
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.831872
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174007-1304076073.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.10	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.40/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.40/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.40/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.40/0.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.40/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.40/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.40/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.40/0.19	c calculated reachability. Time: 0.00
0.40/0.19	c Calc default polars -  time:   0.00 s pos:      38 undec:       3 neg:      39
0.40/0.19	c =========================================================================================
0.40/0.19	c types(t): F = full restart, N = normal restart
0.40/0.19	c types(t): S = simplification begin/end, E = solution found
0.40/0.19	c restart types(rt): st = static, dy = dynamic
0.40/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.40/0.19	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.17/0.39	c  N dy    12      6037        80      7120         0      3248     49840     78343     23.00     24.23
1.96/0.55	c  N dy    27     10275        80      7120         0      7149     49840    183986     23.37     24.62
2.77/0.74	c  N dy    30     14952        80      7120         0      7531     49840    179091     23.12     24.54
4.78/1.23	c  F st    31     25002        80      7120         0     11507     49840    269773     22.63     22.20
4.78/1.23	c  N st    31     25002        80      7120         0     11507     49840    269773     22.63     22.20
5.57/1.47	c  N dy    37     30000        80      7120         0      9859     49840    216562     22.63   no data
5.57/1.47	c  S st    37     30000        80      7120         0      9859     49840    216562     22.63   no data
5.97/1.50	c  S st    37     30501        80      7120         0     10318     49840    229303     22.63   no data
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.97/1.51	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.97/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.97/1.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.72	c lits-rem:       205  cl-subs:      781  v-elim:      0  v-fix:    0  time:  0.20 s
7.56/1.98	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
7.56/1.98	c calculated reachability. Time: 0.00
7.56/1.98	c  N dy    37     30501        80      7120         0      9537     49840    206205     22.63   no data
8.78/2.21	c  N dy    68     34583        80      7120         0     13300     49840    308754     22.88     24.17
9.56/2.46	c  N dy    78     39330        80      7120         0     10472     49840    214467     22.90     24.11
10.76/2.78	c  N dy    81     44897        80      7120         0     15536     49840    348604     22.74     23.98
11.16/2.83	c  S st    84     45751        80      7120         0     16327     49840    369699     22.75   no data
11.16/2.88	c  S st    84     46253        80      7120         0      8614     49840    150951     22.75   no data
11.16/2.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.16/2.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.16/2.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.16/2.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.16/2.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.16/2.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.16/2.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.16/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.92	c lits-rem:         1  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.04 s
11.56/2.93	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.56/2.93	c vivif2 --  cl tried     8562 cl shrink        0 lits rem          0 time: 0.00
12.36/3.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.25
12.36/3.17	c calculated reachability. Time: 0.00
12.36/3.17	c  N dy    84     46253        80      7120         0      8562     49840    149277     22.75   no data
13.58/3.44	c  N dy   103     51039        80      7120         0     12962     49840    267345     22.83     24.08
16.35/4.10	c  N dy   132     61887        80      7120         0     13730     49840    270739     22.82     24.09
17.97/4.59	c  N dy   140     69379        80      7120         0     10572     49840    174147     22.73     21.35
17.97/4.59	c  S st   140     69379        80      7120         0     10572     49840    174147     22.73     21.35
18.35/4.63	c  S st   140     69883        80      7120         0     11033     49840    186659     22.73   no data
18.35/4.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.35/4.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.35/4.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.35/4.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.35/4.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.35/4.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.71	c lits-rem:        13  cl-subs:      166  v-elim:      0  v-fix:    0  time:  0.07 s
18.75/4.71	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
18.75/4.71	c vivif2 --  cl tried    10867 cl shrink        0 lits rem          0 time: 0.00
19.95/5.02	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
19.95/5.02	c calculated reachability. Time: 0.00
19.95/5.02	c  N dy   140     69883        80      7120         0     10867     49840    182079     22.73   no data
21.15/5.37	c  N dy   172     75496        80      7120         0     16051     49840    322133     22.82     24.11
22.74/5.74	c  N dy   200     80331        80      7120         0     20494     49840    442605     22.90     24.23
23.94/6.07	c  N dy   211     85467        80      7120         0     14209     49840    256370     22.89     25.53
24.74/6.21	c  F st   226     87501        80      7120         0     16072     49840    306896     22.93     23.21
25.94/6.57	c  N dy   232     92696        80      7120         0     20786     49840    434103     22.93   no data
27.93/7.07	c  N dy   262     98706        80      7120         0     14396     49840    247949     22.99     25.58
29.54/7.47	c  S st   278    104824        80      7120         0     19994     49840    396815     22.96   no data
29.94/7.53	c  S st   278    105327        80      7120         0     20467     49840    409746     22.96   no data
29.94/7.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.94/7.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.94/7.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.94/7.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.94/7.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.94/7.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.94/7.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.94/7.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.05	c lits-rem:       194  cl-subs:     1640  v-elim:      0  v-fix:    0  time:  0.50 s
31.93/8.05	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
31.93/8.06	c vivif2 --  cl tried    18827 cl shrink        0 lits rem          0 time: 0.00
33.53/8.46	c asymm  cl-useful: 0/6046/7120 lits-rem:0 time: 0.40
33.53/8.46	c calculated reachability. Time: 0.00
33.53/8.46	c  N dy   278    105327        80      7120         0     18827     49840    363684     22.96   no data
35.92/9.01	c  N dy   297    112067        80      7120         0     25018     49840    530194     22.97     24.25
39.12/9.86	c  N dy   316    124196        80      7120         0     23318     49840    468495     22.91     24.20
41.92/10.55	c  N dy   340    132194        80      7120         0     16939     49840    285243     22.92     24.67
45.11/11.38	c  N dy   372    142942        80      7120         0     26775     49840    548296     22.91     24.21
48.73/12.26	c  N dy   403    154361        80      7120         0     22580     49840    418418     22.90     24.18
49.90/12.56	c  S st   415    157992        80      7120         0     25931     49840    508543     22.90     21.13
50.30/12.63	c  S st   415    158497        80      7120         0     26409     49840    521806     22.90   no data
50.30/12.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.30/12.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.30/12.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.30/12.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.30/12.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.30/12.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.30/12.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.30/12.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.30/12.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.90/13.55	c lits-rem:       251  cl-subs:     2381  v-elim:      0  v-fix:    0  time:  0.89 s
53.90/13.55	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
53.90/13.55	c vivif2 --  cl tried    24028 cl shrink        0 lits rem          0 time: 0.00
54.30/13.65	c asymm  cl-useful: 0/1074/7120 lits-rem:0 time: 0.10
54.30/13.65	c calculated reachability. Time: 0.00
54.30/13.65	c  N dy   415    158497        80      7120         0     24028     49840    456837     22.90   no data
58.29/14.65	c  N dy   462    168732        80      7120         0     17954     49840    282586     22.96     24.19
65.09/16.34	c  N dy   491    189685        80      7120         0     20675     49840    339246     22.89     24.25
71.48/17.99	c  N dy   507    208448        80      7120         0     20421     49840    317089     22.71     24.19
77.07/19.30	c  N dy   574    221831        80      7120         0     32680     49840    645091     22.74     24.05
82.67/20.76	c  N dy   618    236977        80      7120         0     28297     49840    513398     22.74     23.97
83.07/20.85	c  S st   624    237747        80      7120         0     29026     49840    533240     22.74   no data
83.48/20.92	c  S st   624    238254        80      7120         0     29490     49840    546051     22.74   no data
83.48/20.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.48/20.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.48/20.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.48/20.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.48/20.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.48/20.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
83.48/20.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.48/20.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.48/20.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.06/21.83	c lits-rem:       307  cl-subs:     2151  v-elim:      0  v-fix:    0  time:  0.87 s
87.06/21.83	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
87.06/21.84	c vivif2 --  cl tried    27339 cl shrink        0 lits rem          0 time: 0.01
87.87/22.03	c asymm  cl-useful: 0/2283/7120 lits-rem:0 time: 0.19
87.87/22.03	c calculated reachability. Time: 0.00
87.87/22.03	c  N dy   624    238254        80      7120         0     27339     49840    485395     22.74   no data
95.45/23.97	c  N dy   701    256273        80      7120         0     24734     49840    401862     22.79     24.05
104.24/26.19	c  N dy   722    279854        80      7120         0     26122     49840    419767     22.69     23.89
113.03/28.38	c  N dy   786    299796        80      7120         0     23369     49840    336051     22.69     23.93
115.82/29.02	c  F st   818    306252        80      7120         0     29305     49840    495581     22.71     22.96
122.21/30.62	c  N dy   879    319220        80      7120         0     41226     49840    821715     22.75     24.10
134.20/33.60	c  N dy   926    346381        80      7120         0     43961     49840    861566     22.65     24.00
138.99/34.80	c  S st   964    357382        80      7120         0     31232     49840    514784     22.66     18.87
138.99/34.88	c  S st   964    357886        80      7120         0     31702     49840    527726     22.66   no data
138.99/34.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.99/34.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
138.99/34.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.99/34.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.99/34.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.99/34.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
138.99/34.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.39/34.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.39/34.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.59/35.75	c lits-rem:       363  cl-subs:     1813  v-elim:      0  v-fix:    0  time:  0.83 s
142.59/35.75	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
142.59/35.75	c vivif2 --  cl tried    29889 cl shrink        0 lits rem          0 time: 0.01
143.39/35.96	c asymm  cl-useful: 0/2002/7120 lits-rem:0 time: 0.20
143.39/35.96	c calculated reachability. Time: 0.00
143.39/35.96	c  N dy   964    357886        80      7120         0     29889     49840    477710     22.66   no data
153.79/38.51	c  N dy  1047    377937        80      7120         0     24573     49840    322297     22.67     23.96
163.36/40.97	c  N dy  1168    398178        80      7120         0     43160     49840    825106     22.73     24.03
179.74/45.06	c  N dy  1172    428647        80      7120         0     46083     49840    855353     22.58     23.77
221.69/55.54	c  N dy  1302    509018        80      7120         0     39736     49840    648850     22.24     23.44
236.07/59.12	c  N dy  1463    529107        80      7120         0     30106     49840    400881     22.32     25.01
240.06/60.14	c  S st  1532    536831        80      7120         0     37233     49840    596171     22.35   no data
240.46/60.24	c  S st  1532    537337        80      7120         0     37705     49840    609337     22.35   no data
240.46/60.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.46/60.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
240.46/60.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.46/60.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.46/60.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.46/60.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
240.46/60.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.46/60.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.46/60.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.86/61.34	c lits-rem:       179  cl-subs:     1536  v-elim:      0  v-fix:    0  time:  1.06 s
244.86/61.34	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
244.86/61.35	c vivif2 --  cl tried    36169 cl shrink        0 lits rem          0 time: 0.01
245.66/61.58	c asymm  cl-useful: 0/1590/7120 lits-rem:0 time: 0.23
245.66/61.58	c calculated reachability. Time: 0.00
245.66/61.58	c  N dy  1532    537337        80      7120         0     36169     49840    562351     22.35   no data
259.25/64.97	c  N dy  1691    557423        80      7120         0     54614     49840   1065804     22.43     24.62
272.02/68.14	c  N dy  1838    577642        80      7120         0     44048     49840    758790     22.49     23.74
286.81/71.87	c  N dy  1963    597715        80      7120         0     32254     49840    421985     22.54     24.66
298.81/74.89	c  N dy  1964    622534        80      7120         0     54732     49840   1011304     22.47     23.82
311.99/78.14	c  N dy  2064    642602        80      7120         0     42144     49840    673511     22.51     25.51
327.55/82.02	c  N dy  2213    662626        80      7120         0     60603     49840   1175132     22.56     23.78
339.53/85.09	c  N dy  2276    682680        80      7120         0     46803     49840    770598     22.55     24.54
356.71/89.35	c  N dy  2380    702729        80      7120         0     65242     49840   1264944     22.58     24.68
368.71/92.31	c  N dy  2452    722827        80      7120         0     50733     49840    868918     22.59     25.25
386.28/96.72	c  N dy  2547    742840        80      7120         0     35177     49840    435554     22.61     24.44
400.29/100.23	c  N dy  2672    764443        80      7120         0     55014     49840    973234     22.65     23.94
417.04/104.41	c  N dy  2704    792182        80      7120         0     45366     49840    681706     22.60     24.09
427.43/107.01	c  S st  2779    806007        80      7120         0     58036     49840   1023596     22.62     23.54
427.83/107.17	c  S st  2779    806514        80      7120         0     58504     49840   1036607     22.62   no data
427.83/107.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
428.23/107.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
428.23/107.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
428.23/107.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.23/107.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.23/107.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
428.23/107.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
428.23/107.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
428.23/107.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.21/111.77	c lits-rem:       820  cl-subs:     5174  v-elim:      0  v-fix:    0  time:  4.52 s
446.21/111.77	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
446.21/111.78	c vivif2 --  cl tried    53330 cl shrink        0 lits rem          0 time: 0.01
447.40/112.06	c asymm  cl-useful: 0/1116/7120 lits-rem:0 time: 0.28
447.40/112.06	c calculated reachability. Time: 0.00
447.40/112.06	c  N dy  2779    806514        80      7120         0     53330     49840    901094     22.62   no data
465.80/116.67	c  N dy  2905    826529        80      7120         0     36234     49840    436822     22.65     23.96
480.56/120.38	c  N dy  3049    847443        80      7120         0     55504     49840    964111     22.69     23.93
500.53/125.32	c  N dy  3186    867665        80      7120         0     37477     49840    452363     22.73     24.00
513.72/128.70	c  N dy  3268    890490        80      7120         0     58379     49840   1016050     22.74     23.98
529.69/132.65	c  N dy  3285    911777        80      7120         0     40283     49840    508179     22.71     24.06
544.08/136.28	c  N dy  3371    932683        80      7120         0     59419     49840   1021164     22.72     24.04
563.65/141.17	c  N dy  3463    952775        80      7120         0     39439     49840    468738     22.74     23.95
576.44/144.31	c  N dy  3538    972779        80      7120         0     57743     49840    962875     22.75     25.24
595.20/149.00	c  N dy  3633    993520        80      7120         0     76735     49840   1476717     22.77     24.00
609.19/152.50	c  N dy  3706   1013569        80      7120         0     55744     49840    890437     22.77     23.99
629.96/157.75	c  N dy  3803   1037731        80      7120         0     77805     49840   1486029     22.78     24.03
645.54/161.69	c  N dy  3913   1058088        80      7120         0     56268     49840    893661     22.80     24.05
657.12/164.50	c  F st  3956   1071878        80      7120         0     68837     49840   1229459     22.80     22.63
662.31/165.88	c  N dy  3965   1078336        80      7120         0     74780     49840   1392046     22.80     24.09
678.69/169.95	c  N dy  4013   1098399        80      7120         0     51859     49840    749561     22.79     24.01
692.68/173.48	c  N dy  4059   1118439        80      7120         0     70165     49840   1239843     22.79     24.28
720.24/180.35	c  N dy  4189   1148509        80      7120         0     55630     49840    839376     22.80     24.25
768.18/192.34	c  N dy  4230   1209773        80      7120         0     68148     49840   1133869     22.73     19.60
768.18/192.34	c  S st  4230   1209773        80      7120         0     68148     49840   1133869     22.73     19.60
769.00/192.58	c  S st  4230   1210274        80      7120         0     68612     49840   1146474     22.73   no data
769.00/192.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
769.40/192.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
769.40/192.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
769.40/192.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
769.40/192.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
769.40/192.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
769.40/192.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
769.40/192.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
769.40/192.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
840.08/210.36	c lits-rem:      1163  cl-subs:     7712  v-elim:      0  v-fix:    0  time: 17.67 s
840.08/210.36	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
840.08/210.37	c vivif2 --  cl tried    60900 cl shrink        0 lits rem          0 time: 0.01
841.68/210.74	c asymm  cl-useful: 0/1252/7120 lits-rem:0 time: 0.36
841.68/210.74	c calculated reachability. Time: 0.00
841.68/210.74	c  N dy  4230   1210274        80      7120         0     60900     49840    956989     22.73   no data
885.22/221.68	c  N dy  4240   1267761        80      7120         0     69658     49840   1170450     22.63     23.86
910.01/227.87	c  N dy  4364   1288332        80      7120         0     88542     49840   1682304     22.65     23.84
929.16/232.61	c  N dy  4469   1308397        80      7120         0     62642     49840    994460     22.66     24.27
958.72/240.05	c  N dy  4602   1332692        80      7120         0     84963     49840   1601170     22.68     23.91
981.89/245.81	c  N dy  4710   1357612        80      7120         0     62158     49840    952513     22.69     23.90
1001.46/250.75	c  N dy  4773   1378224        80      7120         0     81026     49840   1456084     22.70     23.90
1022.64/256.09	c  N dy  4859   1398312        80      7120         0     52853     49840    688429     22.70     25.59
1040.61/260.56	c  N dy  4964   1418399        80      7120         0     71273     49840   1187715     22.72     24.80
1062.98/266.17	c  N dy  5055   1438469        80      7120         0     89637     49840   1684031     22.73     25.19
1084.56/271.56	c  N dy  5198   1458540        80      7120         0     60543     49840    885476     22.75     25.00
1106.13/276.97	c  N dy  5326   1478576        80      7120         0     78934     49840   1385475     22.76     24.07
1130.09/282.94	c  N dy  5386   1498618        80      7120         0     48658     49840    545752     22.76     26.08
1146.48/287.01	c  N dy  5489   1518658        80      7120         0     67010     49840   1043539     22.77     24.40
1168.86/292.68	c  N dy  5596   1539005        80      7120         0     85654     49840   1549349     22.79     24.06
1193.21/298.74	c  N dy  5679   1559069        80      7120         0     54620     49840    688349     22.79     24.50
1211.99/303.40	c  N dy  5787   1579423        80      7120         0     73223     49840   1190880     22.81     24.26
1235.18/309.21	c  N dy  5884   1599443        80      7120         0     91566     49840   1686492     22.82     26.82
1257.15/314.73	c  N dy  5974   1619570        80      7120         0     59663     49840    809941     22.82     24.21
1275.91/319.42	c  N dy  6031   1640455        80      7120         0     78730     49840   1320459     22.82     24.05
1302.27/326.01	c  N dy  6144   1660678        80      7120         0     97287     49840   1824712     22.83     24.12
1324.65/331.60	c  N dy  6253   1680719        80      7120         0     64366     49840    920110     22.85     25.40
1348.61/337.66	c  N dy  6378   1700720        80      7120         0     82739     49840   1423143     22.86     24.52
1364.18/341.54	c  S st  6423   1710274        80      7120         0     91483     49840   1661101     22.87     22.27
1365.38/341.88	c  S st  6423   1710777        80      7120         0     91943     49840   1674002     22.87   no data
1365.38/341.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1365.78/341.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1365.78/341.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1365.78/341.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1365.78/341.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1365.78/341.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1365.78/341.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1365.78/341.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1366.18/342.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1429.29/357.83	c lits-rem:      1056  cl-subs:     7453  v-elim:      0  v-fix:    0  time: 15.80 s
1429.29/357.83	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1429.29/357.85	c vivif2 --  cl tried    84490 cl shrink        0 lits rem          0 time: 0.02
1430.89/358.20	c asymm  cl-useful: 0/793/7120 lits-rem:0 time: 0.35
1430.89/358.21	c calculated reachability. Time: 0.00
1430.89/358.21	c  N dy  6423   1710777        80      7120         0     84490     49840   1456591     22.87   no data
1458.87/365.21	c  N dy  6536   1730805        80      7120         0    102904     49840   1958569     22.88     25.25
1477.63/369.97	c  N dy  6646   1750923        80      7120         0     69445     49840   1046276     22.89     24.15
1498.01/375.02	c  N dy  6698   1771007        80      7120         0     87803     49840   1537234     22.89     25.65
1530.36/383.17	c  N dy  6815   1791155        80      7120         0     53257     49840    588739     22.90     24.13
1549.93/388.07	c  N dy  6906   1811225        80      7120         0     71549     49840   1080391     22.90     25.52
1582.69/396.25	c  N dy  6934   1844863        80      7120         0    102045     49840   1883869     22.88     24.10
1605.06/401.81	c  N dy  7026   1865061        80      7120         0     66796     49840    942514     22.89     24.42
1629.43/407.95	c  N dy  7124   1888632        80      7120         0     88401     49840   1527294     22.89     24.12
1656.61/414.78	c  N dy  7205   1908732        80      7120         0    106819     49840   2025902     22.90     25.43
1683.76/421.53	c  N dy  7324   1935596        80      7120         0     76600     49840   1189211     22.91     24.21
1707.73/427.51	c  N dy  7403   1955610        80      7120         0     94832     49840   1679846     22.91     25.87
1738.48/435.20	c  N dy  7497   1976108        80      7120         0     57876     49840    664152     22.92     24.23
1759.25/440.50	c  N dy  7566   1999619        80      7120         0     79378     49840   1242828     22.92     24.27
1786.02/447.16	c  N dy  7678   2019621        80      7120         0     97729     49840   1745328     22.93     25.42
1820.37/455.77	c  N dy  7799   2042995        80      7120         0     62358     49840    767593     22.94     24.23
1839.95/460.69	c  N dy  7878   2063180        80      7120         0     80760     49840   1264864     22.95     24.19
1863.13/466.49	c  N dy  7936   2083318        80      7120         0     99148     49840   1758548     22.95     24.18
1890.68/473.33	c  N dy  7977   2104095        80      7120         0     60549     49840    705497     22.94     24.21
1913.05/478.95	c  N dy  8093   2126282        80      7120         0     80891     49840   1259398     22.95     24.19
1939.41/485.53	c  N dy  8191   2146648        80      7120         0     99526     49840   1765304     22.96     24.40
1970.97/493.44	c  N dy  8280   2166695        80      7120         0     59321     49840    656449     22.96     24.44
1994.53/499.36	c  N dy  8308   2194207        80      7120         0     84142     49840   1304199     22.95     24.21
2013.71/504.16	c  S st  8317   2210777        80      7120         0     99184     49840   1697630     22.94     19.98
2015.31/504.52	c  S st  8317   2211283        80      7120         0     99650     49840   1710451     22.94   no data
2015.31/504.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2015.31/504.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2015.31/504.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2015.31/504.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2015.31/504.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2015.31/504.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2015.31/504.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2015.71/504.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2015.71/504.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2106.38/527.38	c lits-rem:      1381  cl-subs:    10890  v-elim:      0  v-fix:    0  time: 22.71 s
2106.38/527.38	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2106.78/527.41	c vivif2 --  cl tried    88760 cl shrink        0 lits rem          0 time: 0.02
2108.38/527.83	c asymm  cl-useful: 0/717/7120 lits-rem:0 time: 0.43
2108.38/527.84	c calculated reachability. Time: 0.00
2108.38/527.84	c  N dy  8317   2211283        80      7120         0     88760     49840   1433245     22.94   no data
2135.97/534.72	c  N dy  8385   2231361        80      7120         0    107083     49840   1927955     22.94     24.16
2164.30/541.80	c  N dy  8468   2252389        80      7120         0     67514     49840    870996     22.94     24.33
2186.27/547.34	c  N dy  8536   2273759        80      7120         0     87095     49840   1396894     22.94     24.18
2219.44/555.65	c  N dy  8636   2297154        80      7120         0    108575     49840   1982540     22.95     24.24
2249.81/563.21	c  N dy  8703   2320589        80      7120         0     69941     49840    915126     22.95     24.28
2272.56/568.99	c  N dy  8806   2340653        80      7120         0     88324     49840   1417307     22.96     26.84
2300.51/575.92	c  N dy  8864   2361502        80      7120         0    107327     49840   1927851     22.96     24.17
2336.87/585.09	c  N dy  8923   2390807        80      7120         0     72930     49840    973055     22.95     24.21
2361.64/591.25	c  N dy  9022   2411213        80      7120         0     91580     49840   1480412     22.96     24.24
2394.00/599.36	c  N dy  9127   2433077        80      7120         0    111594     49840   2025605     22.97     24.20
2422.35/606.41	c  N dy  9177   2454079        80      7120         0     68675     49840    846659     22.96     24.24
2445.93/612.34	c  N dy  9309   2474099        80      7120         0     87046     49840   1351689     22.97     24.54
2484.68/622.06	c  N dy  9351   2505664        80      7120         0    115723     49840   2111857     22.96     24.18
2516.23/629.97	c  N dy  9452   2525738        80      7120         0     71178     49840    904785     22.97     24.20
2539.81/635.81	c  N dy  9545   2545743        80      7120         0     89494     49840   1402770     22.97     25.33
2570.16/643.43	c  N dy  9621   2568029        80      7120         0    109783     49840   1950816     22.98     24.19
2606.92/652.61	c  N dy  9703   2589110        80      7120         0     65188     49840    724773     22.98     24.21
2628.48/658.00	c  N dy  9786   2609154        80      7120         0     83517     49840   1223795     22.99     25.87
2654.47/664.57	c  N dy  9885   2629157        80      7120         0    101831     49840   1723502     22.99     24.40
2710.38/678.55	c  N dy  9966   2670671        80      7120         0     74719     49840    959220     22.98     24.21
2742.73/686.66	c  N dy 10032   2702624        80      7120         0    103841     49840   1743283     22.97     24.20
2756.71/690.16	c  S st 10074   2711283        80      7120         0    111756     49840   1958177     22.97     23.89
2758.31/690.51	c  S st 10074   2711787        80      7120         0    112227     49840   1971112     22.97   no data
2758.31/690.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2758.31/690.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2758.31/690.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2758.31/690.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2758.31/690.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2758.31/690.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2758.31/690.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2758.71/690.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2758.71/690.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2847.81/712.97	c lits-rem:      1123  cl-subs:    10600  v-elim:      0  v-fix:    0  time: 22.30 s
2847.81/712.97	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2847.81/712.99	c vivif2 --  cl tried   101627 cl shrink        0 lits rem          0 time: 0.03
2849.78/713.46	c asymm  cl-useful: 0/637/7120 lits-rem:0 time: 0.47
2849.78/713.47	c calculated reachability. Time: 0.00
2849.78/713.47	c  N dy 10074   2711787        80      7120         0    101627     49840   1694088     22.97   no data
2890.13/723.55	c  N dy 10091   2736229        80      7120         0    123773     49840   2276788     22.96     24.20
2918.89/730.77	c  N dy 10135   2756377        80      7120         0     76969     49840   1018773     22.95     24.24
2942.06/736.57	c  N dy 10189   2776727        80      7120         0     95511     49840   1518163     22.95     24.23
2974.02/744.50	c  N dy 10296   2796740        80      7120         0    113825     49840   2018805     22.96     26.76
3015.15/754.88	c  N dy 10431   2817246        80      7120         0    132672     49840   2537602     22.97     24.34
3038.33/760.61	c  N dy 10510   2837309        80      7120         0     84601     49840   1209258     22.98     25.75
3065.49/767.46	c  N dy 10618   2857329        80      7120         0    102963     49840   1710418     22.98     24.26
3114.63/779.74	c  N dy 10715   2888568        80      7120         0    131427     49840   2478361     22.98     24.24
3147.78/788.04	c  N dy 10726   2919008        80      7120         0     91596     49840   1353022     22.96     24.30
3178.14/795.62	c  N dy 10828   2939299        80      7120         0    110183     49840   1860402     22.97     24.25
3221.68/806.53	c  N dy 10935   2963862        80      7120         0    132608     49840   2470026     22.97     24.23
3260.45/816.25	c  N dy 11034   2994619        80      7120         0     92286     49840   1376017     22.97     24.24
3295.19/824.95	c  N dy 11162   3017025        80      7120         0    112796     49840   1937270     22.98     24.27
3339.55/836.04	c  N dy 11236   3044390        80      7120         0    137721     49840   2608619     22.98     24.19
3367.89/843.16	c  N dy 11325   3067105        80      7120         0     89208     49840   1281879     22.98     24.32
3393.45/849.56	c  N dy 11356   3088754        80      7120         0    108838     49840   1805705     22.98     24.26
3432.22/859.29	c  N dy 11390   3114332        80      7120         0    132013     49840   2423230     22.97     24.19
3469.74/868.65	c  N dy 11467   3134371        80      7120         0     80169     49840   1025153     22.97     25.21
3500.51/876.38	c  N dy 11536   3154406        80      7120         0     98534     49840   1524863     22.98     24.21
3536.06/885.22	c  N dy 11602   3174537        80      7120         0    116913     49840   2024242     22.98     24.26
3577.22/895.56	c  N dy 11749   3194541        80      7120         0    135230     49840   2529780     22.99     24.39
3605.57/902.67	c  S st 11811   3211789        80      7120         0     79733     49840    986850     22.99     21.53
3606.77/902.90	c  S st 11811   3212295        80      7120         0     80204     49840    999838     22.99   no data
3606.77/902.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3606.77/902.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3606.77/902.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3606.77/902.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3606.77/902.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3606.77/902.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3606.77/902.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3606.77/902.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3606.77/902.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3615.95/905.25	c lits-rem:       182  cl-subs:     2249  v-elim:      0  v-fix:    0  time:  2.25 s
3615.95/905.25	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3615.95/905.26	c vivif2 --  cl tried    77955 cl shrink        0 lits rem          0 time: 0.01
3617.54/905.60	c asymm  cl-useful: 0/790/7120 lits-rem:0 time: 0.33
3617.54/905.60	c calculated reachability. Time: 0.00
3617.54/905.60	c  N dy 11811   3212295        80      7120         0     77955     49840    943393     22.99   no data
3640.72/911.49	c  N dy 11878   3232322        80      7120         0     96196     49840   1436153     22.99     24.63
3672.68/919.46	c  N dy 11986   3252327        80      7120         0    114437     49840   1930308     22.99     26.50
3764.55/942.45	c  N dy 12082   3312825        80      7120         0     97311     49840   1417609     22.96     24.27
3795.71/950.26	c  N dy 12186   3332841        80      7120         0    115600     49840   1917144     22.96     25.92
3834.46/959.96	c  N dy 12298   3354061        80      7120         0    135030     49840   2449645     22.97     24.18
3867.61/968.29	c  N dy 12373   3374091        80      7120         0     80522     49840    991581     22.97     26.14
3889.57/973.73	c  N dy 12398   3394150        80      7120         0     98733     49840   1478255     22.97     24.33
3922.73/982.09	c  N dy 12520   3414336        80      7120         0    117195     49840   1983821     22.97     24.21
3960.68/991.50	c  N dy 12608   3434371        80      7120         0    135509     49840   2483210     22.98     24.41
3999.82/1001.34	c  N dy 12693   3454714        80      7120         0     80299     49840    965031     22.98     24.39
4037.77/1010.86	c  N dy 12706   3490531        80      7120         0    112521     49840   1802086     22.96     24.30
4077.32/1020.77	c  N dy 12824   3511500        80      7120         0    131666     49840   2323307     22.96     24.19
4124.45/1032.57	c  N dy 12893   3539647        80      7120         0     82698     49840   1014006     22.96     24.17
4151.22/1039.25	c  N dy 13000   3559789        80      7120         0    101130     49840   1517811     22.97     24.27
4182.79/1047.15	c  N dy 13086   3579896        80      7120         0    119458     49840   2017089     22.97     24.32
4220.75/1056.61	c  N dy 13170   3600053        80      7120         0    137913     49840   2518771     22.97     24.30
4261.50/1066.80	c  N dy 13223   3625337        80      7120         0     85209     49840   1055485     22.97     24.20
4287.86/1073.46	c  N dy 13321   3645408        80      7120         0    103578     49840   1552558     22.97     25.32
4395.73/1100.41	c  N dy 13382   3712296        80      7120         0     87627     49840   1109491     22.94     19.92
4395.73/1100.41	c  S st 13382   3712296        80      7120         0     87627     49840   1109491     22.94     19.92
4396.53/1100.65	c  S st 13382   3712805        80      7120         0     88105     49840   1122784     22.94   no data
4396.53/1100.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4396.93/1100.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4396.93/1100.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4396.93/1100.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4396.93/1100.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4396.93/1100.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4396.93/1100.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4396.93/1100.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4396.93/1100.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4410.51/1104.19	c lits-rem:       386  cl-subs:     3440  v-elim:      0  v-fix:    0  time:  3.43 s
4410.51/1104.19	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4410.91/1104.21	c vivif2 --  cl tried    84665 cl shrink        0 lits rem          0 time: 0.02
4412.13/1104.54	c asymm  cl-useful: 0/732/7120 lits-rem:0 time: 0.33
4412.13/1104.54	c calculated reachability. Time: 0.00
4412.13/1104.54	c  N dy 13382   3712805        80      7120         0     84665     49840   1040779     22.94   no data
4441.27/1111.85	c  N dy 13512   3732853        80      7120         0    103036     49840   1545667     22.95     26.51
4471.24/1119.31	c  F st 13553   3751562        80      7120         0    120035     49840   2000966     22.94     20.15
4474.04/1120.09	c  N st 13557   3753593        80      7120         0    121883     49840   2050916     22.94   no data
4516.39/1130.68	c  N dy 13681   3773849        80      7120         0    140451     49840   2562150     22.95     24.18
4552.37/1139.60	c  N dy 13709   3793967        80      7120         0     81618     49840    947969     22.95     24.28
4586.72/1148.20	c  N dy 13779   3822791        80      7120         0    107934     49840   1657310     22.94     24.21
4625.87/1158.02	c  N dy 13911   3843844        80      7120         0    127118     49840   2183398     22.95     24.20
4670.22/1169.10	c  N dy 14022   3863880        80      7120         0    145447     49840   2685102     22.95     24.97
4708.98/1178.88	c  N dy 14092   3885891        80      7120         0     87293     49840   1080666     22.96     24.21
4738.54/1186.22	c  N dy 14162   3907796        80      7120         0    107246     49840   1618560     22.96     24.24
4774.11/1195.18	c  N dy 14268   3927891        80      7120         0    125600     49840   2119467     22.96     25.80

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.11 8.03 5/180 15901
/proc/meminfo: memFree=14880324/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 500022873 52441088 347 33554432000 4194304 4627427 140734355417504 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 12803 347 299 106 0 7774 0
[pid=15901/tid=15902] ppid=15899 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 500022873 52441088 347 33554432000 4194304 4627427 140734355417504 18446744073709551615 47437911992246 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 500022873 52441088 347 33554432000 4194304 4627427 140734355417504 18446744073709551615 47437911992240 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 500022873 52441088 347 33554432000 4194304 4627427 140734355417504 18446744073709551615 264738202678 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.107328 s]
/proc/loadavg: 8.10 8.11 8.03 5/180 15901
/proc/meminfo: memFree=14880324/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=282016 CPUtime=0.4 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 1533 0 0 0 40 0 0 0 25 0 4 0 500022873 288784384 1449 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 70504 1449 364 106 0 65475 0
[pid=15901/tid=15902] ppid=15899 vsize=282016 CPUtime=0.1 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 239 0 0 0 10 0 0 0 25 0 4 0 500022873 288784384 1449 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=282016 CPUtime=0.1 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 243 0 0 0 10 0 0 0 25 0 4 0 500022873 288784384 1450 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=282016 CPUtime=0.1 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 384 0 0 0 10 0 0 0 25 0 4 0 500022873 288784384 1450 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282016

[startup+0.200312 s]
/proc/loadavg: 8.10 8.11 8.03 5/180 15901
/proc/meminfo: memFree=14880324/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=284696 CPUtime=0.77 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 3372 0 0 0 77 0 0 0 25 0 4 0 500022873 291528704 2962 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 71174 2962 384 106 0 66145 0
[pid=15901/tid=15902] ppid=15899 vsize=284696 CPUtime=0.19 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 768 0 0 0 19 0 0 0 25 0 4 0 500022873 291528704 2962 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=284696 CPUtime=0.19 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 777 0 0 0 19 0 0 0 25 0 4 0 500022873 291528704 2962 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=284696 CPUtime=0.19 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 622 0 0 0 19 0 0 0 25 0 4 0 500022873 291528704 2962 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284696

[startup+0.300292 s]
/proc/loadavg: 8.10 8.11 8.03 5/180 15901
/proc/meminfo: memFree=14880324/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=284696 CPUtime=1.17 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 3760 0 0 0 117 0 0 0 25 0 4 0 500022873 291528704 3350 33554432000 4194304 4627427 140734355417504 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 71174 3350 384 106 0 66145 0
[pid=15901/tid=15902] ppid=15899 vsize=284696 CPUtime=0.29 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 858 0 0 0 29 0 0 0 25 0 4 0 500022873 291528704 3350 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=284696 CPUtime=0.29 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 871 0 0 0 29 0 0 0 25 0 4 0 500022873 291528704 3351 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=284696 CPUtime=0.29 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 734 0 0 0 29 0 0 0 25 0 4 0 500022873 291528704 3351 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284696

[startup+0.700218 s]
/proc/loadavg: 8.10 8.11 8.03 5/180 15901
/proc/meminfo: memFree=14880324/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=287200 CPUtime=2.77 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 5978 0 0 0 276 1 0 0 25 0 4 0 500022873 294092800 3792 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 71800 3792 384 106 0 66771 0
[pid=15901/tid=15902] ppid=15899 vsize=287200 CPUtime=0.69 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 1433 0 0 0 69 0 0 0 25 0 4 0 500022873 294092800 3792 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=287200 CPUtime=0.69 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 1428 0 0 0 69 0 0 0 25 0 4 0 500022873 294092800 3792 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=287200 CPUtime=0.69 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 1200 0 0 0 69 0 0 0 25 0 4 0 500022873 294092800 3792 33554432000 4194304 4627427 140734355417504 18446744073709551615 4338541 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287200

[startup+1.50107 s]
/proc/loadavg: 8.09 8.10 8.03 9/184 15905
/proc/meminfo: memFree=14862440/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=288380 CPUtime=5.97 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 9713 0 0 0 595 2 0 0 25 0 4 0 500022873 295301120 4537 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 72095 4537 385 106 0 67066 0
[pid=15901/tid=15902] ppid=15899 vsize=288380 CPUtime=1.49 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 2403 0 0 0 149 0 0 0 25 0 4 0 500022873 295301120 4537 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=288380 CPUtime=1.48 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 2324 0 0 0 148 0 0 0 25 0 4 0 500022873 295301120 4537 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=288380 CPUtime=1.48 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 2133 0 0 0 148 0 0 0 25 0 4 0 500022873 295301120 4538 33554432000 4194304 4627427 140734355417504 18446744073709551615 4321507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 288380

[startup+3.10077 s]
/proc/loadavg: 8.09 8.10 8.03 9/184 15905
/proc/meminfo: memFree=14853016/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=298276 CPUtime=12.36 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 20351 0 0 0 1232 4 0 0 25 0 4 0 500022873 305434624 11352 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 74569 11352 388 106 0 69540 0
[pid=15901/tid=15902] ppid=15899 vsize=298276 CPUtime=3.08 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 4657 0 0 0 308 0 0 0 25 0 4 0 500022873 305434624 11352 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=298276 CPUtime=3.08 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 5114 0 0 0 308 0 0 0 25 0 4 0 500022873 305434624 11352 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=298276 CPUtime=3.08 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 5351 0 0 0 307 1 0 0 25 0 4 0 500022873 305434624 11352 33554432000 4194304 4627427 140734355417504 18446744073709551615 4308149 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 298276

[startup+6.30116 s]
/proc/loadavg: 8.08 8.10 8.03 9/184 15905
/proc/meminfo: memFree=14821528/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=289644 CPUtime=25.14 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 30208 0 0 0 2509 5 0 0 25 0 4 0 500022873 296595456 13481 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 72411 13481 388 106 0 67382 0
[pid=15901/tid=15902] ppid=15899 vsize=289644 CPUtime=6.29 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 7654 0 0 0 628 1 0 0 25 0 4 0 500022873 296595456 13481 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=289644 CPUtime=6.29 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 7429 0 0 0 628 1 0 0 25 0 4 0 500022873 296595456 13482 33554432000 4194304 4627427 140734355417504 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=289644 CPUtime=6.26 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 7704 0 0 0 625 1 0 0 25 0 4 0 500022873 296595456 13482 33554432000 4194304 4627427 140734355417504 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289644

[startup+12.701 s]
/proc/loadavg: 8.08 8.10 8.03 9/184 15906
/proc/meminfo: memFree=14812048/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=311980 CPUtime=50.71 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 47512 0 0 0 5063 8 0 0 25 0 4 0 500022873 319467520 20726 33554432000 4194304 4627427 140734355417504 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 77995 20726 388 106 0 72966 0
[pid=15901/tid=15902] ppid=15899 vsize=311980 CPUtime=12.68 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 11479 0 0 0 1267 1 0 0 25 0 4 0 500022873 319467520 20726 33554432000 4194304 4627427 140734355417504 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=311980 CPUtime=12.68 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 11061 0 0 0 1267 1 0 0 25 0 4 0 500022873 319467520 20726 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=311980 CPUtime=12.63 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 11880 0 0 0 1261 2 0 0 25 0 4 0 500022873 319467520 20726 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 311980

[startup+25.5005 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 15906
/proc/meminfo: memFree=14771356/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=293224 CPUtime=101.84 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 71059 0 0 0 10172 12 0 0 25 0 4 0 500022873 300261376 24910 33554432000 4194304 4627427 140734355417504 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 73306 24910 388 106 0 68277 0
[pid=15901/tid=15902] ppid=15899 vsize=293224 CPUtime=25.48 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 17572 0 0 0 2546 2 0 0 25 0 4 0 500022873 300261376 24910 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=293224 CPUtime=25.48 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 17185 0 0 0 2545 3 0 0 25 0 4 0 500022873 300261376 24910 33554432000 4194304 4627427 140734355417504 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=293224 CPUtime=25.36 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 17489 0 0 0 2533 3 0 0 25 0 4 0 500022873 300261376 24911 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 293224

[startup+51.1007 s]
/proc/loadavg: 8.04 8.08 8.03 9/184 15907
/proc/meminfo: memFree=14743364/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=305880 CPUtime=204.11 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 107495 0 0 0 20389 22 0 0 25 0 4 0 500022873 313221120 28173 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 76470 28173 388 106 0 71441 0
[pid=15901/tid=15902] ppid=15899 vsize=305880 CPUtime=51.08 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 26231 0 0 0 5104 4 0 0 25 0 4 0 500022873 313221120 28173 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309344 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=305880 CPUtime=51.08 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 26382 0 0 0 5103 5 0 0 25 0 4 0 500022873 313221120 28173 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=305880 CPUtime=50.83 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 26448 0 0 0 5077 6 0 0 25 0 4 0 500022873 313221120 28173 33554432000 4194304 4627427 140734355417504 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 305880

[startup+102.301 s]
/proc/loadavg: 8.07 8.09 8.03 9/184 15908
/proc/meminfo: memFree=14705904/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=307296 CPUtime=408.67 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 163470 0 0 0 40833 34 0 0 25 0 4 0 500022873 314671104 31694 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 76824 31694 388 106 0 71795 0
[pid=15901/tid=15902] ppid=15899 vsize=307296 CPUtime=102.28 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 39104 0 0 0 10221 7 0 0 25 0 4 0 500022873 314671104 31694 33554432000 4194304 4627427 140734355417504 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=307296 CPUtime=102.29 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 39791 0 0 0 10221 8 0 0 25 0 4 0 500022873 314671104 31694 33554432000 4194304 4627427 140734355417504 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=307296 CPUtime=101.78 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 42684 0 0 0 10169 9 0 0 25 0 4 0 500022873 314671104 31694 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 307296

[startup+162.301 s]

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

[pid=15901] ppid=15899 vsize=488240 CPUtime=2805.44 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 510862 0 0 0 280389 155 0 0 25 0 4 0 500022873 499957760 79552 33554432000 4194304 4627427 140734355417504 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 122060 79552 388 106 0 117031 0
[pid=15901/tid=15902] ppid=15899 vsize=488240 CPUtime=702.23 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 127868 0 0 0 70181 42 0 0 25 0 4 0 500022873 499957760 79552 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=488240 CPUtime=702.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 125187 0 0 0 70189 41 0 0 25 0 4 0 500022873 499957760 79552 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=488240 CPUtime=698.59 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 127696 0 0 0 69823 36 0 0 25 0 4 0 500022873 499957760 79552 33554432000 4194304 4627427 140734355417504 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 488240

[startup+762.3 s]
/proc/loadavg: 8.23 8.15 8.09 9/184 15929
/proc/meminfo: memFree=14361912/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=488464 CPUtime=3045.13 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 530841 0 0 0 304348 165 0 0 25 0 4 0 500022873 500187136 85997 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 122116 85997 388 106 0 117087 0
[pid=15901/tid=15902] ppid=15899 vsize=488464 CPUtime=762.22 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 134068 0 0 0 76178 44 0 0 25 0 4 0 500022873 500187136 85997 33554432000 4194304 4627427 140734355417504 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=488464 CPUtime=762.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 130673 0 0 0 76186 44 0 0 25 0 4 0 500022873 500187136 85997 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=488464 CPUtime=758.26 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 131087 0 0 0 75789 37 0 0 25 0 4 0 500022873 500187136 85997 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.13
Current children cumulated vsize (KiB) 488464

[startup+822.301 s]
/proc/loadavg: 8.21 8.15 8.09 9/184 15930
/proc/meminfo: memFree=14328292/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=488704 CPUtime=3284.8 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 551674 0 0 0 328307 173 0 0 25 0 4 0 500022873 500432896 88483 33554432000 4194304 4627427 140734355417504 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 122176 88483 388 106 0 117147 0
[pid=15901/tid=15902] ppid=15899 vsize=488704 CPUtime=822.22 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 140611 0 0 0 82175 47 0 0 25 0 4 0 500022873 500432896 88483 33554432000 4194304 4627427 140734355417504 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=488704 CPUtime=822.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 136954 0 0 0 82183 47 0 0 25 0 4 0 500022873 500432896 88483 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=488704 CPUtime=817.93 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 135579 0 0 0 81755 38 0 0 25 0 4 0 500022873 500432896 88483 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 488704

[startup+882.307 s]
/proc/loadavg: 8.14 8.14 8.09 9/184 15932
/proc/meminfo: memFree=14318364/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=554352 CPUtime=3524.49 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 573372 0 0 0 352266 183 0 0 25 0 4 0 500022873 567656448 91783 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 138588 91783 388 106 0 133559 0
[pid=15901/tid=15902] ppid=15899 vsize=554352 CPUtime=882.22 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 148703 0 0 0 88173 49 0 0 25 0 4 0 500022873 567656448 91783 33554432000 4194304 4627427 140734355417504 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=554352 CPUtime=882.31 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 141854 0 0 0 88180 51 0 0 25 0 4 0 500022873 567656448 91783 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=554352 CPUtime=877.62 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 140280 0 0 0 87721 41 0 0 25 0 4 0 500022873 567656448 91783 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.49
Current children cumulated vsize (KiB) 554352

[startup+942.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/184 15933
/proc/meminfo: memFree=14251892/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=554528 CPUtime=3764.15 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 592220 0 0 0 376226 189 0 0 25 0 4 0 500022873 567836672 97188 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 138632 97188 388 106 0 133603 0
[pid=15901/tid=15902] ppid=15899 vsize=554528 CPUtime=942.21 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 154301 0 0 0 94170 51 0 0 25 0 4 0 500022873 567836672 97188 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=554528 CPUtime=942.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 147453 0 0 0 94178 52 0 0 25 0 4 0 500022873 567836672 97188 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=554528 CPUtime=937.29 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 143021 0 0 0 93688 41 0 0 25 0 4 0 500022873 567836672 97188 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 554528

[startup+1002.3 s]
/proc/loadavg: 8.09 8.12 8.09 9/184 15935
/proc/meminfo: memFree=14309404/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=568028 CPUtime=4003.82 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 609955 0 0 0 400184 198 0 0 25 0 4 0 500022873 581660672 88896 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 142007 88896 388 106 0 136978 0
[pid=15901/tid=15902] ppid=15899 vsize=568028 CPUtime=1002.21 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 159496 0 0 0 100167 54 0 0 25 0 4 0 500022873 581660672 88896 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=568028 CPUtime=1002.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 153389 0 0 0 100174 56 0 0 25 0 4 0 500022873 581660672 88896 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=568028 CPUtime=996.96 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 146764 0 0 0 99653 43 0 0 25 0 4 0 500022873 581660672 88896 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.82
Current children cumulated vsize (KiB) 568028

[startup+1062.3 s]
/proc/loadavg: 6.67 7.77 7.98 5/175 15955
/proc/meminfo: memFree=14740240/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=568236 CPUtime=4243.52 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 632797 0 0 0 424143 209 0 0 25 0 4 0 500022873 581873664 98618 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 142059 98618 388 106 0 137030 0
[pid=15901/tid=15902] ppid=15899 vsize=568236 CPUtime=1062.2 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 165980 0 0 0 106162 58 0 0 25 0 4 0 500022873 581873664 98618 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=568236 CPUtime=1062.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 158262 0 0 0 106172 58 0 0 25 0 4 0 500022873 581873664 98618 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=568236 CPUtime=1056.67 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 153134 0 0 0 105621 46 0 0 25 0 4 0 500022873 581873664 98618 33554432000 4194304 4627427 140734355417504 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 568236

[startup+1122.3 s]
/proc/loadavg: 5.03 7.10 7.73 5/175 15956
/proc/meminfo: memFree=14754960/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=622432 CPUtime=4483.23 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 652313 0 0 0 448106 217 0 0 25 0 4 0 500022873 637370368 94860 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 155608 94860 388 106 0 150579 0
[pid=15901/tid=15902] ppid=15899 vsize=622432 CPUtime=1122.2 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 171805 0 0 0 112161 59 0 0 25 0 4 0 500022873 637370368 94860 33554432000 4194304 4627427 140734355417504 18446744073709551615 4330912 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=622432 CPUtime=1122.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 163864 0 0 0 112169 61 0 0 25 0 4 0 500022873 637370368 94860 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=622432 CPUtime=1116.37 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 155134 0 0 0 111591 46 0 0 25 0 4 0 500022873 637370368 94860 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.23
Current children cumulated vsize (KiB) 622432

[startup+1182.3 s]
/proc/loadavg: 4.42 6.55 7.50 5/175 15958
/proc/meminfo: memFree=14769576/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=582348 CPUtime=4722.96 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 673252 0 0 0 472069 227 0 0 25 0 4 0 500022873 596324352 91329 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 145587 91329 388 106 0 140558 0
[pid=15901/tid=15902] ppid=15899 vsize=582348 CPUtime=1182.21 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 177846 0 0 0 118159 62 0 0 25 0 4 0 500022873 596324352 91329 33554432000 4194304 4627427 140734355417504 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=582348 CPUtime=1182.3 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 168193 0 0 0 118167 63 0 0 25 0 4 0 500022873 596324352 91329 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=582348 CPUtime=1176.1 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 159785 0 0 0 117561 49 0 0 25 0 4 0 500022873 596324352 91329 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.96
Current children cumulated vsize (KiB) 582348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.38 6.40 7.43 5/175 15958
/proc/meminfo: memFree=14759400/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=636940 CPUtime=4800.09 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 678938 0 0 0 479779 230 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 159235 93571 388 106 0 154206 0
[pid=15901/tid=15902] ppid=15899 vsize=636940 CPUtime=1201.51 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 178959 0 0 0 120089 62 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=636940 CPUtime=1201.61 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 169221 0 0 0 120097 64 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=636940 CPUtime=1195.32 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 162121 0 0 0 119482 50 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 636940

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

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

[startup+1201.6 s]
/proc/loadavg: 4.38 6.40 7.43 5/175 15958
/proc/meminfo: memFree=14759400/32951124 swapFree=67111528/67111528
[pid=15901] ppid=15899 vsize=636940 CPUtime=4800.09 cores=0,2,4,6
/proc/15901/stat : 15901 (strangenight2-m) R 15899 15901 15629 0 -1 4202496 678938 0 0 0 479779 230 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15901/statm: 159235 93571 388 106 0 154206 0
[pid=15901/tid=15902] ppid=15899 vsize=636940 CPUtime=1201.51 cores=0,2,4,6
/proc/15901/task/15902/stat : 15902 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 178959 0 0 0 120089 62 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15901/tid=15903] ppid=15899 vsize=636940 CPUtime=1201.61 cores=0,2,4,6
/proc/15901/task/15903/stat : 15903 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 169221 0 0 0 120097 64 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15901/tid=15904] ppid=15899 vsize=636940 CPUtime=1195.32 cores=0,2,4,6
/proc/15901/task/15904/stat : 15904 (strangenight2-m) R 15899 15901 15629 0 -1 4202560 162121 0 0 0 119482 50 0 0 25 0 4 0 500022873 652226560 93571 33554432000 4194304 4627427 140734355417504 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 636940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.14
CPU user time (s): 4797.81
CPU system time (s): 2.32565
CPU usage (%): 399.469
Max. virtual memory (cumulated for all children) (KiB): 636940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.81
system time used= 2.32565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678939
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= 761
involuntary context switches= 20742

runsolver used 2.03869 second user time and 4.30835 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 13:21:13
IDJOB=3174007
IDBENCH=82825
IDSOLVER=1586
FILE ID=node141/3174007-1304076073
RUNJOBID= node141-1304073498-15647
PBS_JOBID= 13170495
Free space on /tmp= 71420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S474185167-033.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174007-1304076073/watcher-3174007-1304076073 -o /tmp/evaluation-result-3174007-1304076073/solver-3174007-1304076073 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174007-1304076073.cnf

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

MD5SUM BENCH= 3152d51685e76b4a30e45b9928cc3243
RANDOM SEED=1568164648

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14880604 kB
Buffers:       1626104 kB
Cached:       15550840 kB
SwapCached:          0 kB
Active:        8265488 kB
Inactive:      9222232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14880604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5900 kB
Writeback:          20 kB
AnonPages:      309680 kB
Mapped:          15468 kB
Slab:           518960 kB
PageTables:       5608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   579928 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= 71420 MiB
End job on node141 at 2011-04-29 13:41:16