Trace number 3366416

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366416-1305403831.cnf'
0.00/0.01	c -- header says num vars:             80
0.00/0.01	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.13	c Parsing time:  0.00 s
0.00/0.13	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.49/0.18	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.49/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.49/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.49/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.49/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.49/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.49/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.97/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.97/1.00	c Finding binary XORs  T:     0.00 s  found:       0
3.97/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.97/1.00	c calculated reachability. Time: 0.00
3.97/1.00	c Calc default polars -  time:   0.00 s pos:      38 undec:       3 neg:      39
3.97/1.00	c =========================================================================================
3.97/1.00	c types(t): F = full restart, N = normal restart
3.97/1.00	c types(t): S = simplification begin/end, E = solution found
3.97/1.00	c restart types(rt): st = static, dy = dynamic
3.97/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.97/1.00	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
3.97/1.00	c  N dy    12      6037        80      7120         0      3248     49840     78343     23.00     24.23
3.97/1.00	c  N dy    27     10275        80      7120         0      7149     49840    183986     23.37     24.62
3.97/1.00	c  N dy    30     14952        80      7120         0      7531     49840    179091     23.12     24.54
4.77/1.24	c  F st    31     25002        80      7120         0     11507     49840    269773     22.63     22.20
4.77/1.24	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.51	c  S st    37     30501        80      7120         0     10318     49840    229303     22.63   no data
5.97/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.51	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.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.52	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.60/1.99	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
7.60/1.99	c calculated reachability. Time: 0.00
7.60/1.99	c  N dy    37     30501        80      7120         0      9537     49840    206205     22.63   no data
8.76/2.22	c  N dy    68     34583        80      7120         0     13300     49840    308754     22.88     24.17
9.55/2.47	c  N dy    78     39330        80      7120         0     10472     49840    214467     22.90     24.11
10.75/2.79	c  N dy    81     44897        80      7120         0     15536     49840    348604     22.74     23.98
11.15/2.84	c  S st    84     45751        80      7120         0     16327     49840    369699     22.75   no data
11.15/2.89	c  S st    84     46253        80      7120         0      8614     49840    150951     22.75   no data
11.15/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.15/2.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.15/2.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.15/2.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.15/2.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.15/2.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.93	c lits-rem:         1  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.03 s
11.57/2.93	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.57/2.94	c vivif2 --  cl tried     8562 cl shrink        0 lits rem          0 time: 0.00
12.34/3.19	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.25
12.34/3.19	c calculated reachability. Time: 0.00
12.34/3.19	c  N dy    84     46253        80      7120         0      8562     49840    149277     22.75   no data
13.55/3.45	c  N dy   103     51039        80      7120         0     12962     49840    267345     22.83     24.08
16.37/4.11	c  N dy   132     61887        80      7120         0     13730     49840    270739     22.82     24.09
18.33/4.60	c  N dy   140     69379        80      7120         0     10572     49840    174147     22.73     21.35
18.33/4.60	c  S st   140     69379        80      7120         0     10572     49840    174147     22.73     21.35
18.33/4.64	c  S st   140     69883        80      7120         0     11033     49840    186659     22.73   no data
18.33/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.33/4.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.33/4.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.33/4.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.33/4.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.33/4.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.33/4.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.33/4.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.33/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.73/4.72	c lits-rem:        13  cl-subs:      166  v-elim:      0  v-fix:    0  time:  0.06 s
18.73/4.72	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
18.73/4.72	c vivif2 --  cl tried    10867 cl shrink        0 lits rem          0 time: 0.00
19.93/5.03	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
19.93/5.03	c calculated reachability. Time: 0.00
19.93/5.03	c  N dy   140     69883        80      7120         0     10867     49840    182079     22.73   no data
21.12/5.38	c  N dy   172     75496        80      7120         0     16051     49840    322133     22.82     24.11
22.72/5.75	c  N dy   200     80331        80      7120         0     20494     49840    442605     22.90     24.23
23.93/6.09	c  N dy   211     85467        80      7120         0     14209     49840    256370     22.89     25.53
24.74/6.23	c  F st   226     87501        80      7120         0     16072     49840    306896     22.93     23.21
25.92/6.58	c  N dy   232     92696        80      7120         0     20786     49840    434103     22.93   no data
27.91/7.08	c  N dy   262     98706        80      7120         0     14396     49840    247949     22.99     25.58
29.54/7.49	c  S st   278    104824        80      7120         0     19994     49840    396815     22.96   no data
29.90/7.55	c  S st   278    105327        80      7120         0     20467     49840    409746     22.96   no data
29.90/7.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.90/7.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.90/7.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.90/7.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.90/7.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.90/7.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.90/7.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.90/7.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.90/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.90/8.07	c lits-rem:       194  cl-subs:     1640  v-elim:      0  v-fix:    0  time:  0.50 s
31.90/8.07	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
31.90/8.08	c vivif2 --  cl tried    18827 cl shrink        0 lits rem          0 time: 0.00
33.52/8.48	c asymm  cl-useful: 0/6046/7120 lits-rem:0 time: 0.40
33.52/8.48	c calculated reachability. Time: 0.00
33.52/8.48	c  N dy   278    105327        80      7120         0     18827     49840    363684     22.96   no data
35.89/9.04	c  N dy   297    112067        80      7120         0     25018     49840    530194     22.97     24.25
39.08/9.89	c  N dy   316    124196        80      7120         0     23318     49840    468495     22.91     24.20
41.88/10.57	c  N dy   340    132194        80      7120         0     16939     49840    285243     22.92     24.67
45.47/11.41	c  N dy   372    142942        80      7120         0     26775     49840    548296     22.91     24.21
48.66/12.29	c  N dy   403    154361        80      7120         0     22580     49840    418418     22.90     24.18
50.26/12.60	c  S st   415    157992        80      7120         0     25931     49840    508543     22.90     21.13
50.26/12.66	c  S st   415    158497        80      7120         0     26409     49840    521806     22.90   no data
50.26/12.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.26/12.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.26/12.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.26/12.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.26/12.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.26/12.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.26/12.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.26/12.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.26/12.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.84/13.59	c lits-rem:       251  cl-subs:     2381  v-elim:      0  v-fix:    0  time:  0.89 s
53.84/13.59	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
53.84/13.59	c vivif2 --  cl tried    24028 cl shrink        0 lits rem          0 time: 0.00
54.24/13.69	c asymm  cl-useful: 0/1074/7120 lits-rem:0 time: 0.10
54.24/13.69	c calculated reachability. Time: 0.00
54.24/13.69	c  N dy   415    158497        80      7120         0     24028     49840    456837     22.90   no data
58.23/14.69	c  N dy   462    168732        80      7120         0     17954     49840    282586     22.96     24.19
65.01/16.39	c  N dy   491    189685        80      7120         0     20675     49840    339246     22.89     24.25
71.81/18.06	c  N dy   507    208448        80      7120         0     20421     49840    317089     22.71     24.19
76.99/19.37	c  N dy   574    221831        80      7120         0     32680     49840    645091     22.74     24.05
82.97/20.84	c  N dy   618    236977        80      7120         0     28297     49840    513398     22.74     23.97
83.37/20.93	c  S st   624    237747        80      7120         0     29026     49840    533240     22.74   no data
83.77/21.00	c  S st   624    238254        80      7120         0     29490     49840    546051     22.74   no data
83.77/21.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.77/21.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.77/21.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.77/21.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.77/21.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.77/21.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
83.77/21.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.77/21.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.77/21.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.36/21.90	c lits-rem:       307  cl-subs:     2151  v-elim:      0  v-fix:    0  time:  0.87 s
87.36/21.90	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
87.36/21.91	c vivif2 --  cl tried    27339 cl shrink        0 lits rem          0 time: 0.01
88.16/22.10	c asymm  cl-useful: 0/2283/7120 lits-rem:0 time: 0.19
88.16/22.11	c calculated reachability. Time: 0.00
88.16/22.11	c  N dy   624    238254        80      7120         0     27339     49840    485395     22.74   no data
95.74/24.05	c  N dy   701    256273        80      7120         0     24734     49840    401862     22.79     24.05
104.52/26.29	c  N dy   722    279854        80      7120         0     26122     49840    419767     22.69     23.89
113.70/28.50	c  N dy   786    299796        80      7120         0     23369     49840    336051     22.69     23.93
116.11/29.14	c  F st   818    306252        80      7120         0     29305     49840    495581     22.71     22.96
122.48/30.76	c  N dy   879    319220        80      7120         0     41226     49840    821715     22.75     24.10
134.47/33.76	c  N dy   926    346381        80      7120         0     43961     49840    861566     22.65     24.00
139.28/34.96	c  S st   964    357382        80      7120         0     31232     49840    514784     22.66     18.87
139.64/35.04	c  S st   964    357886        80      7120         0     31702     49840    527726     22.66   no data
139.64/35.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.64/35.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
139.64/35.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.64/35.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.64/35.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.64/35.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
139.64/35.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.64/35.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.64/35.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.84/35.90	c lits-rem:       363  cl-subs:     1813  v-elim:      0  v-fix:    0  time:  0.83 s
142.84/35.90	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
143.26/35.91	c vivif2 --  cl tried    29889 cl shrink        0 lits rem          0 time: 0.01
144.03/36.11	c asymm  cl-useful: 0/2002/7120 lits-rem:0 time: 0.20
144.03/36.11	c calculated reachability. Time: 0.00
144.03/36.11	c  N dy   964    357886        80      7120         0     29889     49840    477710     22.66   no data
154.00/38.68	c  N dy  1047    377937        80      7120         0     24573     49840    322297     22.67     23.96
163.99/41.16	c  N dy  1168    398178        80      7120         0     43160     49840    825106     22.73     24.03
180.34/45.27	c  N dy  1172    428647        80      7120         0     46083     49840    855353     22.58     23.77
222.27/55.77	c  N dy  1302    509018        80      7120         0     39736     49840    648850     22.24     23.44
236.61/59.35	c  N dy  1463    529107        80      7120         0     30106     49840    400881     22.32     25.01
240.61/60.39	c  S st  1532    536831        80      7120         0     37233     49840    596171     22.35   no data
241.00/60.49	c  S st  1532    537337        80      7120         0     37705     49840    609337     22.35   no data
241.00/60.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.40/60.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
241.40/60.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.40/60.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.40/60.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.40/60.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
241.40/60.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.40/60.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.40/60.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.78/61.60	c lits-rem:       179  cl-subs:     1536  v-elim:      0  v-fix:    0  time:  1.07 s
245.78/61.60	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
245.78/61.60	c vivif2 --  cl tried    36169 cl shrink        0 lits rem          0 time: 0.01
246.58/61.83	c asymm  cl-useful: 0/1590/7120 lits-rem:0 time: 0.22
246.58/61.83	c calculated reachability. Time: 0.00
246.58/61.83	c  N dy  1532    537337        80      7120         0     36169     49840    562351     22.35   no data
260.16/65.26	c  N dy  1691    557423        80      7120         0     54614     49840   1065804     22.43     24.62
272.92/68.46	c  N dy  1838    577642        80      7120         0     44048     49840    758790     22.49     23.74
287.69/72.21	c  N dy  1963    597715        80      7120         0     32254     49840    421985     22.54     24.66
300.06/75.26	c  N dy  1964    622534        80      7120         0     54732     49840   1011304     22.47     23.82
313.23/78.50	c  N dy  2064    642602        80      7120         0     42144     49840    673511     22.51     25.51
328.79/82.43	c  N dy  2213    662626        80      7120         0     60603     49840   1175132     22.56     23.78
341.19/85.56	c  N dy  2276    682680        80      7120         0     46803     49840    770598     22.55     24.54
357.93/89.78	c  N dy  2380    702729        80      7120         0     65242     49840   1264944     22.58     24.68
369.89/92.73	c  N dy  2452    722827        80      7120         0     50733     49840    868918     22.59     25.25
387.45/97.18	c  N dy  2547    742840        80      7120         0     35177     49840    435554     22.61     24.44
401.81/100.73	c  N dy  2672    764443        80      7120         0     55014     49840    973234     22.65     23.94
418.57/104.94	c  N dy  2704    792182        80      7120         0     45366     49840    681706     22.60     24.09
428.98/107.58	c  S st  2779    806007        80      7120         0     58036     49840   1023596     22.62     23.54
429.73/107.74	c  S st  2779    806514        80      7120         0     58504     49840   1036607     22.62   no data
429.73/107.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.73/107.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
429.73/107.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.73/107.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.73/107.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.73/107.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
429.73/107.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.73/107.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
430.13/107.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
448.09/112.32	c lits-rem:       820  cl-subs:     5174  v-elim:      0  v-fix:    0  time:  4.51 s
448.09/112.32	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
448.09/112.33	c vivif2 --  cl tried    53330 cl shrink        0 lits rem          0 time: 0.01
449.29/112.62	c asymm  cl-useful: 0/1116/7120 lits-rem:0 time: 0.29
449.29/112.62	c calculated reachability. Time: 0.00
449.29/112.62	c  N dy  2779    806514        80      7120         0     53330     49840    901094     22.62   no data
467.26/117.19	c  N dy  2905    826529        80      7120         0     36234     49840    436822     22.65     23.96
482.81/121.01	c  N dy  3049    847443        80      7120         0     55504     49840    964111     22.69     23.93
502.36/125.93	c  N dy  3186    867665        80      7120         0     37477     49840    452363     22.73     24.00
515.94/129.37	c  N dy  3268    890490        80      7120         0     58379     49840   1016050     22.74     23.98
531.90/133.32	c  N dy  3285    911777        80      7120         0     40283     49840    508179     22.71     24.06
546.26/136.99	c  N dy  3371    932683        80      7120         0     59419     49840   1021164     22.72     24.04
566.21/141.90	c  N dy  3463    952775        80      7120         0     39439     49840    468738     22.74     23.95
578.59/145.07	c  N dy  3538    972779        80      7120         0     57743     49840    962875     22.75     25.24
597.74/149.81	c  N dy  3633    993520        80      7120         0     76735     49840   1476717     22.77     24.00
611.72/153.31	c  N dy  3706   1013569        80      7120         0     55744     49840    890437     22.77     23.99
632.46/158.58	c  N dy  3803   1037731        80      7120         0     77805     49840   1486029     22.78     24.03
648.46/162.52	c  N dy  3913   1058088        80      7120         0     56268     49840    893661     22.80     24.05
659.60/165.36	c  F st  3956   1071878        80      7120         0     68837     49840   1229459     22.80     22.63
665.19/166.75	c  N dy  3965   1078336        80      7120         0     74780     49840   1392046     22.80     24.09
681.54/170.84	c  N dy  4013   1098399        80      7120         0     51859     49840    749561     22.79     24.01
695.92/174.41	c  N dy  4059   1118439        80      7120         0     70165     49840   1239843     22.79     24.28
723.07/181.29	c  N dy  4189   1148509        80      7120         0     55630     49840    839376     22.80     24.25
772.52/193.65	c  N dy  4230   1209773        80      7120         0     68148     49840   1133869     22.73     19.60
772.52/193.65	c  S st  4230   1209773        80      7120         0     68148     49840   1133869     22.73     19.60
773.32/193.89	c  S st  4230   1210274        80      7120         0     68612     49840   1146474     22.73   no data
773.72/193.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
773.72/193.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
773.72/193.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
773.72/193.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
773.72/193.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.72/193.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
773.72/193.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
773.72/193.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
773.72/193.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
837.21/209.83	c lits-rem:      1163  cl-subs:     7712  v-elim:      0  v-fix:    0  time: 15.83 s
837.21/209.83	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
837.21/209.84	c vivif2 --  cl tried    60900 cl shrink        0 lits rem          0 time: 0.01
838.77/210.20	c asymm  cl-useful: 0/1252/7120 lits-rem:0 time: 0.36
838.77/210.20	c calculated reachability. Time: 0.00
838.77/210.20	c  N dy  4230   1210274        80      7120         0     60900     49840    956989     22.73   no data
882.66/221.22	c  N dy  4240   1267761        80      7120         0     69658     49840   1170450     22.63     23.86
907.03/227.36	c  N dy  4364   1288332        80      7120         0     88542     49840   1682304     22.65     23.84
923.37/231.49	c  N dy  4469   1308397        80      7120         0     62642     49840    994460     22.66     24.27
954.49/239.26	c  N dy  4602   1332692        80      7120         0     84963     49840   1601170     22.68     23.91
979.22/245.48	c  N dy  4710   1357612        80      7120         0     62158     49840    952513     22.69     23.90
998.79/250.39	c  N dy  4773   1378224        80      7120         0     81026     49840   1456084     22.70     23.90
1020.34/255.72	c  N dy  4859   1398312        80      7120         0     52853     49840    688429     22.70     25.59
1038.70/260.31	c  N dy  4964   1418399        80      7120         0     71273     49840   1187715     22.72     24.80
1061.07/265.92	c  N dy  5055   1438469        80      7120         0     89637     49840   1684031     22.73     25.19
1082.61/271.31	c  N dy  5198   1458540        80      7120         0     60543     49840    885476     22.75     25.00
1104.13/276.76	c  N dy  5326   1478576        80      7120         0     78934     49840   1385475     22.76     24.07
1128.07/282.73	c  N dy  5386   1498618        80      7120         0     48658     49840    545752     22.76     26.08
1144.47/286.86	c  N dy  5489   1518658        80      7120         0     67010     49840   1043539     22.77     24.40
1167.18/292.55	c  N dy  5596   1539005        80      7120         0     85654     49840   1549349     22.79     24.06
1191.52/298.62	c  N dy  5679   1559069        80      7120         0     54620     49840    688349     22.79     24.50
1209.89/303.29	c  N dy  5787   1579423        80      7120         0     73223     49840   1190880     22.81     24.26
1233.41/309.19	c  N dy  5884   1599443        80      7120         0     91566     49840   1686492     22.82     26.82
1255.36/314.68	c  N dy  5974   1619570        80      7120         0     59663     49840    809941     22.82     24.21
1274.11/319.38	c  N dy  6031   1640455        80      7120         0     78730     49840   1320459     22.82     24.05
1300.85/326.05	c  N dy  6144   1660678        80      7120         0     97287     49840   1824712     22.83     24.12
1323.19/331.65	c  N dy  6253   1680719        80      7120         0     64366     49840    920110     22.85     25.40
1350.35/338.46	c  N dy  6378   1700720        80      7120         0     82739     49840   1423143     22.86     24.52
1365.89/342.35	c  S st  6423   1710274        80      7120         0     91483     49840   1661101     22.87     22.27
1367.09/342.68	c  S st  6423   1710777        80      7120         0     91943     49840   1674002     22.87   no data
1367.09/342.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1367.49/342.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1367.49/342.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1367.49/342.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1367.49/342.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1367.49/342.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1367.49/342.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1367.49/342.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1367.91/342.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1422.15/356.44	c lits-rem:      1056  cl-subs:     7453  v-elim:      0  v-fix:    0  time: 13.61 s
1422.15/356.44	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1422.15/356.46	c vivif2 --  cl tried    84490 cl shrink        0 lits rem          0 time: 0.02
1423.75/356.81	c asymm  cl-useful: 0/793/7120 lits-rem:0 time: 0.35
1423.75/356.82	c calculated reachability. Time: 0.00
1423.75/356.82	c  N dy  6423   1710777        80      7120         0     84490     49840   1456591     22.87   no data
1451.72/363.89	c  N dy  6536   1730805        80      7120         0    102904     49840   1958569     22.88     25.25
1470.84/368.68	c  N dy  6646   1750923        80      7120         0     69445     49840   1046276     22.89     24.15
1491.23/373.74	c  N dy  6698   1771007        80      7120         0     87803     49840   1537234     22.89     25.65
1521.54/381.39	c  N dy  6815   1791155        80      7120         0     53257     49840    588739     22.90     24.13
1539.88/385.98	c  N dy  6906   1811225        80      7120         0     71549     49840   1080391     22.90     25.52
1576.20/395.04	c  N dy  6934   1844863        80      7120         0    102045     49840   1883869     22.88     24.10
1598.15/400.59	c  N dy  7026   1865061        80      7120         0     66796     49840    942514     22.89     24.42
1623.29/406.87	c  N dy  7124   1888632        80      7120         0     88401     49840   1527294     22.89     24.12
1650.43/413.67	c  N dy  7205   1908732        80      7120         0    106819     49840   2025902     22.90     25.43
1677.57/420.48	c  N dy  7324   1935596        80      7120         0     76600     49840   1189211     22.91     24.21
1701.54/426.47	c  N dy  7403   1955610        80      7120         0     94832     49840   1679846     22.91     25.87
1732.27/434.16	c  N dy  7497   1976108        80      7120         0     57876     49840    664152     22.92     24.23
1753.81/439.52	c  N dy  7566   1999619        80      7120         0     79378     49840   1242828     22.92     24.27
1780.14/446.19	c  N dy  7678   2019621        80      7120         0     97729     49840   1745328     22.93     25.42
1814.46/454.79	c  N dy  7799   2042995        80      7120         0     62358     49840    767593     22.94     24.23
1834.42/459.78	c  N dy  7878   2063180        80      7120         0     80760     49840   1264864     22.95     24.19
1857.96/465.60	c  N dy  7936   2083318        80      7120         0     99148     49840   1758548     22.95     24.18
1885.10/472.45	c  N dy  7977   2104095        80      7120         0     60549     49840    705497     22.94     24.21
1907.87/478.17	c  N dy  8093   2126282        80      7120         0     80891     49840   1259398     22.95     24.19
1934.21/484.72	c  N dy  8191   2146648        80      7120         0     99526     49840   1765304     22.96     24.40
1965.71/492.60	c  N dy  8280   2166695        80      7120         0     59321     49840    656449     22.96     24.44
1990.06/498.70	c  N dy  8308   2194207        80      7120         0     84142     49840   1304199     22.95     24.21
2012.41/504.33	c  S st  8317   2210777        80      7120         0     99184     49840   1697630     22.94     19.98
2013.64/504.69	c  S st  8317   2211283        80      7120         0     99650     49840   1710451     22.94   no data
2014.00/504.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2014.00/504.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2014.00/504.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2014.00/504.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2014.00/504.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2014.00/504.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2014.00/504.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2014.00/504.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2014.40/504.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2093.42/524.61	c lits-rem:      1381  cl-subs:    10890  v-elim:      0  v-fix:    0  time: 19.77 s
2093.42/524.61	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2093.42/524.63	c vivif2 --  cl tried    88760 cl shrink        0 lits rem          0 time: 0.02
2094.62/524.98	c asymm  cl-useful: 0/717/7120 lits-rem:0 time: 0.35
2094.62/524.99	c calculated reachability. Time: 0.00
2094.62/524.99	c  N dy  8317   2211283        80      7120         0     88760     49840   1433245     22.94   no data
2122.16/531.86	c  N dy  8385   2231361        80      7120         0    107083     49840   1927955     22.94     24.16
2150.09/538.83	c  N dy  8468   2252389        80      7120         0     67514     49840    870996     22.94     24.33
2172.04/544.36	c  N dy  8536   2273759        80      7120         0     87095     49840   1396894     22.94     24.18
2204.36/552.40	c  N dy  8636   2297154        80      7120         0    108575     49840   1982540     22.95     24.24
2235.10/560.15	c  N dy  8703   2320589        80      7120         0     69941     49840    915126     22.95     24.28
2259.48/566.21	c  N dy  8806   2340653        80      7120         0     88324     49840   1417307     22.96     26.84
2286.98/573.16	c  N dy  8864   2361502        80      7120         0    107327     49840   1927851     22.96     24.17
2323.70/582.37	c  N dy  8923   2390807        80      7120         0     72930     49840    973055     22.95     24.21
2348.43/588.58	c  N dy  9022   2411213        80      7120         0     91580     49840   1480412     22.96     24.24
2381.57/596.81	c  N dy  9127   2433077        80      7120         0    111594     49840   2025605     22.97     24.20
2409.49/603.88	c  N dy  9177   2454079        80      7120         0     68675     49840    846659     22.96     24.24
2433.05/609.79	c  N dy  9309   2474099        80      7120         0     87046     49840   1351689     22.97     24.54
2472.56/619.60	c  N dy  9351   2505664        80      7120         0    115723     49840   2111857     22.96     24.18
2504.08/627.52	c  N dy  9452   2525738        80      7120         0     71178     49840    904785     22.97     24.20
2527.27/633.39	c  N dy  9545   2545743        80      7120         0     89494     49840   1402770     22.97     25.33
2557.99/641.07	c  N dy  9621   2568029        80      7120         0    109783     49840   1950816     22.98     24.19
2594.27/650.15	c  N dy  9703   2589110        80      7120         0     65188     49840    724773     22.98     24.21
2615.42/655.40	c  N dy  9786   2609154        80      7120         0     83517     49840   1223795     22.99     25.87
2642.57/662.22	c  N dy  9885   2629157        80      7120         0    101831     49840   1723502     22.99     24.40
2698.48/676.26	c  N dy  9966   2670671        80      7120         0     74719     49840    959220     22.98     24.21
2730.76/684.33	c  N dy 10032   2702624        80      7120         0    103841     49840   1743283     22.97     24.20
2745.14/687.90	c  S st 10074   2711283        80      7120         0    111756     49840   1958177     22.97     23.89
2746.35/688.25	c  S st 10074   2711787        80      7120         0    112227     49840   1971112     22.97   no data
2746.35/688.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2746.77/688.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2746.77/688.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2746.77/688.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2746.77/688.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2746.77/688.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2746.77/688.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2746.77/688.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2746.77/688.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2847.73/713.65	c lits-rem:      1123  cl-subs:    10600  v-elim:      0  v-fix:    0  time: 25.25 s
2847.73/713.65	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2847.73/713.67	c vivif2 --  cl tried   101627 cl shrink        0 lits rem          0 time: 0.03
2849.69/714.15	c asymm  cl-useful: 0/637/7120 lits-rem:0 time: 0.47
2849.69/714.15	c calculated reachability. Time: 0.00
2849.69/714.15	c  N dy 10074   2711787        80      7120         0    101627     49840   1694088     22.97   no data
2888.00/723.74	c  N dy 10091   2736229        80      7120         0    123773     49840   2276788     22.96     24.20
2914.34/730.32	c  N dy 10135   2756377        80      7120         0     76969     49840   1018773     22.95     24.24
2937.49/736.11	c  N dy 10189   2776727        80      7120         0     95511     49840   1518163     22.95     24.23
2969.82/744.29	c  N dy 10296   2796740        80      7120         0    113825     49840   2018805     22.96     26.76
3011.72/754.72	c  N dy 10431   2817246        80      7120         0    132672     49840   2537602     22.97     24.34
3034.07/760.37	c  N dy 10510   2837309        80      7120         0     84601     49840   1209258     22.98     25.75
3062.01/767.31	c  N dy 10618   2857329        80      7120         0    102963     49840   1710418     22.98     24.26
3111.14/779.65	c  N dy 10715   2888568        80      7120         0    131427     49840   2478361     22.98     24.24
3144.22/787.93	c  N dy 10726   2919008        80      7120         0     91596     49840   1353022     22.96     24.30
3174.55/795.55	c  N dy 10828   2939299        80      7120         0    110183     49840   1860402     22.97     24.25
3218.85/806.60	c  N dy 10935   2963862        80      7120         0    132608     49840   2470026     22.97     24.23
3257.16/816.22	c  N dy 11034   2994619        80      7120         0     92286     49840   1376017     22.97     24.24
3292.29/825.03	c  N dy 11162   3017025        80      7120         0    112796     49840   1937270     22.98     24.27
3336.58/836.14	c  N dy 11236   3044390        80      7120         0    137721     49840   2608619     22.98     24.19
3364.93/843.25	c  N dy 11325   3067105        80      7120         0     89208     49840   1281879     22.98     24.32
3390.87/849.72	c  N dy 11356   3088754        80      7120         0    108838     49840   1805705     22.98     24.26
3427.22/858.86	c  N dy 11390   3114332        80      7120         0    132013     49840   2423230     22.97     24.19
3464.29/868.17	c  N dy 11467   3134371        80      7120         0     80169     49840   1025153     22.97     25.21
3495.43/875.90	c  N dy 11536   3154406        80      7120         0     98534     49840   1524863     22.98     24.21
3531.75/885.00	c  N dy 11602   3174537        80      7120         0    116913     49840   2024242     22.98     24.26
3575.25/895.93	c  N dy 11749   3194541        80      7120         0    135230     49840   2529780     22.99     24.39
3603.18/902.96	c  S st 11811   3211789        80      7120         0     79733     49840    986850     22.99     21.53
3603.98/903.19	c  S st 11811   3212295        80      7120         0     80204     49840    999838     22.99   no data
3603.98/903.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3604.38/903.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3604.38/903.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3604.38/903.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3604.38/903.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3604.38/903.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3604.38/903.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3604.38/903.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3604.38/903.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3613.56/905.54	c lits-rem:       182  cl-subs:     2249  v-elim:      0  v-fix:    0  time:  2.27 s
3613.56/905.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3613.56/905.56	c vivif2 --  cl tried    77955 cl shrink        0 lits rem          0 time: 0.01
3614.76/905.89	c asymm  cl-useful: 0/790/7120 lits-rem:0 time: 0.33
3614.76/905.89	c calculated reachability. Time: 0.00
3614.76/905.89	c  N dy 11811   3212295        80      7120         0     77955     49840    943393     22.99   no data
3638.29/911.75	c  N dy 11878   3232322        80      7120         0     96196     49840   1436153     22.99     24.63
3674.22/920.79	c  N dy 11986   3252327        80      7120         0    114437     49840   1930308     22.99     26.50
3756.47/941.35	c  N dy 12082   3312825        80      7120         0     97311     49840   1417609     22.96     24.27
3792.35/950.38	c  N dy 12186   3332841        80      7120         0    115600     49840   1917144     22.96     25.92
3833.06/960.54	c  N dy 12298   3354061        80      7120         0    135030     49840   2449645     22.97     24.18
3865.81/968.78	c  N dy 12373   3374091        80      7120         0     80522     49840    991581     22.97     26.14
3888.17/974.32	c  N dy 12398   3394150        80      7120         0     98733     49840   1478255     22.97     24.33
3921.26/982.61	c  N dy 12520   3414336        80      7120         0    117195     49840   1983821     22.97     24.21
3958.77/992.04	c  N dy 12608   3434371        80      7120         0    135509     49840   2483210     22.98     24.41
3997.91/1001.83	c  N dy 12693   3454714        80      7120         0     80299     49840    965031     22.98     24.39
4036.20/1011.45	c  N dy 12706   3490531        80      7120         0    112521     49840   1802086     22.96     24.30
4075.71/1021.33	c  N dy 12824   3511500        80      7120         0    131666     49840   2323307     22.96     24.19
4122.40/1033.09	c  N dy 12893   3539647        80      7120         0     82698     49840   1014006     22.96     24.17
4149.54/1039.88	c  N dy 13000   3559789        80      7120         0    101130     49840   1517811     22.97     24.27
4181.47/1047.89	c  N dy 13086   3579896        80      7120         0    119458     49840   2017089     22.97     24.32
4219.38/1057.38	c  N dy 13170   3600053        80      7120         0    137913     49840   2518771     22.97     24.30
4260.09/1067.58	c  N dy 13223   3625337        80      7120         0     85209     49840   1055485     22.97     24.20
4287.24/1074.39	c  N dy 13321   3645408        80      7120         0    103578     49840   1552558     22.97     25.32
4395.37/1101.44	c  N dy 13382   3712296        80      7120         0     87627     49840   1109491     22.94     19.92
4395.37/1101.44	c  S st 13382   3712296        80      7120         0     87627     49840   1109491     22.94     19.92
4396.58/1101.73	c  S st 13382   3712805        80      7120         0     88105     49840   1122784     22.94   no data
4396.58/1101.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4396.58/1101.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
4396.58/1101.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4396.58/1101.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4396.58/1101.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4396.58/1101.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4396.58/1101.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4397.00/1101.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4397.00/1101.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4412.14/1105.60	c lits-rem:       386  cl-subs:     3440  v-elim:      0  v-fix:    0  time:  3.75 s
4412.14/1105.60	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4412.14/1105.62	c vivif2 --  cl tried    84665 cl shrink        0 lits rem          0 time: 0.02
4413.74/1106.03	c asymm  cl-useful: 0/732/7120 lits-rem:0 time: 0.41
4413.74/1106.03	c calculated reachability. Time: 0.00
4413.74/1106.03	c  N dy 13382   3712805        80      7120         0     84665     49840   1040779     22.94   no data
4446.06/1114.14	c  N dy 13512   3732853        80      7120         0    103036     49840   1545667     22.95     26.51
4472.80/1120.85	c  F st 13553   3751562        80      7120         0    120035     49840   2000966     22.94     20.15
4476.01/1121.65	c  N st 13557   3753593        80      7120         0    121883     49840   2050916     22.94   no data
4518.70/1132.39	c  N dy 13681   3773849        80      7120         0    140451     49840   2562150     22.95     24.18
4554.21/1141.28	c  N dy 13709   3793967        80      7120         0     81618     49840    947969     22.95     24.28
4588.53/1149.88	c  N dy 13779   3822791        80      7120         0    107934     49840   1657310     22.94     24.21
4628.44/1159.80	c  N dy 13911   3843844        80      7120         0    127118     49840   2183398     22.95     24.20
4670.74/1170.44	c  N dy 14022   3863880        80      7120         0    145447     49840   2685102     22.95     24.97
4711.85/1180.79	c  N dy 14092   3885891        80      7120         0     87293     49840   1080666     22.96     24.21
4741.38/1188.14	c  N dy 14162   3907796        80      7120         0    107246     49840   1618560     22.96     24.24
4777.30/1197.16	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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.19 7.98 8.04 3/279 4658
/proc/meminfo: memFree=19073068/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 411 0 0 0 0 0 0 0 20 0 4 0 651982782 52396032 352 33554432000 4194304 4580107 140733606326192 18446744073709551615 47315921565203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 12792 352 302 95 0 7774 0
[pid=4658/tid=4659] ppid=4656 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 4 0 651982782 52396032 352 33554432000 4194304 4580107 140733606326192 18446744073709551615 47315921565209 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 651982782 52396032 352 33554432000 4194304 4580107 140733606326192 18446744073709551615 47315921565612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 651982782 52396032 352 33554432000 4194304 4580107 140733606326192 18446744073709551615 47315921565207 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.130779 s]
/proc/loadavg: 7.19 7.98 8.04 3/279 4658
/proc/meminfo: memFree=19073068/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=281816 CPUtime=0.49 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 1557 0 0 0 49 0 0 0 18 0 4 0 651982782 288579584 1472 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 70454 1472 358 95 0 65436 0
[pid=4658/tid=4659] ppid=4656 vsize=281816 CPUtime=0.12 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 260 0 0 0 12 0 0 0 18 0 4 0 651982782 288579584 1472 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=281816 CPUtime=0.11 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 220 0 0 0 11 0 0 0 18 0 4 0 651982782 288579584 1472 33554432000 4194304 4580107 140733606326192 18446744073709551615 274664913390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=281816 CPUtime=0.12 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 417 0 0 0 12 0 0 0 18 0 4 0 651982782 288579584 1472 33554432000 4194304 4580107 140733606326192 18446744073709551615 274664913439 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 281816

[startup+0.914985 s]
/proc/loadavg: 7.19 7.98 8.04 3/279 4658
/proc/meminfo: memFree=19073068/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=287376 CPUtime=3.63 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 7351 0 0 0 362 1 0 0 18 0 4 0 651982782 294273024 3976 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 71844 3976 376 95 0 66826 0
[pid=4658/tid=4659] ppid=4656 vsize=287376 CPUtime=0.9 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1937 0 0 0 90 0 0 0 18 0 4 0 651982782 294273024 3977 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=287376 CPUtime=0.89 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1618 0 0 0 89 0 0 0 19 0 4 0 651982782 294273024 3977 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=287376 CPUtime=0.9 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1525 0 0 0 90 0 0 0 18 0 4 0 651982782 294273024 3977 33554432000 4194304 4580107 140733606326192 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 287376

[startup+1.00097 s]
/proc/loadavg: 7.19 7.98 8.04 3/279 4658
/proc/meminfo: memFree=19073068/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=287492 CPUtime=3.97 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 7800 0 0 0 396 1 0 0 19 0 4 0 651982782 294391808 4075 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 71873 4075 376 95 0 66855 0
[pid=4658/tid=4659] ppid=4656 vsize=287492 CPUtime=0.99 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1996 0 0 0 99 0 0 0 18 0 4 0 651982782 294391808 4075 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=287492 CPUtime=0.98 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1875 0 0 0 98 0 0 0 19 0 4 0 651982782 294391808 4075 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=287492 CPUtime=0.99 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1603 0 0 0 99 0 0 0 18 0 4 0 651982782 294391808 4075 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 287492

[startup+1.10095 s]
/proc/loadavg: 7.19 7.98 8.04 3/279 4658
/proc/meminfo: memFree=19073068/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=287580 CPUtime=4.37 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 8262 0 0 0 436 1 0 0 19 0 4 0 651982782 294481920 4139 33554432000 4194304 4580107 140733606326192 18446744073709551615 4321069 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 71895 4139 377 95 0 66877 0
[pid=4658/tid=4659] ppid=4656 vsize=287580 CPUtime=1.09 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 2058 0 0 0 109 0 0 0 19 0 4 0 651982782 294481920 4139 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=287580 CPUtime=1.08 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1936 0 0 0 108 0 0 0 19 0 4 0 651982782 294481920 4139 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=287580 CPUtime=1.09 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 1886 0 0 0 109 0 0 0 19 0 4 0 651982782 294481920 4139 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 287580

[startup+1.50088 s]
/proc/loadavg: 7.19 7.98 8.04 3/279 4658
/proc/meminfo: memFree=19073068/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=287832 CPUtime=5.97 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 9915 0 0 0 596 1 0 0 19 0 4 0 651982782 294739968 4598 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 71958 4598 377 95 0 66940 0
[pid=4658/tid=4659] ppid=4656 vsize=287832 CPUtime=1.49 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 2519 0 0 0 149 0 0 0 19 0 4 0 651982782 294739968 4598 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=287832 CPUtime=1.48 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 2440 0 0 0 148 0 0 0 20 0 4 0 651982782 294739968 4598 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=287832 CPUtime=1.49 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 2118 0 0 0 149 0 0 0 19 0 4 0 651982782 294739968 4598 33554432000 4194304 4580107 140733606326192 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287832

[startup+3.10061 s]
/proc/loadavg: 7.41 8.02 8.05 9/289 4671
/proc/meminfo: memFree=18983708/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=302788 CPUtime=12.34 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 20097 0 0 0 1232 2 0 0 24 0 4 0 651982782 310054912 11434 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 75697 11434 378 95 0 70679 0
[pid=4658/tid=4659] ppid=4656 vsize=302788 CPUtime=3.08 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 4748 0 0 0 308 0 0 0 24 0 4 0 651982782 310054912 11434 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=302788 CPUtime=3.05 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 5200 0 0 0 305 0 0 0 25 0 4 0 651982782 310054912 11434 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=302788 CPUtime=3.09 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 5195 0 0 0 309 0 0 0 24 0 4 0 651982782 310054912 11434 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 302788

[startup+6.31105 s]
/proc/loadavg: 7.62 8.05 8.06 9/289 4671
/proc/meminfo: memFree=18965292/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=295336 CPUtime=25.16 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 29646 0 0 0 2512 4 0 0 25 0 4 0 651982782 302424064 13911 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 73834 13911 378 95 0 68816 0
[pid=4658/tid=4659] ppid=4656 vsize=295336 CPUtime=6.3 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 7825 0 0 0 629 1 0 0 25 0 4 0 651982782 302424064 13911 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=295336 CPUtime=6.24 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 7571 0 0 0 623 1 0 0 25 0 4 0 651982782 302424064 13911 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=295336 CPUtime=6.3 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 7570 0 0 0 630 0 0 0 25 0 4 0 651982782 302424064 13911 33554432000 4194304 4580107 140733606326192 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 295336

[startup+12.7009 s]
/proc/loadavg: 7.65 8.05 8.06 9/289 4671
/proc/meminfo: memFree=18932816/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=305888 CPUtime=50.65 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 46588 0 0 0 5058 7 0 0 25 0 4 0 651982782 313229312 20575 33554432000 4194304 4580107 140733606326192 18446744073709551615 274664469537 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 76472 20595 378 95 0 71454 0
[pid=4658/tid=4659] ppid=4656 vsize=305888 CPUtime=12.69 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 11713 0 0 0 1267 2 0 0 25 0 4 0 651982782 313229312 20596 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=305888 CPUtime=12.58 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 11539 0 0 0 1256 2 0 0 25 0 4 0 651982782 313229312 20596 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=305888 CPUtime=12.69 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 11838 0 0 0 1268 1 0 0 25 0 4 0 651982782 313229312 20597 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 305888

[startup+25.5007 s]
/proc/loadavg: 7.70 8.05 8.06 9/289 4672
/proc/meminfo: memFree=18902576/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=298148 CPUtime=101.74 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 69458 0 0 0 10162 12 0 0 25 0 4 0 651982782 305303552 24718 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 74537 24718 378 95 0 69519 0
[pid=4658/tid=4659] ppid=4656 vsize=298148 CPUtime=25.49 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 17873 0 0 0 2546 3 0 0 25 0 4 0 651982782 305303552 24718 33554432000 4194304 4580107 140733606326192 18446744073709551615 4321048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=298148 CPUtime=25.25 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 17596 0 0 0 2522 3 0 0 25 0 4 0 651982782 305303552 24718 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=298148 CPUtime=25.48 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 17397 0 0 0 2546 2 0 0 25 0 4 0 651982782 305303552 24718 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 298148

[startup+51.1003 s]
/proc/loadavg: 7.80 8.04 8.06 9/289 4672
/proc/meminfo: memFree=18873960/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=301992 CPUtime=203.9 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 105739 0 0 0 20365 25 0 0 25 0 4 0 651982782 309239808 28057 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 75498 28057 378 95 0 70480 0
[pid=4658/tid=4659] ppid=4656 vsize=301992 CPUtime=51.08 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 27512 0 0 0 5103 5 0 0 25 0 4 0 651982782 309239808 28057 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=301992 CPUtime=50.62 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 26399 0 0 0 5056 6 0 0 25 0 4 0 651982782 309239808 28057 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=301992 CPUtime=51.08 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 25630 0 0 0 5103 5 0 0 25 0 4 0 651982782 309239808 28057 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 301992

[startup+102.3 s]
/proc/loadavg: 7.92 8.03 8.05 9/289 4674
/proc/meminfo: memFree=18847908/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=305292 CPUtime=408.19 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 157532 0 0 0 40777 42 0 0 25 0 4 0 651982782 312619008 31705 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 76323 31705 378 95 0 71305 0
[pid=4658/tid=4659] ppid=4656 vsize=305292 CPUtime=102.27 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 37753 0 0 0 10219 8 0 0 25 0 4 0 651982782 312619008 31705 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=305292 CPUtime=101.35 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 38704 0 0 0 10123 12 0 0 25 0 4 0 651982782 312619008 31705 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=305292 CPUtime=102.27 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 41837 0 0 0 10217 10 0 0 25 0 4 0 651982782 312619008 31705 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 305292

[startup+162.301 s]

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

[pid=4658] ppid=4656 vsize=413604 CPUtime=2563.14 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 468272 0 0 0 256130 184 0 0 25 0 4 0 651982782 423530496 75392 33554432000 4194304 4580107 140733606326192 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 103401 75392 378 95 0 98383 0
[pid=4658/tid=4659] ppid=4656 vsize=413604 CPUtime=642.25 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 120015 0 0 0 64176 49 0 0 25 0 4 0 651982782 423530496 75392 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=413604 CPUtime=636.4 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 119636 0 0 0 63593 47 0 0 25 0 4 0 651982782 423530496 75392 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=413604 CPUtime=642.26 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 122748 0 0 0 64180 46 0 0 25 0 4 0 651982782 423530496 75392 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.14
Current children cumulated vsize (KiB) 413604

[startup+702.301 s]
/proc/loadavg: 8.05 8.07 8.06 9/289 4750
/proc/meminfo: memFree=18403840/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=517624 CPUtime=2802.61 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 495189 0 0 0 280064 197 0 0 25 0 4 0 651982782 530046976 81457 33554432000 4194304 4580107 140733606326192 18446744073709551615 4406365 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 129406 81457 378 95 0 124388 0
[pid=4658/tid=4659] ppid=4656 vsize=517624 CPUtime=702.25 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 126618 0 0 0 70173 52 0 0 25 0 4 0 651982782 530046976 81457 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=517624 CPUtime=695.86 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 126159 0 0 0 69535 51 0 0 25 0 4 0 651982782 530046976 81457 33554432000 4194304 4580107 140733606326192 18446744073709551615 4321724 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=517624 CPUtime=702.26 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 130845 0 0 0 70177 49 0 0 25 0 4 0 651982782 530046976 81457 33554432000 4194304 4580107 140733606326192 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.61
Current children cumulated vsize (KiB) 517624

[startup+762.301 s]
/proc/loadavg: 8.02 8.06 8.05 9/289 4751
/proc/meminfo: memFree=18400708/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=476068 CPUtime=3042.05 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 517931 0 0 0 303996 209 0 0 25 0 4 0 651982782 487493632 81651 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 119017 81651 378 95 0 113999 0
[pid=4658/tid=4659] ppid=4656 vsize=476068 CPUtime=762.26 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 132915 0 0 0 76170 56 0 0 25 0 4 0 651982782 487493632 81651 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=476068 CPUtime=755.32 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 132129 0 0 0 75477 55 0 0 25 0 4 0 651982782 487493632 81651 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=476068 CPUtime=762.26 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 135877 0 0 0 76175 51 0 0 25 0 4 0 651982782 487493632 81651 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.05
Current children cumulated vsize (KiB) 476068

[startup+822.301 s]
/proc/loadavg: 8.18 8.09 8.06 9/289 4753
/proc/meminfo: memFree=18389780/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=503020 CPUtime=3281.51 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 541851 0 0 0 327931 220 0 0 25 0 4 0 651982782 515092480 78239 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293067 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 125755 78239 378 95 0 120737 0
[pid=4658/tid=4659] ppid=4656 vsize=503020 CPUtime=822.25 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 139357 0 0 0 82167 58 0 0 25 0 4 0 651982782 515092480 78239 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=503020 CPUtime=814.77 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 138651 0 0 0 81419 58 0 0 25 0 4 0 651982782 515092480 78239 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=503020 CPUtime=822.26 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 140404 0 0 0 82172 54 0 0 25 0 4 0 651982782 515092480 78239 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.51
Current children cumulated vsize (KiB) 503020

[startup+882.3 s]
/proc/loadavg: 8.14 8.09 8.06 9/289 4754
/proc/meminfo: memFree=18350208/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=555644 CPUtime=3520.97 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 567838 0 0 0 351866 231 0 0 25 0 4 0 651982782 568979456 85643 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 138911 85643 378 95 0 133893 0
[pid=4658/tid=4659] ppid=4656 vsize=555644 CPUtime=882.25 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 147864 0 0 0 88165 60 0 0 25 0 4 0 651982782 568979456 85643 33554432000 4194304 4580107 140733606326192 18446744073709551615 4406375 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=555644 CPUtime=874.22 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 144647 0 0 0 87361 61 0 0 25 0 4 0 651982782 568979456 85643 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=555644 CPUtime=882.26 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 145565 0 0 0 88170 56 0 0 25 0 4 0 651982782 568979456 85643 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.97
Current children cumulated vsize (KiB) 555644

[startup+942.301 s]
/proc/loadavg: 8.19 8.10 8.07 9/289 4756
/proc/meminfo: memFree=18309132/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=570596 CPUtime=3760.44 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 588593 0 0 0 375802 242 0 0 25 0 4 0 651982782 584290304 89841 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 142649 89841 378 95 0 137631 0
[pid=4658/tid=4659] ppid=4656 vsize=570596 CPUtime=942.27 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 153318 0 0 0 94164 63 0 0 25 0 4 0 651982782 584290304 89842 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=570596 CPUtime=933.69 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 150855 0 0 0 93304 65 0 0 25 0 4 0 651982782 584290304 89842 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=570596 CPUtime=942.28 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 150393 0 0 0 94169 59 0 0 25 0 4 0 651982782 584290304 89842 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.44
Current children cumulated vsize (KiB) 570596

[startup+1002.3 s]
/proc/loadavg: 8.13 8.10 8.07 9/289 4758
/proc/meminfo: memFree=18337244/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=583948 CPUtime=3999.87 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 603015 0 0 0 399736 251 0 0 25 0 4 0 651982782 597962752 87821 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 145987 87821 378 95 0 140969 0
[pid=4658/tid=4659] ppid=4656 vsize=583948 CPUtime=1002.25 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 158480 0 0 0 100160 65 0 0 25 0 4 0 651982782 597962752 87821 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=583948 CPUtime=993.14 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 152417 0 0 0 99248 66 0 0 25 0 4 0 651982782 597962752 87821 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=583948 CPUtime=1002.26 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 156579 0 0 0 100163 63 0 0 25 0 4 0 651982782 597962752 87821 33554432000 4194304 4580107 140733606326192 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.87
Current children cumulated vsize (KiB) 583948

[startup+1062.31 s]
/proc/loadavg: 8.21 8.12 8.08 9/289 4759
/proc/meminfo: memFree=18331528/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=556712 CPUtime=4239.37 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 628500 0 0 0 423672 265 0 0 25 0 4 0 651982782 570073088 83664 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 139178 83664 378 95 0 134160 0
[pid=4658/tid=4659] ppid=4656 vsize=556712 CPUtime=1062.26 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 165002 0 0 0 106158 68 0 0 25 0 4 0 651982782 570073088 83664 33554432000 4194304 4580107 140733606326192 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=556712 CPUtime=1052.61 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 157909 0 0 0 105192 69 0 0 25 0 4 0 651982782 570073088 83664 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=556712 CPUtime=1062.27 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 164803 0 0 0 106159 68 0 0 25 0 4 0 651982782 570073088 83664 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.37
Current children cumulated vsize (KiB) 556712

[startup+1122.3 s]
/proc/loadavg: 8.20 8.13 8.08 9/289 4761
/proc/meminfo: memFree=18328396/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=556940 CPUtime=4478.79 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 649370 0 0 0 447602 277 0 0 25 0 4 0 651982782 570306560 87795 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 139235 87795 378 95 0 134217 0
[pid=4658/tid=4659] ppid=4656 vsize=556940 CPUtime=1122.25 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 171026 0 0 0 112155 70 0 0 25 0 4 0 651982782 570306560 87795 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=556940 CPUtime=1112.06 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 162352 0 0 0 111134 72 0 0 25 0 4 0 651982782 570306560 87795 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=556940 CPUtime=1122.27 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 169180 0 0 0 112156 71 0 0 25 0 4 0 651982782 570306560 87795 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.79
Current children cumulated vsize (KiB) 556940

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 8.07 9/289 4762
/proc/meminfo: memFree=18315228/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=611376 CPUtime=4718.23 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 669292 0 0 0 471534 289 0 0 25 0 4 0 651982782 626049024 86271 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 152844 86271 378 95 0 147826 0
[pid=4658/tid=4659] ppid=4656 vsize=611376 CPUtime=1182.26 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 174919 0 0 0 118152 74 0 0 25 0 4 0 651982782 626049024 86271 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=611376 CPUtime=1171.5 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 167970 0 0 0 117075 75 0 0 25 0 4 0 651982782 626049024 86271 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=611376 CPUtime=1182.27 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 173733 0 0 0 118153 74 0 0 25 0 4 0 651982782 626049024 86271 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.23
Current children cumulated vsize (KiB) 611376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.05 8.09 8.07 9/289 4763
/proc/meminfo: memFree=18313736/32951132 swapFree=67093824/67111528
[pid=4658] ppid=4656 vsize=557304 CPUtime=4800.07 cores=1,3,5,7
/proc/4658/stat : 4658 (strangenight2-m) R 4656 4658 4127 0 -1 4202496 674555 0 0 0 479714 293 0 0 25 0 4 0 651982782 570679296 88090 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4658/statm: 139326 88090 378 95 0 134308 0
[pid=4658/tid=4659] ppid=4656 vsize=557304 CPUtime=1202.77 cores=1,3,5,7
/proc/4658/task/4659/stat : 4659 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 174919 0 0 0 120203 74 0 0 25 0 4 0 651982782 570679296 88092 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4658/tid=4660] ppid=4656 vsize=557304 CPUtime=1191.82 cores=1,3,5,7
/proc/4658/task/4660/stat : 4660 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 169277 0 0 0 119106 76 0 0 25 0 4 0 651982782 570679296 88092 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4658/tid=4662] ppid=4656 vsize=557304 CPUtime=1202.78 cores=1,3,5,7
/proc/4658/task/4662/stat : 4662 (strangenight2-m) R 4656 4658 4127 0 -1 4202560 176373 0 0 0 120203 75 0 0 25 0 4 0 651982782 570679296 88092 33554432000 4194304 4580107 140733606326192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 557304

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.13
CPU user time (s): 4797.18
CPU system time (s): 2.94955
CPU usage (%): 399.068
Max. virtual memory (cumulated for all children) (KiB): 664920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 2.94955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 674558
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= 402
involuntary context switches= 32890

runsolver used 3.02354 second user time and 7.95279 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 22:10:31
IDJOB=3366416
IDBENCH=82825
IDSOLVER=1844
FILE ID=node131/3366416-1305403831
RUNJOBID= node131-1305403831-4645
PBS_JOBID= 13324467
Free space on /tmp= 73688 MiB

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

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

MD5SUM BENCH= 3152d51685e76b4a30e45b9928cc3243
RANDOM SEED=872017620

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19073720 kB
Buffers:        271016 kB
Cached:        3631940 kB
SwapCached:       1504 kB
Active:       10556344 kB
Inactive:      3064264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19073720 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            5592 kB
Writeback:           4 kB
AnonPages:     9715488 kB
Mapped:          26332 kB
Slab:           163988 kB
PageTables:      31144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28000604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73680 MiB
End job on node131 at 2011-05-14 22:30:36