Trace number 3366275

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.33 1203.65

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
MD5SUM707c4bcddcda116edc4a57a77dc3ba68
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.5224
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366275-1305400562.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       12750
0.00/0.01	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.17/0.31	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.17/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.17/0.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.17/0.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.17/0.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1.17/0.35	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.36	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.17/0.36	c calculated reachability. Time: 0.00
1.17/0.36	c Calc default polars -  time:   0.00 s pos:      76 undec:       1 neg:      73
1.17/0.36	c =========================================================================================
1.17/0.36	c types(t): F = full restart, N = normal restart
1.17/0.36	c types(t): S = simplification begin/end, E = solution found
1.17/0.36	c restart types(rt): st = static, dy = dynamic
1.17/0.36	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.36	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
1.96/0.58	c  N dy    12      5005       150     12750         0      2411     89250     79708     40.02     42.16
3.56/0.93	c  N dy    17     11754       150     12750         0      4796     89250    154732     38.15     40.17
4.40/1.17	c  N dy    36     16314       150     12750         0      9167     89250    350427     38.45     40.59
5.55/1.40	c  N dy    53     20455       150     12750         0      7765     89250    251824     38.51     40.64
6.35/1.67	c  F st    54     25002       150     12750         0     12116     89250    443937     38.09     37.30
6.35/1.67	c  N st    54     25002       150     12750         0     12116     89250    443937     38.09     37.30
7.55/1.97	c  N dy    60     30001       150     12750         0     10365     89250    337161     38.09   no data
7.55/1.97	c  S st    60     30001       150     12750         0     10365     89250    337161     38.09   no data
7.95/2.01	c  S st    60     30503       150     12750         0     10857     89250    358788     38.09   no data
7.95/2.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.95/2.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.95/2.02	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.95/2.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.95/2.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.95/2.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.95/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.33	c lits-rem:       113  cl-subs:      464  v-elim:      0  v-fix:    0  time:  0.29 s
10.74/2.71	c asymm  cl-useful: 0/11751/12750 lits-rem:0 time: 0.38
10.74/2.71	c calculated reachability. Time: 0.00
10.74/2.71	c  N dy    60     30503       150     12750         0     10393     89250    332995     38.09   no data
11.54/2.99	c  N dy    86     34565       150     12750         0     14278     89250    506549     38.34     42.66
13.18/3.33	c  N dy   111     39492       150     12750         0     11445     89250    350578     38.51     40.56
14.33/3.61	c  N dy   120     43558       150     12750         0     15351     89250    526483     38.56     43.36
14.73/3.78	c  S st   132     45756       150     12750         0      8878     89250    202184     38.62     38.84
15.12/3.82	c  S st   132     46262       150     12750         0      9370     89250    223549     38.62   no data
15.12/3.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.12/3.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.12/3.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.12/3.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.12/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.12/3.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
15.12/3.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.12/3.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.12/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.90	c lits-rem:         3  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.05 s
15.52/3.90	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.52/3.90	c vivif2 --  cl tried     9322 cl shrink        0 lits rem          0 time: 0.00
15.52/3.94	c asymm  cl-useful: 0/999/12750 lits-rem:0 time: 0.03
15.52/3.94	c calculated reachability. Time: 0.00
15.52/3.94	c  N dy   132     46262       150     12750         0      9322     89250    220847     38.62   no data
16.33/4.17	c  N dy   140     50263       150     12750         0     13156     89250    392276     38.53     40.60
17.57/4.49	c  N dy   148     54899       150     12750         0     17592     89250    587289     38.47     40.52
18.71/4.78	c  N dy   160     58974       150     12750         0     11922     89250    307680     38.45     40.60
19.92/5.05	c  N dy   181     63002       150     12750         0     15774     89250    478714     38.52     42.29
21.11/5.39	c  N dy   198     67331       150     12750         0     19948     89250    665764     38.58     40.74
21.95/5.58	c  S st   213     69393       150     12750         0     11404     89250    251018     38.64     39.42
22.30/5.63	c  S st   213     69895       150     12750         0     11896     89250    272598     38.64   no data
22.30/5.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.30/5.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
22.30/5.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.30/5.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.30/5.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.30/5.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
22.30/5.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.30/5.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.30/5.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.70/5.76	c lits-rem:        21  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.10 s
22.70/5.76	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.70/5.76	c vivif2 --  cl tried    11810 cl shrink        0 lits rem          0 time: 0.00
24.29/6.16	c asymm  cl-useful: 0/10910/12750 lits-rem:0 time: 0.40
24.29/6.16	c calculated reachability. Time: 0.00
24.29/6.16	c  N dy   213     69895       150     12750         0     11810     89250    267431     38.64   no data
25.50/6.48	c  N dy   242     74378       150     12750         0     16117     89250    461591     38.75     42.61
27.08/6.86	c  N dy   265     79269       150     12750         0     20804     89250    670980     38.81     40.95
28.69/7.28	c  N dy   286     84728       150     12750         0     14518     89250    356328     38.85     41.21
29.48/7.48	c  F st   299     87500       150     12750         0     17166     89250    473828     38.87   no data
30.72/7.74	c  N st   304     90798       150     12750         0     20310     89250    613902     38.87   no data
33.07/8.31	c  N dy   319     97094       150     12750         0     13884     89250    297481     38.89     41.27
34.71/8.79	c  N dy   338    103367       150     12750         0     19922     89250    567576     38.90     41.10
35.46/8.91	c  S st   346    104842       150     12750         0     21336     89250    631271     38.92     39.08
35.46/8.98	c  S st   346    105346       150     12750         0     21825     89250    652493     38.92   no data
35.46/8.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.46/8.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.46/9.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.46/9.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.46/9.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.46/9.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.46/9.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.86/9.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.86/9.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.66/9.75	c lits-rem:       158  cl-subs:      800  v-elim:      0  v-fix:    0  time:  0.73 s
38.66/9.75	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
38.66/9.76	c vivif2 --  cl tried    21025 cl shrink        0 lits rem          0 time: 0.01
39.09/9.88	c asymm  cl-useful: 0/1840/12750 lits-rem:0 time: 0.12
39.09/9.88	c calculated reachability. Time: 0.00
39.09/9.88	c  N dy   346    105346       150     12750         0     21025     89250    607871     38.92   no data
41.84/10.53	c  N dy   363    112095       150     12750         0     14092     89250    274469     38.92     41.83
44.23/11.15	c  N dy   378    119811       150     12750         0     21494     89250    604811     38.85     41.04
52.25/13.14	c  N dy   385    141872       150     12750         0     28102     89250    867535     38.39     40.70
55.41/13.95	c  N dy   419    151088       150     12750         0     21665     89250    554975     38.42     40.45
58.20/14.63	c  S st   452    158019       150     12750         0     28339     89250    852664     38.47     40.04
58.60/14.70	c  S st   452    158523       150     12750         0     28833     89250    874370     38.47   no data
58.60/14.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.60/14.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.60/14.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.60/14.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.60/14.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.60/14.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
58.60/14.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.60/14.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.60/14.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.57/16.26	c lits-rem:       266  cl-subs:     1319  v-elim:      0  v-fix:    0  time:  1.51 s
64.57/16.26	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
64.57/16.27	c vivif2 --  cl tried    27514 cl shrink        0 lits rem          0 time: 0.01
65.41/16.49	c asymm  cl-useful: 0/3685/12750 lits-rem:0 time: 0.22
65.41/16.50	c calculated reachability. Time: 0.00
65.41/16.50	c  N dy   452    158523       150     12750         0     27514     89250    801235     38.47   no data
69.36/17.49	c  N dy   499    168694       150     12750         0     21035     89250    493321     38.53     42.13
74.93/18.84	c  N dy   543    182117       150     12750         0     33872     89250   1062392     38.55     41.50
79.72/20.02	c  N dy   597    193768       150     12750         0     27826     89250    762010     38.59     40.70
86.51/21.75	c  N dy   624    210702       150     12750         0     25803     89250    636231     38.49     40.72
93.68/23.51	c  N dy   659    225307       150     12750         0     20661     89250    379376     38.46     40.59
98.48/24.78	c  S st   670    237784       150     12750         0     32574     89250    903564     38.39   no data
98.88/24.88	c  S st   670    238288       150     12750         0     33065     89250    925412     38.39   no data
98.88/24.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.27/24.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
99.27/24.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.27/24.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.27/24.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.27/24.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
99.27/24.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.27/24.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.27/24.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.25/26.90	c lits-rem:       330  cl-subs:     1825  v-elim:      0  v-fix:    0  time:  1.96 s
107.25/26.90	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
107.25/26.91	c vivif2 --  cl tried    31240 cl shrink        0 lits rem          0 time: 0.01
108.05/27.16	c asymm  cl-useful: 0/2921/12750 lits-rem:0 time: 0.24
108.05/27.16	c calculated reachability. Time: 0.00
108.05/27.16	c  N dy   670    238288       150     12750         0     31240     89250    833163     38.39   no data
114.83/28.85	c  N dy   701    254103       150     12750         0     26313     89250    597192     38.35     40.45
123.60/31.05	c  N dy   746    274218       150     12750         0     24555     89250    490527     38.29     40.31
131.62/33.07	c  N dy   815    291817       150     12750         0     41390     89250   1240847     38.33     40.57
137.96/34.62	c  F st   878    306252       150     12750         0     33249     89250    842019     38.37     35.23
139.98/35.20	c  N dy   884    311449       150     12750         0     38213     89250   1067572     38.37   no data
149.17/37.47	c  N dy   932    331371       150     12750         0     34330     89250    853493     38.37     41.68
159.49/40.00	c  N dy  1010    351429       150     12750         0     29625     89250    615576     38.39     40.49
161.92/40.62	c  S st  1024    357432       150     12750         0     35368     89250    871049     38.38     38.21
162.33/40.71	c  S st  1024    357936       150     12750         0     35864     89250    893179     38.38   no data
162.33/40.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
162.33/40.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
162.33/40.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
162.33/40.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.33/40.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.33/40.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
162.33/40.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
162.33/40.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
162.33/40.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.47/42.56	c lits-rem:       282  cl-subs:     1204  v-elim:      0  v-fix:    0  time:  1.80 s
169.47/42.56	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
169.47/42.58	c vivif2 --  cl tried    34660 cl shrink        0 lits rem          0 time: 0.01
170.70/42.83	c asymm  cl-useful: 0/2620/12750 lits-rem:0 time: 0.25
170.70/42.83	c calculated reachability. Time: 0.00
170.70/42.83	c  N dy  1024    357936       150     12750         0     34660     89250    827748     38.38   no data
181.02/45.42	c  N dy  1074    378631       150     12750         0     29569     89250    577144     38.38     40.41
191.00/47.92	c  N dy  1132    398672       150     12750         0     48765     89250   1435158     38.39     40.87
201.81/50.63	c  N dy  1193    418717       150     12750         0     42126     89250   1103725     38.39     41.06
212.94/53.42	c  N dy  1269    439341       150     12750         0     35104     89250    762588     38.41     40.92
224.90/56.41	c  N dy  1349    460266       150     12750         0     55141     89250   1657315     38.45     40.61
235.27/59.03	c  N dy  1438    480355       150     12750         0     46646     89250   1245392     38.49     40.78
246.03/61.78	c  N dy  1478    500498       150     12750         0     37176     89250    784103     38.48     40.73
258.00/64.78	c  N dy  1554    520531       150     12750         0     56398     89250   1638806     38.49     41.28
267.21/67.03	c  S st  1617    536908       150     12750         0     42357     89250    984714     38.50     36.50
267.62/67.14	c  S st  1617    537411       150     12750         0     42844     89250   1006156     38.50   no data
267.62/67.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
267.62/67.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
267.62/67.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
267.62/67.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.62/67.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.62/67.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
267.62/67.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.62/67.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
267.96/67.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
278.34/69.85	c lits-rem:       287  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  2.65 s
278.34/69.85	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
278.34/69.86	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.01
279.54/70.14	c asymm  cl-useful: 0/2250/12750 lits-rem:0 time: 0.28
279.54/70.14	c calculated reachability. Time: 0.00
279.54/70.14	c  N dy  1617    537411       150     12750         0     41513     89250    935298     38.50   no data
292.71/73.41	c  N dy  1686    557799       150     12750         0     61050     89250   1809278     38.51     40.62
307.11/77.04	c  N dy  1758    584195       150     12750         0     55650     89250   1536436     38.49     40.90
318.62/79.94	c  N dy  1807    604200       150     12750         0     43196     89250    947554     38.47     40.54
332.59/83.48	c  N dy  1902    624799       150     12750         0     62946     89250   1827556     38.50     41.09
346.17/86.87	c  N dy  1978    647974       150     12750         0     52632     89250   1335383     38.51     40.68
360.90/90.57	c  N dy  2055    668995       150     12750         0     39251     89250    712119     38.53     40.61
374.46/93.98	c  N dy  2125    689056       150     12750         0     58468     89250   1567265     38.54     40.65
391.20/98.16	c  N dy  2213    710199       150     12750         0     44237     89250    901800     38.56     40.64
405.97/101.87	c  N dy  2276    730202       150     12750         0     63413     89250   1757074     38.56     40.61
420.33/105.44	c  N dy  2371    751197       150     12750         0     48107     89250   1038115     38.58     40.65
435.47/109.22	c  N dy  2448    772168       150     12750         0     68213     89250   1934721     38.60     40.76
449.44/112.71	c  N dy  2528    793140       150     12750         0     51916     89250   1175583     38.62     41.08
459.01/115.14	c  S st  2583    806116       150     12750         0     64369     89250   1733308     38.63     38.13
459.81/115.30	c  S st  2583    806620       150     12750         0     64860     89250   1755362     38.63   no data
459.81/115.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
459.81/115.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
459.81/115.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
459.81/115.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
459.81/115.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.81/115.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
459.81/115.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
459.81/115.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
459.81/115.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
497.70/124.87	c lits-rem:       680  cl-subs:     2891  v-elim:      0  v-fix:    0  time:  9.47 s
497.70/124.88	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
498.10/124.90	c vivif2 --  cl tried    61969 cl shrink        0 lits rem          0 time: 0.02
498.90/125.16	c asymm  cl-useful: 0/1274/12750 lits-rem:0 time: 0.26
498.90/125.16	c calculated reachability. Time: 0.00
498.90/125.16	c  N dy  2583    806620       150     12750         0     61969     89250   1598519     38.63   no data
517.27/129.77	c  N dy  2665    829362       150     12750         0     46423     89250    893639     38.64     41.01
531.20/133.22	c  N dy  2711    849447       150     12750         0     65631     89250   1750417     38.63     40.70
545.96/136.98	c  N dy  2776    869464       150     12750         0     46491     89250    862485     38.64     41.69
559.52/140.36	c  N dy  2838    889730       150     12750         0     65882     89250   1736110     38.64     40.81
575.07/144.22	c  N dy  2881    910999       150     12750         0     46980     89250    852545     38.62     40.89
588.23/147.59	c  N dy  2932    931101       150     12750         0     66284     89250   1713690     38.62     40.85
614.94/154.21	c  N dy  2979    968204       150     12750         0     61456     89250   1484359     38.57     40.89
630.91/158.30	c  N dy  3051    988366       150     12750         0     80801     89250   2349985     38.57     40.78
645.66/161.94	c  N dy  3132   1009476       150     12750         0     59801     89250   1365896     38.58     40.62
661.62/165.99	c  N dy  3179   1029714       150     12750         0     79190     89250   2235818     38.57     40.80
681.16/170.85	c  N dy  3247   1057651       150     12750         0     63811     89250   1515026     38.56     40.71
692.33/173.70	c  F st  3271   1071875       150     12750         0     77371     89250   2113824     38.55   no data
698.71/175.20	c  N dy  3279   1078411       150     12750         0     83627     89250   2398692     38.55     41.14
712.27/178.64	c  N dy  3323   1098450       150     12750         0     59761     89250   1296277     38.54     42.95
729.41/182.97	c  N dy  3407   1118596       150     12750         0     79068     89250   2159062     38.55     40.78
745.41/186.99	c  N dy  3460   1139250       150     12750         0     54834     89250   1042805     38.55     40.68
760.92/190.82	c  N dy  3517   1159304       150     12750         0     73970     89250   1897120     38.56     40.75
781.26/195.97	c  N dy  3574   1179976       150     12750         0     48812     89250    738233     38.55     40.73
800.81/200.87	c  N dy  3668   1200467       150     12750         0     68417     89250   1615170     38.57     40.60
811.62/203.55	c  S st  3716   1209930       150     12750         0     77481     89250   2020392     38.57   no data
812.37/203.78	c  S st  3716   1210432       150     12750         0     77971     89250   2042562     38.57   no data
812.37/203.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
812.77/203.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
812.77/203.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
812.77/203.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
812.77/203.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
812.77/203.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
812.77/203.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
812.77/203.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
813.16/203.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
871.80/218.68	c lits-rem:       726  cl-subs:     3226  v-elim:      0  v-fix:    0  time: 14.76 s
871.80/218.68	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
872.20/218.70	c vivif2 --  cl tried    74745 cl shrink        0 lits rem          0 time: 0.02
873.39/219.03	c asymm  cl-useful: 0/1707/12750 lits-rem:0 time: 0.33
873.39/219.04	c calculated reachability. Time: 0.00
873.39/219.04	c  N dy  3716   1210432       150     12750         0     74745     89250   1863683     38.57   no data
892.94/223.96	c  N dy  3736   1233849       150     12750         0     51275     89250    818279     38.55     40.95
928.03/232.74	c  N dy  3812   1276772       150     12750         0     92193     89250   2655916     38.51     40.87
945.18/237.08	c  N dy  3884   1299706       150     12750         0     67334     89250   1498221     38.51     40.56
979.88/245.71	c  N dy  3924   1338653       150     12750         0     56731     89250    996633     38.44     40.80
999.02/250.54	c  N dy  3954   1358670       150     12750         0     75828     89250   1840913     38.43     40.46
1024.55/256.93	c  N dy  4037   1378707       150     12750         0     95059     89250   2697392     38.44     40.58
1046.49/262.45	c  N dy  4091   1406278       150     12750         0     72685     89250   1681380     38.42     40.52
1068.02/267.85	c  N dy  4183   1426374       150     12750         0     91956     89250   2543749     38.43     41.17
1085.97/272.37	c  N dy  4245   1446484       150     12750         0     61492     89250   1141303     38.44     40.72
1104.32/276.94	c  N dy  4319   1466764       150     12750         0     80948     89250   2010743     38.44     40.60
1127.08/282.63	c  N dy  4399   1486925       150     12750         0    100344     89250   2877838     38.45     40.68
1166.97/292.62	c  N dy  4458   1533044       150     12750         0     93528     89250   2544500     38.41     40.50
1186.47/297.58	c  N dy  4521   1553093       150     12750         0     61115     89250   1062665     38.41     43.94
1205.21/302.28	c  N dy  4607   1573839       150     12750         0     81022     89250   1952658     38.42     40.48
1229.14/308.20	c  N dy  4710   1593863       150     12750         0    100209     89250   2813665     38.44     40.76
1248.29/313.00	c  N dy  4799   1613907       150     12750         0     66772     89250   1274745     38.45     42.49
1269.42/318.31	c  N dy  4863   1636697       150     12750         0     88581     89250   2245953     38.44     40.57
1292.96/324.28	c  N dy  4917   1657788       150     12750         0     55174     89250    722439     38.44     40.47
1311.34/328.88	c  N dy  5011   1677845       150     12750         0     74373     89250   1583400     38.46     42.94
1331.64/333.98	c  N dy  5066   1698089       150     12750         0     93763     89250   2441125     38.45     40.75
1348.39/338.13	c  S st  5121   1710433       150     12750         0    105650     89250   2972006     38.46     38.42
1349.60/338.42	c  S st  5121   1710933       150     12750         0    106135     89250   2993077     38.46   no data
1349.60/338.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1349.60/338.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1349.60/338.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1349.60/338.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1349.60/338.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1349.60/338.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1349.60/338.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1350.00/338.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1350.39/338.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1445.31/362.47	c lits-rem:       647  cl-subs:     5371  v-elim:      0  v-fix:    0  time: 23.87 s
1445.31/362.47	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1445.71/362.51	c vivif2 --  cl tried   100764 cl shrink        0 lits rem          0 time: 0.04
1446.91/362.90	c asymm  cl-useful: 0/1150/12750 lits-rem:0 time: 0.39
1446.91/362.90	c calculated reachability. Time: 0.00
1446.91/362.90	c  N dy  5121   1710933       150     12750         0    100764     89250   2703718     38.46   no data
1470.83/368.81	c  N dy  5203   1734743       150     12750         0     69031     89250   1311902     38.46     40.94
1490.77/373.82	c  N dy  5298   1754834       150     12750         0     88332     89250   2176084     38.47     40.65
1514.71/379.88	c  N dy  5365   1774975       150     12750         0    107665     89250   3042350     38.47     40.79
1533.45/384.59	c  N dy  5451   1795026       150     12750         0     71345     89250   1378306     38.48     40.52
1554.58/389.81	c  N dy  5540   1815339       150     12750         0     90830     89250   2250124     38.49     40.55
1585.29/397.58	c  N dy  5630   1836863       150     12750         0    111458     89250   3172332     38.50     41.09
1606.43/402.85	c  N dy  5713   1856949       150     12750         0     74154     89250   1466348     38.51     40.57
1629.16/408.51	c  N dy  5797   1877044       150     12750         0     93418     89250   2328848     38.52     42.46
1655.89/415.25	c  N dy  5875   1897149       150     12750         0    112723     89250   3195910     38.53     40.91
1675.03/420.09	c  N dy  5943   1918130       150     12750         0     75327     89250   1483182     38.53     41.03
1696.58/425.49	c  N dy  6024   1938434       150     12750         0     94788     89250   2351969     38.54     40.83
1723.30/432.13	c  N dy  6094   1958809       150     12750         0    114277     89250   3219760     38.54     40.81
1741.68/436.73	c  N dy  6152   1978987       150     12750         0     75100     89250   1441326     38.54     40.65
1767.60/443.29	c  N dy  6251   2003222       150     12750         0     98287     89250   2477301     38.55     40.68
1792.69/449.50	c  N dy  6291   2023355       150     12750         0    117520     89250   3329017     38.54     41.29
1811.47/454.26	c  N dy  6381   2043379       150     12750         0     77410     89250   1512537     38.55     40.90
1847.73/463.32	c  N dy  6487   2077398       150     12750         0    109967     89250   2972925     38.55     40.66
1869.26/468.77	c  N dy  6542   2097485       150     12750         0     68902     89250   1099599     38.54     43.51
1889.21/473.76	c  N dy  6618   2117904       150     12750         0     88488     89250   1974371     38.55     40.61
1916.76/480.68	c  N dy  6683   2137941       150     12750         0    107680     89250   2830544     38.55     40.91
1959.00/491.21	c  N dy  6749   2176816       150     12750         0     83402     89250   1701080     38.54     40.64
1983.32/497.35	c  N dy  6841   2196950       150     12750         0    102707     89250   2567741     38.54     41.17
2002.47/502.16	c  S st  6901   2210933       150     12750         0    116067     89250   3168411     38.55     37.58
2003.67/502.46	c  S st  6901   2211436       150     12750         0    116554     89250   3189780     38.55   no data
2003.67/502.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2004.07/502.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2004.07/502.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2004.07/502.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2004.07/502.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2004.07/502.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2004.07/502.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2004.07/502.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2004.50/502.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2121.73/532.04	c lits-rem:      1138  cl-subs:     6969  v-elim:      0  v-fix:    0  time: 29.38 s
2121.73/532.04	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2121.73/532.08	c vivif2 --  cl tried   109585 cl shrink        0 lits rem          0 time: 0.04
2123.36/532.47	c asymm  cl-useful: 0/1046/12750 lits-rem:0 time: 0.40
2123.36/532.48	c calculated reachability. Time: 0.00
2123.36/532.48	c  N dy  6901   2211436       150     12750         0    109585     89250   2834078     38.55   no data
2150.83/539.37	c  N dy  6979   2231529       150     12750         0     66807     89250    942580     38.55     41.00
2171.21/544.48	c  N dy  7087   2252129       150     12750         0     86568     89250   1832313     38.57     40.77
2205.88/553.17	c  N dy  7174   2282191       150     12750         0    115271     89250   3118434     38.56     40.62
2233.04/559.99	c  N dy  7217   2303762       150     12750         0     72870     89250   1179755     38.56     40.89
2255.72/565.62	c  N dy  7287   2324492       150     12750         0     92759     89250   2065816     38.56     40.67
2279.25/571.54	c  N dy  7343   2344595       150     12750         0    111971     89250   2921687     38.56     40.97
2306.37/578.36	c  N dy  7394   2364735       150     12750         0     67102     89250    882753     38.56     40.69
2325.51/583.13	c  N dy  7457   2384793       150     12750         0     86278     89250   1739410     38.56     41.04
2349.45/589.13	c  N dy  7534   2404824       150     12750         0    105498     89250   2598508     38.56     41.04
2379.36/596.70	c  N dy  7625   2424896       150     12750         0    124714     89250   3460192     38.57     42.38
2402.10/602.37	c  N dy  7697   2445035       150     12750         0     78962     89250   1377235     38.57     40.84
2424.43/607.97	c  N dy  7783   2465043       150     12750         0     98134     89250   2238733     38.58     41.51
2451.55/614.75	c  N dy  7868   2485119       150     12750         0    117373     89250   3102324     38.59     40.69
2481.86/622.33	c  N dy  7970   2505406       150     12750         0     70755     89250    973342     38.60     40.80
2502.60/627.51	c  N dy  8049   2525991       150     12750         0     90459     89250   1853615     38.60     41.05
2527.32/633.75	c  N dy  8101   2546081       150     12750         0    109681     89250   2713112     38.60     40.72
2560.03/641.90	c  N dy  8160   2566152       150     12750         0    128898     89250   3573878     38.60     40.80
2584.35/648.10	c  N dy  8246   2586459       150     12750         0     81367     89250   1415264     38.61     41.06
2607.09/653.72	c  N dy  8315   2607274       150     12750         0    101266     89250   2303349     38.61     40.83
2634.61/660.69	c  N dy  8390   2627439       150     12750         0    120589     89250   3170113     38.61     40.98
2667.36/668.87	c  N dy  8507   2647573       150     12750         0     71923     89250    956901     38.63     40.69
2686.85/673.71	c  N dy  8561   2667601       150     12750         0     91096     89250   1814495     38.62     43.55
2709.99/679.51	c  N dy  8603   2687676       150     12750         0    110258     89250   2669905     38.62     40.77
2739.50/686.97	c  N dy  8676   2707802       150     12750         0    129564     89250   3531984     38.63     40.73
2746.32/688.67	c  S st  8699   2711436       150     12750         0    133038     89250   3688522     38.63   no data
2747.87/689.05	c  S st  8699   2711938       150     12750         0    133527     89250   3710253     38.63   no data
2747.87/689.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2748.27/689.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
2748.27/689.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2748.27/689.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2748.27/689.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2748.27/689.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2748.27/689.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2748.27/689.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2748.67/689.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2884.27/723.23	c lits-rem:      1071  cl-subs:     7111  v-elim:      0  v-fix:    0  time: 33.95 s
2884.27/723.24	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2884.27/723.28	c vivif2 --  cl tried   126416 cl shrink        0 lits rem          0 time: 0.04
2885.87/723.70	c asymm  cl-useful: 0/904/12750 lits-rem:0 time: 0.42
2885.87/723.70	c calculated reachability. Time: 0.00
2885.87/723.70	c  N dy  8699   2711938       150     12750         0    126416     89250   3330704     38.63   no data
2917.77/731.68	c  N dy  8789   2735265       150     12750         0     79965     89250   1283992     38.63     40.69
2944.49/738.35	c  N dy  8862   2757026       150     12750         0    100811     89250   2218432     38.64     40.74
2970.06/744.76	c  N dy  8913   2777124       150     12750         0    120057     89250   3080957     38.63     42.98
3003.53/753.14	c  N dy  8993   2797182       150     12750         0    139278     89250   3941433     38.64     42.30
3024.66/758.43	c  N dy  9070   2817185       150     12750         0     88574     89250   1633801     38.64     40.76
3047.39/764.19	c  N dy  9128   2837192       150     12750         0    107735     89250   2493178     38.64     40.83
3151.49/790.26	c  N dy  9140   2924227       150     12750         0    119461     89250   2952554     38.56     40.78
3183.79/798.36	c  N dy  9225   2944606       150     12750         0    138977     89250   3827250     38.56     40.73
3207.71/804.30	c  N dy  9280   2964775       150     12750         0     86831     89250   1498144     38.56     40.63
3236.04/811.45	c  N dy  9363   2986947       150     12750         0    108087     89250   2448900     38.57     40.67
3273.52/820.82	c  N dy  9439   3008601       150     12750         0    128875     89250   3381878     38.57     40.77
3316.99/831.78	c  N dy  9497   3029848       150     12750         0     76628     89250   1003910     38.57     41.04
3346.51/839.11	c  N dy  9557   3051336       150     12750         0     97208     89250   1922934     38.57     40.64
3378.82/847.22	c  N dy  9628   3071459       150     12750         0    116477     89250   2786858     38.57     40.88
3407.13/854.34	c  N dy  9661   3091474       150     12750         0    135612     89250   3644224     38.57     40.76
3439.08/862.37	c  N dy  9740   3112305       150     12750         0     81960     89250   1205237     38.57     40.71
3461.02/867.82	c  N dy  9803   3132324       150     12750         0    101075     89250   2059856     38.57     42.48
3488.09/874.68	c  N dy  9873   3152733       150     12750         0    120610     89250   2933289     38.57     40.81
3523.98/883.66	c  N dy  9955   3174620       150     12750         0    141567     89250   3869275     38.57     40.79
3547.92/889.65	c  N dy 10005   3194761       150     12750         0     86167     89250   1361572     38.57     40.62
3567.85/894.68	c  S st 10084   3211938       150     12750         0    102655     89250   2102961     38.58     39.36
3569.05/894.96	c  S st 10084   3212443       150     12750         0    103149     89250   2125321     38.58   no data
3569.05/894.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3569.45/895.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3569.45/895.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3569.45/895.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3569.45/895.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3569.45/895.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3569.45/895.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3569.45/895.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3569.85/895.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3616.51/906.84	c lits-rem:       570  cl-subs:     3012  v-elim:      0  v-fix:    0  time: 11.74 s
3616.51/906.85	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3616.51/906.87	c vivif2 --  cl tried   100137 cl shrink        0 lits rem          0 time: 0.03
3618.12/907.26	c asymm  cl-useful: 0/1109/12750 lits-rem:0 time: 0.38
3618.12/907.26	c calculated reachability. Time: 0.00
3618.12/907.26	c  N dy 10084   3212443       150     12750         0    100137     89250   1962405     38.58   no data
3645.27/914.02	c  N dy 10162   3232536       150     12750         0    119404     89250   2824696     38.58     40.74
3675.98/921.76	c  N dy 10229   3252670       150     12750         0    138720     89250   3690704     38.58     40.66
3713.43/931.15	c  N dy 10306   3272964       150     12750         0     82600     89250   1170288     38.59     40.77
3739.76/937.76	c  N dy 10388   3293000       150     12750         0    101731     89250   2025647     38.59     41.57
3766.08/944.30	c  N dy 10429   3313160       150     12750         0    121010     89250   2887281     38.59     40.77
3796.38/951.99	c  N dy 10470   3333467       150     12750         0    140391     89250   3748578     38.59     40.71
3829.93/960.32	c  N dy 10563   3353473       150     12750         0     83038     89250   1154082     38.59     40.97
3853.42/966.24	c  N dy 10645   3373491       150     12750         0    102212     89250   2010917     38.59     42.82
3881.34/973.22	c  N dy 10725   3393510       150     12750         0    121438     89250   2870921     38.60     40.66
3916.04/981.98	c  N dy 10823   3413685       150     12750         0    140788     89250   3739643     38.60     40.85
3951.13/990.70	c  N dy 10902   3434424       150     12750         0     83117     89250   1122343     38.61     41.15
3974.30/996.51	c  N dy 10973   3454677       150     12750         0    102534     89250   1989716     38.61     40.66
4002.98/1003.75	c  N dy 11062   3475126       150     12750         0    122144     89250   2871760     38.61     40.72
4037.67/1012.44	c  N dy 11151   3495292       150     12750         0    141422     89250   3740639     38.62     40.86
4074.77/1021.79	c  N dy 11227   3516439       150     12750         0     83112     89250   1082530     38.62     40.72
4098.70/1027.72	c  N dy 11315   3536500       150     12750         0    102325     89250   1941040     38.62     40.85
4132.23/1036.12	c  N dy 11415   3556626       150     12750         0    121578     89250   2808263     38.63     40.76
4180.91/1048.39	c  N dy 11524   3579579       150     12750         0    143574     89250   3797501     38.64     40.72
4226.32/1059.78	c  N dy 11594   3599656       150     12750         0     83337     89250   1060294     38.64     40.89
4255.08/1066.95	c  N dy 11647   3622607       150     12750         0    105256     89250   2048710     38.64     40.73
4283.36/1074.04	c  N dy 11688   3643994       150     12750         0    125612     89250   2958966     38.63     40.89
4319.65/1083.15	c  N dy 11798   3664409       150     12750         0    145170     89250   3842788     38.64     40.81
4354.75/1091.91	c  N dy 11856   3685029       150     12750         0     84562     89250   1085183     38.64     40.76
4378.32/1097.85	c  N dy 11947   3705361       150     12750         0    104073     89250   1963825     38.64     40.72
4388.64/1100.40	c  S st 11990   3712443       150     12750         0    110853     89250   2271839     38.65   no data
4389.84/1100.70	c  S st 11990   3712945       150     12750         0    111341     89250   2294078     38.65   no data
4389.84/1100.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4389.84/1100.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4389.84/1100.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4389.84/1100.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4389.84/1100.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4389.84/1100.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4389.84/1100.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4390.24/1100.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4390.24/1100.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4443.29/1114.15	c lits-rem:       484  cl-subs:     3103  v-elim:      0  v-fix:    0  time: 13.29 s
4443.29/1114.16	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4443.29/1114.19	c vivif2 --  cl tried   108238 cl shrink        0 lits rem          0 time: 0.03
4444.87/1114.58	c asymm  cl-useful: 0/1011/12750 lits-rem:0 time: 0.39
4444.87/1114.58	c calculated reachability. Time: 0.00
4444.87/1114.58	c  N dy 11990   3712945       150     12750         0    108238     89250   2123799     38.65   no data
4485.16/1124.60	c  N dy 12065   3741254       150     12750         0    135332     89250   3338707     38.65     40.71
4502.30/1128.94	c  F st 12099   3751563       150     12750         0    145168     89250   3779903     38.65     38.78
4519.45/1133.27	c  N dy 12123   3761863       150     12750         0    155017     89250   4226599     38.65     40.87
4549.77/1140.80	c  N dy 12157   3781916       150     12750         0     92877     89250   1416948     38.64     42.50
4577.69/1147.83	c  N dy 12206   3801997       150     12750         0    112068     89250   2277114     38.64     40.73
4610.83/1156.17	c  N dy 12311   3822028       150     12750         0    131285     89250   3145041     38.65     42.69
4641.90/1163.96	c  N dy 12338   3842124       150     12750         0    150452     89250   4000982     38.64     40.80
4678.59/1173.18	c  N dy 12423   3862266       150     12750         0     87526     89250   1150001     38.65     40.72
4704.12/1179.59	c  N dy 12513   3883029       150     12750         0    107419     89250   2043616     38.65     40.71
4736.43/1187.63	c  N dy 12591   3905172       150     12750         0    128612     89250   2997721     38.66     40.75
4770.32/1196.12	c  N dy 12658   3925230       150     12750         0    147807     89250   3862338     38.66     41.77

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-3366275-1305400562/watcher-3366275-1305400562 -o /tmp/evaluation-result-3366275-1305400562/solver-3366275-1305400562 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366275-1305400562.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: 8.18 8.16 7.72 2/344 26327
/proc/meminfo: memFree=21566372/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=273664 CPUtime=0.02 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 1285 0 0 0 2 0 0 0 24 0 4 0 632472291 280231936 1202 33554432000 4194304 4580107 140733864785424 18446744073709551615 4489504 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 68416 1204 336 95 0 63398 0
[pid=26327/tid=26329] ppid=26325 vsize=274396 CPUtime=0 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 408 0 0 0 0 0 0 0 25 0 4 0 632472291 280981504 1554 33554432000 4194304 4580107 140733864785424 18446744073709551615 4501068 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=274396 CPUtime=0 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 23 0 0 0 0 0 0 0 25 0 4 0 632472291 280981504 1555 33554432000 4194304 4580107 140733864785424 18446744073709551615 255106768699 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=274396 CPUtime=0 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 409 0 0 0 0 0 0 0 25 0 4 0 632472291 280981504 1555 33554432000 4194304 4580107 140733864785424 18446744073709551615 255106427032 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0835951 s]
/proc/loadavg: 8.18 8.16 7.72 2/344 26327
/proc/meminfo: memFree=21566372/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=283184 CPUtime=0.3 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 2138 0 0 0 30 0 0 0 24 0 4 0 632472291 289980416 2055 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 70796 2055 357 95 0 65778 0
[pid=26327/tid=26329] ppid=26325 vsize=283184 CPUtime=0.07 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 415 0 0 0 7 0 0 0 25 0 4 0 632472291 289980416 2055 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294363 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=283184 CPUtime=0.06 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 383 0 0 0 6 0 0 0 25 0 4 0 632472291 289980416 2055 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=283184 CPUtime=0.07 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 521 0 0 0 7 0 0 0 25 0 4 0 632472291 289980416 2055 33554432000 4194304 4580107 140733864785424 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 283184

[startup+0.100591 s]
/proc/loadavg: 8.18 8.16 7.72 2/344 26327
/proc/meminfo: memFree=21566372/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=283184 CPUtime=0.37 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 2170 0 0 0 37 0 0 0 24 0 4 0 632472291 289980416 2087 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 70796 2087 358 95 0 65778 0
[pid=26327/tid=26329] ppid=26325 vsize=283184 CPUtime=0.09 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 417 0 0 0 9 0 0 0 25 0 4 0 632472291 289980416 2087 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=283184 CPUtime=0.08 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 387 0 0 0 8 0 0 0 25 0 4 0 632472291 289980416 2087 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=283184 CPUtime=0.09 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 545 0 0 0 9 0 0 0 25 0 4 0 632472291 289980416 2087 33554432000 4194304 4580107 140733864785424 18446744073709551615 4324226 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283184

[startup+0.300559 s]
/proc/loadavg: 8.18 8.16 7.72 2/344 26327
/proc/meminfo: memFree=21566372/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=284448 CPUtime=1.17 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 2738 0 0 0 117 0 0 0 24 0 4 0 632472291 291274752 2307 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294400 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 71112 2307 358 95 0 66094 0
[pid=26327/tid=26329] ppid=26325 vsize=284448 CPUtime=0.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 459 0 0 0 29 0 0 0 25 0 4 0 632472291 291274752 2307 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=284448 CPUtime=0.28 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 410 0 0 0 28 0 0 0 25 0 4 0 632472291 291274752 2307 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=284448 CPUtime=0.29 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 1015 0 0 0 29 0 0 0 25 0 4 0 632472291 291274752 2307 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284448

[startup+0.700489 s]
/proc/loadavg: 8.18 8.16 7.72 2/344 26327
/proc/meminfo: memFree=21566372/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=294936 CPUtime=2.77 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 7792 0 0 0 276 1 0 0 25 0 4 0 632472291 302014464 5516 33554432000 4194304 4580107 140733864785424 18446744073709551615 4296088 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 73734 5516 376 95 0 68716 0
[pid=26327/tid=26329] ppid=26325 vsize=294936 CPUtime=0.69 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 1968 0 0 0 69 0 0 0 25 0 4 0 632472291 302014464 5516 33554432000 4194304 4580107 140733864785424 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=294936 CPUtime=0.68 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 1723 0 0 0 68 0 0 0 25 0 4 0 632472291 302014464 5516 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=294936 CPUtime=0.69 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 1716 0 0 0 69 0 0 0 25 0 4 0 632472291 302014464 5516 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 294936

[startup+1.50035 s]
/proc/loadavg: 8.18 8.16 7.72 11/356 26339
/proc/meminfo: memFree=21500680/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=296216 CPUtime=5.95 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 12824 0 0 0 593 2 0 0 25 0 4 0 632472291 303325184 6207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 74054 6207 377 95 0 69036 0
[pid=26327/tid=26329] ppid=26325 vsize=296216 CPUtime=1.48 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 3179 0 0 0 148 0 0 0 25 0 4 0 632472291 303325184 6207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=296216 CPUtime=1.46 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 2937 0 0 0 146 0 0 0 25 0 4 0 632472291 303325184 6207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=296216 CPUtime=1.48 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 3024 0 0 0 148 0 0 0 25 0 4 0 632472291 303325184 6207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 296216

[startup+3.10107 s]
/proc/loadavg: 8.17 8.16 7.72 9/356 26339
/proc/meminfo: memFree=21489292/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=316168 CPUtime=12.34 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 28606 0 0 0 1230 4 0 0 25 0 4 0 632472291 323756032 16156 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 79042 16156 378 95 0 74024 0
[pid=26327/tid=26329] ppid=26325 vsize=316168 CPUtime=3.09 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 6127 0 0 0 308 1 0 0 25 0 4 0 632472291 323756032 16156 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=316168 CPUtime=3.06 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 7529 0 0 0 305 1 0 0 25 0 4 0 632472291 323756032 16156 33554432000 4194304 4580107 140733864785424 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=316168 CPUtime=3.09 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 7912 0 0 0 308 1 0 0 25 0 4 0 632472291 323756032 16156 33554432000 4194304 4580107 140733864785424 18446744073709551615 4451734 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) 316168

[startup+6.30051 s]
/proc/loadavg: 8.17 8.16 7.72 9/356 26339
/proc/meminfo: memFree=21355204/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=327428 CPUtime=25.09 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 40993 0 0 0 2503 6 0 0 25 0 4 0 632472291 335286272 19785 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 81857 19785 378 95 0 76839 0
[pid=26327/tid=26329] ppid=26325 vsize=327428 CPUtime=6.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 10673 0 0 0 627 2 0 0 25 0 4 0 632472291 335286272 19785 33554432000 4194304 4580107 140733864785424 18446744073709551615 4339824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=327428 CPUtime=6.21 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 10029 0 0 0 620 1 0 0 25 0 4 0 632472291 335286272 19785 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=327428 CPUtime=6.28 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 10066 0 0 0 627 1 0 0 25 0 4 0 632472291 335286272 19785 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 327428

[startup+12.7004 s]
/proc/loadavg: 8.16 8.15 7.72 9/356 26339
/proc/meminfo: memFree=21263196/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=350144 CPUtime=50.62 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 65905 0 0 0 5048 14 0 0 25 0 4 0 632472291 358547456 27660 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 87536 27660 378 95 0 82518 0
[pid=26327/tid=26329] ppid=26325 vsize=350144 CPUtime=12.68 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 16543 0 0 0 1264 4 0 0 25 0 4 0 632472291 358547456 27660 33554432000 4194304 4580107 140733864785424 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=350144 CPUtime=12.54 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 15650 0 0 0 1251 3 0 0 25 0 4 0 632472291 358547456 27660 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=350144 CPUtime=12.69 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 16725 0 0 0 1266 3 0 0 25 0 4 0 632472291 358547456 27660 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 350144

[startup+25.5011 s]
/proc/loadavg: 8.19 8.16 7.73 9/356 26339
/proc/meminfo: memFree=21126692/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=359428 CPUtime=101.67 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 100831 0 0 0 10144 23 0 0 25 0 4 0 632472291 368054272 36207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4406350 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 89857 36207 378 95 0 84839 0
[pid=26327/tid=26329] ppid=26325 vsize=359428 CPUtime=25.48 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 24715 0 0 0 2543 5 0 0 25 0 4 0 632472291 368054272 36207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=359428 CPUtime=25.18 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 23377 0 0 0 2513 5 0 0 25 0 4 0 632472291 368054272 36207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=359428 CPUtime=25.48 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 25004 0 0 0 2543 5 0 0 25 0 4 0 632472291 368054272 36207 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 359428

[startup+51.1006 s]
/proc/loadavg: 8.12 8.15 7.74 9/356 26340
/proc/meminfo: memFree=21034204/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=371704 CPUtime=203.76 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 143647 0 0 0 20341 35 0 0 25 0 4 0 632472291 380624896 39508 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 92926 39508 378 95 0 87908 0
[pid=26327/tid=26329] ppid=26325 vsize=371704 CPUtime=51.08 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 34636 0 0 0 5100 8 0 0 25 0 4 0 632472291 380624896 39508 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=371704 CPUtime=50.48 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 30822 0 0 0 5041 7 0 0 25 0 4 0 632472291 380624896 39508 33554432000 4194304 4580107 140733864785424 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=371704 CPUtime=51.09 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 37804 0 0 0 5101 8 0 0 25 0 4 0 632472291 380624896 39508 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 371704

[startup+102.314 s]
/proc/loadavg: 8.20 8.16 7.76 9/356 26341
/proc/meminfo: memFree=20954576/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=401008 CPUtime=408.01 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 210180 0 0 0 40743 58 0 0 25 0 4 0 632472291 410632192 51938 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 100252 51938 378 95 0 95234 0
[pid=26327/tid=26329] ppid=26325 vsize=401008 CPUtime=102.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 45898 0 0 0 10217 12 0 0 25 0 4 0 632472291 410632192 51938 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=401008 CPUtime=101.09 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 42303 0 0 0 10097 12 0 0 25 0 4 0 632472291 410632192 51938 33554432000 4194304 4580107 140733864785424 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=401008 CPUtime=102.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 60512 0 0 0 10215 15 0 0 25 0 4 0 632472291 410632192 51938 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 401008

[startup+162.301 s]

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

[pid=26327] ppid=26325 vsize=734112 CPUtime=2561.66 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 608107 0 0 0 255944 222 0 0 25 0 4 0 632472291 751730688 110470 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 183528 110471 378 95 0 178510 0
[pid=26327/tid=26329] ppid=26325 vsize=734112 CPUtime=642.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 137246 0 0 0 64177 52 0 0 25 0 4 0 632472291 751730688 110471 33554432000 4194304 4580107 140733864785424 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=734112 CPUtime=634.72 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 119014 0 0 0 63429 43 0 0 25 0 4 0 632472291 751730688 110471 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=734112 CPUtime=642.31 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 189990 0 0 0 64162 69 0 0 25 0 4 0 632472291 751730688 110471 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.66
Current children cumulated vsize (KiB) 734112

[startup+702.3 s]
/proc/loadavg: 8.16 8.20 7.95 9/356 26360
/proc/meminfo: memFree=20200472/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=723740 CPUtime=2800.92 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 639303 0 0 0 279854 238 0 0 25 0 4 0 632472291 741109760 106264 33554432000 4194304 4580107 140733864785424 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 180935 106264 378 95 0 175917 0
[pid=26327/tid=26329] ppid=26325 vsize=723740 CPUtime=702.28 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 143501 0 0 0 70173 55 0 0 25 0 4 0 632472291 741109760 106264 33554432000 4194304 4580107 140733864785424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=723740 CPUtime=694.01 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 126985 0 0 0 69352 49 0 0 25 0 4 0 632472291 741109760 106264 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=723740 CPUtime=702.29 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 200271 0 0 0 70156 73 0 0 25 0 4 0 632472291 741109760 106264 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.92
Current children cumulated vsize (KiB) 723740

[startup+762.314 s]
/proc/loadavg: 8.11 8.18 7.95 9/356 26362
/proc/meminfo: memFree=20259856/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=790924 CPUtime=3040.26 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 672019 0 0 0 303774 252 0 0 25 0 4 0 632472291 809906176 108457 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 197731 108457 378 95 0 192713 0
[pid=26327/tid=26329] ppid=26325 vsize=790924 CPUtime=762.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 150062 0 0 0 76171 58 0 0 25 0 4 0 632472291 809906176 108457 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=790924 CPUtime=753.31 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 135749 0 0 0 75279 52 0 0 25 0 4 0 632472291 809906176 108457 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=790924 CPUtime=762.31 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 209914 0 0 0 76153 78 0 0 25 0 4 0 632472291 809906176 108457 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.26
Current children cumulated vsize (KiB) 790924

[startup+822.301 s]
/proc/loadavg: 8.11 8.16 7.96 9/356 26364
/proc/meminfo: memFree=20075208/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=857732 CPUtime=3279.51 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 714576 0 0 0 327684 267 0 0 25 0 4 0 632472291 878317568 127882 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 214433 127882 378 95 0 209415 0
[pid=26327/tid=26329] ppid=26325 vsize=857732 CPUtime=822.28 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 161926 0 0 0 82165 63 0 0 25 0 4 0 632472291 878317568 127882 33554432000 4194304 4580107 140733864785424 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=857732 CPUtime=812.59 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 140024 0 0 0 81206 53 0 0 25 0 4 0 632472291 878317568 127882 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=857732 CPUtime=822.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 226100 0 0 0 82148 82 0 0 25 0 4 0 632472291 878317568 127882 33554432000 4194304 4580107 140733864785424 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.51
Current children cumulated vsize (KiB) 857732

[startup+882.301 s]
/proc/loadavg: 8.14 8.16 7.97 9/356 26365
/proc/meminfo: memFree=20108292/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=872696 CPUtime=3518.8 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 739260 0 0 0 351599 281 0 0 25 0 4 0 632472291 893640704 126626 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 218174 126626 378 95 0 213156 0
[pid=26327/tid=26329] ppid=26325 vsize=872696 CPUtime=882.28 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 166425 0 0 0 88163 65 0 0 25 0 4 0 632472291 893640704 126626 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=872696 CPUtime=871.87 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 148456 0 0 0 87130 57 0 0 25 0 4 0 632472291 893640704 126626 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=872696 CPUtime=882.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 231875 0 0 0 88145 85 0 0 25 0 4 0 632472291 893640704 126626 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.8
Current children cumulated vsize (KiB) 872696

[startup+942.301 s]
/proc/loadavg: 8.05 8.13 7.97 9/356 26367
/proc/meminfo: memFree=20079008/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=762804 CPUtime=3758.1 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 769734 0 0 0 375513 297 0 0 25 0 4 0 632472291 781111296 123328 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 190701 123328 378 95 0 185683 0
[pid=26327/tid=26329] ppid=26325 vsize=762804 CPUtime=942.28 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 175762 0 0 0 94157 71 0 0 25 0 4 0 632472291 781111296 123328 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=762804 CPUtime=931.18 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 154338 0 0 0 93058 60 0 0 25 0 4 0 632472291 781111296 123328 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=762804 CPUtime=942.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 241721 0 0 0 94139 91 0 0 25 0 4 0 632472291 781111296 123328 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.1
Current children cumulated vsize (KiB) 762804

[startup+1002.3 s]
/proc/loadavg: 8.11 8.13 7.98 9/356 26368
/proc/meminfo: memFree=20103176/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=763592 CPUtime=3997.39 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 809208 0 0 0 399423 316 0 0 25 0 4 0 632472291 781918208 130162 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 190898 130162 378 95 0 185880 0
[pid=26327/tid=26329] ppid=26325 vsize=763592 CPUtime=1002.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 185705 0 0 0 100153 76 0 0 25 0 4 0 632472291 781918208 130162 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=763592 CPUtime=990.46 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 164444 0 0 0 98981 65 0 0 25 0 4 0 632472291 781918208 130162 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=763592 CPUtime=1002.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 251866 0 0 0 100135 95 0 0 25 0 4 0 632472291 781918208 130162 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.39
Current children cumulated vsize (KiB) 763592

[startup+1062.3 s]
/proc/loadavg: 8.13 8.13 7.99 9/356 26370
/proc/meminfo: memFree=19735992/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=829456 CPUtime=4236.7 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 840638 0 0 0 423342 328 0 0 25 0 4 0 632472291 849362944 130507 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 207364 130507 378 95 0 202346 0
[pid=26327/tid=26329] ppid=26325 vsize=829456 CPUtime=1062.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 193617 0 0 0 106150 79 0 0 25 0 4 0 632472291 849362944 130507 33554432000 4194304 4580107 140733864785424 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=829456 CPUtime=1049.76 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 173112 0 0 0 104907 69 0 0 25 0 4 0 632472291 849362944 130507 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=829456 CPUtime=1062.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 261726 0 0 0 106133 97 0 0 25 0 4 0 632472291 849362944 130507 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.7
Current children cumulated vsize (KiB) 829456

[startup+1122.3 s]
/proc/loadavg: 8.12 8.13 8.00 9/356 26372
/proc/meminfo: memFree=19716244/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=886724 CPUtime=4475.99 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 871118 0 0 0 447255 344 0 0 25 0 4 0 632472291 908005376 138377 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 221681 138377 378 95 0 216663 0
[pid=26327/tid=26329] ppid=26325 vsize=886724 CPUtime=1122.28 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 199893 0 0 0 112146 82 0 0 25 0 4 0 632472291 908005376 138377 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=886724 CPUtime=1109.05 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 181036 0 0 0 110830 75 0 0 25 0 4 0 632472291 908005376 138377 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=886724 CPUtime=1122.3 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 271073 0 0 0 112129 101 0 0 25 0 4 0 632472291 908005376 138377 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.99
Current children cumulated vsize (KiB) 886724

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.01 9/356 26373
/proc/meminfo: memFree=19713988/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=783468 CPUtime=4715.29 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 903353 0 0 0 471172 357 0 0 25 0 4 0 632472291 802271232 130467 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 195867 130467 378 95 0 190849 0
[pid=26327/tid=26329] ppid=26325 vsize=783468 CPUtime=1182.29 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 209722 0 0 0 118143 86 0 0 25 0 4 0 632472291 802271232 130467 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=783468 CPUtime=1168.35 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 189664 0 0 0 116757 78 0 0 25 0 4 0 632472291 802271232 130467 33554432000 4194304 4580107 140733864785424 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=783468 CPUtime=1182.31 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 278859 0 0 0 118126 105 0 0 25 0 4 0 632472291 802271232 130467 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.29
Current children cumulated vsize (KiB) 783468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.28 8.17 8.02 9/356 26374
/proc/meminfo: memFree=19757632/32951124 swapFree=67111348/67111528
[pid=26327] ppid=26325 vsize=840884 CPUtime=4800.26 cores=1,3,5,7
/proc/26327/stat : 26327 (strangenight2-m) R 26325 26327 26096 0 -1 4202496 915818 0 0 0 479664 362 0 0 25 0 4 0 632472291 861065216 132323 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26327/statm: 210221 132323 378 95 0 205203 0
[pid=26327/tid=26329] ppid=26325 vsize=840884 CPUtime=1203.61 cores=1,3,5,7
/proc/26327/task/26329/stat : 26329 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 213636 0 0 0 120273 88 0 0 25 0 4 0 632472291 861065216 132324 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26327/tid=26330] ppid=26325 vsize=840884 CPUtime=1189.39 cores=1,3,5,7
/proc/26327/task/26330/stat : 26330 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 191947 0 0 0 118860 79 0 0 25 0 4 0 632472291 861065216 132324 33554432000 4194304 4580107 140733864785424 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26327/tid=26331] ppid=26325 vsize=840884 CPUtime=1203.62 cores=1,3,5,7
/proc/26327/task/26331/stat : 26331 (strangenight2-m) R 26325 26327 26096 0 -1 4202560 282921 0 0 0 120256 106 0 0 25 0 4 0 632472291 861065216 132324 33554432000 4194304 4580107 140733864785424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 840884

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): 1203.65
CPU time (s): 4800.33
CPU user time (s): 4796.67
CPU system time (s): 3.65444
CPU usage (%): 398.815
Max. virtual memory (cumulated for all children) (KiB): 956668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.67
system time used= 3.65444
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 915821
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= 517
involuntary context switches= 34383

runsolver used 3.84542 second user time and 10.4154 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 21:16:02
IDJOB=3366275
IDBENCH=82684
IDSOLVER=1844
FILE ID=node144/3366275-1305400562
RUNJOBID= node144-1305398150-26115
PBS_JOBID= 13324479
Free space on /tmp= 73240 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1290198737-013-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366275-1305400562/watcher-3366275-1305400562 -o /tmp/evaluation-result-3366275-1305400562/solver-3366275-1305400562 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366275-1305400562.cnf

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

MD5SUM BENCH= 707c4bcddcda116edc4a57a77dc3ba68
RANDOM SEED=1882342373

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21566652 kB
Buffers:        287668 kB
Cached:        3622684 kB
SwapCached:          0 kB
Active:        8166332 kB
Inactive:      2872024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21566652 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12108 kB
Writeback:           0 kB
AnonPages:     7127244 kB
Mapped:          26972 kB
Slab:           244636 kB
PageTables:      36628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81975708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73228 MiB
End job on node144 at 2011-05-14 21:36:07